* {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: #06BEE1;
}

.mobile {
	display: block;
}

.tablet-desktop, #menu-links {
	display: none;
}


body {
    background-color: #2F4858;
}

/* Header styles */
header {
	font-size: 2em;
}

header, #logo img{
width: 45%;
margin: 0 auto;
}

hr.solid {
  border-top: 3px solid white;
}

hr.solid2 {
  border-top: 3px solid white;
}


.grid h1 {
    font-size: 70px;
}

.grid p {
    font-size: 20px;
}

#banner img {
    width: 10px;
}

.flavors-grid {
    display: block;
}

.flavors-grid2 {
    display: block;
}

.flavors-grid-text {
    display: none;
}

.flavors-grid-text2 {
    display: none;
}

.events-grid {
    display: block;
    
}

iframe {
margin: 0 auto;
width: 560px;
height: 500px;
border-radius: 15px;
}

#ad-border {
margin-bottom: 20px;
border-radius: 15px;
}

#ad-resize {
    border-radius: 15px;
}

.sponsor-grid img { 
    width: 1000px;
border-radius: 15px;
 }

 .sponsor-grid h1 {
    margin-top: 5%;
 }
 .sponsor-grid p {
    margin-bottom: 1%;
 }

h1 {
    font-family: "Bangers";
    color: #FFFFFF;
    font-weight: normal;
    margin-left: 1%;
}

h2 {
    font-size: 35px;
    font-family: "Bangers";
    color: #FFFFFF;
    text-align: center;
    font-weight: normal;
}

h3 {
    font-family: "Belanosima";
    font-weight: lighter;
    color: #FFFFFF;
    text-align: center;
}

p {
    font-family: "Belanosima";
    color: #FFFFFF;
    margin-left: 1%;
}

/* Navigation styles */
nav {
	font-family: "Belanosima";
	font-size: 1.2em;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
nav li {
	text-align: center;
}
nav a {
    background-color: #B90A0A;
    display: block;
    padding: 0.5em;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.5em;
}

#move {
    margin-left: 0px;
}

.flex-center-vertically {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 400px;
}

#banner {
    width: 1000%;
    height: 130px;
}

footer p{
    color: #FFFFFF;
    font-size: 20px;
}

/* Style rules for hamburger menu */
.mobile-nav a {
    text-align: center;  
    font-size: 1.5em;
    display: block;
}

.mobile-nav a.menu-icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
} 

/* Main styles */
main {
    background-image: linear-gradient(to bottom, #2F4858, #B90A0A);
}

/* Footer styles */
footer {
	text-align: center;
	font-size: 1px;
    background-color: #B90A0A;
}

.wform {
    margin-left: 150px;
}


form {
    color: #FFFFFF;
    font-family: "Belanosima";
}

form label{
    margin: 8px 10px;
    display: inline-block;
}

form input {
    width: 270px;
    font-size: 20px;
    text-align: center;
}

form input:last-child {
    font-family: "Bangers";
    color: #fff;
    font-size: 50px;
    margin: 0 auto;
    width: 270px;
    height: 50px;
    border-radius: 0 0 10px 10px;
    background-color: #2F4858;
}

.contact-text {
    text-align: center;
}

@media screen and (min-width: 600px) {
	.mobile, .mobile-nav {
		display: none;
	}
	
	.tablet-desktop {
		display: block;
	}

	/* Navigation styles for tablet/desktop*/
    nav a{
        background-color: #B90A0A;
        border: white 6px solid;
    }

	nav ul {
		display: grid;
		grid-template-columns: auto auto auto auto auto;
	}
	
	nav a:hover {
	background-color: #FF7779;
	}
	
	nav ul li:hover > ul {
		display: block;
		width: inherit;
	}
	
	nav ul ul {
		display: none;
		position: absolute;
	}
	
	nav ul ul li {
		width: auto;
	}

    h2 {
    font-size: 40px;
    font-family: "Bangers";
    color: #FFFFFF;
    text-align: center;
    font-weight: normal;
    }   

    #banner {
    width: 100%;
    max-width: 2500px;
    height: 405px;
    }

    #move {
    margin-left: 214px;
}

    .grid {
        display: grid;
        grid-template-columns: auto auto;
    }

    .flavors-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    width: 100%;
}

.flavors-grid2 {
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
}

.flavors-grid-text {
    display: flex;
    justify-content: center;
}

.flavors-grid-text h1, .flavors-grid-text p {
    text-align: center;
    width: 600px;
    margin-left: 0;
}

.flavors-grid-text2 {
    display: flex;
    justify-content: center;
}

.flavors-grid-text2 h1, .flavors-grid-text2 p {
    text-align: center;
    width: 910px;
    margin-left: 0;
}

iframe {
    margin-left: 27%; 
    border-radius: 25px;
    outline: black 6px solid;
   width: 830px;
}

.events-grid {
    display: grid;
    grid-template-columns: auto auto;
}

#ad-resize {
    width: 700px;
    height: 500px;
    border-radius: 15px;
    border: black 6px solid;
    margin: 0 auto;
}

#ad-border {
    border-radius: 15px;
    border: black 6px solid;
    margin: 0 auto
}

 .sponsor-grid {
    display: grid;
    grid-template-columns: auto auto;
    margin-left: 15%;
 }

 .sponsor-grid img {
    width: 300px;
    border-radius: 15px;
 }

  .sponsor-grid h1 {
    margin-top: 0%;
    margin-bottom: 0%;
 }

 .sponsor-grid p {
    margin-bottom: 0%;
    margin-top: 0%;
 }

 hr.solid2 {
  border-top: none;
}

.wform {
    margin-left: 750px;
}

form {
    color: #FFFFFF;
    font-family: "Belanosima";
}

form label{
    margin: 8px 10px;
    display: inline-block;
}

form input {
    width: 300px;
    font-size: 20px;
    text-align: center;
}

form input:last-child {
    font-size: 70px;
    color: #fff;
    background-color: #2F4858;
    margin: 0 auto;
    width: 300px;
    height: 100px;
    font-family: "Bangers";
}

form input:last-child:hover {
    background-color: gray;

}

.contact-text {
    text-align: center;
}



}

@media screen and (min-width: 1800px) {
    body {
        max-width: 1800px;
        margin: 0 auto;
    }
}