﻿
body {
    font-family: 'Open Sans', sans-serif;
    /*padding-top: 80px;*/
}

header, footer {
    /*padding: 20px;*/
    text-align: center;
}


.well-sm {
    background-color: lightgray;
    

}

.navbar {
    padding: 20px 20px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-inverse h4 {
    color: #dddddd;
    font-size: .9em;
    
}

.navbar-toggle {
    background-color: #272b30;
}

.icon-bar {
    color: #777777;
    background-color: #cccccc;
}

.navbar .navbar-nav>.active>a  {
    color: #ffffff;
    background-color: #5d6368;
}

.navbar img {
    display: inline;
    padding-right: 5px;
    width: 32px;
    
}
.fixed-attachment {
    background-attachment: fixed;
}
@media (max-width: 1024px) {
    .fixed-attachment {
        background-attachment: scroll
    }
}


/*.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: whitesmoke;
    background-color: #395C82;
}*/


.fill-screen {
    background-size: cover;
    background-position: center;

}

.title-row {
    position: relative;
    min-height: 300px;
}

.title-image {
    position: absolute;
    padding: 20px;
    top: 50%;
    left:50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 32px;
    color: white;
}
.title-image img {
    display: inline;
    padding-right: 10px;
    width: 72px;
}

.cbp-af-header-shrink {
    padding-top: 1px;
    padding-bottom: 5px;
    opacity: 0.9;

}

.down-button {
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;

}

.down-button i {
    color: white;
}

article {
    padding: 40px;
}
article img {
    width: 100%;
    height: 100%;
    text-align: center;
    box-shadow: 6px 6px 8px #777;
    margin-bottom: 20px;
}
article p {
    font-size: 16px;
}

.text-banner {
    text-align: center;
    margin: 40px 20px;

}

.text-banner h1 {
    font-size: 40px;
}
.text-banner p {
    font-size: 18px;
}

.activity-section {
    margin: 50px;
}

.activity-element {
    text-align: center;
}

.activity-element h2 {
    font-size: 20px;
    text-align: left;
}
.activity-element p {
    font-size: 14px;
}

.activity-element ul {
    font-size: 12px;
    text-align: left;
}
.contact-us {
    margin: 50px;
    text-align: center;
}

.contactForm {
    display: inline;
}
.contactLabel {
    display: block;
}

.footer {
    margin: 0px;
    background-color: #272b30;
    margin-bottom: 0px;
    padding: 2px;
    padding-top: 5px;
}

.footer h4 {
    font-size: 12px;
}


/*ul, menu, dir {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}*/

/* body
{
    font-family: Segoe UI, Verdana, Helvetica, Sans-Serif;
    background-color: aliceblue;
    color:cornflowerblue
}

header, footer, nav, section
{
    display: block;
}


fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
}

.editor-label
{
    margin: 1em 0 0 0;
}

.editor-field
{
    margin: 0.5em 0 0 0;
}


.field-validation-error
{
    color: #f00;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid
{
    display: none;
}


*/
