@font-face{
	font-family:arkitech;
	src:url(arkitech.ttf);
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 14, 2015 */
@font-face {
    font-family: 'seeing_starsregular';
    src: url('seeis___.eot');
    src: url('seeis___.eot?#iefix') format('embedded-opentype'),
         url('seeis___.woff2') format('woff2'),
         url('seeis___.woff') format('woff'),
         url('seeis___.ttf') format('truetype'),
         url('seeis___.svg#seeing_starsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.arkitech{
	font-family:arkitech;
	color:#F44336;
}
.impact{
	font-family:impact;
}
.bold-small{
	font-weight:600; 
	margin-bottom:1px;
}
.background-grey{
	background-color:#BDBDBD;
	width:100%;
}
 .banner, .banner-overlay{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:fixed;
}
.banner{
	background-image:url('../images/pencil-room.jpg');
	background-repeat:no-repeat;
	background-size:cover;
}
.banner-overlay{
	background-color:#F44336;
	opacity:0.75;
}
.arrow-dwn, .arrow-dwn:link, .arrow-dwn:visited,.arrow-dwn:active, .arrow-dwn:hover{
	width:110px;
	height:80px;
	position:absolute;
	background-color:#F44336;
	color:#F44336;
	border-radius:5px;
	bottom:0;
	right:12px;
	text-align:center;
	margin-top:45%;
	box-shadow:0 0 1px black;
	text-decoration:none;	
}
#move-arrow{
	color:white;
	margin-top:15px;
	position:relative;
}
.intro{
	/*padding-top:15em;*/
	font-family:arkitech;
	position:relative;
	color:white;
	text-align:center;
	vertical-align:middle;
}
h1{
	padding-top:25%;
	border-bottom:1px solid white;
	position:relative;
	padding-bottom:1%;
	height:100%;
}
.lower-body{
	position:relative;
	background:white;
}
.navbar  {
	border: 0;
	background-color: #222222; 
	position: absolute; 
	top: 0; 
	right: 12px; 
	width: 110px; 
	z-index: 999; 
}
.navbar .navbar-collapse { 
	padding: 0; 
	max-height: none; 
}
.navbar .navbar-nav { 
	float: none; 
}
.navbar-nav { 
	margin: 0; 
}
.navbar .nav > li { 
	display: block; 
	float: none; 
	height: 80px; 
} 
.navbar .nav > li a { 
	display: block;  
	height: 80px; 
	text-align: center; 
	padding-top: 30px; 
	font-weight: 600; 
	color: #F44336; 
}
.navbar .nav > li a:hover, .navbar .nav > li a:focus { 
	color: #999999; 
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { 
	background: #F44336; 
	color: #FFFFFF; 
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar { 
	background: #222222; 
}
.fixed .navbar  { 
	position: fixed; 
	top: 60px; 
}
.profile, .experience, .abilities, .projects{
	padding-top:60px;
	padding-bottom:60px;
}
.row{
	margin-right:7em;
	margin-left:7em;
}
.topic{
	text-align:center;
	border-bottom:1px solid #F44336;
}
.bottom-border{
	border-bottom:1px solid red;
}
 .sub-topic, .git{
	text-align:center;
	padding:1em 3em 1em;
}
.personal-des{
	padding:1em;
}
.languages{
	position:relative;
	width:100%;
	height:60px;
	margin-bottom:15px;
}
#html, #bootstrap, #css, #jquery, #javaScript{
	height:30px;
	width:30px;
	background-size:cover;
	margin:0 auto;
	display:inline-block;
	position:absolute;
	left:45%;
}
#html{
	background-image:url('../images/HTML-5.png');
}
#css{
	background-image:url('../images/CSS-3.png');
}
#bootstrap{
	background-image:url('../images/bootstrap.png');
}
#jquery{
	background-image:url('../images/jquery.png');
}
#javaScript{
	background-image:url('../images/js.png');
}
.stars{
	font-family:'seeing_starsregular';
	color:#F44336;
}
.grey{
	color:#E0E0E0;
}
.images{
	margin-top:4em;
	margin-right:auto;
	margin-left:auto;
}
.img-col{
	padding:10px 20px 10px;
	text-align:center;
}
figure{
	position:relative;
}
figcaption{
	position:absolute;
	color:white;
	top:0;
	background:#F44336;
	text-align:center;
	height:135px;
	width:240px;
	padding:0;
	display:none;
	opacity:0.85;
	font-size:0;
	font-family:arkitech;
	text-shadow:0 1px 1px black;
}
figcaption:hover{
	cursor:pointer;
}
.picture-cover{
	background:red;
}
/*.picture-cover:hover{
	animation-duration:0.5s;
	animation-name: fade;
	animation-timing-function: ease;
	animation-fill-mode:forwards;
}
@keyframes fade{
	from{opacity:1;}
	to{opacity:0.15;}
}*/
@media (max-width:1024px){
	.banner, .banner-overlay{
		position:absolute;
	}
}
@media (max-width: 767px){
	.banner, .banner-overlay{
		position:absolute;
	}
	.arrow-dwn, .arrow-dwn:link, .arrow-dwn:visited,.arrow-dwn:active, .arrow-dwn:hover{
		width:100%;
		right:0;
		height:50px;
	}
	.navbar  { 
		left: 0; 
		width: 100%; 
	}
	.navbar .nav > li { 
		height: 60px; 
	}
	.navbar .nav > li a { 
		height: 60px; 
		text-align: center; 
		padding-top: 20px; 
		font-weight: 600; 
		color: #F44336; 
	}	
	.fixed .navbar { 
		top: 0; 
	}	
	.container { 
		padding: 60px 20px; 
		min-width: 280px; 
	}
	.hidden-phone { 
		display: none; 
	}
	.row{
		margin-left:1em;
		margin-right:1em;
	}
}
