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

html, body, .flex-container {
    height: 100%
}

body {
    background: #32324b;
    font-family: verdana;
}

.flex-container {
    display: flex;
    flex-direction: column;
    background: #221e3c;
    flex: 1;
}

header {
    background: #221e3c;
    color:#ed6ff3;
    padding-top: 5px;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    align-items: flex-start;
}

h2, p, .contact-address {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 20px;
}

h2, .contact-address {
   color: #a7a5b1;
   font-family: verdana;
}

.contact-title {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 20px;
    font-size: 130%;
    color: #a7a5b1;
    font-family: verdana;
}

.guide-title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 20px;
}

footer {
    background: #221e3c;
    color:#ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 80%;
}

.contact-address {
    font-style: normal;
    font-size: 100%;
    font-family: verdana;
}

.topnav {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  margin-bottom: 5px;
}

.topnav a {
    float: left;
    display: block;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 150%;
    font-family: verdana;
}

.topnav a:hover {
    color: #a0d6cf;
}
.topnav a:active {
    color: #a0d6cf;
}
.nav-selected {
    color: #a0d6cf;
    border-bottom-width: 5;
    border-bottom-style: solid;
    border-bottom-color: #a0d6cf;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

.flex-content {
    flex: 1;
    flex-direction: column;
    justify-content: center;
    background-color: #32324b;
    padding-top: 10px;
    padding-bottom: 10px;
}

.wrapper {
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.header-logo {
    display: block;
    max-width:45%;
    height: auto;
}

.store-image {
    margin-bottom: 20px;
    margin-left: 10%;
    margin-right: 10%;
}

h3 {
    color: #a7a5b1;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 20px;
    font-family: verdana;
}

p {
    color: #ffffff;
    font-family: verdana;
}

.bullets-level-1 {
    margin-left: 10%;
    margin-right: 10%;
    color: #a7a5b1;
    margin-bottom: 20px;
    font-family: verdana;
}

.bullets-level-2 {
    color: #a7a5b1;
    margin-bottom: 20px;
    font-family: verdana;
}

.bullet-p {
    margin-left: 0px;
    font-family: verdana;
}

.bullet-address {
    font-style: normal;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: verdana;
}

li {
    margin-bottom: 20px;
    margin-left: 20px;
    font-family: verdana;
}

.bullet-level-2 {
    margin-left: 50px;
    font-family: verdana;
}

.link-style:link {
    color: #c91c57;
}

.link-style:visited {
    color: #a7a5b1;
}


.main-store-image {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.main-title {
    margin-bottom: 20px;
    margin-top: 3%;
    color: #ffffff;
    font-size: 100%;
    margin-left: 10%;
    margin-right: 10%;
    font-family: verdana;
}

.tag-line {
    margin-bottom: 30px;
}

 /* When the screen is less than 700 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 700px) {
    .topnav {
        display: unset;
        justify-content: unset;
        flex: 1 0 auto;
    }
    .topnav a:not(:first-child) {display: none;}
    .topnav a:first-child:hover {background-color: transparent;}
    .topnav a.icon {
        float: right;
        display: block;
    }
    .tag-line {
        margin-left: 3%;
        margin-right: 3%;
    }
    header {
        flex: 1 0 auto;
    }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 700px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

@font-face {
    font-family: 'icomoon';
    src: url('icomoon.woff?h57nyh') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bars:before {
    content: "\f0c9";
}

.icon-logo_some_facebook, .icon-logo_some_instagram, .icon-logo_some_twitter {
    font-size: 48px
}
