@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin-ext);

body {
    font-family: "Roboto Condensed";
}

a {
	color: #000;
}

a:hover {
	color: #666;
}

.sideimage {
    position: fixed;
    top: 30%;
}

.sideimage-left {
	left: 0px;
}

.sideimage-right {
	right: 0px;
}

.title {
    color: #000;
    font-weight: 900;
    font-size: 64px;
    letter-spacing: 15px;
}

.main {
    text-align: center;
}

.main > div {
    margin-bottom: 50px;
}

.github-widget {
    text-align: left;
}

.navbar {
    background: rgba(255,255,255,.5);
    border: none;
}

.navbar a {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

ul.nav a:hover {
    background: #000;
    color: #FFF;
    -webkit-text-shadow: none;
    text-shadow: none;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.contact .fa {
    margin-right: 10px;
}

pre code {
	white-space: normal;
}

pre {
    background: none;
    border: none;
}

.gpg-parent {
	overflow:hidden;
}

.gpg {
    margin: 14px;
    color: #000;
    border: none;
    overflow: auto;
    height: 150px;
    font-size: 11px;
    padding-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.gpg::-webkit-scrollbar {
    display: none;
}

.navbar-brand {
	display: none;
}

.contact > div > div:first-of-type {
	font-size: 24px;
	margin-top: 15px;
}

.contact > div > div:last-of-type {

}

#copy-gpg {
	text-align: center;
}

@media (max-width: 767px) {
	.sideimage {
		display: none;
	}
	.title {
		font-size:48px;
	}
	.navbar {
		background: #FFF;
	}
	.navbar-brand {
		display: block;
	}
	.icon-bar {
		color: #000;
		margin-left: -50px;
		font-size: 18px;
		letter-spacing: 5px;
		line-height: 5px;
	}
}

.avatar-container {
	padding: 0;
	margin: 0;
	text-align: right;
}

.vcard {
	padding: 0;
	margin: 0;
	margin-top: 18px;
	margin-left: 24px;
	list-style-type: none;
	text-align: left;
	display: inline-block;
	float: left;
}

.vcard > li > .fa {
	padding-right: 10px;
}

.avatar {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 30px; /* Saf3+, Chrome */
	border-radius: 30px; /* Opera 10.5, IE 9 */
	/*-moz-border-radius: 30px;  Disabled for FF1+ */

}

.blackbar {
    background: #000;
    height: 36px;
    line-height: 36px;
    color: #FFF;
    text-align: center;
}

.graybar {
    background: #EEE;
    line-height: 36px;
    height: 36px;
    font-weight: 900;
}

.contact-box {
	margin-bottom: 24px;
}

a {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
}
a:after {
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
a:hover:after {
    width: 100%;
    background: #FFF;
}

@media (max-width: 768px) {
	.avatar-container {
		text-align: center;
	}
	.vcard {
		float: none;
		margin-top: 24px;
	}
}

@media (max-width: 480px) {
	.title {
		font-size:32px;
	}
	.eye-logo {
		width: 200px;
	}
	.col-xs-no-padding {
		padding: 0;
		margin: 0;
	}
}

@media (max-width: 360px) {
	.title {
		font-size: 24px;
	}
	.icon-bar {
		color: #000;
		margin-left: 10px;
		font-size: 18px;
		letter-spacing: 5px;
		line-height: 5px;
	}
	.vcard {
		display: inline;
	}
	.avatar {
		margin: 10px auto;
	}
}