/*

This file is for overrides for the about section specifically (if needed)

*/

#home .preload-header-img {
	display:none;
}

header {
   background:  url(../images/sunset-background-right.jpg) no-repeat top right;
   background-size: contain;
   min-height: 300px;
}

header .banner-text h3 {
   color: #AAA;
}

#nav-wrap {
   font: 14px 'Open Sans', sans-serif;
   font-weight: 700;
}

body {
   line-height: 25px;
	color: #60676d;
}

/* Links */
ul#nav li a {
   color: #fff;
}
ul#nav li.current a { color: #E55; }

.hidden { display: none; }

#resume .info {
   color: #555;
   margin-bottom: 9px;
}

#resume .description {
	margin-bottom: 15px;
}

h3 { margin-top: 12px; }
li { line-height: 23px; margin-bottom: 6px; }

#about .scrolldown a {
   position: relative;
   bottom: -30px;
   left: 50%;
   margin-left: -29px;
   color: #fff;
   display: block;
   height: 42px;
   width: 42px;
   font-size: 42px;
   line-height: 42px;
   color: #fff;
   border-radius: 100%;

   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}

footer {
   padding-top: 10px;
   margin-bottom: 10px;
}

