body { background: #b2a3b8; }

header {
   position: relative;
   height: 800px;
   min-height: 800px;
   width: 100%;
   background: #161415 url(../images/myy.png) no-repeat top center;
   background-size: cover !important;
	-webkit-background-size: cover !important;
   text-align: center;
   overflow: hidden;
}

header:before {
   content: '';
   display: inline-block;
   vertical-align: middle;
   height: 85%;
}
header .banner {
   display: inline-block;
   vertical-align: middle;
   margin: 0 auto;
   width: 85%;
   padding-bottom: 100px;
}

header .social {
   margin: 24px 0;
   padding: 0;
   font-size: 30px;
   text-shadow: 0px 1px 2px rgba(0, 0, 0, .8);
}
header .social li {
   display: inline-block;
   margin: 0 15px;
   padding: 0;
}
header .social li a { color: #121010; }
header .social li a:hover { color: #0c0c0c; }

header .scrolldown a {
   position: absolute;
   bottom: 30px;
   left: 50%;
   margin-left: -29px;
   color: #080707;
   display: block;
   height: 42px;
   width: 42px;
   font-size: 42px;
   line-height: 42px;
   color: #090707;
   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;
}
header .scrolldown a:hover { color: #151616; }

#nav-wrap ul, #nav-wrap li, #nav-wrap a {
	 margin: 0;
	 padding: 0;
	 border: none;
	 outline: none;
}

#nav-wrap {
   font: 12px 'opensans-bold', sans-serif;
   width: 100%;
   text-transform: uppercase;
   letter-spacing: 2.5px;
   margin: 0 auto;
   z-index: 100;
   position: fixed;
   left: 0;
   top: 0;
}

.row.item {
   display: flex;
   flex-direction: column;
   margin-left: 100px;
}
.opaque { background-color: #3c3838; }

#nav-wrap > a.mobile-btn { display: none; }

ul#nav {
   min-height: 48px;
   width: auto;
   text-align: center;
}
ul#nav li {
   position: relative;
   list-style: none;
   height: 48px;
   display: inline-block;
}

ul#nav li a {

   display: inline-block;
   padding: 8px 13px;
   line-height: 90px;
	text-decoration: none;
   text-align: left;
   color: #fff;

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

ul#nav li a:active { background-color: transparent !important; }
ul#nav li.current a { color: #111111; }

#about {
   background: #d7caca;
   padding-top: 66px;
   padding-bottom: 66px;
   overflow: hidden;
}

#about a, #about a:visited  { color: #0e0d0d; }
#about a:hover, #about a:focus { color: #0d1313; }

#about h2 {
   font: 22px/30px 'opensans-bold', sans-serif;
   color: #111010;
   margin-bottom: 12px;
   margin-left: 130px;
}
#about p {
   line-height: 28px;
   color: #2b2929;
   margin-left: 100px;
   font-size: 17px;
}
#about .profile-pic {
   position: relative;
   width: 220px;
   height: 220px;
   border-radius: 50%;
   margin-left: 120px;
}
#about .contact-details { width: 41.66667%; }
#about .download {
   width: 58.33333%;
   padding-top: 6px;
}
#about .main-col { padding-right: 5%; }
#about .download .button {
   margin-top: 6px;
   background: #444;
}
#about .download .button:hover {
   background: #fff;
   color: #2B2B2B;
}
#about .download .button i {
   margin-right: 15px;
   font-size: 20px;
}

#resume {
   background: #e7e0e0;
   padding-top: 30px;
   padding-bottom: 72px;
   overflow: hidden;
}

#resume a, #resume a:visited  { color: #121414; }
#resume a:hover, #resume a:focus { color: #201e1e; }

#resume h1 {
   font: 18px/24px 'opensans-bold', sans-serif;
   text-transform: uppercase;
   letter-spacing: 1px;
}
#resume h1 span {
   border-bottom: 3px solid #0f1010;
   padding-bottom: 6px;
}
#resume h3 {
   font: 25px/30px 'opensans-bold', sans-serif;
   margin-left: 120px;
}

#resume .info {
   font: 16px/24px 'librebaskerville-italic', serif;
   color: #6E7881;
   margin-bottom: 18px;
   margin-top: 9px;
}
#resume .date {
   font: 15px/24px 'opensans-regular', sans-serif;
   margin-top: 6px;
}

footer {
   padding-top: 48px;
   margin-bottom: 48px;
   color: #303030;
   font-size: 18px;
   text-align: center;
   position: relative;
}

footer a, footer a:visited { color: #313030; }
footer a:hover, footer a:focus { color: #fff; }

footer .social-links {
   margin: 1px 0 30px 0;
   padding: 0;
   font-size: 30px;
   
}
footer .social-links li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 42px;
    color: #8f8884;
}

footer .social-links li:first-child { margin-left: 0; }

#go-top {
	position: absolute;
	top: -24px;
   left: 50%;
   margin-left: -30px;
}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 60px;
	height: 60px;
	background-color: #737171;
   }
#go-top a:hover { background-color: #394545;
}


.row.banner {
   height: 0.1%;
   position: relative;
}

.banner-text {
   position: absolute;
   width: 100%;
   top: 5px;
   transform: translateY(-40%);
   text-align: center;
   color: #0a0808;
}

.banner-text h2 {
   font-size: 2.3em;
}


.libutton {
   display: inline-block;
   padding: 9px;
   font-size: 1.2em;
   text-decoration: none;
   cursor: pointer;
   background-color: #310e2c;
   color: #fff;
   border-radius: 7px;
   margin-left: 600px;
}

.skill-list {
   margin-left: 120px;
   font-size: 1.2em;
}


