@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400|Montserrat");
@import url("acods-icons.css");

body {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300;
    color: #544e4b;
    background-color: #0a6477;
    text-rendering: optimizelegibility;
}

a {
    color: #544e4b;
}

a:hover {
    color: #222;
}

address {
    font-style: normal;
}

strong {
    font-weight: 400;
}

*[class^="icon"] {
    color: #db6431;
}

a.box:hover {
    text-decoration: none !important;
}

a:hover .feature-icon {
    background-color: rgba(219, 100, 48, 0.5);
}

a:hover .feature-icon * {
    color: white;
}

.feature-icon {
    display: inline-block;
    text-align: center;
    font-size: 96px;
    line-height: 190px;
    width: 200px;
    height: 200px;
    border: 5px solid ;
    border-color: rgb(246, 217, 206);
    border-color: rgba(219, 100, 48, 0.25);
    background-color: rgba(255, 255, 255, 0.75);
}

.feature-icon + * {
    margin-top: 0.5em;
}

.round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.text-center > .img-responsive {
    display: inline-block;
}

.nav-header {
    font-weight: bold;
    padding: 0 15px 10px;
    border-bottom: 1px solid #db6431;
}

.nav-pills li.active > a {
    background-color: #999;
}

.nav-pills li.active > a:hover {
    background-color: #db6431;
}

a.carousel-control {
    background: none !important;
}

.carousel-control span {
    color: white !important;
}

.carousel-caption {
    top: auto;
    right: auto;
    bottom: 0;
    left: auto;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.carousel-caption h1 {
    font-size: 24px;
}

.carousel-caption .lead {
    padding: 0 15px;
}

.carousel-caption * {
    color: white;
    text-align: center;
}

.acods-angle-left,
.acods-angle-right {
    display: block;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -25px;
    font-size: 28px;
    line-height: 50px;
    color: white !important;
    text-align: center;
}

.carousel-control {
     width: 50px;   
}

.icon-angle-left {
    left: 0;
}

.icon-angle-right {
    right: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Montserrat, sans-serif !important;
    font-weight: 300;
    margin-top: 2em;
    margin-bottom: 0.5em;
    text-rendering: optimizelegibility;
    line-height: 1.1;
    color: #0a6477;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
header > *:first-child,
article > *:first-child,
*[class^="col-"] *:first-child {
    margin-top: 0;
}

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
    margin-top: 0;    
}

h1,
.h1 {
    font-size: 24px; /* BS 36px */
    letter-spacing: -1px;
}

h2,
.h2 {
    font-size: 18px; /* BS 30px */
}

h3,
.h3 {
    font-size: 16px; /* BS 24px*/
}

h4,
.h4 {
    font-size: 14px; /* BS 18px */
}

h5,
.h5 {
    font-size: 14px; /* BS 14px */
}

h6,
.h6 {
    font-size: 12px; /* BS 12px */
}

h1 > small,
.h1 > small {
    font-size: 18px;
}

h1 > span,
.h1 > span {
    color: #666;
}

p {
    margin-bottom: 1em;
}

.muted {
    color: #b7b5b4;
}

*[class^="col-"] {
    margin-bottom: 2.5em;
}

*[class^="col-"] *:last-child {
    margin-bottom: 0;
}

.col-margin {
    margin-bottom: 2em !important;
}

article {
    margin: 2.5em 0;
}

.article {
    background-color: white;
}

.article-alternate {
    background-color: #f5f5f4;
}

.page-intro {
    margin-bottom: 2.5em;    
}

#wrapper {
    background-color: white;    
}

#header {
    color: white;
    background-color: #c2e1ee;
}

.navbar-default {
    margin-bottom: 0;
    background-color: white;
    border: none;
}

.navbar-default .logo {
    float: left;
    width: auto;
    height: 60px;
}

.navbar-nav >li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-brand {
    padding: 20px 15px;
}

.navbar-toggle {
    margin-top: 13px;
    margin-bottom: 13px;
}

#footer {
    color: white;
    padding: 2em 0 1em;
    background-color: #0a6477;
}

#footer a {
    color: white;
}

#footer .nav li {
    float: left;
}

#footer .nav a {
    background-color: transparent !important;
}

.hidden {
    position: absolute;
    left: -9999em;
}

label {
    font-weight: 300;
    margin-bottom: 0.25em;
}

#back-to-top {
    display: block;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: -50px;
    right: 0;
    text-decoration: none;
    font-size: 28px;
    line-height: 50px;
    color: white;
    text-align: center;
    -webkit-transition: all 0.25s ease-out; /* Safari */
    -moz-transition: all 0.25s ease-out; /* Firefox */
    -o-transition: all 0.25s ease-out; /* Opera */
    transition: all 0.25s ease-out; /* W3C */ 
}

#back-to-top:hover {
    background-color: rgba(0, 0, 0, 0.35);
}

#back-to-top i {
    color: white;
}

#back-to-top.show {
    bottom: 0;    
}

/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) @screen-sm */
@media (min-width: 768px) {
    h1,
    .h1 {
        font-size: 36px;
    }
    
    h2,
    .h2 {
        font-size: 30px; 
    }
    
    h3,
    .h3 {
        font-size: 24px; 
    }
    
    h4,
    .h4 {
        font-size: 18px;  
    }

    h5,
    .h5 {
        font-size: 14px;  
    }

    h6,
    .h6 {
        font-size: 12px;  
    }

    h1 > small,
    .h1 > small {
        font-size: 24px;
    }

    .carousel-caption,
    .carousel-caption * {
        text-align: right;
    }

    .carousel-caption h1 {
        font-size: 36px;
    }

    .carousel-caption .lead {
        position: absolute;
        bottom: 0;
    }
}

/* Medium devices (desktops, 992px and up) @screen-md */
@media (min-width: 992px) {
    *[class^="col-"] {
        margin-bottom: 0;
    }

    .carousel-caption h1 {
        font-size: 48px;
    }

    .carousel-caption .lead {
        font-size: 24px;
    }
}

/* Large devices (large desktops, 1200px and up) @screen-lg */
@media (min-width: 1200px) {
    .navbar-default .logo {
        height: 120px;
    }
    
    .navbar-default .navbar-nav {
        padding: 30px 0;
    }
    
    .navbar-brand {
        font-size: 30px;
        padding: 50px 15px;
    }

    .carousel-caption h1 {
        font-size: 56px;
    }

    .carousel-caption .lead {
        font-size: 32px;
    }
}
