/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: url('../img/platter-2009590_1920.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
}

/*.box-whiter {*/
/*    margin-bottom: 20px;*/
/*    padding: 30px 15px;*/
/*    background: #fff;*/
/*    background: rgba(255,255,255,0.8);*/
/*}*/

.intro-text {
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
}

footer .copyright {
    margin: 0;
    padding: 20px 0;
}

ul.icons {
    padding: 20px 0;
    list-style: none;
}

ul.icons li {
    display: inline-block;
    padding: 0 1.25em 0 0;
    font-size: 1.75em;
}

ul.icons li a {
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255, 255, 255, 0.9);
    }

    .nav > li > a {
        padding: 35px;
    }

    .navbar-nav > li > a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

@media screen and (min-width: 1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}


/*!* CSS *!*/
/*.button-3 {*/
/*    appearance: none;*/
/*    background-color: #3d9970;*/
/*    border: 1px solid rgba(27, 31, 35, .15);*/
/*    border-radius: 6px;*/
/*    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;*/
/*    box-sizing: border-box;*/
/*    color: #fff;*/
/*    cursor: pointer;*/
/*    display: inline-block;*/
/*    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";*/
/*    font-size: 22px;*/
/*    font-weight: 600;*/
/*    line-height: 20px;*/
/*    padding: 14px 40px;*/
/*    position: relative;*/
/*    text-align: center;*/
/*    text-decoration: none;*/
/*    user-select: none;*/
/*    -webkit-user-select: none;*/
/*    touch-action: manipulation;*/
/*    vertical-align: middle;*/
/*    white-space: nowrap;*/
/*}*/

/*.button-3:focus:not(:focus-visible):not(.focus-visible) {*/
/*    box-shadow: none;*/
/*    outline: none;*/
/*}*/

/*.button-3:hover {*/
/*    background-color: #3dbd94;*/
/*}*/

/*.button-3:focus {*/
/*    box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;*/
/*    outline: none;*/
/*}*/

/*.button-3:disabled {*/
/*    background-color: #3d9970;*/
/*    border-color: rgba(27, 31, 35, .1);*/
/*    color: rgba(255, 255, 255, .8);*/
/*    cursor: default;*/
/*}*/

/*.button-3:active {*/
/*    background-color: #3d9970;*/
/*    box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;*/
/*}*/


.myButton {
    background-color: #3d9970;
    border-radius: 28px;
    border: 1px solid #18ab29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 17px;
    padding: 16px 31px;
    text-decoration: none;
}

.myButton:hover {
    background-color: #3dbd94;
}

.myButton:active {
    position: relative;
    top: 1px;
}

