/* This Stylesheet must be added to all pages that include the header */

/* Desktop */
@media screen and (min-width: 1290px) {
#header{
    width: 100%;
    height: 240px;
    position: relative;
    display: block;
    z-index: 10000;
    background-color: white;
    transition: border-bottom .5s;
    box-shadow: 0 8px 6px -6px transparent;
    transition: box-shadow .5s;
}

#headerInfoContainer{
    height: 40px;
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: rgb(240, 240, 240);
}

.headerInfoContainerText{
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    display: block;
    text-align: right;
    padding-right: 10px;
}

.headerInfoContainerDonateButton{
    padding: 5px 10px 5px 10px;
    border-radius: 15px;
    display: inline-block;
    position: relative;
    background-color: #f0dd32;
    color: black;
    text-decoration: none;
}

#headerLogoContainer{
    height: 180px;
    width: calc(100% - 20px);
    padding: 10px;
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: white;
}

#headerNavbarContainer{
    height: 60px;
    width: 100%;
    text-align: center;
    background-color: #7F3F97;
    position: sticky;
    display: block;
    z-index: 1000;
}

#headerNavbar{
    width: 100% auto;
    height: 100%;
    position: relative;
    display: block;
    text-align: center;
    /*top: 50%;
    transform: translateY(-50%);*/
    z-index: 1000;
}

.sticky{
    position: fixed;
    top: 0;
    width: 100%;
}

.navButton{
    height: 100%;
    font-size: 30px;
    text-decoration: none;
    color: white;
    font-family: 'Stylish', sans-serif;
    font-weight: bold;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 60px;
    position: relative;
}

.navButtonText{
    top: 50%;
}

.navButton:hover{
    background-color: #6d2f85;
    color: white;
}

.navDropdownParent{
    display: inline-block;
    z-index: 1000;
}

.navDropdownParent:hover .navDropdown{
    display: block;
}

.navDropdown{
    display: none;
    background-color: #d7d7d7;
    min-width: 200px;
    position: absolute;
    z-index: 1000;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.navDropdown a{
    height: 60px;
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    display: inline-block;
    background-color: #d7d7d7;
    color: black;
    font-size: 18px;
    font-family: 'Stylish', sans-serif;
    line-height: 60px;
    white-space: nowrap;
    text-decoration: none;
    text-align: left;
    z-index: 1000;
}

.navDropdown a:hover{
    background-color: #a2a2a2;
}

.navDropdownParent:hover .navButton{
    background-color: #6d2f85;
}

.navDisplayButtonParent{
    display: none;
}
}


@media screen and (max-width: 1290px) and (min-width: 1100px) {
#header{
    width: 100%;
    height: 240px;
    position: relative;
    display: block;
    z-index: 10000;
    background-color: white;
    transition: border-bottom .5s;
    box-shadow: 0 8px 6px -6px transparent;
    transition: box-shadow .5s;
}

#headerInfoContainer{
    height: 40px;
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: rgb(240, 240, 240);
}

.headerInfoContainerText{
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    display: block;
    text-align: right;
    padding-right: 10px;
}

.headerInfoContainerDonateButton{
    padding: 5px 10px 5px 10px;
    border-radius: 15px;
    display: inline-block;
    position: relative;
    background-color: #f0dd32;
    color: black;
    text-decoration: none;
}

#headerLogoContainer{
    height: 180px;
    width: calc(100% - 20px);
    padding: 10px;
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: white;
}

#headerNavbarContainer{
    height: 60px;
    width: 100%;
    text-align: center;
    background-color: #7F3F97;
    position: sticky;
    display: block;
    z-index: 1000;
}

#headerNavbar{
    width: 100% auto;
    height: 100%;
    position: relative;
    display: block;
    text-align: center;
    /*top: 50%;
    transform: translateY(-50%);*/
    z-index: 1000;
}

.sticky{
    position: fixed;
    top: 0;
    width: 100%;
}

.navButton{
    height: 100%;
    font-size: 25px;
    text-decoration: none;
    color: white;
    font-family: 'Stylish', sans-serif;
    font-weight: bold;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 60px;
    position: relative;
}

.navButtonText{
    top: 50%;
}

.navButton:hover{
    background-color: #6d2f85;
    color: white;
}

.navDropdownParent{
    display: inline-block;
    z-index: 1000;
}

.navDropdownParent:hover .navDropdown{
    display: block;
}

.navDropdown{
    display: none;
    background-color: #d7d7d7;
    min-width: 200px;
    position: absolute;
    z-index: 1000;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.navDropdown a{
    height: 60px;
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    display: inline-block;
    background-color: #d7d7d7;
    color: black;
    font-size: 18px;
    font-family: 'Stylish', sans-serif;
    line-height: 60px;
    white-space: nowrap;
    text-decoration: none;
    text-align: left;
    z-index: 1000;
}

.navDropdown a:hover{
    background-color: #a2a2a2;
}

.navDropdownParent:hover .navButton{
    background-color: #6d2f85;
}

.navDisplayButtonParent{
    display: none;
}
}



@media screen and (max-width: 1100px) and (min-width: 950px) {
#header{
    width: 100%;
    height: 240px;
    position: relative;
    display: block;
    z-index: 10000;
    background-color: white;
    transition: border-bottom .5s;
    box-shadow: 0 8px 6px -6px transparent;
    transition: box-shadow .5s;
}

#headerInfoContainer{
    height: 40px;
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: rgb(240, 240, 240);
}

.headerInfoContainerText{
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    display: block;
    text-align: right;
    padding-right: 10px;
}

