body{
    background-color: #f0f8ff;
}


#callAsh {
/*    color:aliceblue;*/
/*    float: right;*/
/*
    position: absolute;
    right: 5px;
    top: 40px;
*/
}

.phoneNumber {
    color: #4facfb;
    font-size: 1.5em;
}



.header-small {
    background: url(http://ntfridgeseals.com.au/images/header-bg-small.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 95px;
    color: #4facfb;
    align-content: center;
/*    margin-top:1em;*/
}

.header-small p{
    color:aliceblue;
}

.btn {
    background-color: none;
    background: url(http://ntfridgeseals.com.au/images/button-blue.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 1em;
    color:aliceblue;
    appearance: none;
    -webkit-appearance: none;
    border: none;
}

input {
    margin:.2em;
}

.overviewColumns {
/*
    background-image: url(../images/overview-small-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
*/
/*    background-size: cover;*/
/*    background-color: white;*/
    min-width: 20em;
    max-width: 30em;
    padding:1.5em;
    border: 2em;
}

.overviewColumns li {
    margin-left: -2em;
}

#five-stars {
    position: absolute;
    top: 4em;
    left: 1em;
    max-height: 2.5em;
}

.overviewSection {
    padding: 1.5em;
/*    background-color: white;*/
}

#headerBar {
   height: 5em;
}

#inquirySection div {
    padding: 0.5em;
/*    background-color: white;*/
}



a:link, a:hover, a:active,a:visited {
    text-decoration: none;
    color: #4facfb;
}

a.btn:link, a.btn:hover, a.btn:active,a.btn:visited {
    text-decoration: none;
    color: White;
}

.nav {
    font-size: 1.1em;
}

#inquirySection {
    min-width: 20em;
    max-width: 30em;
}

#myCarousel {
    min-width: 30em;
}

#newNavBar{
    border:0em;
    margin: 0em;
    padding:0em;
    margin-left: -2em;
    align-items: center;
    text-align: center;
}


#newNavBar li{
    font-size: 0.9em;
    display: inline-block;
/*
    background-image: url(../images/button.jpg);
    background-size: cover;
    background-repeat: no-repeat;
*/
/*    padding: 0.5em;*/
/*    min-width: 20%*/
}

#newNavBar a{
    color: black;
    text-decoration: none;
}

.contactButtons {
    padding-top: 1em;
    text-align: right;
    float:right;
    position:absolute;
    right:0em;
}



.navbar-header {
    height: 5em;
}

#headerLogo img{
    height: 6em;
}

#headerLogo {
    padding: 0.2em;
}

a.button::before {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: #959595 0 2px 5px;
    -moz-box-shadow: #959595 0 2px 5px;
    border-radius: 3px;
    box-shadow: #959595 0 2px 5px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    padding: 2px 0 0;
    position: absolute;
    top: 0;
    width: 100%; }
    
a.button:active::before { padding: 1px 0 0; }

/**
 * Grey
 */
a.button {
    -moz-box-shadow: inset 0 0 0 1px #63ad0d;
    -webkit-box-shadow: inset 0 0 0 1px #63ad0d;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #eee;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eee), to(#e2e2e2));
    background: -moz-linear-gradient(#eee, #e2e2e2);
    background: linear-gradient(#eee, #e2e2e2);
    border: solid 1px #d0d0d0;
    border-bottom: solid 3px #b2b1b1;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #f5f5f5;
    color: #555;
    display: inline-block;
    font: bold 12px Arial, Helvetica, Clean, sans-serif;
    margin: 0 1px 1px 0;
    padding: 5px 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fafafa; }
    
a.button:hover {
    background: #e4e4e4;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e4e4e4), to(#ededed));
    background: -moz-linear-gradient(#e4e4e4, #ededed);
    background: linear-gradient(#e4e4e4, #ededed);
    border: solid 1px #c2c2c2;
    border-bottom: solid 3px #b2b1b1;
    box-shadow: inset 0 0 0 1px #efefef;}
    
a.button:active {
    background: #dfdfdf;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dfdfdf), to(#e3e3e3));
    background: -moz-linear-gradient(#dfdfdf, #e3e3e3);
    background: linear-gradient(#dfdfdf, #e3e3e3);
    border: solid 1px #959595;
    box-shadow: inset 0 10px 15px 0 #c4c4c4;
    top:2px;}


@media(min-width:525px) {
    a.button {
    
    margin: 0 1px 1px 0;
    padding: 10px 20px;}
    #callAsh {
/*
        top: 0px;
        right: 75px;
*/
    }
    #myCarousel {
        max-width: 50em;
    }
    
    
}
@media(max-width: 525px){
        
       

}

@media(min-width:768px) {
    a.button {
    
    margin: 0 5px 5px 0;
    padding: 10px 30px;}
        
    #callAsh {
/*        top: 12px;*/
    }   
}


.light-text {
    color: aliceblue;
}

body {
    
}
}




.white-text {
    color: white;
}

.navbar {
    min-width: 396px;
}
