﻿body {
    font-family: source-sans-pro;
    background-color: #f2f2f2;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 200;
}

.dropdowndiv {
    display: none;
}

a {
    text-decoration: none;
}

/* Container */
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 85px;
    background-color: #f2f2f2;
}
/* Navigation */
header.first {
    width: 100%;
    height: 65px;
    background-color: black;
    border-bottom: 3px solid #2C9AB7;
    position: fixed;
    z-index: 1;
}

.img1 {
    position: absolute;
    top: 5px;
    left: 10px;
    float: left;
}

header.second {
    z-index: 0;
    background-color: white;
    position: fixed;
}

.logo {
    color: #fff;
    font-weight: bold;
    width: 10%;
    float: left;
    margin-top: 15px;
    margin-left: 25px;
    letter-spacing: 4px;
}

nav {
    float: right;
    width: 70%;
    text-align: right;
    margin-right: 25px;
}

#home {
    margin-right: 1em;
}
#media{
    margin-right: 1em;
}

#fundraising {
    margin-right: 1em;
}

#donate {
    margin-right: 1em;
}

header nav ul {
    list-style: none;
    float: right;
}

nav ul li {
    float: left;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    margin-right: 10px;
    letter-spacing: 3px;
    font-weight: bold;
    transition: all 0.3s linear;
    margin-top: .5em;
}

ul li a {
    color: #FFFFFF;
    text-decoration: none;
}

ul li:hover a {
    color: #2C9AB7;
    transition: all 0.3s linear;
}

.heading {
    text-align: center;
    margin: 20px auto;
}
#player{
    text-align:center;
    font-weight:bold;
    color:red;
}
.Live-div{
    padding-top:60px;
    padding-bottom:30px;
    text-align:center;
    
}
.row{
    text-align:center;
}
.js{
    text-align:center;
}
.service_times{
    padding-top:50px;
    padding-bottom:25px;
    height:425px;
    text-align:center;
    font-size:1.5em;
}
.underline {
    width: 160px;
    height: 3px;
    margin: 0 auto 30px auto;
    background-color: black;
}
.p_service {
    font-size: 1.25em;
    font-weight: bold;
}
#p_times {
    font-size: 1.2em;
    font-weight: bold;
    color: dodgerblue;
}
#cYear{
    margin:15px 0px 0px 0px;
}
#p_times:hover {
    color: midnightblue;
    transition: all 0.3s;
}
#footer {
    position:inherit;
    width:100%;
}
.social_media {
    text-align: center;
    background-color: #717070;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    height: 250px;
    border-top-width: 2px;
}

.contact {
    background-color: #B3B3B3;
    height:250px;
    margin-top:50px;
    padding:0;
    background-image: url(../images/pattern.png);
    background-repeat: repeat;
}


.button {
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%,40px);
    width: 200px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    transition: all 0.3s linear;
}
.sm_buttons {
    margin-top: 150px;
    display: inline-block;
    position: relative;
}

#instagram {
    margin: 0 1.5em 0 1.5em;
}

#twitter {
    margin-right: 1.5em;
}

    .button:hover {
        background-color: #FEFEFE;
        color: #C4C4C4;
        cursor: pointer;
    }
/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
    body {
        text-align: center;
    }

    .logo {
        width: 100%;
        text-align: center;
        margin-top: 13px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        color: #043745;
    }

    .dropbutton {
        background-color: black;
        color: white;
        padding: 10px;
        font-size: 16px;
        border: none;
        cursor: pointer;
        float: right;
        text-align: center;
    }

    .dropdowndiv {
        display: block;
        padding: 15px;
        text-align: center;
    }

    .dropdown-content {
        display: block;
        background-color: black;
        color: white;
        text-align: center;
        margin-top: 26px;
        margin-left: 0px;
        margin-right: auto;
        opacity: .90;
    }

    #text {
        text-align: center;
        opacity: 1;
    }

    .dropdowndiv:hover .dropdown-content {
        display: block;
        text-align: center;

    }

    .container header nav {
        display: none;
    }

    header nav ul {
        padding: 0px;
        float: none;
    }

    nav ul li {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .mediaplayer {
        margin: 0 auto;
        padding: 0px;
        width: 100%;
    }
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
    /*#footer {
        
        width: 100%;
        
    }
    .social_media {
        padding-top: 0px;
        padding-bottom: 0px;
    }*/
}
/* Mobile */
@media (max-width: 320px) {

    .mediaplayer {
        margin: 0 auto;
        padding: 0px;
        width: 100%;
    }

    .dropdown {
        display: inline-block;
    }

    .dropbutton {
        background-color: black;
        color: white;
        padding: 10px;
        font-size: 16px;
        border: none;
        cursor: pointer;
        float: right;
        text-align: center;
    }

    .dropdowndiv {
        display: block;
        padding: 12px;
        text-align: center;
    }

    .dropdown-content {
        display: block;
        background-color: black;
        color: white;
        text-align: center;
        margin-top: 15px;
        margin-left: 0px;
        margin-right: auto;
        opacity: .90;
    }

    #text {
        text-align: center;
        opacity: 1;
        margin-top:10px;
        margin-bottom:15px;
    }

    .dropdowndiv:hover .dropdown-content {
        display: inline-block;
        text-align: center;
        padding-right: 40px;
    }

    .logo {
        width: 100%;
        text-align: center;
        margin-top: 13px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .container header nav {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 100%;
        float: none;
        display: none;
    }


    nav ul li {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
    }
}
@media(max-width: 310px){
    .service_times{
        height:600px;
    }
}