/****************************
GENERAL
****************************/
html{
    background-image: url(../img/background.png);
}

body{
    margin-left: auto;
    margin-right: auto;
/*    background-color: #ccc;*/
        background-color: rgb(888, 888, 888);
    background-color: rgba(999, 999, 999, 0.8);
    font-family: 'PT Sans', sans-serif;
    max-width: 1400px;
}

a {
    text-decoration: none;
    color: #000;
}

a:visited{
    color: inherit;
}

a:hover{
    color: #ff9A06;
}

h1{
    text-align: center;
    color: #444;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 3px solid #bbb;
    font-family: 'Alegreya Sans SC', sans-serif;
}


h2{
    font-size: 1.6em;
    margin-bottom: 5px;
    margin-top: 0px;
    clear: both;
    font-family: 'Alegreya Sans SC', sans-serif;
    text-align: center;
}

h3{
    border-bottom: 1px dotted #fff;
    font-family: 'Alegreya Sans SC', sans-serif;
}

.content{
    padding: 11px;
    color: #444;
    font-size: 1em;
    margin-bottom: 15px;
    font-family: 'Lora', sans-serif;
}

.content a{
    color: #444;
}

.content a:hover{
    color: #FF9A06;
    text-decoration: underline;
}

.content p{
    padding: 10px;
    margin-top: 0;
}

.content button{
    border: 2px solid #ff9A06;
    background-color: #888;
    color: #ff9A06;
    padding: 5px 10px;
    margin-top: 10px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-radius: 7.5px;
    box-shadow: #888 3px 3px 5px;
}

.content button:hover{
    border: 2px solid #888;
    background-color: #ff9A06;
    color: #888;
}

.content hr{
    width: 99%;
    height: 3px;
    background-color: #bbb;
    border: 0;
}

/****************************
HEADING
****************************/
header{
    background-image: url(../img/header-background.jpg);
     background-position: bottom center;
    padding-top: 50px
}


#logo img{
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

#info-bar{
    background-color: rgb(255, 154, 60);
    background-color: rgba(255, 160, 10, 0.6);
    color: #000;
    font-size: 0.9em;
    position: fixed;
    top: 0px;
    width: 100%;
    max-width: 1400px;
    z-index: 1;
}

#info-bar ul{
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    max-width: 1400px;
}

#info-bar ul li{
    display: inline-block;
    margin: 6px 25px;
}

#info-bar ul li a:hover{
    color: #777;
}

#slogan{
    display: none;
}

/****************************
NAV
****************************/
nav{
    padding-top: 2.5px;
    padding-bottom: 2.5px;
/*    background-color: #888;*/
}

nav li, #services-button{
    position: relative;
    right: 20px;
    text-align: center;
    padding: 0px;
    border: 2px solid #888;
    margin: 2px;
    background-color: #444;
    color: #ff9A06;
    font-weight: 800;
    width: 200px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-radius: 15px;
    font-family: 'PT Sans', sans-serif;
}

.dropdown-menu li {
    text-align: center;
    padding: 0px;
    border: 2px solid #444;
    margin: 2px;
    background-color: #888;
    color: #ff9A06;
    font-weight: 800;
    width: 160px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-radius: 15px;
}

.dropdown-menu{
    background-color: #444;
    position: relative;
    width: 170px;
    position: relative;
    left: 72.5px;
    top: -5px;
}

.dropdown-menu li{
    position: relative;
    left: 0px;
}

nav li:hover, .selected, #services-button:hover, .dropdown-menu li a:hover{
    background-color: #ff9A06;
    color: #444;
    z-index: 10;
}

nav li p{
    margin: 4px;
}

#services-button, .dropdown-menu a{
    padding: 4px 0;
}

.side-bar{
    display: none;
}

/****************************
FOOTER
****************************/
footer{
    background-color: #888;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 1px;
    background-color: #444;
    color: #aaa;
}

#copyright a{
    color: #ff9A06;
}

#address{
    margin-bottom: 35px;
    font-size: 0.9em;
}

#footer-table{
    width: 330px;
    text-align: left;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

#footer-table a{
    color: #aaa;
    font-size: 0.9em;
}

#footer-table a:hover{
    color: #ff9A06;
}

#footer-table tr{
    
}

#footer-table td{
    margin: 5px;
}

#table-header{
    text-decoration: underline;
    color: #ff9A06;
}

.table-navigation{
    width: 50%;
}

.table-services{
    position: relative;
    left: 110px;

}

/****************************
PAGE: HOME
****************************/

.image-changer-home{
    display: none;
}

#temporary{
    color: red;
    border: 2px solid red;
    padding: 5px;
    background-color: #fff
}


#welcome, #who, #what, #where{
    margin: 30px 5px;
}

#welcome p{
    width: 100%;
    float: left;
    margin: 10px 0;
}

#welcome img{
    width: 44%;
    float: right;
    margin: 10px 0px 10px 0px;
}

#who p{
    width: 100%;
    float: right;
    margin: 10px 0;
}

#who img{
    width: 50%;
    float: left;
    margin: 10px 0px 10px 0px;
}

#what p{
    width: 100%;
    float: left;
    margin: 10px 0;
}

#services{
    width: auto;
    margin-top: 0;
    margin-bottom: 0px;
}

#services li{
    text-align: left;
}

#what img{
    width: 44%;
    float: right;
    margin: 10px 0px 10px 0px;
}

