@font-face{
	font-family: 'alReg';
	src: url('Fonts/alreg-webfont.eot');
	src: url('Fonts/alreg-webfont.eot?#iefix') format('embedded-opentype'),
	     url('Fonts/alreg-webfont.woff') format('woff'),
	     url('Fonts/alreg-webfont.ttf') format('truetype'),
	     url('Fonts/alreg-webfont.svg#webfont') format('svg');
}

@font-face{
	font-family: 'alBold';
	src: url('Fonts/albold-webfont.eot');
	src: url('Fonts/albold-webfont.eot?#iefix') format('embedded-opentype'),
	     url('Fonts/albold-webfont.woff') format('woff'),
	     url('Fonts/albold-webfont.ttf') format('truetype'),
	     url('Fonts/albold-webfont.svg#webfont') format('svg');
}

@font-face{
	font-family: 'alItal';
	src: url('Fonts/alital-webfont.eot');
	src: url('Fonts/alital-webfont.eot?#iefix') format('embedded-opentype'),
	     url('Fonts/alital-webfont.woff') format('woff'),
	     url('Fonts/alital-webfont.ttf') format('truetype'),
	     url('Fonts/alital-webfont.svg#webfont') format('svg');
}

html, body{
    width: 100%;
    height: 100%;
}

body{
    background-color: #F5F5F5;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: #2E282A;
    margin: 0;
    display: block;
}

a{
    color: #2E282A;
}

#bigContainer{
    width: 940px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    overflow-x: hidden;
}

#about, #projects, #photography, #jarwaWeb, #contact{
    overflow: hidden;
    margin-bottom: 100px;
}


nav{
    position: fixed;
    height: 72px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.13);
    width: 980px;
    z-index: 9;
    top: 0px;
    left: 50%;
    margin-left: -490px;
    border-radius: 0px 0px 2px 2px;
}

#navLogoBox{
    float: left;
    height: 100%;
}

#navLogoBox:hover .rotate{
    -webkit-transform:rotate(-360deg);
    -moz-transform:rotate(-360deg);
    -o-transform:rotate(-360deg);
    transform:rotate(-360deg);
}

.rotate{
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;

}

#navLanguage{
    float: right;
    height: 100%;
    border-radius: 0px 0px 2px 0px;
}

#navUl{
    float: right;
    height: 100%;
}

#navUl ul{
    padding: 0;
    list-style: none;
    margin-right: 14px;
}

#navUl ul li{
    display: inline-block;
    position: relative;
    text-align: left;
}

#navUl a{
    color: #2E282A;
    text-decoration: none;
    font-family: alReg;
    text-transform: uppercase;
    font-size: 16px;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 22px;
    padding-bottom: 22px;
}

#navItems{
    margin-top: 27px;
}

#navLogoBox{
    display: inline;
    float: left;
    width: 18%;
    height: 100%;
    position: relative;

}

#navLogo{
    width: 45px;
    position: absolute;
    margin-top: 13px;
    margin-left: 18px;
}

#navName{
    font-family: alBold;
    font-size: 30px;
    position: absolute;
    margin-top: 6px;
    margin-left: 75px;
    color: #2E282A;
}

#navLanguage{
    width: 62px;
    height: 72px;
    background-color: #016699;
    position: relative;
}
.pickFlag{
    position: absolute;
    width: 31px;
    /*padding-top: 25px; */
    /*margin: 0px 0 0 -15.5px;  */
    margin: 19px 0 0 -15.5px;
    left: 50%;
}

header{
    padding-top: 100px;
    padding-bottom: 30px;
    margin-top: 0px;
    min-height: 400px;
    text-align: center;
    height: calc(100% - 257px);
    justify-content: center;
    overflow: hidden;
    position:relative;
}

h1{
    font-family: alBold;
    font-size: 50px;
    color: #FFFFFF;
    text-shadow: rgba(0,0,0,0.60) 0px 2px 4px ;
    text-transform: uppercase;
}

