@import "reset.css";

#menuIcon {
    position: absolute;
    top: 0;
    right: 0;
    color:white
}

nav {
    background-color: #56101A;
}

#menu {
    text-align: right;
    display: none;
}

#menuIcon a,
#menuIcon a:hover,
#menuIcon a:visited,
#menuIcon a:active {
    text-decoration: none;
    color: inherit;
}

.menuItem {
    font-size: 16px;
}

form {
    display:flex;
    flex-direction:column;
    margin:15px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color:#2D4E62;
    border:solid;
    padding:10px;
    border-color:#56101A;
}
input {
    margin-bottom:10px
}
label {
    text-align:center;
}
body {
    background-color:#f7f7f7;
}

h1 {
    font-size:36pt;
    text-align:center;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    margin:30px;
    color:#2D4E62;
}
a:link {
    color: white;
  }
a:visited {
    color: rgb(164, 164, 164);
  }
a:hover {
    color: rgb(255, 1, 1);
  }
a:active {
    color: rgb(19, 19, 26);
  }
a {
    text-decoration:none;
}
h2{
    font-size:36px;
    font-family:cursive;
    text-align:center;
    margin:15px;
    color:#4b2d1f
}
p {
    text-align:center;
    padding:25px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-color:#2D4E62;
    color:#dbaebc
}
#imagelinks {
    display:flex;
    justify-content:space-around;
    margin-top:10px;
    margin-bottom:10px;
}
h3 {
    font-size:36pt;
    text-align:center;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    margin:10px;
    color:#56101A
}
#instagramlinks {
    display:flex;
    justify-content:space-around;
    margin-top:10px;
    margin-bottom:10px;
}
li {
    color:white;
}