/* Global */

*{
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
}


#container{
width: 100%;
height: 100%;
}


/* NAVIGATION */

#navigation-window{
display: none;
width: 100vw;
height: 100%;
overflow: scroll;
z-index: 50;
background-color: #1a3560;
position: fixed;
top: 0;
-webkit-animation: menu linear 0.5s 1;
        animation: menu linear 0.5s 1;
}

.navigation-window-items{
width: 100%;
margin: 0 auto;
position: absolute;
top: 25%;
font-size: 30px;
line-height: 2.5;
}

.navigation-window-items ul{
list-style-type: none;
text-align: center;
text-transform: uppercase;
}

.navigation-window-items ul img{
width: 100px;
margin: 15px 0px;
}

.navigation-window-items ul li a{
color: unset;
}

.navigation-window-items ul li a:hover{
color: #1a3560;
}


span.menu-close {
position: absolute;
right: -50px;
padding: 40px 100px;
cursor: pointer;
color: white !important;
}


/*HEADER*/


#header{
background-color: white;
padding: 40px 100px;
position: fixed;
top: 0px;
width: 100%;
z-index: 10;
}

.logo{
float: left;
}

.logo img{
 width: 65px;
 position: relative;
 top: -15px;
 left: -25px;
}

.logo img:hover{
 width: 65px;
 -webkit-transform: scale(.8);
     -ms-transform: scale(.8);
         transform: scale(.8);
 -webkit-transition: all ease 0.4s;
 -o-transition: all ease 0.4s;
 transition: all ease 0.4s;
}

.navigation{
float: right;
position: relative;
right: 189px;
}

.menu-link{
color: #1a3560;
font-size: 15px;
cursor: pointer;
}

#header ul li{
color: black;
list-style-type: none;
float: left;
padding: 0px 10px;
text-transform: uppercase;
font-size: 12.5px;
font-weight: bold;
cursor: pointer;
}

#header ul li a{
color: black;
}

#header ul li:after{
content: '';
border-bottom: solid 2px #1a3560;
display: block;
position: relative;
margin-top: -9px;
visibility: hidden;
}

#header ul li:hover::after{
	visibility: visible;
}


/*Body Content*/


#body-content{
position: relative;
top: 150px;
}

a{
color: unset;
}

#block-1{
width: 100%;
}

.block-1-image{
width: 100%;
}

span.block-1-header-text-page-2{
position: relative;
top: -350px;
max-width: 1200px;
margin: 0 auto;
display: block;
}

span.block-1-header-text-page-2 p{
color: white;
}

.block-1-text{
max-width: 1200px;
margin: 75px auto 0px auto;
}

.block-1-text h2{
font-size: 50px;
}

.block-1-text hr{
border: solid 0.7px #1a3560;
width: 7%;
margin: 15px 0px;
}

#block-2 .page-2{
margin: 50px auto;
}


img.featured-project{
float: right;
max-width: 400px;
margin: 25px;
-webkit-box-shadow: darkgrey 4px 4px 5px;
        box-shadow: darkgrey 4px 4px 5px;
}

.block-2-text{
width: 100%;
margin: 50px auto;
}

.block-2-text-page-2 img{
display: inline-block;
height: 350px;
}


.block-2-image{
width: 100%;
margin: 0 auto;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
-webkit-box-shadow: 0px 7px 16px grey;
        box-shadow: 0px 7px 16px grey;
border-radius: 10px;
padding: 15px;
position: fixed;
top: 0;
right: 0;
z-index: 20;
background-color: white;
-webkit-animation: block2 ease 0.8s 1;
        animation: block2 ease 0.8s 1;
display: none;
}

.block-3-image img{
width: 100%;
}

.block-3-text{
margin: 100px 0px;
}

span.block-2-image-close {
float: right;
font-size: 20px;
color: darkgrey;
cursor: pointer;
padding: 15px;
}

span.aircraft-symbols img{
width: 80px;
padding: 15px;
}

.body-adjust{
padding: 0px 75px;
}


p{
font-family: 'Roboto Condensed', sans-serif;
font-size: 16px;
letter-spacing: 1.2px;
line-height: 1.75;
font-weight: 100;
margin: 10px 0px;
color: rgb(50,50,50);
}

a{
text-decoration: none;
}

h2{
font-size: 40px;
text-transform: uppercase;
margin: 12px 0px;
}

h3{
font-family: 'Roboto Condensed', sans-serif;
color: #1a3560;
font-size: 40px;
line-height: 1.15;
margin-bottom: 25px;
letter-spacing: 5px;
font-weight: 700;
}