h2{
    font-weight: 300;
    font-size: 34px;
    color: #FFFFFF;
    text-shadow: rgba(0,0,0,0.60) 0px 2px 4px ;

}

h3{
    font-weight: 300;
    font-size: 26px;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.60);
}

#welcomeMessage{
    margin-top: 120px;
    display: inline-block;
}
#welcomeMessage h3{
    float: left;
}
#welcomeMessage span{
    font-weight: 600;
}

#homeLogoWhite{
    width: 20px;
    margin-top: 23px;
    margin-left: 3px;
}

.contentText{
    font-size: 16px;
    line-height: 29px;
}

.pageTitle{
    opacity: 0.90;
    font-family: AlBold;
    font-size: 40px;
    color: #2E282A;
    text-align: center;
    text-transform: uppercase;
    margin-top: 90px;
    margin-bottom: 60px;
}

.pageMiniTitle{
    font-weight: 300;
    font-size: 30px;
    color: #2E282A;
    margin-bottom: 60px;
}

.pageMiniTitleText{
    font-weight: 300;
    font-size: 24px;
    color: #837E7F;
    line-height: 10px;
}

#aboutText{
    margin-top: 0px;
}

#photoQuote{
    float: left;
    width: 358px;
    margin-top: 5px;
    margin-right: 55px;
    margin-bottom: 30px;
}

#photoQuote hr{
    margin-top: -10px;
    border: 1px solid #C2C2C2;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.13);
}

#mennoPortrait{
    margin-left: 18px;
    margin-right: 18px;
    width: 322px;
}

#photoQuoteText{
    font-family: AlItal;
    font-size: 24px;
    color: #2E282A;
    text-align: center;
}

.happyBlockHeader{
    font-style: italic;
    text-align: center;
    font-size: 30px;
    display: inline-block;
    width: 100%;
    margin-top: 76px;
    margin-bottom: 35px;
}

.happyBlock table{
    width: 100%;
    text-align: left;
}

.happyBlock table td{
    height: 90px;
}

.happyBlock img{
    width: 76px;
}

.happyBlock table td:nth-child(even) {
    width: 165px;
    padding-left: 10px;
}
.tableMiniText{
    font-style: italic;
    font-size: 14px;
}
.dividerline{
    background-color: #D6D6D6;
    clear: both;
    display: block;
}

#projectsContainer{
    position: relative;
    width: 100%;
    display: inline-block;
}

.projectBox{
    display: inline-block;
    float: left;
    width: 460px;
    height: 429px;
    margin-top: 111px;
}

#project1, #project2 {
    margin-top: 0px;
}

.projectMockup{
    width: 460px;
}

.projectMockup:hover{
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    cursor: pointer;
}

.projectIcon{
    float: left;
    width: 60px;
    margin-top: -3px;
    margin-left: 3px;
}

.projectTitle{
    font-weight: 600;
    font-size: 20px;
    padding-left: 75px;
}

.projectDescription{
    font-weight: 400;
    font-size: 16px;
    color: #9B9B9B;
    padding-left: 75px;
}

.projectRight{
    float: right;
}

#jarwaSection{
    padding-left: 15px;
    padding-right: 15px;
}

.photographyPicture{
    width: 300px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.photoRight{
    float: right;
    margin-right: 0px;
}

#photography a{
    text-decoration: none;
}

.jarwaThreeContainer{
    float: left;
    width: 280px;
}

.jarwaThreeArrow{
    float: left;
    width: 44px;
}
.jarwaThreeArrow img{
    width: 18px;
    margin-left: 12px;
    margin-top: 17px;
}
.jarwaThreeIcon{
    display: inline-block;
    width: 70px;
    margin: auto;
    margin-left: 107px;
}

