@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400italic,700,300,300italic,700italic);
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');

/* Eric Meyer CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
/* CSS reset ends*/

/* Basic Styling */

/* clearfix*/
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }

html{
	height:100%;
	font-size: 20px;
	font-family: 'oswald', sans-serif;
	font-style: normal;
	font-variant: normal;
}
body{
    line-height: 1;
    background: #F5F5F5;
}

h1 {
	font-size: 48px;
    font-weight: 400;
    margin: 20px;
    line-height: 1.2;
    color: #ffffff;
    text-shadow:1px 1px 0 #000;
}

h2 {
	font-size: 36px;
	padding-bottom:20px;
    padding-top: 20px;
    text-align: center;
    font-weight: 300;
}


h3 {
    font-family: 'roboto condensed', sans-serif;
	font-size: 18px;
    color: #ffffff;
    font-weight: 300;
	text-transform: uppercase;
	line-height: 1.5;
	margin-bottom:20px;
    text-align: center;
}


p {
    font-family: 'roboto condensed', sans-serif;
    font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
	text-shadow:none;
    color: white;
}

span{
  font-family: 'roboto condensed', sans-serif;
font-size: 18px; 
    font-weight: 300;
}

ol, ul {
	list-style: none;
}

/*OVERLAY STLYING*/
.overlayvideo{
	position: relative;
}

.overlayvideo:after{
	background:rgba(32, 192, 230, 0.15);
	content: "";
	width: 100%;
	height: auto;
	position: absolute;
	z-index: -1; 
 	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.overlayhome{
	position: relative;
}

.overlayhome:after{
	background:rgba(0, 0, 0, 0.15);
	content: "";
	width: 100%;
	height: auto;
	position: absolute;
	z-index: -1; 
 	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.overlayvideo2{
	position: relative;
}

.overlayvideo2:after{
	background:rgba(25, 60, 103, 0.90);
	content: "";
	width: 100%;
	height: auto;
	position: absolute;
	z-index: -1; 
 	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.overlayvideo3{
	position: relative;
}

.overlayvideo3:after{
	background:rgba(26, 15, 18, 0.90);
	content: "";
	width: 100%;
	height: auto;
	position: absolute;
	z-index: -1; 
 	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}


.overlay{
	position: relative;
  	z-index: 1;
}

.overlay:after{
	background:rgba(0, 0, 0, 0.6);
	content: "";
	width: 100%;
	height: auto;
	position: absolute;
	z-index: -1; 
 	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

#nav {
	position:fixed;
	width:100%;
	left:0;
	top:0;
	text-align:center;
	z-index:9999;
	background-color: rgba(2, 2, 2, 0.9);
}

.navContainer{
    font-size:85%;
}

.navContainer li{
	display:inline;
}

nav a {
    font-family: 'roboto condensed', sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-decoration:none;
    display:inline-block;
    padding:0 10px 0 15px;
    color: #ffffff;
    line-height:50px;
    outline:none;
    float: left;
}

/*NAV CURRENT*/
#nav a.current {
    border-bottom: 2px solid #4C758B;
}

.current {
	border-bottom: 2px solid #4C758B;
}

#menu a:hover {
	border-bottom: 2px solid white;
}

/*NAV BAR*/
#menu{
float: right; 
margin: 30px 50px 0 0;    
}

img#logo{
float: left; 
margin-left: 50px;
width: 200px;
padding: 15px;    
}


/* SCENE 1 SECTION STYLING*/
.welcome{
	background-image: url(../images/black-abstract-full-hd-hexagons-white-451748.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    height: 900px;
    overflow: hidden;
    text-align: center;
    z-index: 1;
}

.content{
	display:block;
	max-width: 600px;
	margin:0 auto;
    text-align: center;
}

/* SCENE 1 CONTENT BOX*/
#center{
    background-color: rgba(76, 117, 139, 0.28);
    border: 2px white solid;
    width: 400px;
    text-align: center;
    margin: 0 auto;
    margin-top: 400px;
    padding: 10px;
}

/* SCENE 2 PORTFOLIO*/

#work{
    margin: 0 auto;  
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 1400px;
    height: auto;
    text-align: center;    
}


#work h3{
    color: black;
}

h3 span {
    background-color: #4C758B;
    color: #4C758B;
    display: inline-block;
    width: 6px;
    margin-right: 10px;
}

/*THUMBNAIL STYLINGS*/
.thumbs a h4{
    font-family: 'roboto condensed', sans-serif;
	font-size: 20px;
    color: #4C758B;
    font-weight: 300;
    padding-left: 15px;
    padding-bottom: 5px;
    text-align: left;
}