.headerInfoContainerDonateButton{
    padding: 5px 10px 5px 10px;
    border-radius: 15px;
    display: inline-block;
    position: relative;
    background-color: #f0dd32;
    color: black;
    text-decoration: none;
}

#headerLogoContainer{
    height: 180px;
    width: calc(100% - 20px);
    padding: 10px;
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: white;
}

#headerNavbarContainer{
    height: 60px;
    width: 100%;
    text-align: center;
    background-color: #7F3F97;
    position: sticky;
    display: block;
    z-index: 1000;
}

#headerNavbar{
    width: 100% auto;
    height: 100%;
    position: relative;
    display: block;
    text-align: center;
    /*top: 50%;
    transform: translateY(-50%);*/
    z-index: 1000;
}

.sticky{
    position: fixed;
    top: 0;
    width: 100%;
}

.navButton{
    height: 100%;
    font-size: 20px;
    text-decoration: none;
    color: white;
    font-family: 'Stylish', sans-serif;
    font-weight: bold;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 60px;
    position: relative;
}

.navButtonText{
    top: 50%;
}

.navButton:hover{
    background-color: #6d2f85;
    color: white;
}

.navDropdownParent{
    display: inline-block;
    z-index: 1000;
}

.navDropdownParent:hover .navDropdown{
    display: block;
}

.navDropdown{
    display: none;
    background-color: #d7d7d7;
    min-width: 200px;
    position: absolute;
    z-index: 1000;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.navDropdown a{
    height: 60px;
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    display: inline-block;
    background-color: #d7d7d7;
    color: black;
    font-size: 18px;
    font-family: 'Stylish', sans-serif;
    line-height: 60px;
    white-space: nowrap;
    text-decoration: none;
    text-align: left;
    z-index: 1000;
}

.navDropdown a:hover{
    background-color: #a2a2a2;
}

.navDropdownParent:hover .navButton{
    background-color: #6d2f85;
}

.navDisplayButtonParent{
    display: none;
}
}


/*Smallest Screens*/
@media screen and (max-width: 950px) {
#header{
    width: 100%;
    height: 240px;
    position: relative;
    display: block;
    z-index: 10000;
    background-color: white;
    transition: border-bottom .5s;
    box-shadow: 0 8px 6px -6px transparent;
    transition: box-shadow .5s;
}

#headerInfoContainer{
    height: 40px;
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: rgb(240, 240, 240);
}

.headerInfoContainerText{
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    display: block;
    text-align: right;
    padding-right: 10px;
}

.headerInfoContainerDonateButton{
    padding: 5px 10px 5px 10px;
    border-radius: 15px;
    display: inline-block;
    position: relative;
    background-color: #f0dd32;
    color: black;
    text-decoration: none;
}

.headerInfoResponsiveRemoval{
    display: none;
}

#headerLogoContainer{
    height: 180px;
    width: calc(100% - 20px);
    padding: 10px;
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: white;
}

#headerNavbarContainer{
    height: auto;
    width: 100%;
    text-align: center;
    background-color: #7F3F97;
    position: relative;
    display: block;
    z-index: 1000;
}

#headerNavbar{
    width: 100% auto;
    height: 60px;
    position: relative;
    display: block;
    text-align: center;
    z-index: 1000;
}

.sticky{
    position: fixed;
    top: 0;
    width: 100%;
}

.navButton{
    width: calc(100% - 10px);
    font-size: 30px;
    text-decoration: none;
    color: white;
    font-family: 'Stylish', sans-serif;
    font-weight: bold;
    display: none;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 60px;
    position: relative;
    background-color: #7F3F97;
}

.navButtonText{
    top: 50%;
}

.navButton:hover{
    background-color: #6d2f85;
    color: white;
}

.navDropdownParent{
    display: block;
    z-index: 1000;
}

.navDropdownParent:hover .navDropdown{
    display: block;
}

.navDropdown{
    display: none;
    background-color: #b88cc9;
    min-width: 200px;
    position: relative;
    z-index: 1000;
}

.navDropdown a{
    height: 60px;
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    display: block;
    background-color: #b88cc9;
    color: white;
    font-size: 18px;
    font-family: 'Stylish', sans-serif;
    line-height: 60px;
    white-space: nowrap;
    text-decoration: none;
    text-align: left;
    z-index: 1000;
}

.navDropdown a:hover{
    background-color: #a2a2a2;
}

.navDropdownParent:hover .navButton{
    background-color: #6d2f85;
}

.navDisplayButtonParent{
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    background-color: #5d2771;
}

.navDisplayButton{
    display: inline-block;
    position: absolute;
    width: 45px;
    height: 45px;
    border: 3px solid white;
    border-radius: 3px;
    text-align: center;
    right: 4.5px;
    top: 4.5px;
    bottom: 4.5px;
    z-index: 10000;
}

.navDisplayButtonLineParent{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.navDisplayButtonLine{
    width: 80%;
    height: 5px;
    background-color: white;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    display: block;
}

.topnav{
    display: none;
}

.topnav.responsive {
    position: relative;
}

.topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
}

.topnav.responsive .navButton {
    float: none;
    display: block;
    text-align: left;
}

.topnav.responsive .navDropdown {
    float: none;
    display: block;
    text-align: left;
}
}



/* Header Alert Messages */
#headerAlert{
    width: 100% auto;
    height: auto;
    padding: 10px;
    position: relative;
    display: block;
    background-color: #4cba35;
    color: white;
    font-size: 24px;
}