h4{
font-size: 30px;
text-transform: uppercase;
margin: 12px 0px;
}

hr{
border: dotted 0.4px #1a3560;
margin: 15px 0px;
}

.button{
display: inline-block;
margin: 50px 0px;
padding: 12px;
border-radius: 5px;
border: solid #1a3560 1px;
font-size: 14px;
color: #1a3560;
text-transform: uppercase;
cursor: pointer;
}

.button a{
color: unset;
}

.button:hover{
background-color: #1a3560;
color: white;
-webkit-transition: all ease-in 0.5s;
-o-transition: all ease-in 0.5s;
transition: all ease-in 0.5s;
}

.color-navy{
color: #1a3560;
}

/* Footer */

footer{
margin-top: 200px;
}

footer small{
color: grey;
font-size: 12px;
font-weight: 300;
}

footer #top-arrow {
display: none;
}

footer .about-site{
z-index: -1;
}

footer .about-site-header{
text-transform: uppercase;
font-size: 12px;
font-weight: 700;
border-bottom: solid 0.7px #1a3560;
}

footer .about-site-text{
position: fixed;
bottom: 0px;
z-index: 10;
background-color: white;
margin-top: 500px;
padding-top: 75px;
width: 100vw;
-webkit-box-shadow: 1px 1px 5px grey;
        box-shadow: 1px 1px 5px grey;
-webkit-animation: aboutSite linear 0.5s 1;
        animation: aboutSite linear 0.5s 1;
}

.footer-image{
width: 300px;
float: left;
margin-right: 50px;
}

footer .about-site-text{
display: none;
}

footer .about-site-open{
cursor: pointer;
}

footer .about-site-open p{
background-color: #1a3560;
color: white;
padding: 12px;
display: inline-block;
}

footer .about-close {
color: #1a3560;
position: absolute;
right: 0px;
margin: 50px;
top: 0px;
font-size: 25px;
cursor: pointer;
}


@media screen and (min-width: 1200px){

.block-1-text h2{
font-size: 60px;
}

.block-1-image{
position: relative;
top: -100px;
}


#block-2{
max-width: 1200px;
margin: 0 auto;
}

#block-3{
width: 100%;
margin: 50px 0px;
}

.block-2-text{
width: 50%;
margin: 50px auto;
}

.block-2-text-page-2{
width: 60%;
margin: 200px auto;
}

.block-2-image{
width: 60%;
right: 15%;
}

.block-3-text{
float: left;
width: calc(50% - 350px);
margin: 12.5% 0;
padding-left: 200px;
}

.block-3-image{
float: right;
width: 50%;
}


/* Footer */

footer{
clear: both;
}

footer #top-arrow {
display: block;
position: fixed;
bottom: -100px;
left: 75px;
}

footer #top-arrow img:hover{
-webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
        transform: scale(1.25);
-webkit-transition: all ease 0.5s;
-o-transition: all ease 0.5s;
transition: all ease 0.5s;
}

.about-site{
margin: 75px auto;
padding-left: 200px;
}

footer .about-site {
position: relative;
bottom: -250px;
background-color: white;
}

footer .about-site-inner{
max-width: 1000px;
margin: 0 auto;
}
}

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

footer #top-arrow{
display: none;

}
}

@media screen and (min-width: 860px) and (max-width: 1199px){

.block-3-image{
float: right !important;
width: calc(50% - 50px);
margin-left: 50px;
}

.block-3-text{
position: relative;
top: 100px;
}

footer{
position: relative;
bottom: -200px;
}
}

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

.footer-image{
float: none;
}
}


/* About Page */

.interior-page .block-1-text p{
width: 45%;
}


.interior-page .block-1-image{
margin-top: 75px !important;
float: right;
width: 50% !important;
}

.interior-page-images img{
position: absolute;
top: 33%;
left: 25%;
}

.block-1-image.interior-page-images.body-adjust{
max-width: 100% !important;
}

.skills-block {
margin-top: 50px;
font-size: 15px;
font-weight: 500;
}

.interior-page-images div{
display: inline-block;
width: 49%;
}

.bg-image-1-about{
background: url('../files/berlin-graffiti-2.jpg');
background-color: rgba(255,255,255,0.7);
background-blend-mode: lighten;
background-size: cover;
background-position: center;
height: 200px;
-webkit-animation: image-1 linear 1s 1;
        animation: image-1 linear 1s 1;
}