.jarwaThreeTitle{
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #4A4A4A;
    margin-top: 30px;
    margin-bottom: 30px;
}
.jarwaThreeDescription{
    text-align: center;
    font-size: 16px;
    color: #2E282A;
    line-height: 29px;
}

#jarwaWeb button{
    border: 2px solid #2D9DB1;
    background-color: #F5F5F5;
    padding: 12px 24px;
    font-size: 20px;
    font-family: 'Source Sans Pro';
    font-weight: 300;
    color: #2D9DB1;
    border-radius: 2px;
    margin-left: 283px;
    margin-top: 75px;
    margin-bottom: 75px;
}
#jarwaWeb button:hover{
    background-color: #2D9DB1;
    color: white;
    cursor: pointer;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: color 100ms linear;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    transition: color 100ms linear;
}

#jarwaWebText{
    float: left;
    width: 623px;
    margin-bottom: 50px;
}
#jarwaWebText span{
    font-size: 24px;
    line-height: 55px;
}

#jarwaWebLogo{
    float: right;
    width: 300px;
    margin-top: 75px;
}

#jarwaReview{
    float: left;
    margin-bottom: 90px;
    padding-bottom: 20px;
}

.review{
    padding: 10px 40px;
    background-color: #DAE9EC;
}

.reviewTitle{
    font-size: 20px;
    color: #2E282A;
    margin-top: 10px;
    margin-bottom: 32px;
}

.reviewQuote{
    float: left;
    width: 32px;
    margin-right: 22px;
}
.reviewText{
    float: left;
    width: 772px;
    margin-top: -8px;
    font-style: italic;
    line-height: 34px;
}
.reviewPhoto{
    float: left;
    width: 67px;
    margin-left: 55px;
}

.reviewPersonTitle{
    display: inline-block;
    font-weight: 600;
    font-size: 22px;
    margin-left: 23px;
    margin-top: 4px;
}

.reviewPersonSubtitle{
    font-weight: 400;
    font-size: 18px;
    color: #9B9B9B;
    margin-left: 146px;
}

#commentForm{
    width: 480px;
    float: left;
}

.contactTitles{
    font-weight: 600;
    font-size: 20px;
    color: #2E282A;
    display: inline-block;
    margin-bottom: 20px;
}
input{
    background: #FFFFFF;
    border-radius: 2px;
    width: 450px;
    height: 20px;
    font-weight: 300;
    font-size: 18px;
    padding: 15px 15px;
    margin-bottom: 20px;
    border: none;
}

textarea{
    background: #FFFFFF;
    border-radius: 2px;
    width: 450px;
    height: 200px;
    font-weight: 300px;
    font-size: 18px;
    padding: 15px 15px;
    margin-bottom: 20px;
    resize: none;
    line-height: 26px;
    border: none;
}

#submit{
    border: 2px solid #2D9DB1;
    background-color: #F5F5F5;
    padding: 12px 24px;
    font-size: 20px;
    font-weight: 300;
    color: #2D9DB1;
    border-radius: 2px;
    width: 215px;
    height: 50px;
}

#submit:hover{
    background-color: #2D9DB1;
    color: white;
}

#contactDetails{
    float: right;
    width: 320px;
}

#contactDetailsTerms{
    margin-left: 3px;
}

#socialLinkedIn{
    background-color: #0177B3;
}

#socialFacebook{
    background-color: #365898;
}

#socialTwitter{
    background-color: #01B8D9;
}

#socialMessenger{
    background-color: #0084FF;
}

#socialInstagram{
background-image:   linear-gradient(-165deg, #4E60D3 0%, #913BAF 34%, #D52D88 56%, #F26D4F 85%);
}

#socialLinkedIn:hover{
    background-color: #016699;
    -webkit-transition: background-color 150ms linear;
    -moz-transition: background-color 150ms linear;
    -o-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
}

#socialFacebook:hover{
    background-color: #2D4A7F;
    -webkit-transition: background-color 150ms linear;
    -moz-transition: background-color 150ms linear;
    -o-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
}

