@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,600italic");

body {
    background-color: #d9d9d9;
    font-family: "Open Sans", Arial, sans-serif;
    color: #4e4e4e;
    width: 100%;
    height: 100%;
    font-size: 18px;
}

#site-wrapper, #canvas {
    background-color: #ffffff;
    max-width: 1170px;
    height: 100%;
    position: relative;
    z-index: 40;
}

#canvas {
    margin-left: auto;
    margin-right: auto;
}

a {
    color: #02a5db;
}

h1, .h1, .h2, .h3, .h4 {
    font-family: "Roboto", Arial, sans-serif;
    margin-top: 2px;
    padding-bottom: 10px;
    font-weight: 400;
    color: #02535a;
}

h1 {
    font-size: 32px;
}

h2 {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 10px 0;

}

h3 {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 10px 0;

}

h4 {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin: 0px 0 7px 0;
}

h2 a, h3 a {
    font-weight: 700;
}

.small-module h2 a {
    font-weight: 500;
}

h4 a {
    font-weight: 600;
}

@media (max-width: 767px) {
    body {
        font-size: 16px;
    }
}

.content-panel {
    padding: 10px 5px 35px;
}
.container {
    padding: 10px 65px;
}
.tab-pane.active {
    padding: 20px 25px;
}

strong {
    font-weight: 700;
}

.text-muted {
    color: #999;
}

a {
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    text-decoration: none;
    border-bottom-color: transparent;
}
a:hover {
    text-decoration: none;
    border-bottom: dotted 1px;
}
nav a {
    border: none;
}
.navbar {
    margin-bottom: 0;
}

.modal-header {
    background-color: #A28448;
    color: #777777;
    border-radius: 5px 5px 0 0;
}

hr, .page-header {
    border-color: #ccc;
}

.btn {
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.btn-primary {
    background-color: #6AB86C;
    border-color: #50A552;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #50A552;
    border-color: #5AAF5D;
}
#banner-home {
    background-image: url("../images/banner.jpg");
    background-position: center center;
    background-size: cover;
    height: 20vw;
    min-height: 130px;
    text-align: center;
    position: relative;
    padding-top: 50px;
    color: black;
    text-shadow: 0px 0px 4px #FFF;
    font-weight: bold;
    max-width: 1500px;
    max-height: 280px;
    margin: 0 auto;
}
#banner-home h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 34px;
}

@media (max-width: 767px) {
    #banner-home {
        padding-top: 30px;
        font-size: 16px;
    }
    #banner-home h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

#header {
    text-align: center;
    background-color: #fff;
}
#header h1 {
    color: #000000;
    margin: 0;
    line-height: 70px;
}
#header h1 a {
    font-size: 28px;
    letter-spacing: -0.025em;
    border: 0;
    color: inherit;
}
#header h1 em {
    font-weight: 300;
}
#header h1 a:hover {
    text-decoration: none;
}
#header h1 img {
    vertical-align: middle; margin-right: 19px; height: 50px; width: 50px;
}

#content {
    margin-top: 20px;
    padding: 20px 0 80px 0;
    background-color: transparent;
}

#footer {
    padding-top: 80px;
    padding-bottom: 70px;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-weight: 400;
	background-color: #96774d;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
    border-bottom: dotted 1px;
}

#footer a:hover {
    border-bottom: solid 1px;
}

@media (min-width: 768px) {
    .modal-dialog-large {
        width: 80%;
        max-width: 1000px;
    }
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #fcf8e3;
    font-weight: bold;
}