.thumbs a h5{
    font-family: 'roboto condensed', sans-serif;
	font-size: 14px;
    color: black;
    font-weight: 300; 
    padding-left: 15px;
    text-align: left;
}

.thumbs{
    display: inline-block;    
    padding: 15px;    
}

.thumbs img{
    padding-bottom: 10px;    
    transition: opacity .9s;
}

.thumbs img:hover {
    opacity: .6;
}

.thumbs a{
    text-decoration: none;
  
}

/*PORTFOLIO ART PIECE PAGES STYLING*/

/* PORTFOLIO BODY*/
.portfolio-body {
    margin: 0 auto;
    text-align: center;
    background: #F5F5F5;
    padding: 80px;
    height: 800px;
}

/* PORTFOLIO CONTAINER*/
.portfolio-container{
margin: 0 auto;
text-align: center; 
}

/* PORTFOLIO IMAGE HOLDER*/
.image-holder{
    position: relative;
    margin: 0 auto;
    padding-top: 100px;
    width: 50%;
}

.image-holder:after{
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

/* PORTFOLIO IMAGE*/
.image-holder img{
    width: 100%;
    box-shadow: 0px 5px 10px #cbcbcb;
 }

.image-holder h2{
    font-size: 24px;
  text-align: right;
}

.image-holder p{
    font-size: 12px;    
    max-width: 50%;
    text-align: right; 
    float: right;    
    color: black;
}

/*SUB NAV IN THE WORK PIECE PAGES*/

.sublink{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    box-shadow: none;
    text-align: left;
    word-spacing: -2px;
}

.sublink a{
    display: inline-block;
    width: 15%;
    padding: 5px;
}

.sublink a img{
    padding: 0;
    margin: 0;
    box-shadow: none;
    display: block;
}

/*SCENE 3 ABOUT PAGE*/

#scene3{
    max-width: 100%;   
    text-align: center;
    margin: 0 auto;    
}

/*ABOUT SUBCONTAINER*/
#black{
    background-color: black;
    text-align: center;
    margin: 0 auto;
}

#black h1{
    padding-top:50px;
    color: #ffffff;
}

#about p{
    text-align: center;
    padding-bottom: 50px;
}

/*ABOUT CONTENTS*/
#about{
    max-width: 42%;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px;
}

#width40{
 width: 40%;
}

#width60{
 width: 60%;
}

#width75{
 width: 75%;
}

#width80{
 width: 90%;
}

/*SKILLS SECTION*/

#skills{
    margin: 0 auto;
    text-align: center;
    height: 700px; 
}

#skills h2{
    line-height: 1.3; 
    margin-top: 70px;
    margin-bottom: 20px;
}    

/*FOCUS SECTION STYLING*/

.focus{
    padding-left: 50px;
    padding-right: 50px;
    float: left;  
} 

 #focuscontainer{
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
}  
    
.focus ul li{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;    
}

.skillist{
    float: left;
}

.skillist h3{
    color: black;
}

.skillicons{
    float: left;
    padding-right: 30px;    
}

.skillicons img{
    width: 180px;
}


/*SCENE 4 CONTACT SECTION*/

#scene4{
background-color: black; 
}

/*CONTACT FORM STYLING*/
#contact-form {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 600px;
    color: #fff;
    margin: 60px auto 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

#contact-form li {
    display: inline-block;    
}

form {
  padding: 20px 30px 40px;
  overflow: hidden;
}

#contact-form h3 {   
  padding: 30px 30px 0px;
  font-size: 22px;
}

#contact-form p {
    text-align: center;
}

#contact-form a {
    text-decoration: none;
    color: white;
    font-size: 24px;    
    text-align: center;
}

label{
    font-size: 14px;
    line-height: 2; 
}

input {
  -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
  display: block;
  border: 0;
  font-size: 0.9em;
  padding: 5px;
  margin: 2px 0px 12px;
    width: 250px;
}

textarea {
  -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
  display: block;
  font-size: 0.9em;
  width: 526px;
  height: 100px;
  border:0;
  padding: 5px;
  margin: 0px 0px 20px
}

/*SUBMIT BUTTON STYLING */
#submit-button {
  border: none;
   background: #4C758B;
   padding: 13px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
   color: white;
   font-size: 14px;
   text-decoration: none;
    width: 150px;
    cursor: pointer;
   }

#submit-button:hover {
   background: rgba(76, 117, 139, 0.68);
   color: #fff;
   }


