/*!
 * Start Bootstrap - Landing Page (http://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.hidden-desktop {
    display: none !important;
}

@media screen and (max-width: 650px) {
    .hidden-desktop {
        display: inherit !important;
    }
}

i {
    padding-right: 5px;
    padding-left: 5px;
}

.hb-textbox {
    height: 38px;
}

.allSongsLink {
    text-decoration: underline;
    padding-top: 10px;
    padding-left: 10px;
}

.allSongItemLink {
    border: 1px gray solid;
    padding: 8px;
    text-decoration: none;
    border-radius: 10px;
    margin: 3px;
    display: inline-block;
    background-color: whitesmoke;
    color: blue;    
    box-shadow: 0 1px grey;
}

.allSongItemLink:hover {
    background-color: blue;
    color: whitesmoke;
    box-shadow: 0 4px pink;
    text-decoration: none;
}

.navbar {
    background-color: #111;
    padding-top: 0px;
    padding-bottom: 0px;
}

.img-list {
    margin: 3px;
    border: 1px solid lightgray;
}

.navbar-light .navbar-nav .nav-link {
    color: #eee;
}

.img-tool {
    margin-top: 15px;
    margin-bottom: 15px;
}

.row > a {
    border-left: dashed;
    border-radius: 10px;
    padding: 4px;
    margin: 3px;
}

.intro-statement {
    color: #E59C00;
    background-color: white;
    opacity: 0.94;
    border-radius: 10px;
    border: #050604 1px solid;
    width: 90%;
    text-align: center;
    display: inline-block;
    font-size: 1.2em;
}

.intro-header {
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: center;
    color: #f8f8f8;
    background: no-repeat center center linear-gradient(rgba(0, 0, 0, 0.2), rgba(250, 250, 250, 0.1)), url('../img/headerbackground.png');
    background-size: cover;
    border-bottom: 1px solid lightgrey;
}

.intro-message {
    position: relative;
    padding-top: 4%;
    padding-bottom: 2%;
}

.intro-message>h1 {
    margin: 0;
    color: #111;
    /*text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);*/
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message>h3 {
    color: #111;
    /*text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6); */
}

@media (max-width:400px) {
    .embed-responsive {
        width: 350px !important;
    }
}

@media (max-width:575px) {
    .embed-responsive {
        width: 500px !important;
    }
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 0px;
    }
    .intro-message>h1 {
        font-size: 3em;
    }
    ul.intro-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.intro-social-buttons>li:last-child {
        margin-bottom: 0;
    }
    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 25px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 25px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        font-size: 3em;
    }
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 20px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}