@font-face{
  font-family: 'RobotoLight';
  src: url(Roboto-Light.ttf);
}

body{
  font-family: RobotoLight;
  font-size:17px;
  width:100%;
}

* {
  box-sizing: border-box;
}

@media only screen and (max-width: 1000px) {
  .services{
    overflow-y:auto;    
  }
  .servicestable2{
    max-width:500px;
    display:none;
  } 
  .servicescontent2{
    font-size:21px; 
  }
  
}

@media only screen and (max-width: 1100px) {
  .menutable{
    width:100%;
  }
  .menucaption{
    position:relative;
    top:5px;
    font-size:20px;
    margin:auto;
  }
  .servicestable2{
    max-width:950px;
  } 
  .servicescontent{
    max-width:950px;
    font-size:20px;
  }
  .servicescontent2{
    font-size:21px; 
  }
  .servicestable{
    max-width:780px;
  }
  .picturetable{
    max-width:780px;
  }
  .contactcontent, .contactcaption, .aboutcontent{
    font-size:20px;
  }
}


@media only screen and (max-width: 650px) {
  .menucaption{
    max-width:100px;
  }
  .home{
    max-width:500px;
    padding-left:150px;
  } 
  .services{
    overflow-y:auto;    
  }
  .servicestable2{
    max-width:500px;
    display:none;
  } 
  .servicescontent{
    max-width:500px;
  }
  .servicescontent2{
    font-size:21px; 
  }
  .servicestable{
    max-width:500px;
  }
  .works{
    overflow-y:auto;
  }
  .picturetable{
    max-width:390px;
  }
  .imagediv{
    float:none;
    margin:auto;
  }
  .abouttable{
    max-width:500px;
  }
  .abouttable{
    max-width:500px;
  }
  
}

@media only screen and (min-width: 1000px) {
  .servicestable2mobile{
    display:none;
  }
}

.menubar{
  position:fixed;
  top:0px;
  left:0px;
  padding:0;
  border-spacing:0;
  border:0;
  width:100%;
  height:60px;
  background-color:#315299;
  z-index:100;
}

.menutable{
  position:relative;
  top:0px;
  margin:auto;
}

.menutable td{
  height:50px;
  text-align:center;
}

.menucaption{
  width:140px;
  color:white;
  cursor: pointer;
  text-align:center;
}

.menucaption:hover{
  color:#b2b2b2;
}

