html, body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 200;
  font-family: 'Roboto', sans-serif;
  background-color: #eceff1;
  color: #455a64;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.logolink {
  display: block;
}

.logobox {
  width: 130px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.menulink {
  float: right;
  color: #fff;
  margin-top: 10px;
  margin-right: 25px;
  font-size: 36px;
  line-height: 36px;
  padding: 5px;
}

.menulink:hover, .menulink:focus {
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}

.menubox {
  width: 100%;
  height: 100vh;
  background-color: #ce2e27;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}

.menuboxinner {
  position: absolute;
  margin: auto;
  width: 280px;
  height: 400px;
  top: 0;
  bottom: 0;
  right: 30px;
}

.menuitem {
  font-size: 36px;
  font-weight: 100;
  color: #fff;
  padding: 0 0 0 10px;
  transition-property: background-color;
  transition-duration: 1s;
  transition-timing-function: ease;
}

.menuitem:hover, .menuitem:focus {
  background-color: rgba(255, 255, 255, 0.5);
  color: #ce2e27;
}

.contactinfo {
  color: #fff;
  padding: 25px 0 0 10px;
  font-weight: 200;
  font-size: 20px;
}

.social {
  color: #fff;
  padding: 10px 0 0 0;
}

.socialicon {
  color: #455a64;
  padding-left: 10px;
  font-size: 26px;
}

.socialicon:hover, .socialicon:focus {
  color: rgba(0, 0, 0, 0.5);
}

.menusocialicon {
  color: #fff;
  padding-left: 10px;
  font-size: 26px;
}

.menusocialicon:hover, .menusocialicon:focus {
  color: rgba(255, 255, 255, 0.5);
}

.home {
  width: 100%;
  height: 100vh;
  background-image: url('../images/bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mainbox {
  width: 700px;
  height: 110px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.line1 {
  color: #fff;
  font-weight: 500;
  margin: 0;
  /* letter-spacing: 1px; */
  text-align: center;
}

.line2 {
  color: #fff;
  font-weight: 100;
  margin: 0;
  letter-spacing: 6.5px;
  text-align: center;
}

.page {
  padding: 100px 0;
}

.highlight {
  font-size: 16px;
  font-weight: 500;
  color: #ce2e27;
  margin-bottom: 20px;
}

.highlight2 {
  font-size: 16px;
  font-weight: 500;
  color: #ce2e27;
  margin: 20px 0 0 0;
}

.intro {
  font-size: 28px;
  font-weight: 100;
  line-height: 40px;
}

.intro2 {
  font-size: 28px;
  font-weight: 100;
}

.introlink {
  color: #ce2e27;
}

.introlink:hover, .introlink:focus {
  text-decoration: underline;
  color: #ce2e27;
}

.redbg {
  background-color: #ce2e27;
  color: #fff;
}

.whitetext {
  color: #fff;
}

.activehead, .servhead {
  background-color: #ce2e27;
}

.boxhead {
  font-size: 24px;
}

.whitebg {
  background-color: #fff;
}

.clientbox {
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  margin-bottom: 30px
}

.empbox {
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.empbox2 {
  width: 100%;
  height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg2 {
  background-image: url('../images/bg2.jpg');
}

.bg3 {
  background-image: url('../images/bg3.jpg');
}

.bg4 {
  background-image: url('../images/bg4.jpg');
}

.bg5 {
  background-image: url('../images/bg5.jpg');
}

.bg6 {
  background-image: url('../images/bg6.jpg');
}

.bg7 {
  background-image: url('../images/bg7.jpg');
}

.bg8 {
  background-image: url('../images/bg8.jpg');
}

footer {
  padding: 100px 0;
}

.mtop {
  margin-top: 30px;
}

.mainpage {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #ce2e27;
}

.aboutpage{
  width: 100%;
  height: 70vh;
  position: relative;
  background-color: #ce2e27;
}

.workpage {
  width: 100%;
  height: 70vh;
  position: relative;
  background-color: #ce2e27;
}

.infobox {
  height: 200px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.workbox {
  height: 100px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.textarea {
  font-weight: 200;
  font-size: 20px;
}

.address {
  font-size: 24px;
}

.contactbox {
  height: 450px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.workname {
  font-size: 20px;
  color: #ce2e27;
}

.worklink {
  color: #ce2e27;
  font-weight: 300;
}

.textbox {
  width: 450px;
}

.work1 {
  margin: 75px auto;
}

.work2 {
  margin: 100px auto;
}

.work3 {
  margin: 40px auto;
}

.work4 {
  margin: 90px auto;
}

.servbox {
  padding-top: 150px;
}

.mt30 {
  margin-top: 60px;
}

.servmenu {
  background-color: #eceff1;
  margin-bottom: 5px;
  border-radius: 4px;
  color: #455a64;
  font-weight: 300;
  transition-property: background-color;
  transition-duration: 1s;
  transition-timing-function: ease;
}

.servmenu:hover, .servmenu:focus {
  background-color: #ce2e27;
  color: #fff;
}

.servicepage {
  padding: 150px 0 100px 0;
  background-color: #fff;
}

.servicecat {
  font-size: 20px;
  color: #ce2e27;
  margin-bottom: 40px;
}

.servicename {
  font-weight: 100;
  padding-bottom: 50px;
  border-bottom: 3px solid #eceff1;
  margin-bottom: 30px;
}

.headintro {
  font-size: 20px;
  margin-bottom: 40px;
}

.servicebox {
  width: 600px;
  margin: 0 auto;
  text-align: justify;
}

.servicebox>p {
  font-weight: 300;
}

.servback {
  background-color: #ce2e27;
  font-weight: 300;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-top: 40px;
  display: inline-block;
}

.servback:hover, .servback:focus {
  background-color: #58595b;
  text-decoration: none;
  color: #fff;
}

.mb15 {
  margin-bottom: 15px;
  font-weight: 300;
}

b {
  font-weight: 500;
}

.footlogobox{
  width: 150px;
  margin: 0 auto;
  margin-bottom: 20px;
}



.nomargin {
  margin: 0;
}

@media only screen and (max-width: 991px){
  .remb{
    margin-bottom: 30px;
  }

  .servicebox{
    width: 80%;
    margin: 0 auto;
  }


}

@media only screen and (max-width: 700px) {
  .mainbox {
    width: 300px;
    height: 320px;
  }

  .intro {
    font-size: 32px;
    font-weight: 100;
    line-height: 45px;
  }

  .workpage{
    height: 90vh;
  }

  .remb{
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 500px){
  .textbox{
    width: 80%;
    margin: 20px auto;
    /* padding: 0; */
  }

  .container{
    width: 80%;
  }

  .aboutpage, .workpage{
    height: auto;
  }

  .infobox, .servbox{
    position: relative;
    height: auto;
    padding-top: 130px;
    padding-bottom: 40px;
  }
}