#what ul{
    margin-top: 10px;
    text-align: center;
    list-style: none;
    position: relative;
    right: 20px;
}

#where p{
    width: 100%;
    float: right;
    margin: 10px 0;
}

#where img{
    width: 50%;
    float: left;
    margin: 10px 0px 10px 0px;
}

/*
#quote{
    display: none;
}
*/

/****************************
PAGE: ABOUT
****************************/
.image-changer-about-us{
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#rotator-two{
    width: 100%;
    max-width: 550px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid;
}

/****************************
PAGE: AREA COVERED
****************************/
#area-covered-img{
    width: 100%;
    border: 3px solid #444;
}

/****************************
PAGE: LATEST NEWS
****************************/
.blog-post{
    border: 2px solid #444; 
    width: 90%;
    display: block;
    margin: 50px auto;
}

.date-time{
    font-size: 0.7em;
    padding: 15px;
    clear: both;
}

.date-time a{
    color: #000000;
    font-size: 1.1em;
    font-weight: 900;
}

.blog-post h2{
    margin-top: 0;
    padding: 3px;
    background-color: #ffd700;
    border-bottom: 2px solid;
}

.blog-post img{
    width: 70%;
    max-width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.snippet{
    width: 100%;
    text-align: center;
    clear: both;
    font-size: 0.9em;
}

.blog-post button{
    clear: both;
    margin: 20px auto;
    width: 80px;
    font-size: 0.6em;
}

.blog-post button:hover{
    color: #888;
}

.blog-post button a{
     color: #ffd700;
}

.blog-post a:hover{
    text-decoration: none;
    color: #888;
}

.blog-post hr{
    margin-top: 0px;
    background-color: #ccc;
}

.blog-content img{
    width: 80%;
    max-width: 700px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    
}

.author{
    text-align: center;
    font-size: 1.2em;
}

.blog-info-bar{
    width: 50%;
    display: block;
    margin: 20px auto;
    text-align: center;
    padding: 10px;
    border: 2px solid;
    border-radius: 5px;
    background-color: #ccc;
}


.blog-info-bar img{
    border-radius: 100%;
    border: 2px solid;
    width: 80px;
    display: block;
    margin: 0px auto 10px auto;
}

.blog-info-bar p{
    font-size: 0.6em;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.profile-name{
    display: block;
    text-align: center;
    width: 100%;
}

.profile-name a{
    font-size: 1.6em;
    font-weight: 900;
}

.profile-title{
    display: block;
    text-align: center;
}

.profile-title a{
    font-size: 1.4em;
}

.blog-content p{
    margin-top: 20px;
    font-size: 0.9em;
    text-align: center;
    width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#services-blog{
    list-style: none;
}


/****************************
PROFILES
****************************/
.profile-picture{
    border-radius: 100%;
    border: 3px solid;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.profile-links{
    margin-top: 70px;
}

.profile-links li{
    margin-bottom: 10px;
    list-style: none;
    font-size: 1.1em;
    position: relative;
    right: 0px;
}

.profile-links img{
    width: 80px;
}

.website-link{
    margin-top: 30px;
    position: relative;
    right: 0px;
}

.website-link a{
    font-size: 1.2em;
}

.latest-posts{
    margin-top: 70px;
}

.latest-posts table{
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    margin-top: 30px;
}

.latest-posts table td{
    padding: 5px;
    border: 2px solid;
}

.blog-name{
    width: 55%;
    text-align: center;
}

.blog-date{
    width: 10%;
    text-align: center;
}


/****************************
PAGE: GARAGE CONVERSION
****************************/
#garage-conversion-img{
    width: 100%;   
    display: inline-block;
    margin: auto auto auto auto;
    position: relative;
    border: solid 2px;
}

#garage-conversion-list{
    width: 40%;
    display: inline-block;
}

/****************************
PAGE: KITCHENS
****************************/
.kitchen-img{
    display: block;
    max-width: 80%;
    margin: auto;
}

/****************************
PAGE: GALLERY
****************************/

.gallery-section{
    max-width: 100%;
    padding: 0;
    border: 2px solid;
    
}

.gallery-section ul li ul{
    margin-bottom: 20px;
    display: inline-block;
}

.gallery-section li{
    list-style: none;
    margin: 0;
    position: relative;
    right: 20px;
}

.gallery-title{
    font-size: 1.2em;
    text-align: center;
}

.gallery-section img{
    width: 90%;
/*    max-width: 350px;*/
    display: flex;
    margin: 10px auto;
    border: 2px solid;
}

.outer-shell{
    background-color: #e5e5e5;
    padding: 0px;
    margin: 40px;
}



/****************************
PAGE: TESTIMONIALS
****************************/
.testimonial{
    border: 2px solid #888;
    border-radius: 5px;
    margin: 25px 15px;
    font-size: 0.9em;
    padding: 15px;
    background-color: #bbb;
    color: #444;
}

.testimonial h4{
    padding-left: 15px;
    font-style: italic;
}

.quotation-marks, .quotation-marks-2{
    width: 25px;
    opacity: ;
    margin: 0 5px;
}

.quotation-marks {
    transform: rotate(180deg);
    position: relative;
    bottom: 5px;;
}


/****************************
PAGE: CONTACT
****************************/
.center{
    text-align: center;
}

#contact-details{
    font-size: 1.1em;
    font-weight: 600;
}


/****************************
PAGE: COLORS
****************************/