/*SKILLBARS STYLING*/

/*SKILLBAR CONTAINER*/
#skillbars{
margin: 0 auto;
text-align: center;    
max-width: 960px;
padding-top: 100px;    
} 

.skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background:white;
	height:35px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
    width:150px;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	background:#6adcfa;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-title span {
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:0 20px;
	height:35px;
	line-height:35px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-bar {
	height:35px;
	width:0px;
	background:#6adcfa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#ffffff;
	color:rgba(0, 0, 0, 0.4);
}

.Count:after{
  content:"%"
}

#bg{
  background-color: #e9e8e8;
margin:0 auto;
}

#banner {
  width: 100%;
  height: 812px;
  padding-top: 60px;
  background-image: url(../images/blend.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
background-attachment: fixed;
  color: #666;
}

#banner2 {
  width: 100%;
  height: 812px;
  padding-top: 60px;
  background-image: url(../images/eprintbanner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  color: #666;
}

#banner2 h1{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-top: 10px;
    color: #000000;
    text-shadow: none;
}

#banner3 {
  width: 100%;
  height: 812px;
  padding-top: 60px;
  background-image: url(../images/meagacovenhero.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  color: #666;
}

#banner4 {
  width: 100%;
  height: 912px;
  padding-top: 60px;
  background-image: url(../images/azure-hero2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  color: #666;
}

#scene1 {
  width: 100%;
  height: 920px;
  padding-top: 60px;
 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
background-attachment: fixed;
  color: #666;
}

#bgbanner {
  width: 100%;
  height: 920px;
  padding-top: 60px;
 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
background-attachment: fixed;
  color: #666;
}

#bgbanner2 {
  width: 100%;
  height: 920px;
  padding-top: 60px;
 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
background-attachment: fixed;
  color: #666;
}

.headline {
  padding-top: 30px;
  text-align: center;
}

#downarrow{
margin-top: 0px !important;    
width: 2% !important;
    padding: 30px;
  
}

#homearrow{
margin-top: 0px !important;    
width: 2% !important;
    padding: 5px;
  
}


#downarrow2{
margin-top: 0px !important;    
width: 2% !important;
    padding: 2px;
  
}

#banner img{
    margin-top: 300px;
    width: 15%;
}

#banner2 img{
    margin-top: 300px;
    width: 12%;
}


#bgbanner img{
    margin-top: 300px;
    width: 15%;
       animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

#bgbanner2 img{
    margin-top: 300px;
    width: 20%;
       animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}



@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

#bgbanner h1{
    font-family: lobster;
    font-size: 36px;
    font-weight: 400;
    margin: 0px;
    color: #ffffff;
    text-shadow: none;
        animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

#bgbanner2 h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 300;
    margin: 0px;
    color: #ffffff;
    text-shadow: none;
        animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

#scene1 h1{
   
    font-size: 36px;
    font-weight: 400;
    margin-top: 400px;
    color: #ffffff;
    text-shadow: none;
        animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

.headline h2 {
  font-size: 50px;
    font-weight: 500;
  margin-top:2px;
    color: white;
}

.headline button{
    width: 250px;
    font-size: 14px;
    background: white;
    color: grey;
    border-radius: 2px;
    padding: 20px;
    border-width: 0px;
}

#banner input{
   width: 300px;
   margin: 0 auto;
    cursor:pointer;
     width: 250px;
    font-size: 16px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    background: white;
    color: black;
    border-radius: 3px;
    padding: 17px;
    border-width: 0px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

#bgbanner input{
   width: 300px;
   margin: 0 auto;
    cursor:pointer;
     width: 250px;
    font-size: 16px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    background: white;
    color: black;
    border-radius: 3px;
    padding: 17px;
    border-width: 0px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
           animation: fadein 3s;
    -moz-animation: fadein 3s; /* Firefox */
    -webkit-animation: fadein 3s; /* Safari and Chrome */
    -o-animation: fadein 3s; /* Opera */
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

}

#banner input:hover{
    opacity: .9;
}

#bgbanner input:hover{
    opacity: .9;
}


#briefs{
  background-color: #4c758b;
  /*background-color: #00cded;*/
  color:white;
padding: 80px 50px 80px 50px;
}

#briefs p{
font-size: 16px;    
}

#briefs h2{
font-size: 42px;
font-weight: 400;
}

.workbox{
 margin: 0 auto;
 width:90%;
 margin-bottom: 40px;  
}

.workboxend{
 margin: 0 auto;
 width:90%;
}

