html, body {
  color:#000;
  width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
  font-size:150%;
}

p {
  /*font-size:140%;*/
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

#header.default {
  background-color: rgba(0,0,0, 0.5);
}

#header.clean .mega-menu.desktopTopFixed .menu-list-items {
background-color: rgba(0,0,0, 0.7);
}

#header.clean .mega-menu .menu-links > li > a {
  color: #FFF;
}

.site-title {
  font-size:200%;
  color: #FFF;
}

.mega-menu .menu-links > li > a {
  font-size:16px;
}

.inner-intro {
  height:500px;
}

.address-block.rounded *:not(h3.title) {
  font-size: 150%;
}

.address-block.rounded h3.title {
  font-size:110%;
}

.h-275 {
  height:275px;
}

.service-box {
  height:75px;
}

.button.border.animated.middle-fill.estimation {
  text-align: center;
}

.content-block p {
  font-size:150%;
}

.center-helper1 {
  margin-top: 100px;
}

.top-info .address-block {
  margin-left: 0;
  padding-left: 65px;
  font-size: 125%;
}

.top-info.fill .address-block span, .top-info.fill .address-block a {
  font-size: 16px;
  /*font-weight: bold;*/
}

a.contact-link {
  transition: all 0.5s ease;
}

a.contact-link:hover {
  color: #FFF !important;
}

.list-mark.list-2 {
  font-size:125%;
}

ul.contact-footer li * {
  font-size: 125%;
}

.address-block.rounded.contact {
  width: 50%;
  height: 100px;
}

.contact-container {
  padding-left:22% !important;
  padding-bottom:0 !important;
}

/*MEDIA QUERIES*/
@media (max-width:1200px) {
  .center-helper1 {
    margin-top: 50px;
  }
}

@media (max-width:992px) {
   .site-title {
     font-size:150%;
   }
   html, body {
    overflow-x: hidden;
  }

   .mega-menu .menu-links > li > a {
     font-size:16px;
   }

   .address-block.rounded.contact {
     width: 49%;
     font-size: 100%;
   }

   .contact-container {
     padding-left:10% !important;
   }
 }


@media (max-width:769px) {
  .h-275 {
    height:auto;
  }
  .address-block.rounded.contact {
     width: 100%;
     font-size: 100%;
   }
}

@media (max-width:360px) {
  a.contact-link.email {
    font-size:90% !important;
  }

  ul.contact-footer li * {
    font-size:100%;
  }
}
