* {
    margin: 0;
}

body {
    max-width: 1000px;
    display: block;
    margin: auto;
    background-image: url(/IMGs/FieldFlyOver.JPG);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    background-color: #232323;
}

header {
    padding: 2rem 0rem 0rem;
    background-color: #232323; 
}

header .info {
    color:  darkgray;
    padding: 0 5rem;
}

header h1 {
    display: flex;
    justify-content: center;

}

header .state {
    padding-bottom: .5rem;
}

header p {
    display: flex;
    justify-content: center;
}

header img {
    display: block;
    width: 45%;
    margin: auto;
    padding-bottom: 0rem;
}

.social-media {
    display: flex;
    margin: auto;
    width: 30%;
    padding-bottom: .75rem;
    gap: 1rem;
}

.social-media a img:hover {
    transition: .6s ease;
    background-color: #bbb;
    padding-bottom: 0;
}

.social-media a img {
    padding: 0 0;
    background-color: #717171;
    margin: auto;
    border-radius: 100%;
}

header ul, footer ul {
    display: flex;
    justify-content: center;
    gap: 4rem;
    list-style-type: none;
    background-color: hsl(0, 0%, 17%);
    padding: 1.5rem 0rem;
}
header ul {
    box-shadow: 0px 2px 2px 2px darkgray;
    padding: 1.5rem 1.5rem;
}

header ul li a{
    color: hsl(0, 0%, 47%);
    font-size: larger;
    text-decoration: none;
}

.active-page {
    color: hsl(0, 100%, 25%);
}

header ul li a:hover, footer ul li a:hover{
    color: hsl(0, 100%, 25%);
    text-decoration: overline;
    text-decoration-thickness: 3px;
}

.dropbtn {
    color: hsl(0, 0%, 47%);
    background-color: hsl(0, 0%, 17%);
    font-size: larger;
    font-family: 'Times New Roman', Times, serif;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: lightgray
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    color: hsl(0, 100%, 25%);
    text-decoration: overline;
    text-decoration-thickness: 3px;
}


main {
    background-color: hsl(0, 0%, 45%);
    padding: 2rem 5rem;
}

.slideshow-container {
    box-sizing: border-box;
    margin: auto;
    position: relative;
    overflow: hidden;
    max-height: 62vh;
    box-shadow: 2px 2px 10px 2px;
}

.mySlides {
    display: none;
}

.active {
    display: block;
}

.prev, .next {
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: .6s ease;
    border-radius: 3px 0px 0px 3px;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 0px 3px 3px 0px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #605f5f;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease;
}

.dots {
    padding-top: 1rem;
}

.active, .dot:hover {
    background-color: #bbb;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4;}
    to {opacity: 1;}
}

main p {
    margin: 2rem 0rem;
    font-size: 1.1rem;
}

.sponsors {
    display: flex;
    justify-content: center;
    vertical-align: top;
    gap: 1rem;
}

.HCOweb img{
    width: 70%;
    padding-top: 3rem;
    display: block;
    margin: auto;
}

.Sitkaweb img {
    width: 70%;
    display: block;
    margin: auto;
}

.store img{
    display: block;
    margin: auto;
    width: 20vh;
}

.store {
    margin-top: 2.5rem;
    color: #232323;
    text-decoration: none;
}

.store p {
    display: flex;
    text-align: center;
    padding: 0rem 1rem;
    margin: 0;
}

footer {
    background-color: hsl(0, 0%, 17%);
    padding: 0rem 0rem;
    color: hsl(0, 0%, 47%);
}

footer nav {
    box-shadow: 2px 5px 5px;
    width: 100%;
}

footer ul li a {
    text-decoration: none;
    color: hsl(0, 0%, 47%);
}

footer ul li a {
    font-size: medium;
}

footer .dropbtn {
    font-size: medium;
}

footer ul {
    gap: 1.5rem;
}

.contact {
    padding: 1rem 3rem;
    display: block;
    gap: 0rem;
}

.Adam ul, .Hunter ul {
    display: flex;
    justify-content: space-between;
    gap: 0rem;
}

.Adam h1, .Hunter h1 {
    text-align: center;
    font-size: 2rem;
}

.Adam .person-info, .Hunter .person-info {
    width: 50%;
}

.Adam .person-info li, .Hunter .person-info li{
    padding: 1rem;
    font-size: large;
}

.Hunter img, .Adam img {
    width: 20%;
    display: block;
    box-shadow: 2px 2px 10px 2px black;
}

.Hunter .imgcontainer{
    width: 20%;
    max-width: 220px;
    overflow: hidden;
}

.Hunter img {
    width: 100%;
    height: auto;
    box-shadow: 2px 2px 10px 2px black;
}

footer .social-media {
    display: flex;
    justify-content: center;
}

footer .social-media a {
    padding: 0rem;
}

footer .social-media a img{
    width: 4vh;
}
