/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
    color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
    background-color: #fff;
    border: .05rem solid #fff;
}

/*
 * Base structure
 */

html,
body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

body {
    /*color: #fff;*/
    color: #444;
    text-align: center;

    /*text-shadow: 0 .05rem .1rem rgba(0,0,0,.5);*/
}

.main {
    background: url('img/main.jpg') no-repeat;
    background-size: cover
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    -webkit-box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: middle;
}

.cover-container {
    margin-right: auto;
    margin-left: auto;
}

/* Padding for spacing */
.inner {
    padding: 2rem;
}

.send-button {
    color: black;
    background-color: white;

}

/*
 * Header
 */

.masthead {
    margin-bottom: 2rem;
}

@font-face {
    font-family: 'Jacinto-Sans';
    src: url('font/JacintoSans2.otf');
}

.masthead-brand {
    margin-bottom: 0;
    color: #10A2AE;
    font-family: 'Jacinto-Sans', serif;
}

.lead {
    color: #10A2AE;
    font-size: 2em;
}

.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: bold;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.section {
    padding-top: 50px;
}

.counter {
    font-size: 125%;
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}

/*
 * Cover
 */

.cover {
    /*padding: 0 1.5rem;*/
}

.cover .btn-lg {
    padding: .75rem 1.25rem;
    font-weight: bold;
}

/*
 * Footer
 */

.mastfoot {
    color: rgba(255, 255, 255, .5);
}

.nav-masthead {
    white-space: nowrap;
}

h1, h2, h3, h4, h5, h6, .menu {
    font-family: 'Open Sans', Arial, sans-serif;
}

.history {
    background-color: #777;
}

.carousel {
    height: 100%;
}

.history-container {
    background: #ffffff;
}

.row-history {
    /*background: #eceeef;*/
    color: black;

}

.jumbotron-heading {
    font-weight: 100;
    color: #10A2AE;
    border: 2px solid #10A2AE;
    font-family: 'Jacinto-Sans', serif;
    border-radius: 3px;
    display: inline-block;
    padding: 16px 20px;
}

/*@media (min-width: 530px) {*/
    /*.jumbotron-heading {*/
        /*font-weight: 300;*/
    /*}*/
/*}*/

.logotype-text {
    font-weight: 300;
    color: #10A2AE;
    /*border: 2px solid #10A2AE;*/
    font-family: 'Jacinto-Sans', serif;
    /*border-radius: 3px;*/
    display: inline-block;
    padding: 16px 20px;
}

.year-link {
    font-size: 1.6em;
    color: #10A2AE;
    font-family: 'Jacinto-Sans', serif;
    border-radius: 3px;
    display: inline-block;
    padding: 16px 20px;
}

.year-link:hover, .year-link:focus, .clicked {
    font-size: 2.4em;
}

.bookmarks {
    /*margin-bottom: 56px;*/
}

.alignc {
    position: relative;
}

.img-gallery {
    max-height: 12em;
}

.card {
    border: none;
}

.onwhite {
    color: black;
}

.links {
    width: 50%;
}

.dark_background {
    background: url("img/tlo2.png");
    color: white;
}

.fa {
    color: #3b5998;
    font-size: 2.2em !important;
    padding: 0.2em;
}

.maps {
    width: 100%;
    height: 30em;
}

.band-desc {
    color: #5a5a5a;
    margin-bottom: 1em;
    margin-top: 1em;
}

.band-row {
    background-color: #eceeef;
}

.title-text {
    text-indent: 0.5em;
}

.logotype {
    max-height: 350px;
}

.cover-heading {
    color: #10A2AE;
    font-family: 'Jacinto-Sans', serif;
}

.cover-heading-small {
    color: #10A2AE;
    font-family: 'Jacinto-Sans', serif;
}

.label {
    color: #10A2AE;
}

/*
 * Affix and center
 */
@media (min-width: 48em) {
    .masthead-brand {
        float: left;
    }

    .nav-masthead {
        float: right;
    }

    .cover-heading {
        font-size: 6em;
    }

    .cover-heading-small {
        font-size: 4em;
    }
}

@media (min-width: 20em) {
    .cover-heading {
        font-size: 5em;
    }

    .cover-heading-small {
        font-size: 2em;
    }
}

@media (min-width: 40em) {
    /* Pull out the header and footer */
    .masthead {
        position: fixed;
        top: 0;
    }

    .mastfoot {
        position: fixed;
        bottom: 0;
    }

    /* Start the vertical centering */
    .site-wrapper-inner {
        vertical-align: middle;
    }

    /* Handle the widths */
    .masthead,
    .mastfoot,
    .cover-container {
        width: 100%; /* Must be percentage or pixels for horizontal alignment */
    }

    .cover-heading {
        font-size: 4em;
    }

    .cover-heading-small {
        font-size: 2em;
    }

}

@media (min-width: 62em) {
    .masthead,
    .mastfoot,
    .cover-container {
        width: 60rem;
    }

    .cover-heading {
        font-size: 8em;
    }

    .cover-heading-small {
        font-size: 4em;
    }
}

.navbar-inverse .navbar-nav .nav-link {
    color: white;
}