.background{
  position:fixed;
  top: 0px; 
  left: 0px;
  height:100%; 
  width:100%;
  background-image: url(background.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index:1;
}

.home{
  position:absolute;
  top:30px; 
  left:calc(50% - 350px);
  height:300px; 
  width:700px;
  text-align:center;
  z-index:10;
  
  opacity:0;
  
  transition: opacity 1s ease;
  transition-property: opacity;
  transition-duration: 2s;
  transition-timing-function: ease; 
}

.homecaption{
  position:relative;
  top:0px;
  color:white;
  font-weight:bold;
  font-size:60px;
  letter-spacing:1px;
  text-align:center;
  width:100%;  
}

.homeunderline{
  position:relative;
  top:0px;
  border-top:2px solid black;
  text-align:center;
  margin:auto;
  width:80px;
  height:5px;
}

.homecaption2{
  position:relative;
  top:0px;
  color:white;
  font-weight:thin;
  font-size:30px;
  text-align:center;
  width:100%;  
}

.facebookicon{
  position:relative;
  top:0px;
  width:40px;
  height:40px;
  margin:auto;
  cursor:pointer;
  background-image: url(fb_icon.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;

  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  
}

.facebookicon:hover{
  transform: scale(1.1,1.1);
}

.services{
  position:absolute;
  top:1000px;
  left:0px;
  height:670px; 
  width:100%;
  border-spacing:0;
  border:0;
  /*background-image: url(background2.jpg);
  background-position: top center; 
  background-repeat: no-repeat;*/
  background-color:#dbac47;
  z-index:10; 
}

.servicestable{
  position:relative;
  top:0px;
  margin:auto;
  width:700px;
  border-spacing:0;
  border:0;
  
  opacity:0;
  
  transition: opacity 1s ease;
  transition-property: opacity;
  transition-duration: 2s;
  transition-timing-function: ease; 
}

.servicestable2{
  position:relative;
  top:20px;
  width:1000px;
  border:0;
  border-spacing:0;
  margin:auto;
  border-top:1px solid white;
}

.servicestable2 td{
  padding:3px;
}

.servicestable2mobile{
  position:relative;
  top:30px;
  left:0px;
  width:400px;
  border:0;
  border-spacing:0;
  margin:auto;
}

.servicestable2mobile td{
  padding:5px;
  width:100%;
}

.caption1{
  position:relative;
  top:0px;
  color:white;
  font-weight:thin;
  font-size:34px;
  text-align:center;
  width:100%;
}

.servicesunderline{
  border-top:2px solid white;
  text-align:center;
  margin:auto;
  width:80px;
  height:10px;
}

.servicescontent{
  text-align:center;
  margin:auto;
  line-height: normal;
  letter-spacing: normal;
  word-wrap: break-word;
  width:472px;
  color:white;
}

.servicescontent2{
  text-align:center;
  margin:auto;
  line-height: normal;
  letter-spacing: normal;
  word-wrap: break-word;
  color:white;
}

.works{
  position:absolute;
  top:1670px; 
  left:0px;
  height:1100px; 
  width:100%;
  z-index:10;
  background-color:white;
}

.workstable{
  position:relative;
  margin:auto;
  width:100%;
  
  opacity:0;
  
  transition: opacity 1s ease;
  transition-property: opacity;
  transition-duration: 2s;
  transition-timing-function: ease; 
}

.worksunderline{
  border-bottom:2px solid black;
  text-align:center;
  margin:auto;
  width:80px;
  height:20px;
}

/*------------------PICTURE--------------------------*/
.picturetable{
  position:relative;
  top:30px;
  margin:auto;
  border-spacing:0;
  border:0;
  padding:0;
  width:1180px;
}

.picturetable td{
  border-spacing:0;
  padding:0;
  width:100%;
  text-align:center;
}

.imagediv{
  height: 270px; 
  width: 390px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  border:0;
  padding:0;
  opacity:1;
  cursor:pointer;
  
  float:left;
  
  transition: opacity 1s ease;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: ease;
}

.imagediv:hover{
  opacity:0.75;
}

.modaldiv{
  position:fixed; 
  top:0px; 
  left:0px; 
  width:100%; 
  height:100%; 
  z-index:1000; 
  background-color:black; 
  opacity:0.7
}

.closecaption{
  position:fixed; 
  top:5px; 
  left:50px; 
  width:calc(100% - 100px); 
  font-size:27px; 
  text-align:center; 
  color:white; 
  cursor:pointer;
  z-index:1001;
}

.closecaption:hover{
  text-decoration:underline;
}

.picturelayer{
  position:fixed; top:50px; left:50px; 
  width:calc(100% - 100px); height:calc(100% - 100px); 
  z-index:1001; opacity:1;
  background-position: top center; background-size: contain; background-repeat: no-repeat; 
}

/*---------------------------------------------------------*/

.caption2{
  position:relative;
  top:30px;
  color:black;
  font-weight:thin;
  font-size:34px;
  text-align:center;
  width:100%;
}

.caption3{
  position:relative;
  top:10px;
  color:black;
  font-weight:thin;
  font-size:34px;
  text-align:center;
  width:100%;
}

.aboutbackground{
  position:absolute;
  top:2750px; 
  left:0px;
  height:1050px; 
  width:100%;
  overflow:none;
  background-image: url(background3.jpg);
  background-position: top center; 
  background-repeat: repeat;
  z-index:10;
}

.about{
  position:absolute;
  top:2850px;
  left:0px;
  margin:auto;
  width:100%;
  overflow:none;
  z-index:10;
}

.abouttable{
  border-spacing:0;
  border:0;
  margin:auto;
  width:700px;
  background-color:white;
  
  opacity:0;
  
  transition: opacity 1s ease;
  transition-property: opacity;
  transition-duration: 2s;
  transition-timing-function: ease; 
}

.abouttable td{
  height:20px;
}

.aboutunderline{
  border-top:2px solid black;
  text-align:center;
  margin:auto;
  width:80px;
  height:20px;
}

.aboutcontent{
  text-align:center;
  margin:auto;
  line-height: normal;
  letter-spacing: normal;
  word-wrap: break-word;
  width:472px;
}

.contact{
  position:absolute;
  top:3350px;
  left:0px;
  margin:auto;
  height:500px; 
  width:100%;
  overflow:none;
  z-index:10;  
}

.contactcaption{
  text-align:right;
  height:30px !important;
  width:35%;
  line-height: normal;
  letter-spacing: normal;
}

.contactcontent{
  text-align:left;
  height:30px !important;
  width:100%;
  line-height: normal;
  letter-spacing: normal;
}

.footer{
  position:absolute;
  top:3750px;
  left:0px;  
  width:100%;
  height:100px;
  background-color:#dbac47;
  z-index:10;
}