img{
  display: block;
  margin: auto;

}

#briefs-title{
  width:100%;
  text-align:center;
}

#briefs-text{
  margin:0 auto;
  width:50%;
  text-align:center;
}

#results{
  background-color: #0f0f0f;
  color:white;
padding: 80px 50px 80px 50px;
    text-align: left;
}

#results p{
font-size: 16px;    
}

#results h2{
font-size: 42px;
font-weight: 400;
}


#results-title{
  width:100%;
  text-align:center;
}

#results-text{
  margin:0 auto;
  width:50%;
  text-align:center;
}

.subject{
padding-bottom: 80px;
}

.backtowork{
    font-size: 16px;
    font-weight: 200;
    color: white;
    text-decoration: none;
    line-height: 2px;
    
}

#results a:hover{
    opacity: .9;
}

.workbox img{
width: 100%;    
}

.workboxend img{
width: 100%;    
}

/* The only rule that matters */
#video-background {
/*  making the video fullscreen  */
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}

#video-home {
/*  making the video fullscreen  */
  position: absolute;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}



#bgsinalite {
  width: 100%;
  height: 920px;
  padding-top: 60px;
 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
background-attachment: fixed;
  color: #666;
}

#bgsinalite img{
    margin-top: 300px;
    width: 40%;
       animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}



@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

#bgsinalite h1{
    font-family: lobster;
    font-size: 36px;
    font-weight: 400;
    margin: 0px;
    color: #ffffff;
    text-shadow: none;
        animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}








/************************* Responsive for Mobile below *********************************/

@media screen and (max-width: 900px) {

/* HIDDEN CONTENTS FOR MOBILE VERSION */
.EDGE-155065606, .middle img, #canvas, #look{
display: none;   
}    

    
/* BASIC MOBILE STYLING */
h1 {
	font-size: 1.5em;
	text-transform: uppercase;
    margin-top:20px;
	margin-bottom:20px;
}

h2 {
	font-size: 1em;
    text-transform: uppercase;
    padding-top: 50px;
}
    
h3 {
	font-size: 0.8em;
	text-transform: uppercase;
	line-height: 1.5;
	margin-bottom:20px;
}
    
p {
	font-size: 0.45em;
	line-height: 1.5;
    padding-bottom: 15px;
	text-shadow:none;
}
    
.content{
	width: auto;
	margin:0 auto;
}
    
#logo{
float: left; 
margin-left: 10px;
width: 50%;
padding: 15px;    
}    
    
a.btn {
	color: white;
	padding: 1rem 1rem;
    font-size: 1em;
	text-align:center;
}     
  
/* INIDVIUAL SECTION STYLING FOR MOBILE BELOW */
    
.welcome{
    background-attachment: none;
	background-size: cover;
    background-repeat: no-repeat;
    width: auto;
	height: auto;
} 
    
.welcome h1{
    font-size: 1em;
}    

    .welcome h3{
    font-size: 10px;
} 
    
.middle{
    background-attachment: none;
	height: auto;
}   
    
    }


.slicknav_menu {
	display:none;
}

.slicknav_menutxt{
    display: none;
}

@media screen and (max-width: 740px) {
	/* #menu is the original menu */
	#menu {
		display:none;
	}
   
	.slicknav_menu {
		display:block;
        background: none!important;
	}

  #nav .slicknav_menu a.current {
    border-bottom: 2px solid #4C758B;
}
    
    #center{
    background-color: rgba(76, 117, 139, 0.28);
    border: 2px white solid;
    width: 75%;
    text-align: center;
    margin: 0 auto;
    margin-top: 200px;
    padding: 10px;
    margin-bottom: 100px;    
}
    
#work{
    margin: 0 auto;  
    padding-top: 0px;
    padding-bottom: 50px;
    max-width: 1400px;
    height: auto;
    text-align: center;    
}    
  
  #contact-form li {
display: block;    
}

form {
  padding: 20px 30px 40px;
  overflow: hidden;
}    
    
 #contact-form {
  width: 100%;
  color: #fff;
  margin: 0 auto;
}   
   
input {
    padding: 5px;
    margin: 2px 0px 12px;
    max-width: 100%;
}
    
#contactname{
    padding-right: 0px;    
}    
  
textarea {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    font-size: 0.9em;
    max-width: 90%;
    height: 100px;
    border:0;
    padding: 5px;
    text-align: center;
}  
    
    
.portfolio-container{
margin: 0 auto;
text-align: center; 
}


