/* SHARED CSS */


/* Login/Logout */
.logButton {
    color: white;
    background-color: black;
    border-color: black;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;
}

/*Social Icons*/
.social-icons {
    text-align: right;
}
.social-icons li {
    display:inline-block;
    list-style-type:none;
    -webkit-user-select:none;
    -moz-user-select:none;
}
.social-icons li a {
    border-bottom: none;
    display: inline-block;
    padding: 4px 16px;
    text-decoration: none;
}
.social-icons li img {
    width:30px;
    height:30px;
    margin-right: -20px;
}
.social-icons-shift {
    margin-right: 20px;
}

@media screen and (max-width:601px) {
    .social-icons {
        text-align: center;
    }
    .social-icons li {
        display:inline-block;
        list-style-type:none;
        -webkit-user-select:none;
        -moz-user-select:none;
    }
    .social-icons li a {
        border-bottom: none;
        display: inline-block;
        padding: 4px 16px;
        text-decoration: none;
    }
    .social-icons li img {
        width:30px;
        height:30px;
        margin-right: -20px;
    }
    .social-icons-shift {
        margin-right: 50px;
    }
}

/* Header */
.header-container {
    background-image: url(images/Header02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.header-text {
    font-family: 'Lora', serif;
    font-size:50px;
    font-style: italic;
    text-align: center;
    padding-bottom: 10px;
}

@media screen and (max-width:700px) {
    .header-text {
        font-family: 'Lora', serif;
        font-size:40px;
        font-style: italic;
        text-align: center;
        padding-bottom: 5px;
    }
}

/* Navigation Bar */
.topnav {
    overflow: hidden;
    background-color: #000000;
}
.topnav a {
    width: 19.75%;
    float: center;
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;
}
.topnav a:hover {
    background-color: #262626;
    color: white;
}
.topnav .icon {
    display: none;
}
@media screen and (max-width: 1227px) {
    .topnav a {
        float: left;
        display: block;
        width: auto;
    }
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}
@media screen and (max-width: 1227px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

/* Body */
.container-headline {
    text-align: center;
    font-size: 30px;
    font-style: "Courier New", monospace;
}

.alert-danger {
    background-color: red;
}

/* Footer */
a.footer {
    text-decoration: none;
}
.footer-links {
    word-spacing: 6px;
    font-size: 15px;

}
.footer-text {
    font-size: 12px;
}
@media screen and (max-width: 601px) {
    .footer-links {
        word-spacing: 2px;
        font-size: 12px;
    }
    .footer-text {
        font-size: 8px;
    }
}



/*        Single CSS Attributes      */


/* Needs to be fixed */
.s1-hide-small {
    display: none;
}
.s1-hide-medium {
    display: none;
}


/* Section Layout */
.s1-col {
    float: left;
    width: 100%;
}
.s1-col.s1 {
    width:8.33333%;
}
.s1-col.s2 {
    width:16.66666%;
}
.s1-col.s3 {
    width:24.99999%;
}
.s1-col.s4 {
    width:33.33333%;
}
.s1-col.s5 {
    width:41.66666%;
}
.s1-col.s6 {
    width:49.99999%;
}
.s1-col.s7 {
    width:58.33333%;
}
.s1-col.s8 {
    width:66.66666%;
}
.s1-col.s9 {
    width:74.99999%;
}
.s1-col.s10 {
    width:83.33333%;
}
.s1-col.s11 {
    width:91.66666%;
}
.s1-col.s12 {
    width:99.99999%;
}
@media (min-width:601px){
    .s1-col.m1 {
        width:8.33333%;
    }
    .s1-col.m2 {
        width:16.66666%;
    }
    .s1-col.m3 {
        width:24.99999%;
    }
    .s1-quarter {
        width:24.99999%;
    }
    .s1-col.m4 {
        width:33.33333%;
    }
    .s1-third {
        width:33.33333%;
    }
    .s1-col.m5 {
        width:41.66666%;
    }
    .s1-col.m6 {
        width:49.99999%;
    }
    .s1-half {
        width:49.99999%;
    }
    .s1-col.m7 {
        width:58.33333%;
    }
    .s1-col.m8 {
        width:66.66666%;
    }
    .s1-twothird {
        width:66.66666%;
    }
    .s1-col.m9 {
        width:74.99999%;
    }
    .s1-threequarter {
        width:74.99999%;
    }
    .s1-col.m10 {
        width:83.33333%;
    }
    .s1-col.m11 {
        width:91.66666%;
    }
    .s1-col.m12 {
        width:99.99999%;
}}
@media (min-width:993px){
    .s1-col.l1 {
        width:8.33333%;
    }
    .s1-col.l2 {
        width:16.66666%;
    }
    .s1-col.l3 {
        width:24.99999%;
    }
    .s1-col.l4 {
        width:33.33333%;
    }
    .s1-col.l5 {
        width:41.66666%;
    }
    .s1-col.l6 {
        width:49.99999%;
    }
    .s1-col.l7 {
        width:58.33333%;
    }
    .s1-col.l8 {
        width:66.66666%;
    }
    .s1-col.l9 {
        width:74.99999%;
    }
    .s1-col.l10 {
        width:83.33333%;
    }
    .s1-col.l11 {
        width:91.66666%;
    }
    .s1-col.l12 {
        width:99.99999%;
}}

/* Colors */
.color-white {
    background-color: #FFFFFF;
    color: black;
}
.color-black {
    background-color: #000000;
    color: white;
}
.color-grey {
    background-color: #999999;
}
.color-light-grey {
    background-color: #e5e5e5;
    color: black;
}

/* Buttons */
.s1-button1 {
    background-color: #a8e6cf;
}
.s1-button2 {
    background-color: #e4f7f0;
}
.s1-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.s1-button:hover {
    color: #000!important;
    background-color: #ccc!important;
}

/* Container */
.s1-content {
    max-width: 980px;
    margin: auto;
}
.s1-container {
    padding: 0.01em 16px;
}
.s1-card-4 {
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
}
.s1-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.s1-tag {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}
.s1-badge {
    background-color: #000;
    color:#fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    border-radius: 50%;
}
.s1-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
}

/* Text Attributes */
.s1-spacing-6 {
    word-spacing: 6px;
}
.s1-text-size-12 {
    font-size: 12px;
}
.s1-large {
    font-size: 18px;
}
.s1-medium {
    font-size: 15px;
}
.s1-small {
    font-size: 12px;
}
.s1-text-left {
    text-align: left;
}
.s1-text-center {
    text-align: center;
}
.s1-text-right {
    text-align: right;
}
.s1-element-left {
    float: left;
}
.s1-element-right {
    float: right;
}
.s1-text-link {
    text-decoration: none;
}

/* Random */
.s1-opacity {
    opacity: 0.6;
    filter: alpha(opacity=60); /* for IE8 and earlier */
}
.s1-disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.s1-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.s1-ul li {
    padding: 8px 16px;
    border-bottom: 1px solid #ddd;
}
.s1-ul li:last-child {
    border-bottom: none;
}
.s1-ul.s1-hoverable li:hover {
    background-color: #ccc;
}

/* Border */
.s1-border {
    border: 1px solid #ccc;
}

/* Margin */
.s1-margin {
    margin: 16px;
}
.s1-margin-top {
    margin-top: 16px;
}
.s1-margin-right {
    margin-right: 16px;
}
.s1-margin-left {
    margin-left: 16px;
}
.s1-margin-bottom {
    margin-bottom: 16px;
}
.s1-section {
    margin-top: 16px;
    margin-bottom: 16px;
}

/* Padding */
.s1-padding-small {
    padding: 4px 8px;
}
.s1-padding {
    padding: 8px 16px;
}
.s1-padding-large {
    padding: 12px 24px;
}
.s1-padding-8 {
    padding-top: 8px;
    padding-bottom: 8px;
}
.s1-padding-16 {
    padding-top: 16px;
    padding-bottom: 16px;
}
.s1-padding-32 {
    padding-top: 32px;
    padding-bottom: 32px;
}
