@import "reset.css";
/* mobile is anything less than 480 */
@font-face {
    font-family: TF2Font;
    src: url(Fonts/TF2secondary.ttf);
}
@font-face {
    font-family: Arvo;
    src: url(Fonts/Arvo-Regular.ttf);
}
#menuIcon {
    width: 7.5vw;
}
/* BROWN IS #734332*/
/* CYAN IS #7d9cb1*/
/* LIGHT CYAN IS #bcd8e2*/
/* */
/* */
#menu {
    display: none;
    background-color: #bcd8e2;
    color: black;
    font-size: 100%;
    font-family: "Arvo";
    padding-top: 1%;
}

nav {
    display: flex;
    flex-flow: wrap row;
    justify-content: flex-end;
    background-color: #734332;
    padding: 1%;
}

.infoSection {
    background-color: #734332;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    border-bottom: solid #7d9cb1 1vh;
    border-top: solid #7d9cb1 1vh;
}

#sectionContainer {
    display: flex;
    flex-flow: column nowrap;
    gap: 5vh;
}

h2 {
    font-size: 230%;
    text-align: center;
    color: white;
    padding: 1%;
    font-family: "TF2Font";
}

.sectionParagraph {
    font-size: 100%;
    font-family: "Arvo";
    text-align: justify;
    color: black;
    background-color: white;
    padding: 1%;
    margin: 3%;
    border: #7d9cb1 solid 0.5vw;
}

.sectionImage {
    width: 100%;
    border: none;
}

body {
    background-color: #bcd8e2;
}

#banner {
    margin-bottom: -1%;
    width: 100%;
}

#map {
    width: 75vw;
    height: 75h;
    margin-bottom: 3vh;
}

a {
    color: inherit;
    text-decoration: none;
}

.icon {
    width: 7.5vw;
    width: 7.5vw;
}

.instagramIcon {
    width: 5vw;
    margin-top: 1.333333vw;
    margin-bottom: 4vw;
    height: 5vw;
}

.iconHolder {
    color: inherit;
    text-decoration: none;
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
    gap: 10%
}

footer {
    height: 8vh;
    background-color: #734332;
    color: white;
    border-top: solid #7d9cb1 0.5vh;
    margin-top: 5%;
    font-family: "Arvo";
    font-size: 85%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
}

ul {
    display: flex;
    flex-flow: row wrap;
    font-size: 150%;
    gap: 5%;
    justify-content: space-evenly;
}