﻿body{
	margin:0;
	font-family: 'Roboto Condensed', sans-serif;
	background: #f8f8f8;
    color: #6c757d;
    overflow-x: hidden;
}

body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	text-decoration: underline;
    color: #027C99;
}
body a:hover{
	text-decoration: underline;
}

.body-wrapper {
    margin: 0 auto; 
    max-width: 1760px;
    position: relative;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.15);
}

.left {
    float: left;
}
.right {
    float: right;
}
.text-center {
    text-align: center;
}
.justify {
    text-align: justify;
}
.vcenter {
    display: flex;
    align-items: center;
}

a.call-to-action {
    display: inline-block;
    margin: 25px 0;
    padding: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #00566b;
    border: 2px solid #00566b;
}
    a.call-to-action:hover {
        text-decoration: none;
        color: #00566b;
        border: 2px solid #00566b;
        background-color: #fff;
    }

h1,h2,h3,h4,h5,h6{
	margin:0;	
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
}

h1 {
    font-size: 3em;
    color: #00566b;
    padding-bottom: 30px;
}

h2 {
    font-size: 2.8em;
    color: #00566b;
}

h3 {
    font-size: 2.5em;
    line-height: 1;
    color: #00566b;
}

h4 {
    font-size: 2.2em;
    padding-top: 15px;
}

h5 {
    font-size: 1.5em;
    font-weight: 300;
    padding-top: 15px;
}

p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.42em;
    color: #6c757d;
    margin: 20px 0;
    padding-bottom: 15px; 
}

ul,label{
	margin:0;
	padding:0;
}

ul li {
    list-style-type: square;
}

.container {
    width: 1170px;
}
.top-nav .container {
    width: 100%;
    max-width: 1760px;
}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 0;
    font-size: 25px;
    right: 10px;
    padding: 5px 10px;
    color: #fff;
    background-color: rgba(69,99,122,0.6);/* #45637A;*/
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);    
    cursor: pointer;
    z-index: 1000;
    text-align: center;
}


/*--top-nav--*/
.top-nav {
	z-index: 999;
}
.top-nav h1 {
    font-weight: 400;
    padding: 5px 5px 5px 25px;
}
nav.navbar.navbar-default {
    background-color: rgba (0,0,0,0.3);
    border: none;
    margin: 0;
}
.navbar-header.logo {
    padding-top: 10px;
}
.top-nav ul li {
    margin: 0 0.5em;
    display: inline-block;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus, 
.top-nav ul li  a.active:before {
    color: #45637A;
}
/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.top-nav ul li a {
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 1.4em;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 20px;
}

.navbar-default .navbar-brand {
    color: #fff;
    font-size: 3em;
    padding: 13px 0;
}

.wrapper {
    width: 100%;
    height: 100%;    
    background-color: #fff;
}

.banner {
    position: relative;
    /*width: 100%;*/
    z-index: 500;
    padding-bottom: 70px;
    background: #fff;
}
    .banner ul  {
        padding: 30px;
        list-style: disc none outside; 
    }
        .banner ul li {            
            font-size: 22px;
            padding: 0 0 20px 10px;
        }

.intro-block {
    background: #fff;
    padding: 0;
    margin-top: 40px;
}
    .intro-block h1 {
        padding-bottom: 10px;
    }

.map {
    width: 100%;
    height: 400px;
}

.bio {
    padding: 20px 0 0 0;
}

#home {
    background-color: transparent;
    height:100vh;
    width: 100vw;
    position: fixed;
    z-index: -90;    
}