.portfolio-body {
    margin: 0 auto;
    text-align: center;
    background: #F5F5F5;
    padding: 10px;
    height: auto;
}

.image-holder{
    position: relative;
    margin: 0 auto;
    padding-top: 150px;
    width: 80%;
}

.image-holder:after{
      visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.image-holder img{
   
    box-shadow: 0px 5px 10px #cbcbcb;
}


.image-holder h2{
    font-size: 20px;
  text-align: left;
    padding-bottom: 5px;
    margin-bottom: 0px;
    line-height: 1.3;
    text-transform: none;
}

.image-holder p{
    font-size: 12px;    
    max-width: 100%;
    text-align: left; 
    float: none;    
    color: black;
}    
    
    .sublink{
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    box-shadow: none;
    text-align: center;
    word-spacing: -5px;
    padding-bottom: 10px;    
}

.sublink a{
    display: inline-block;
    width: 10%;
    padding: 5px;
}

.sublink a img{
    padding: 0;
    margin: 0;
    box-shadow: none;
    display: block;
}
 
    
#skills{
    margin: 0 auto;
    text-align: center;
    padding: 0; 
    padding-bottom: 20px;    
}
    
#skills h2{
line-height: 1.3; 
    margin-bottom: 0;
    margin-top: 20px;
}    
 
#about{
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px;
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
} 
    
#about p{
 
}    

img#logo{
    float: left; 
    margin-left: 0;
    width: 150px;
    padding: 5px;    
} 

.focus{
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    float: none;  
 }     
    
.skillist{
    float: none;
}
    

.skillist h3{
    color: black;
}

.skillicons{
    float: none;
    padding-right: 0;    
}

.skillicons img{
    width: 180px;
}    
    
#skillbars{
    display: none;
}
    
.slicknav_nav{
    margin: 0 auto;    
    width: 300px    
}
    
.slicknav_nav a{
    line-height:40px;
}

#scene4{
    margin-top: 50px;    
    }    
    
#banner {
    width: 100%;
    height: 400px;
    padding-top: 0px;
}
    
#banner img {
    margin-top: 125px;
    width: 30%;
} 

#banner2 {
    width: 100%;
    height: 400px;
    padding-top: 0px;
}
    
#banner2 img {
    margin-top: 140px;
    width: 40%;
}     

#briefs {
    padding: 50px 50px 50px 50px;
}    
    
#briefs-text{
  margin:0 auto;
  width:90%;
  text-align:center;
}
    
#briefs h2 {
   padding-top: 10px;

} 
    
#briefs p {
    font-size: 14px;
} 
    
    #results {
        text-align:center;
    padding: 50px 50px 50px 50px;
}    
    
#results-text{
  margin:0 auto;
  width:90%;
  text-align:center;
}
    
#results h2 {
   padding-top: 10px;

} 
    
#results p {
    font-size: 14px;
    }
    
    
#scene1 {
  width: 100%;
  height: 400px;
  padding-top: 60px;
 
}
    
#scene1 h1 {
    margin-top: 150px;
	text-transform: none;
  
}
    
#bgbanner {
  width: 100%;
  height: 400px;
  padding-top: 60px;
 
}
    
#bgbanner h1 {
	text-transform: none;
  
}
    
    
#bgbanner img {
    margin-top: 110px;
    width: 30%;

}
    
 #bgbanner2 {
  width: 100%;
  height: 400px;
  padding-top: 60px;
 
}
    
#bgbanner2 h1 {
	text-transform: none;
  
}
    
    
#bgbanner2 img {
    margin-top: 110px;
    width: 40%;

}   
    
    
#homearrow{
display: none;    
margin-top: 0px !important;    
width: 10% !important;
    padding: 30px;
  }    
    
#downarrow{
display: none;    
margin-top: 0px !important;    
width: 10% !important;
    padding: 30px;
  }

    
#bgsinalite {
  width: 100%;
  height: 350px;
  padding-top: 60px;
 
}
    
    
#bgsinalite img {
    margin-top: 110px;
    width: 80%;

}
    
#downarrow2{
display: none;    
margin-top: 0px !important;    
width: 10% !important;
    padding: 30px;
  }    
    
/* The only rule that matters */
#video-background {
/*  making the video fullscreen  */
display:none;
}
    
.overlayvideo:after{
	background:#5F8A9A;
}    
    
  
#banner2 h1{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    color: #000000;
    text-shadow: none;
   
} 
    
    
 #banner4 {
  width: 100%;
  height: 415px;
  padding-top: 60px;
}   
    
    
}    
        

    
}