html, body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
/*  background-color: #00290b;*/
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.navbar a,
.navbar li > a {
  color: #00290b !important;
}

.navbar-rs {
  padding-top: 10px;
  background-color: #ffffff;
  border: none;
}

.navbar-brand {
  padding-top: 0;
  font-size: 22px;
}

.nav-rs {
  /*
  vertical-align: middle;
  margin-right: 0.75em;
  margin-bottom: 0.75em;
  */
  vertical-align: top;
}
  
.navbar-nav {
  text-align: right;
  float: right;
  font-size: 20px;
}

.navbar-default .navbar-collapse {
  border: none;
}

/* Changing navbar breaking point to accomodate the entire menu */
@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

.nav > li {
  margin-left: 20px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  border-radius: 5px;
}

.nav > li > a.selected {
  background-color: #cccccc;
  border-radius: 5px;
}

.brand-top {
  font-size: 14px;
  font-weight: bold;
  line-height: 2px;
}

.brand-bottom {
  font-size: 8px;
  line-height: 2px;
}

.container p {
  text-align: justify;
}

.centered,
.centered p {
  text-align: center;
}

.centered-v {
  display: flex;
  align-items: center;
}

.container-last {
  margin-bottom: 10px;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #00290b;
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
}

.footer a {
  color: #ffffff;
  font-weight: normal;
}

.footer-col-1 { text-align: left; }
.footer-col-2 { text-align: center; }
.footer-col-3 { text-align: right; }

@media (max-width: 768px) {
  .footer-col-1 { text-align: center; }
  .footer-col-3 { text-align: center; }
}

.footer-title-1 {
  font-size: 40px;
}

.footer-title-2 {
  font-size: 32px;
  line-height: 12px;
}

p.footer-contact {
  font-size: 18px;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 10px;
}

p.footer-contact a {
  text-decoration: underline;
}

p.footer-contact a.phone {
  text-decoration: none !important;
}

p.footer-copyright {
  margin-top: 9px;
  text-align: right;
  font-size: 14px;
}

p.yesiweb {
  text-align: right;
  margin-top: 15px;
  font-size: 14px;
}

@media (max-width: 768px) {
  p.footer-copyright,
  p.yesiweb {
    text-align: center;
  }
}

.yesiweb, .yesiweb a {
  color: #cccccc;
  font-weight: normal;
}

/***** General definitions *****/
.clearboth { clear: both; }
.left { float: left; }
.right { float: right; }
.spacer { height: 10px; }
.right-aligned { text-align: right !important; }

h1 {
  font-family: 'Roboto Slab', serif;
}

p {
  text-align: justify;
}

/* Home page styling */
.container-gradient {
  background: radial-gradient(#cccccc, #aaaaaa);
  text-align: center;
  padding: 20px 0 40px 0;
}

.slogan {
  font-family: 'Roboto Slab', serif;
  font-size: 42px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  color: #00290b;  
}

.slogan-small {
  font-family: 'Alex Brush', cursive;
  font-size: 50px;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
  margin-bottom: 30px;
}

.image-block {
  text-align: center;
}

.image-block a {
  text-transform: uppercase;
  font-size: 20px;
  color: #00290b;
  line-height: 70px;
  text-decoration: none;
}

/* About page styling */
.image-bg {
  padding: 30px;
  text-align: center;
  border: 5px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-bg h1,
.image-bg h2 {
  display:inline-block;
  padding: 10px 20px;
  background: rgba(51,51,51,0.8);
  font-family: 'Roboto Slab', serif;
  font-size: 30px;
  color: #ffffff;
}

.slogan-about {
  font-family: 'Roboto Slab', serif;
  font-size: 48px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;  
}

.text-image-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

img.left {
  margin: 3px 20px 10px 0;
  float: left;
}

img.right {
  margin: 3px 0 10px 20px;
  float: right;
}

img.half {
  width: 50%;
  min-width: 200px;
}

img.about {
  width: 67%;
  min-width: 200px;
}

/* Gallery pages styling */
.quarter {
  width: 25%;
  min-width: 250px;
  float: left;
  text-align: center;
}

@media (max-width: 1000px) {
  .quarter {
    width: 33%;
    float: left;
  }
}

@media (max-width: 746px) {
  .quarter {
    width: 50%;
    float: left;
  }
}

@media (max-width: 498px) {
  .quarter {
    width: 100%;
    float: none;
  }
}

.quarter img {
  width: 100%;
  min-width: 250px;
  height: auto;
  border: 1px solid #ffffff;
}

/* Services page styling */
.slogan {
  font-family: 'Roboto Slab', serif;
  margin-top: 50px;
  font-size: 42px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  color: #00290b;  
}

.text-overlay-bottom {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #000000;
}

@media (max-width: 768px) {
  .text-overlay-bottom {
    top: 85%;
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .text-overlay-bottom {
    top: 80%;
    font-size: 18px;
  }
}

@media (max-width: 380px) {
  .text-overlay-bottom {
    top: 75%;
    font-size: 16px;
  }
}

.slogan-services {
  font-family: 'Roboto Slab', serif;
  font-size: 80px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  color: #00290b;  
}

#what-we-do {
  float:right;
  position:relative;
  left:-50%;
  text-align:left;
  margin-top: 20px;
  font-size: 24px;
}

what-we-do ul {
  list-style:none;
  position:relative;
  left:50%;
}

what-we-do li { float:left; position:relative; }/* ie needs position:relative here*/

@media (max-width: 550px) {
  #what-we-do {
    left:-20%;
  }
}

@media (min-width: 550px) and (max-width: 1000px) {
  #what-we-do {
    left:-40%;
  }
}

@media (max-width: 970px) {
  .slogan-services {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 600px) {
  .slogan-services {
    font-size: 36px;
    line-height: 50px;
  }
}

@media (max-width: 430px) {
  .slogan-services {
    font-size: 24px;
    line-height: 50px;
  }

}

/* Contact page styling */
.container-contact {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #00290b;  
}

.container-contact a {
  color: #00290b;  
}

.container-contact img {
  margin: auto;
}