.bg-image-2-about{
background: url('../files/berlin-graffiti.jpg');
background-color: rgba(255,255,255,0.7);
background-blend-mode: lighten;
background-size: cover;
height: 300px;
-webkit-animation: image-2 linear 1s 1;
        animation: image-2 linear 1s 1;
}

.bg-image-3-about{
background: url('../files/wil-thomas.png');
background-size: cover;
height: 300px;
}

.bg-image-4-about{
background: url('../files/berlin-train.jpg');
background-color: rgba(255,255,255,0.7);
background-blend-mode: lighten;
background-size: cover;
background-position: center;
height: 200px;
-webkit-animation: image-4 linear 1s 1;
        animation: image-4 linear 1s 1;
vertical-align: top;
}


.bg-image-1-about:hover{
background-color: unset;
-webkit-transition: all ease 2s;
-o-transition: all ease 2s;
transition: all ease 2s;
}


.bg-image-2-about:hover{
background-color: unset;
-webkit-transition: all ease 2s;
-o-transition: all ease 2s;
transition: all ease 2s;
}

.bg-image-4-about:hover{
background-color: unset;
-webkit-transition: all ease 2s;
-o-transition: all ease 2s;
transition: all ease 2s;
}


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

.interior-page .block-1-text p{
width: 100%;
}

.interior-page .block-1-image{
float: none;
padding: 0 !important;
width: 100% !important;
margin-top: 0 !important;
}

.bg-image{
height: 200px !important;
}
}


/* Projects */

.block-1-text-projects-responsive{
display: none;
}

.bg-image-2-projects{
background: url('../files/web-project-transportation.jpg');
background-color: rgba(255,255,255,0.7);
background-blend-mode: lighten;
background-size: cover;
background-position: center;
height: 300px;
-webkit-animation: image-1 linear 1s 1;
        animation: image-1 linear 1s 1;
}

.bg-image-1-projects{
background-color: #1a3560;
height: 200px;
vertical-align: bottom;
}

.bg-image-4-projects{
background-color: #1a3560;
height: 200px;
vertical-align: top;
}

.bg-image-3-projects{
background: url('../files/web-project-wri-annual-report.jpg');
background-size: cover;
background-position: center;
background-color: rgba(255,255,255,0.7);
background-blend-mode: lighten;
height: 300px;
vertical-align: bottom;
-webkit-animation: image-3 linear 1s 1;
        animation: image-3 linear 1s 1;
}

.bg-image-2-projects:hover{
background-color: rgba(0,0,0,0.7);
background-blend-mode: overlay;
-webkit-transition: all ease 1s;
-o-transition: all ease 1s;
transition: all ease 1s;
}

.bg-image-3-projects:hover{
background-color: rgba(0,0,0,0.7);
background-blend-mode: overlay;
-webkit-transition: all ease 1s;
-o-transition: all ease 1s;
transition: all ease 1s;
}

.latest-projects{
display: block;
margin: 75px 0px;
}

.latest-project{
margin: 25px 0px;
}

.project-site {
color: #1a3560;
font-weight: 300;
font-size: 14px;
border-bottom: 2px solid orange;
display: inline-block;
padding-bottom: 5px;
}

span.latest-project-title{
font-weight: 500;
}



/* SVG - KLM Africa */

#g5752{
-webkit-animation: engine linear infinite 3s;
animation: engine linear infinite 3s;
}


/* SVG - KLM Africa Landing */
  
.plane-landing-active{
-webkit-animation: landing linear 7s 1;
        animation: landing linear 7s 1;;
}

#light-one{
-webkit-animation: light1 linear 0.7s infinite;
        animation: light1 linear 0.7s infinite;
}
#light-two{
-webkit-animation: light2 linear 0.7s infinite;
        animation: light2 linear 0.7s infinite;
-webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
}
#light-three{
-webkit-animation: light3 linear 0.7s infinite;
        animation: light3 linear 0.7s infinite;
-webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
}


/* General Media Query for Mobile */


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

.body-adjust{
padding: 0px !important;
max-width: 75% !important;
margin: 0 auto !important;
}

.navigation-window-items ul img{
width: 20vw !important;
}

.logo img{
width: 50px !important;
left: -60px !important;
}

.navigation{
right: 150px !important;
}

.block-1-text h2{
font-size: 40px !important;
}

p{
font-size: 14px !important;
}

.bg-image {
height: 125px !important;
}

}

/* SVG Resize */

@media screen and (max-width: 720px){
svg:nth-child(1){
width: 250%;
margin-left: -95%;
overflow: hidden;
}
}