/* WEBSITE STYLES */
body {
    background-image: url("/images/bkg/miami-beach2.jpg");
    background-repeat: repeat;
    background-size: contain;
    width: 100%;
    height: auto;
    font-family: oswald;
    font-style: normal;
    color: #000000;
    font-size: 22px;
    font-weight: 100;
    line-height: 1.3;
    margin-top: 0px;
    margin-bottom: 0px;
}

#nav {
    width: 1100px;
    font-size: 18px;
    float: left;
    margin: 0 0 0 0;
    padding: 0px;
    background-color: #4285F4;
    border-bottom: 0px solid #ffffff;
}

#nav a:link,
#nav a:visited {
    font-size: 22px;
    color: #ffffff;
    border-right: 1px solid #ffffff;
    font: bold 1.3em/ agency fb;
    text-shadow: 1px 1px 1px #000000;
    text-align: left;
    padding: 6px;
    float: left;
    text-decoration: none;
    text-transform: none;
    border-radius: 5;

}

#nav a:hover {
    color: #F65814;
    background: #ffff1a;
}


#nav a:focus {
    color: #b30000;
    background: #99ffcc;
}

#nav a:active {
    color: #ffff00;
    background: #66ff66;

}

#nav1 {
    width: 217px;
    font-size: 22px;
    float: left;
    padding: 0px;
    background-color: #4285F4;

}

#nav1 a:link,
#nav1 a:visited {

    color: #ffffff;
    border-right: 0px solid #ffffff;
    font: bold 1.3em/ agency fb;
    text-shadow: 1px 1px 1px #000000;
    text-align: left;
    padding: 10px;
    float: left;
    text-decoration: none;
    text-transform: none;
    border-radius: 3;
}

#nav1 a:hover {
    color: #F65814;
    background: #ffffb4;
}


#nav1 a:focus {
    color: #ffff00;
    background: #99ffcc;
}

#nav1 a:active {
    color: #ffff00;
    background: #66ff66;

}

h1 {
    color: #6495ED;
    font-family: "oswald light";
    display: block;
    font-size: 1em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h2.article-title {
    color: #6495ED;
    font-family: "oswald light", sans-serif;
    font-size: 1.2em;
    letter-spacing: -0px;
    border-bottom: 0px solid black;
    text-transform: title case;
}

h3 {
    font-family: monserrat;
    font-size: 10pt;
    color: navy;
    padding-top: 0px;
    padding-bottom: 0px;
}

#myimages {
    white-space: nowrap;
}

#myimages img {
    display: block;
    float: left;
    margin: 20px;
}

blockquote {
    font-style: italic;
    line-height: 32px;
    font-size: 20px;
    color: #fff;
    background: #3F51B5;
    margin: 10px;
    padding: 15px 20px 15px 20px;
    border-radius: 5px;
}

blockquote:before,
blockquote:after {
    position: relative;
    vertical-align: middle;
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 0;
    color: #FBC02D;
}

blockquote:before {
    left: -5px;
    content: '\201C';
}

blockquote:after {
    content: '\201D';
}

.column {
    float: left;
    width: 30%;
    padding: 10px;
    height: 500px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.container {
    max-width: 600px;
    margin: 1em;
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 15px;
}

form {
    border: 1px solid #1A33FF;
    background: #ecf5fc;
    padding: 40px 50px 45px;
}

.form-control:focus {
    border-color: #000;
    box-shadow: none;
}

label {
    font-weight: 600;
}

.error {
    color: red;
    font-weight: 400;
    display: block;
    padding: 6px 0;
    font-size: 15px;
}

.form-control.error {
    border-color: red;
    padding: .375rem .75rem;
}

.btn-submit {
    padding: 10px 60px;
    background: #0000ff;
    border: #ffff00 1px solid;
    color: #ffff00;
    font-size: 1em;
    border-radius: 2px;
    cursor: pointer;
}

.button-container {
    text-align: center;
}

/* ------------------------- floating bar --------- */
#floatingbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;

    .center {
        margin: auto;
        padding: 100px;

    }

    #fbinside {
        margin: 0 auto;
        width: 100%;
        height: 100px;
        background: #;
        background-repeat: repeat-x;
    }

    #fbmiddle {
        line-height: 100px;
        height: 100px;
        width: 100%;
        margin: 0;
        padding: 0;
        float: right;
    }

    </style>