#internal-hero {
    background:url('../images/oakbay.jpg') no-repeat;
    background-position: center;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
    height: 600px;
    width: 100vw;
    max-width: 1760px;
    position: fixed;
    z-index: -90;
    top: 0px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.15);
}
#internal-hero.home {
    height: 100vh;
}
#internal-content.home {
    margin-top: 100vh;
}
    #internal-hero .welcome-message{
        margin: 20vh 10vw;
        animation: slide-up 2s;
    }
    @keyframes slide-up {
        from {
            margin-top: 100vh;
            opacity: .25;
            line-height: 80px;
        }
        to {
        }
    }
    #internal-hero h1 {
        color: #fff;
        text-transform: uppercase;
        font-size: 8em;
        font-weight: 400;
        line-height: 95px;
        letter-spacing: 5px;
        padding-bottom: 0;
        margin-left: -6px;
    }
    #internal-hero h2 {
        color: #fff;
        font-size: 3em;
        text-transform: uppercase;
        font-weight: 300;
    }      
    #internal-hero h3 {
        color: #fff;
        font-size: 2.2em;
        font-weight: 300;
        text-decoration: none;
        letter-spacing: 5px;
    }
    #internal-hero h3 > a {
        color: #fff;
        text-decoration: none;
    }

.quote {
    text-align: center;
    margin-top: 18%;
}
    .quote h1 {
        color: #fff;
        text-shadow: 2px 2px #222;
        font-size: 7em;
        font-style: italic;
    }

#services {
    margin-top: 260px;
}

.divider {
    height: 400px;
    background: url(../images/smile.jpg) no-repeat 0px 0px;
    background-position: top bottom;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
    background-attachment: fixed;
}
    .divider.services {
        background: url(../images/smile.jpg) no-repeat 0px 0px;
        background-position: top center;
        background-size:cover;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        -ms-background-size:cover;
        background-attachment: fixed;
    }

.gallery {
    padding: 60px 0;
    margin: 0 auto;
    position: relative;
}
    .gallery img {
        display: block;
        float: left;
        height: 200px;
        width: 250px;
        background-position: 50% center;
        background-size:cover;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        -ms-background-size:cover;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;       
        padding: 15px;
    }

.more-services {
    background-color: #c0c0c0;
    padding: 60px;
    margin: 0 auto;
    position: relative;
}
    .more-services .testimonial {
        text-align: center;
        font-size: 20px;
    }
    .more-services a {
        display: block;
        position: relative;
        float: left;
        height: 250px;
        width: 23%;
        margin: 0 1%;
    }
    .more-services .item {
        display: block;
        float: left;
        height: 250px;
        width: 100%;
        background-position: 50% center;
        background-size:cover;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        -ms-background-size:cover;
        position: absolute;       
        -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
        -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
        box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.3);  
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;       
    }
    .more-services .item:hover {
        bottom: 0;
        -webkit-box-shadow: 6px 10px 6px 0 rgba(0,0,0,.3);
        -moz-box-shadow: 6px 10px 6px 0 rgba(0,0,0,.3);
        box-shadow: 6px 10px 6px rgba(0,0,0,0.3);
    }
    .more-services .tagline {
        background-color: #fff;
        display: block;
        padding: 5px 20px;
        position: absolute;
        text-align: right;
        bottom: 20px;
        color: #fff;
        right: 0;
        width: 100%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;       
    }
    .more-services .item:hover .tagline {
        border-top: 8px solid #45637A;
    }
    .more-services .tagline h1 {
        color: #052638;
        font-size: 1.5em;
        font-weight: 300;
        line-height: 1em;
        margin: 10px 0;
        font-family: 'Roboto Condensed', sans-serif;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;       
    }

.banner-info {    
    background: rgba(0,0,0,0.2);
    height: 100vh;
}

.logo h1 {
    font-size: 3em;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1em;
    text-transform: uppercase;
}
.logo h1 a {
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration:none;
}
.logo h1 span.phone {
    font-size: 0.7em;
}
.logo h1 .oakbay-logo {
    background: transparent url(../images/logo.svg) no-repeat;
    max-width: 300px;
    width: 100%;
    height: 65px;
}
.logo img.mobile {
    display: none;
}
.logo img.desktop {
    display: inherit;
    width: 250px;
}

.banner-text-info {
    margin: 0 auto;
    padding-top: 250px;
    right: 100px;
    position: absolute;
}
.banner-text-info p {
    color: #fff;
}

