/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

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

body,
h1,
h2,c
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.clear {
    clear: both;
}

.topnav {
    font-size: 14px;
}

.mobilenav {
    display: none;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.menu {
      width: 100%;
    height: 160px;
    background-color: #660099;
    position: relative;
 }
 
 .corpalmobile {
     display: none;
 }
 
 .corpal {
     right: 0;
     width: 300px;
     position: absolute;
 }
 
 .corpal p {
     color: #000;
 }
 
 .corpal img {
     width:100px;
     float: right;
     margin-top: -35px;
 }
 
 .footer {
    width: 100%;
    background-color: #660099;
    position: fixed;
    bottom: 0;
 }
 
 .footer p {
    color: #fff;
    padding: 8px;
 }
 
 .footer p.copyright {
     float: left;
     text-align: left;
 }
 
 .footer p.gassafe {
     float: right;
     margin: 0;
 }
 
 .footer p.gassafe img {
     width: 40px;
     margin-right: 12px;
 }
 
 .container {
     width: 90% !important;
     /*height: 100%;*/
     padding-bottom: 120px;
 }
 
 .container h2 {
     color: #0067b2;
     font-style: italic;
     font-size: 2.3em;
 }
 
 .container img.homeimage
 {
     float: right;
     width: 40%;
     margin-left: 5%;
     clear: both;
 }
 
 
.home-left-column {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.home-left-column .special {
     width: 100%;
     text-align: left;
 }
 
img.homephoneimage {
     display: none;
 }
 
 .home-left-column .special h3 {
     color: #0067b2;
     font-size: 2em;
 }
 
 
 .home-left-column .special ul {
  list-style: none;
    color: #333;
    padding-left: 0;
    font-size: 1.3em;
}

.home-left-column .special ul li:before {
  content: '✓  ';
}

.home-right-column {
    float: right;
    width: 48%;
    margin-left: 2%;
}

.home-right-column img.home {
    width: 98%;
    margin-left: 2%;
    max-width: 400px;
}

.home-right-column .homebox1
{
    height: 140px;
    width: 98%;
    margin-left: 2%;
    clear: both;
}

.home-right-column .homebox1 a
{
    color: #fff;
    text-decoration: none;
}

.home-right-column .homebox1 img
{
    width: 100%;
    max-height: 100px;
    max-width: 400px;
    border: 1px solid #660099;
}

.home-right-column .homebox1 p
{
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    background: #660099;
    font-size: 1.1em;
}

.container .specialise {
     width: 55%;
     text-align: left;
 }
 
 .container .specialise h3 {
     color: #0067b2;
     font-size: 2em;
 }
 
 .container .specialise ul {
  list-style: none;
    color: #333;
    padding-left: 0;
    font-size: 1.3em;
}

.container .specialise ul li:before {
  content: '✓  ';
}


ul.services {
  list-style: none;
    color: #fff;
    padding-left: 0;
    font-size: 1.3em;
}

ul.services li {
    padding: 10px;
}

ul.services li:before {
  content: '✓  ';
  padding-right: 5px;
}

ul.boiler-servicing {
  list-style: none;
    color: #fff;
    padding-left: 20px;
    font-size: 1em;
}

ul.boiler-servicing li {
    padding: 10px;
}

ul.boiler-servicing li:before {
  content: '✓  ';
  padding-right: 5px;
}

.container .contactus {
    width: 100%;
    background-color: #009685;
    padding: 5px;
    margin-top: 30px;
    margin-bottom: 80px;
    border-radius: 10px;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
}

.container .contactus h3 {
    color: #fff;
}

.container .contactus p {
    color: #fff;
    font-size: 1.2em;
}

.container .contactus a {
    color: #fff;
    text-decoration: underline;
}

.container .contactus img {
    width: 100%;
    border-radius: 10px;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.contactform {
  border-radius: 5px;
    background-color: #f2f2f2;
    /*padding: 20px;*/
    width: 48%;
    float: right;
}

.contactform label {
    color: #000;
    float: left;
}

.contactform p {
    color: #000;
    font-weight: normal;
    text-align: left;
    font-size: 1.1em;
    margin-bottom: 25px
}

.contactform input, textarea {
    color: #000;
}

.contactuspage {
    width: 48%;
    float: left;
    background-color: #009685;
    /*padding: 5px;*/
    margin-bottom: 80px;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
} 

.contactuspage h3 {
    color: #fff;
}

.contactuspage p {
    color: #fff;
    font-size: 1.2em;
}

.contactuspage p.small {
    font-size: 1em;
    font-weight: normal;
}

.contactuspage a {
    color: #fff;
    text-decoration: underline;
}

.contactuspage img {
    width: 100%;
    border-radius: 10px;
}


bootstrap.min.css (5)
*{



-webkit-box-sizing
:

border-box;

Error:
-moz-box-sizing
:

border-box;



box-sizing
:

border-box;
}


.contenttop {
    height: auto;
    overflow: hidden;
}

.areas {
    width: 100%;
    margin-top: 30px;
}

.areas img {
    float: left;
    width: 40%;
    margin-right: 5%;
}

.areas .areascontent {
    width: 55%;
    float: right;
    text-align: left;
}

.areas .areascontent h3 {
    color: #0067b2;
    font-size: 2em;
    margin-top: 0;
}

.areas .areascontent p {
    color: #333;
    font-size: 1.3em;
}

.bottomcontentphone {
    display: none;
}

.bottomcontent {
    width: 100%;
    padding-top: 30px;
    clear: both;
    height: 60%;
}

.bottomcontent .section1 {
    width: 30%;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.bottomcontent .section1 img {
    width: 50%;
}

.bottomcontent .section2 {
    width: 30%;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.bottomcontent .section2 img {
    width: 50%;
}

.bottomcontent .section3 {
    width: 30%;
    float: right;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.bottomcontent .section3 img {
    width: 50%;
}

.bottomcontent .section1text {
    width: 30%;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.bottomcontent .section2text {
    width: 30%;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.bottomcontent .section3text {
    width: 30%;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.bottomcontent .section1text h3, .section2text h3, .section3text h3 {
    color: #0067b2;
    font-size: 1.5em;
    margin-top: 0;
}

.bottomcontent .section1text p, .section2text p, .section3text p {
    color: #333;
    font-size: 1em;
}
 
 .menu .nav {
          width: 100%;
    /* height: 100%; */
    /* margin: 8% 3% 0% 3%; */
    /* padding-top: 8%; */
    overflow: hidden;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0
  }
  
  .menu .nav a.active {
      background-color: #ddd;
      color: #000;
  }
  
  .menu .navcontents
  {
      padding-left: 130px;
  }
  
  .menu2 .barphone {
      display: none;
  }
  
   .menu .bar {
        width: 100%;
    height: 40px;
    /* margin: 8% 3% 0% 3%; */
    /* padding-top: 8%; */
    padding: 0.5%;
    /* margin: 1% 1% 0 1%; */
    overflow: hidden;
    float: right;
    position: absolute;
    /* top: 0; */
    right: 0;
    background-color: black;
    text-align: center;
  }
  
  .barcontents {
      height: 100%;
      text-align:center;
      padding: 2px;
      display: inline-block;
  }
  
  .menu .bar p{
      float:left;
      margin: 0 5px 0 10px;
      line-height: 22px;
      font-size: 12px;
  }
  
  .menu .bar a{
      color: #fff !important;
  }
  
  .menu2 {
      display: none;
  }
 
  .menu img {
        height: 100%;
    /* margin: 1%; */
    padding: 1%;
    float: left;
    position: relative;
    padding-top: 45px;
  }
  
  .menu img.rightlogo {
      /*float: right;
    height: 130px;
    margin-top: 30px;*/
    display:none;
  }
  
  .menu img.icon {
    height: 100%;
    padding: 0;
  }
  
  .menu .nav a {
        float: left;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 15px;
        text-decoration: none;
        font-size: 14px;
   }
 
 .menu .nav a:hover {
       background-color: #ddd;
       color: black;
  }

.intro-header {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #f8f8f8;
}

.intro-message {
    position: relative;
    padding-top: 1%;
}

.intro-message > h1 {
    margin: 5px 0 0 0;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
    font-size: 3em;
    color: #660099;
}

.intro-divider {
    width: 100%;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.services-right {
    width: 48%;
    margin-left: 2%;
    float:right;
}

.services-left {
    width: 48%;
    margin-right: 2%;
    float: left;
}

@media (max-width:985px) {
    
   .services-right {
    width: 100%;
    margin-left: 0;
    float:left;
    }

.services-left {
    width: 100%;
    margin-right: 0;
    float: left;
    } 
    
}

.services p {
    display:none;
    background-color: #e5e5e5;
    width:100%;
    padding: 10px;
    color: #000;
    border-radius: 10px;
}

.services p.unhidden {
    display: block;
    background: none;
    text-align: left;
    font-size: 1.1em;
}


.services button {
    width: 100%;
    font-size: 18px;
    font-weight: 400px;
    letter-spacing: 0.14px !important;
    line-height: 1.6 !important;
    margin-top: 8px;
    /*background-color: #efefef;*/
    background-color: #6c7ae0;
    color: #fff;
    border: none;
    padding: 8px;
    border-radius: 10px;
}

.services button:hover {
    background-color: #660099 !important;
    color: #fff;
}


/*.services button.commheating {
    background-color: #9900e6;
}


.services button.domheating {
    background-color: #c8c8c8;
}

.services button.oil {
    background-color: #0093ff;
}

.services button.gas {
    background-color: #c8c8c8;
}

.services button.aircon {
    background-color: #0093ff;
}

.services button.renewables {
    background-color: #c8c8c8;
}

.services button.solar {
    background-color: #0093ff;
}

.services button.heatpumps {
    background-color: #c8c8c8;
}

.services button.gaspipe {
    background-color: #0093ff;
}

.services button.boilerserv {
    background-color: #c8c8c8;
}

.services button.boilermaint {
    background-color: #0093ff;
}

.services button.electrical {
    background-color: #c8c8c8;
}*/

.team-body p {
    color: #000;
    text-align: left;
    font-size: 1.1em;
}

.contact-body p {
    color: #000;
    text-align: left;
    font-size: 1.1em;
}

.contact-body h3 {
    color: #000;
    text-align: left;
    margin-bottom: 20px;
}

.contactareascontent h3 {
    color: #000;
}

.contactareascontent p {
    color: #000;
}

img.team-image {
    width:40%;
    margin-left: 2px;
    float: right;
}

img.contact-image {
    width:40%;
    margin-left: 2px;
    float: right;
}

img.service-image {
    width:100%;
}

.service-type-body {
    color:#000;
    font-weight: normal;
    text-align: left;
    font-size: 1.1em;
}

.service-types-body {
    color:#000;
    font-weight: normal;
    text-align: left;
    font-size: 1.1em;
}

.service-types-body-phone {
    display:none;
}

.pricing-body {

    color: #000;
    font-weight: none;
    text-align: left;
    font-size: 1.1em;
}

.pricing-body h3 {
    margin-bottom: 20px;
}

.pricing-table {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    position: relative;
    background-color: #fff;
    margin-bottom: 110px;
}

.pricing-body table {
    width:100%;
    border-collapse: collapse;
    display: table;
    border-spacing: 2px;
    border-color: grey;
}

.pricing-body thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.pricing-body th {
    display: table-cell;
    vertical-align: inherit;
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    background-color: #6c7ae0;
    padding: 18px;
    font-weight: unset;
    text-align: left;
}

.pricing-body tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.pricing-body tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.pricing-body td {
    font-size: 15px;
    color: gray;
    line-height: 1.4;
    padding: 16px;
    display: table-cell;
    vertical-align: inherit;
}

td.title {
    font-weight: bold;
    color: #000;
    font-size: 1.1em;
}

.pricing-body tr:nth-child(odd){
    background-color:rgba(0,0,0,0.1);
}

@media (min-width:901px) {
    
        .menu .bar {
            text-align:center;
        }
        
        .barcontents
        {
            display: inline-block;
        }
        
        .menu .bar p {
        margin: 0 15px 0 8px;
    font-size: 14px;
    line-height: 21px;
    }
    
    .menu .nav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
    font-size: 15px;
    
}

.menu {
    width: 100%;
    height: 180px;
    background-color: #660099;
    position: relative;
}


.menu img {
    height: 100%;
    /* margin: 1%; */
    padding: 1%;
    float: left;
    position: relative;
    padding-top: 45px;
}

.menu img.rightlogo {
    float: right;
    height: 130px;
   /* margin-top: 50px; */
}

}

@media (max-width: 850px) {
    
    .contactform {
  border-radius: 5px;
    background-color: #f2f2f2;
    /*padding: 20px;*/
    width: 100%;
    float: none;
}

.contactuspage {
    width: 100%;
    float: none;
    background-color: #009685;
    /*padding: 5px;*/
    margin-bottom: 80px;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
} 
    
}


@media (max-width:768px) {
    
  /*  .menu {
        display: none;
    } */
    
    .home-right-column {
    float: none;
    width: 100%;
    margin-left: 0;
}

    .home-left-column {
    float: none;
    width: 100%;
    margin-right: 0;
}

.home-left-column .special {
    text-align: center;
    padding-bottom: 25px;
}

img.homephoneimage {
    display: block;
    width: 100%;
}
    
    
    img.team-image {
    width:100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    float: none;
    margin-bottom: 10px;
}

img.contact-image {
    width:100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    float: none;
    margin-bottom: 10px;
}
    
   /* .menu2 {
        display: block;
         width: 100%;
        height: 180px;
        background-color: #660099;
        position: relative;
    } */
  
   /*.menu2 .bar {
    width: 100%;
    height: 40px;
    padding: 1%;
    margin: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    /*right: 0;*/
    /*background-color: black;
    text-align: center;
  }*/
  
  .barcontents
  {
      display: inline-block;
  }
  
  /*.menu2 .bar p{
      float:left;
      /*margin: 1%;*/
      /*text-align: left;*/
    /*  font-size: 12px;
      line-height: 19px;
  }*/
  
  /*.menu2 .bar a{
      color: #fff !important;
  }*/
 
  /*.menu2 img {
      height: 130px;
    padding: 1%;
  }*/
  
    /*.menu2 img.rightlogosmall {
     /* float: right;
    height: 100%;
    padding: 5px; */
    /*display: none;
  }*/
  
  /*.menu2 img.icon {
    height: 22px;
    padding: 0;
    margin-right: 5px;
    float: left;
  }*/
  
  /*.menu2 .nav {
      background-color: #0067b2;
      text-align: center;
      border-top: solid #333 1px;
      border-bottom: solid #333 1px;
     /* height: 45px; */
    /*  }*/
  
  /*.menu2 .navcontents {
      display: inline-block;
  }*/
  
  
    /*.menu2 .nav a {
        float: left;
        color: #f2f2f2;
        text-align: center;
        padding: 12px 18px;
        text-decoration: none;
        font-size: 14px;
   }*/
 
 /*.menu2 .nav a:hover {
       background-color: #ddd;
       color: black;
  }*/
  
  .container {
     /* margin-top: 45px;*/
  }
  
  .container img.homeimage {
    float: none;
    width: 100%;
    margin: 0;
    clear: both;
}
  
.container .specialise {
    width: 100%;
    text-align: CENTER;
}

.corpal {
    width: 100px;
}

.corpal p {
    margin-left: 0px;
}

.corpal  img {
    float: none;
    margin-top: -10px;
    width: 80px;
}

.areas img {
    display: none;
}

.areas .areascontent {
    width: 100%;
    float: none;
    text-align: center;
}

.container h2 {
    font-size: 1.8em;
}

.intro-message > h1 {
    font-size: 2.5em;
}
    
    
}

@media (max-width:765px)
{
    .service-types-body {
        display:none;
    }

.service-types-body-phone {
    display:block;
    color:#000;
    font-weight: normal;
    text-align: left;
    font-size: 1.1em;
    text-align: center;
}

}


/*@media (max-width:725px) {

    .menu2 {
        height: 180px;
    }
    
    .menu2 .bar p{
      font-size: 0.8em;
    }
    
    .menu2 .bar {
        height: 40px;
    }
    
}*/


@media (max-width:655px)
{
    
       .menu2 img.icon {
           
           display: none;
        
    } 
    
    .menu2 .bar p{
      
    }
    
}


@media (max-width:673px) {
    
        .menu {
        display: none;
    } 
    
    .menu2 {
        
        display: block;
    width: 100%;
    height: 180px;
    background-color: #660099;
    position: relative;
    }
    
    .menu2 .bar {
        display: none;
    }
    
    .menu2 .nav {
        display: none;
    }

    
    .menu2 .barphone {
        display: block;
        width: 100%;
        background-color: black;
        padding: 2px;
    }
    
    .menu2 .barphone a
    {
        color: #fff !important;
    }
    
    .menu2 img {
      height: 125px;
    }
    
    .corpal {
        display:none;
    }
    
    .corpalmobile {
        display: block;
        width: 30%;
        position: absolute;
        right: 0;
    }

.corpalmobile p {
    margin-left: 0px;
}

.corpalmobile img {
    margin-top: -10px;
    width: 80%;
    max-width: 80px;
    height: auto;
}
    
      /* Style the mobile navigation menu */
    .mobilenav {
        display: block;
        overflow: hidden;
        background-color: #333;
        position: relative;
    }

  /* Hide the links inside the navigation menu (except for logo/home) */
    .mobilenav #myLinks {
        display: none;
    }

  /* Style navigation menu links */
    .mobilenav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }
    
    .mobilenav p {
        padding: 14px;
    }

  /* Style the hamburger menu */
    .mobilenav a.icon {
        background: black;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

  /* Add a grey background color on mouse-over */
    .mobilenav a:hover {
        background-color: #ddd;
        color: black;
    }

  /* Style the active link (or home/logo) */
    .active {
        background-color: #006699;
        color: white;
    }
    
    .container {
        margin-top: 0;
    }
    
    .bottomcontent {
        display: none;
    }
    
    .bottomcontentphone {
        display: block;
        width: 100%;
        margin-top: 50px;
        overflow: hidden;
        height: auto;
        padding-bottom: 30%;
    }
    
    .bottomcontentphone h3 {
        color: #0067b2;
        font-size: 1.5em;
        width: 80%;
        margin: auto;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    .bottomcontentphone p {
        color: #333;
        font-size: 1em;
        width: 80%;
        margin: auto;
        margin-bottom: 30px;
    }
    
    .bottomcontentphone img {
        width: 30%;
    }
    
    .footer p {
        font-size: 14px;
    }
    
    .footer p.copyright {
     float: none;
     text-align: center;
 }
 
 .footer p.gassafe {
     float: none;
     margin: 0;
     text-align: center;
 }
 
 .footer p.gassafe img {
     display: none;
 }
 
    
}






/*
@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
    
    .intro-message > h1 {
        font-size: 2em;
    }
    
    h2 {
        font-size: 20px;
    }
    
    
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

a.email-address {
    color: #FFFFFF;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

a.email-address:hover {
    color: #FFFFFF;
}
*/