/* #01041c (dark navy blue), #5b5b5b (grey), #1919ad (blue), #ffffff (white) */

.wrapper {
    text-align: center;
    background-color: #01041c;
    /* margin-left: 25%; */
    margin-top: 4.5%;
}

body {
    color: #ffffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 2vh;
    background-image: url("images/space1.jpg");
}

.heading {
    font-family: 'Times New Roman', Times, serif;
    font-size: 4vh;
    font-weight: bold;
    
}

h1, h2 {
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}

.slideshow-container {
    margin-top: 30px;
    max-width: 500px;
    margin: 30px auto 0;
}

.mySlides {
    width: 100%;
    display: none;
    border-radius: 6px;
}

.mySlides:first-of-type {
    display: block;
}

.dots {
    margin-top: 8px;
}

.dots button{
    width:10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    margin: 0 4px;
    background: #777;
    cursor:pointer;
}

.dots button.active{
    background: #ffffff
}

/* Light theme*/
html, body, .wrapper, .footer, .w3-bar {
    transition: background-color .25s, color .25s;
}

body.light {
    color: #111;
    background: #f6f8ff;
    background-image: none;
}

body.light .wrapper {
    background-color: #ffffff;
    color: inherit;
}

body.light .footer {
    background-color: #e9e9e9;
    color: #111
}

body.light  .w3-bar.w3-grey {
    background-color: #e5e7eb !important;
    color: #111 !important
}

body.light .linkedin-link { 
    color: #0A66C2;
}

.slideshow-container .w3-button {
    margin: 8px 4px;
    color: azure;
}

.navMenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 20%;
    background-color: #ffffff;
    float: left;
}

.navList a {
    display: block;
    padding: 2em;
    text-decoration: none;
}

.navList a.active {
    background-color: #01041c;
    color: #ffffff;
}


.navList a:hover:not(.active) {
    background-color: #01041c;
    color: #ffffff;
}

#donateForm {
    text-align: left;
    margin-left: 25%;
    max-width: 550px;
}

/*Beggining of W3 CSS overrides*/

#donateForm .w3-input:hover,
#donateForm .w3-select:hover {
    border: 1px solid #e0ae0ad0 !important;
    box-shadow: 0 0 3px rgb(240, 129, 1);
    outline: none;
}

#donateForm .w3-input:focus, 
#donateForm .w3-select:focus {
    border: 1px solid #1919ad !important;
    box-shadow: 0 0 3px red;
    outline: none;
}

/*End of W3 CSS overrides*/

.giphy-embed {
    display: block;
    border: none;
    margin: 0 auto;
}

.button {
    display: inline-block;
    font-size: 2vh;
    text-decoration: none;
    outline: none;
    color: #ffffff;
    background-color: #1919ad;
    border: none;
    border-radius: 1vw;
    box-shadow: 0 .5vw #5b5b5b;
}

.button:hover {
    color: #000000;
    background-color: #ffffff;
}

.button:active {
    box-shadow: 0 .1vw #5b5b5b;
    transform: translateY(.4vw);
}

/* .navList {
    display: inline;
    padding-left: 1em
}
*/
/*
a:link {
    color: #1919ad;
    text-decoration: none;
}

a:visited {
    color: #5b5b5b;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
    text-decoration: underline;
}

a:active {
    color: red;
    text-decoration: none;
}
*/

.fa:link {
    color: #1919ad;
    text-decoration: none;
}

.fa:visited {
    color: #000000;
    text-decoration: none;
}

.fa:hover {
    color: #ffffff;
}

.fa:active {
    color: red;
}

.nobullet {
    list-style-type: none;
    padding-left: 1em;
}

#listItalic {
    font-style: italic;
}

.headingLeft {
    text-align: left;
    padding-left: 1em;
}

.gif {
    max-width: 100%;
    height: auto;
}

.headingRight {
    text-align: right;
    float: right;
    padding-right: 0.5em;
}

table {
    clear: right;
}

th, td {
    padding-left: 15em;
    padding-bottom: 1em;
}

.footer {
    background-color: #5b5b5b;
    font-family: 'Times New Roman', Times, serif;
    font-size: 2vh;
}

@media screen and (max-width: 800px) {
    nav { 
        overflow: hidden;
        background-color: #5b5b5b;
    }

    .navMenu {
        clear:left;
        width: 100%;
    }

    .navList {
        float: left;
    }

    .navList a {
        text-align: center;
        display: block;
        padding: 1em;
        font-size: 2vh;
        text-decoration: none;
    }

    .wrapper {
        margin-left: 0;
    }

}

@media print {
    nav, .navMenu {
        display: none;
    }

    .wrapper {
        margin-left: 0;
        width: 100%;
    }
    /* Removes navigation bar and centers content when printing */
}