#home .banner-text-info .tagline {
    background-color: #0F75BC;
    display: block;
    padding: 10px 20px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
    box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.3);
    position: absolute;
    text-align: right;
    bottom: 10%;
    color: #fff;
    width: 65%;
    right: 17px;
}
#home .banner-text-info .tagline p {
    color: #fff;
    font-size: 2.3em;
    line-height: 1em;
    margin: 10px 0;
    font-family: 'Roboto Condensed', sans-serif;
}

#internal-hero .banner-text-info .tagline {
    padding: 10px 35px 10px 20px;
    text-align: right;
    text-transform: uppercase;
}
#slideshow-tagline {
    position:absolute;
    margin: 0 auto;
    padding: 10px 35px 10px 20px;
    right: 20px;
    bottom: 5%;
    display: block;
    text-align: right;
    text-transform: uppercase;
    z-index: 99;
}
#internal-hero .banner-text-info .tagline h1,
#slideshow-tagline h1 {
    color: #052638;
    font-size: 2.5em;
    line-height: 1em;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 25px;
    background-color: #fff;
    padding: 10px;
    width: 535px;
    font-weight: 300;
}

.banner-text h2 {
    color: #fff;
    font-size: 3em;
    line-height: 1.2em;
    font-family: 'Roboto Condensed', sans-serif;
}
.banner-text h3 {
    font-size: 1.5em;
    color: #fff;
    margin-top: 1em;
    letter-spacing: 3px;
    line-height: 1.8em;
}
/*--//baner--*/

.imageplaceholder {
    display: table-cell;
    width: 60%;
    height: 400px;
}


/*-- hightlight blocks --*/
.highlight-block {
    display: block;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
}
    .highlight-block img,
    .highlight-block iframe {
        float: right;
        max-width: 450px;
        margin-top: -50px;
        padding-left: 20px;
        padding-bottom: 15px;
        width: 100%;
    }
    .highlight-block .highlight-content {
        background-color: #7a340b;
        color: #fff;
        padding: 30px;
        margin-top: 40px;
        max-width: 755px;
        width: 100%;
        min-height: 290px;
    }
        .highlight-block .highlight-content h3 {
            color: #fff;
            font-size: 2em;
        }
        .highlight-block .highlight-content p,
        .highlight-block .highlight-content a {
            color: #fff;
            font-size: 18px;
        }


footer {
    margin-top: 40px;
    padding: 40px 0 20px 0;
    background-color: #383D43;
    color: #6c757d !important;
    position: relative;
    z-index: 1;
}
footer .footer-logo {
    float: left;
}
    footer h3 {
        font-size: 2.5em;
        font-weight: 400;
        margin: 0;
        padding-bottom: 8px;
        color: #6c757d !important;
    }
    footer h4 {
        font-size: 1.7em;
        padding-top: 0;
        padding-bottom: 15px;
    }
    footer p {
        padding-bottom: 4px;
        margin: 0;
        color: #6c757d !important;
    }
    footer p.copyright {
        font-size: 14px;
        color: #6c757d !important;
    }
    footer a {
        color: #6c757d !important;
    }
        

#about {
    margin-top: 92vh;
}
#aboutus {
    margin-top: 100vh;
    background: #fff;
}
#internal-content {
    margin-top: 590px;
    background: #fff;
}

#request-form {
    margin-top: 50px;
}

/*-- contact --*/
.info-section {
    display: table;
    width: 100%;
 }
.address {
    float: right;
    display: table-cell;
    vertical-align: middle;    
}
.address .address-block {
    margin-right: 50px;
    margin-bottom: 50px;
    float: left;
}
.address .address-block:last-child {
    margin-right: 0;
} 
.address a {
    color: #fff;
    text-decoration: none;
}

#memberships {
    min-height: 150px;
    background-color: #fff;
    padding: 10px 0;
}
.certification {
    display: table;
    text-align: center;
    margin: 0 auto;
}
