html {
    font-family: "Poppins", sans-serif;
}
p, label {
    font-family: "Poppins";
}
label {
    color: darkgray;
    font-weight: lighter;
}
button {
    -webkit-appearance: none;
    border-radius: 0;
}
@media all and (orientation:landscape) {
    html, input {
        font-size: 20px;
    }
    label {
        font-size: 16px;
    }
}
@media all and (orientation:portrait) {
    html, input {
        font-size: 40px;
    }
    label {
        font-size: 32px;
    }
}
body {
    width: 100%;
    margin: 0;
    padding: 0;
}
.bkg {
    opacity: 0.1; 
    filter: grayscale(100%); 
    position: absolute; 
    background-size: cover;
    background-position: center;
    left: 0; 
    width: 100%;
    height: 100%; 
    z-index: 0; 
    top: 0;
}
#container {
    width: 100%;
    margin: 0;
    padding: 0; 
}
.hero {
    background-size: cover;
    background-position: center;
    text-align: center;
    background-color: black;
}
.block {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 5%;
    z-index: 1;
}
.text ul {
    line-height: 1em;
    font-size: 1.38em;
}
.text ul li {
    margin-bottom: 1.8em;
}
.text ul li span {
    font-weight: bold;
    color: dodgerblue;
}
.event {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0.4em;
    box-sizing: border-box;
    border: 1px solid gainsboro;
    border-radius: 0.2em;
}
.event h3 {
    margin-bottom: 0px;
}

@media all and (orientation:landscape) {
    .hero {
        height: 100%;
        background-attachment: fixed;
    }
    .herologo {
        margin-top: calc(50vh - 160px);
        display: inline-block;
        width: 415px;
    }
    .block {
        padding: 5%;
        padding-left: 20%;
        padding-right: 20%;
        text-align: left;
    }
    .side {
        transform: rotate(-90deg);
        float: left;
        display: block;
        width: auto;
        position: absolute;
        position: absolute;
    }
    .side h1 {
        font-size: 80px;
        padding: 0px;
        margin: 0px;  
    }
    .block .text {
        position: relative;
    }
    .text ul {
        list-style: none;
    }
        
}
@media all and (orientation:portrait) {
    .hero {
        height: 80%;
    }
    .herologo {
        margin-top: calc(40vh - 200px);
        display: inline-block;
        width: 830px;
        max-width: 80%;
    }
    .text ul {
        font-size: 1.5em;
        list-style: none;
    }
    .text ul li {
        margin-bottom: 2em;
    }
    .side h1::after {
        content: ":";
    }
}

#nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: white;
    z-index: 10;
}
.menu {
    position: fixed;
    top: 2.3em;
    right: 2.2em;
    border-top: 0.2em solid white;
    border-bottom: 0.2em solid white;
    height: 1.8em;
    width: 2em;
    z-index: 20;
    box-sizing: border-box;
}
.menu span {
    display: block;
    border-top: 0.2em solid white;
    width: 2em;
    margin-top: 0.6em;
}
.container {
    width: 100%;
    background-color: #ffc800;
    
    box-sizing: border-box;
}
.donate label {
    animation: donateunhoverlabel 1s ease;
}
.donate {
    color: dodgerblue;
    background-color: white;
    font-size: 1.5em;
    font-weight: bold;
    border: none;
    padding: 0.6em;
    outline: none;
    font-family: "Poppins";
    box-sizing: border-box;
    animation: donateunhover 0.4s ease;
    background-size: 400%;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
}
.donate:hover {
    background-color: #ffc800;
    cursor: pointer;
    color: white;
    animation: donatehover 0.2s ease;
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.2);
}
.donate:hover label {
    animation: donatehoverlabel 0.2s ease;
    color: white;
}
#nav .donate {
    border-bottom-left-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
    position: fixed;
    top: -0.4em;
    left: 0.6em;
    z-index: 1;
}
.alert {
    box-sizing: border-box;
    padding: 1em;
    background-color: dodgerblue;
    color: white;
    text-align: center;
    font-weight: bold;
}
.donate label {
    float: left;
}
.fullimg {
    display: inline-block;
}