#socialTwitter:hover{
    background-color: #00A2BF;
    -webkit-transition: background-color 150ms linear;
    -moz-transition: background-color 150ms linear;
    -o-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
}

#socialMessenger:hover{
    background-color: #0076E5;
    -webkit-transition: background-color 150ms linear;
    -moz-transition: background-color 150ms linear;
    -o-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
}
#socialInstagram:hover{
background-image:   linear-gradient(-165deg, #4252B5 0%, #702C88 34%, #A9246C 56%, #C6583F 85%);
    -webkit-transition: background-image 150ms linear;
    -moz-transition: background-image 150ms linear;
    -o-transition: background-image 150ms linear;
    -ms-transition: background-image 150ms linear;
}

.socialButton{
    width: 135px;
    padding-left: 12px;
    border-radius: 2px;
    height: 50px;
    margin-bottom: 20px;
}
.socialButtonIcon{
    width: 25px;
    float: left;
    margin-top: 13px;
    margin-right: 13px;
}
.socialButtonText{
    display: inline-block;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 13px;
}

#contact table tr{
    vertical-align: top;
    height: 40px;
}

#contact table td:nth-child(odd){
    width: 57px;
}

#contact table tr:nth-child(3){
    width: 300px;
}

#termsLink{
    margin-left: 3px;
}

/*OVERLAY PART *//*OVERLAY PART *//*OVERLAY PART *//*OVERLAY PART *//*OVERLAY PART *//*OVERLAY PART *//*OVERLAY PART *//*OVERLAY PART *//*OVERLAY PART */


#overlayProject1{
    position: fixed;
}

.overlayContainer {
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
}

.sliderImages {
    width: 780px;
    margin: 0 auto 20px auto;
    padding: 30px 120px 30px 120px;
    background-color: #F5F5F5;
}

.closeOverlay{
    display: inline-block;
    float: right;
    position: relative;
    top: -473px;
    left: 68px;
  }

.closeOverlay img{
    width: 45px;
}

.closeOverlay:hover{
    cursor: pointer;
}

.overlaySubContainer{
    width: 750px;
    padding: 0 15px;
    margin: 0 auto 20px auto;
}

.sliderImagesFooter{
    margin-top: 30px;
}

.sliderImagesFooterIcon{
    float: left;
    width: 70px;
}

.sliderImagesFooterTitle{
    font-weight: 600px;
    font-size: 30px;
    padding-left: 90px;
}

.sliderImagesFooterSubtitle{
    font-size: 24px;
    font-weight: 400;
    color: #9B9B9B;
    padding-left: 90px;
}

.sliderIcons{
    float: right;
    display: inline;
    position: relative;
    margin-top: -69px;
}

.sliderIcons img{
    width: 14px;
    margin-left: 26px;
}

.sliderLink{
    float: right;
    margin-top: -24px;
}

.sliderLink a{
    color: #2E282A;
}

.sliderImagesFooterDescription{
    font-weight: 300;
    font-size: 24px;
    color: #837E7F;
    line-height: 34px;
}

.overlayProjectText{
    font-weight: 300;
    font-size: 16px;
    color: #2E282A;
    line-height: 29px;
    margin-bottom: 35px;
}

.overlayProjectText span{
    display: block;
    margin-bottom: 13px;
    font-weight: 300;
    font-size: 20px;
    color: #2E282A;
    line-height: 29px;
    margin-top: 13px;
}

.overlayReview{
    width: 720px;
    padding: 10px 10px 31px 23px;
    display: block;
}

.overlayReviewText{
    width: 600px;
}

 #navItems a.mPS2id-highlight{
    border-bottom: 3px solid #2E282A;
}
#videoBackground {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -10;
}

video {
    display: inline-block;
    vertical-align: baseline;
}

#videoBackgroundVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
	           transform: translate(-50%, -50%);
}
