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

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}
/* Google Map thing */
#CobaltSalon {
    height:400px;
    width:75%;
}
.gm-style-iw * {
    display: block;
    width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}
.gm-style-iw a {
    color: #4272db;
}

.weekend-promo {
    border-style: solid;
    border-width: 2px;
    text-align: center;
    background-color: #d3d3d3;
    width: 40%;
    height: 20%;
    padding: 1%;
    font-color: white;
    font-size: 30px;
    margin: auto;
}

.intro-section1 {
    height: 100%;
    width: 100%;
    padding-top: 7%;
    text-align: center;
    background-size: 100%;
    color: black;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cddff2+28,2989d8+75,2989d8+75,207cca+80,207cca+80,207cca+83,207cca+83,207cca+92,207cca+92,207cca+98,207cca+98,207cca+99,0671c9+100,207cca+100,207cca+100,1e5799+100,2989d8+100,207cca+102 */
    background: rgb(205,223,242); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(205,223,242,1) 28%, rgba(41,137,216,1) 75%, rgba(41,137,216,1) 75%, rgba(32,124,202,1) 80%, rgba(32,124,202,1) 80%, rgba(32,124,202,1) 83%, rgba(32,124,202,1) 83%, rgba(32,124,202,1) 92%, rgba(32,124,202,1) 92%, rgba(32,124,202,1) 98%, rgba(32,124,202,1) 98%, rgba(32,124,202,1) 99%, rgba(6,113,201,1) 100%, rgba(32,124,202,1) 100%, rgba(32,124,202,1) 100%, rgba(30,87,153,1) 100%, rgba(41,137,216,1) 100%, rgba(32,124,202,1) 102%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(205,223,242,1) 28%,rgba(41,137,216,1) 75%,rgba(41,137,216,1) 75%,rgba(32,124,202,1) 80%,rgba(32,124,202,1) 80%,rgba(32,124,202,1) 83%,rgba(32,124,202,1) 83%,rgba(32,124,202,1) 92%,rgba(32,124,202,1) 92%,rgba(32,124,202,1) 98%,rgba(32,124,202,1) 98%,rgba(32,124,202,1) 99%,rgba(6,113,201,1) 100%,rgba(32,124,202,1) 100%,rgba(32,124,202,1) 100%,rgba(30,87,153,1) 100%,rgba(41,137,216,1) 100%,rgba(32,124,202,1) 102%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(205,223,242,1) 28%,rgba(41,137,216,1) 75%,rgba(41,137,216,1) 75%,rgba(32,124,202,1) 80%,rgba(32,124,202,1) 80%,rgba(32,124,202,1) 83%,rgba(32,124,202,1) 83%,rgba(32,124,202,1) 92%,rgba(32,124,202,1) 92%,rgba(32,124,202,1) 98%,rgba(32,124,202,1) 98%,rgba(32,124,202,1) 99%,rgba(6,113,201,1) 100%,rgba(32,124,202,1) 100%,rgba(32,124,202,1) 100%,rgba(30,87,153,1) 100%,rgba(41,137,216,1) 100%,rgba(32,124,202,1) 102%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cddff2', endColorstr='#207cca',GradientType=0 ); /* IE6-9 */
}

.intro-section2 {
    height: 750px;
    padding-top: 7%;
    text-align: center;
    background-color: black;
    background: url(bgblue.png);
}

.services-section {
    padding-top: 7%;
    padding-bottom: 7%;
}

.products-section {
    padding-top: 7%;
    padding-bottom: 7%;
}

.team-section {
    padding-top: 7%;
    padding-bottom: 7%;
    background-color: #f0f0f0;
    width: 100%;
}

.contact-section {
    padding-top: 7%;
    padding-bottom: 7%;
    background-color: black;
}

.policy {
    font-weight: bold;
    text-align: center;
    font-size: 30px;
}

hr {
    width: 80%;
    text-align: center;
}