.images {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    z-index: 100;
}
.images img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

@media all and (orientation:landscape) {
    .portrait {
        display: none;
    }
    .donate label {
        font-size: 10px;
        margin-top: -10px;
    }
    #nav .landscape a {
        font-size: 0.8em;
        float: right;
        text-decoration: none;
        color: white;
        font-weight: lighter;
        padding-top: 1em;
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
    #nav alert {
        font-size: 0.8em;
    }
    .full {
        height: 50%;
        width: 100%;
        max-width: 720px;
        max-height: 480px;        
    }
    .fullimg {
        height: 240px;
    }

}
#navmobile {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: dodgerblue;
    padding-top: 80px;
    box-sizing: border-box;
}
#navmobile alert {
    font-size: 1.5em;
}
#navmobile a {
    text-decoration: none;
    display: block;
    border: 1px solid gainsboro;
    color: white;
    width: 100%;
    font-size: 1.5em;
    padding: 1em;
    box-sizing: border-box;
}
#navmobile a:hover {
    background-color: black;
}

@media all and (orientation:portrait) {
    .landscape {
        display: none;
    }
    .alert {
        display: none;
    }
    .donate label {
        font-size: 20px;
        margin-top: -20px;
    }
    .full {
        height: 30%;
        width: 100%;
    }
    .fullimg {
        width: 100%;
        margin-bottom: 0.5em;
    }
}
#nav .landscape a:hover {
    text-decoration: line-through;
    cursor: pointer;
}


.profile-image {
    border-radius: 200px;
    width: 4em;
    float: left;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
}
.profile-text {
    margin-left: 5.5em;
}
.profile-text p {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}
.profile-text h3 {
    margin: 0px;
}
.profile {
    position: relative;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    box-sizing: border-box;
}
.popup-container {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 12;
    background-color: rgba(0,0,0, 0.5);
}
.popup {
    margin-top: calc(50vh - 120px);
    display: inline-block;
    background-color: white;
    position: relative;
    box-sizing: border-box;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
    border-radius: 0.1em;
    text-align: left;
    z-index: 2;
}
.x {
    display: block;
    position: absolute;
    top: 1em;
    right: 1em;
    opacity: 0.5;
}
.x::after {
    content: "\274c";
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.x:hover {
    opacity: 1;
    cursor: pointer;
}
input {
    border-radius: 0.2em;
    border: 1px solid gainsboro;
    font-family: "Poppins";
    box-sizing: border-box;
    outline: none;
    font-size: 0.8em;
    margin-bottom: 0.4em;
}
input:focus {
    border-color: dodgerblue;
}
input[type=email], input[type=text] {
    padding: 0.6em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    outline: none;
}
input::placeholder {
    color: gainsboro;
}
input[type=submit] {
    padding: 0.6em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    color: white;
    font-weight: bold;
    background-color: dodgerblue;
    border: none;
    cursor: pointer;
}
input[type=submit]:hover {
    background-color: #ffc800;
}
@media all and (orientation:landscape) {
    input[type=email] {
        width: 320px;
    }
    input[type=text] {
        width: 165px;
    }
}
@media all and (orientation:portrait) {
    input[type=email] {
        width: 420px;
    }
    input[type=text] {
        width: 420px;
    }
    form {
        min-width: 560px;
    }
}



@keyframes donatehover {
    0% {
        color: dodgerblue;
        background-color: white;
        box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
    }
    100% {
        color: white;
        background-color: #ffc800;
        box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.2);
    }
}
@keyframes donatehoverlabel {
    0% {
        color: darkgray;
    }
    100% {
        color: white;
    }
}
@keyframes donateunhover {
    0% {
        color: white;
        background-color: #ffc800;
        box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.2);
    }
    100% {
        color: dodgerblue;
        background-color: white;
        box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
    }
}
@keyframes donateunhoverlabel {
    0% {
        color: white;
    }
    50% {
        color: darkgray;
    }
}

footer {
    padding: 5%;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: whitesmoke;
    border-top: 1px solid gainsboro;
}
footer a {
    color: darkgray;
}
footer span {
    font-family: "Verdana";
    color: darkgray;
    font-size: 0.6em;
}