html,
body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
}

.maxw {
    margin: auto;
    max-width: 900px;
}

.font {
    font-family: 'Assistant', sans-serif;
}

/*DESKTOP NAV*/

.nav {
    position: relative;
    z-index: 1000;
    margin: 0 auto;
    height: 60px;
    width: 100%;
    max-width: 900px;
    background: #efefef;
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(30, 30, 30, 0.5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(30, 30, 30, 0.5);
    box-shadow: 0px 1px 2px 0px rgba(30, 30, 30, 0.5);
}

#left {
    position: absolute;
    left: 15px;
    top: 0px;
    margin: 0;
    display: flex;
    padding-top: 17px;
    padding-left: 0px;
    list-style: none;
    z-index: 100;
}

#left li {
    display: inline-block;
    width: 80px;
    font-size: 12pt;
    text-align: left;
}

.afs {
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.afs img {
    height: 40px;
    width: 100%;
}

#right {
    position: absolute;
    right: 15px;
    top: 0px;
    display: flex;
    float: right;
    margin: 0;
    padding-top: 17px;
    list-style: none;
    z-index: 100;
}

#right li {
    display: inline-block;
    width: 80px;
    font-size: 12pt;
    text-align: right;
}

#left a,
#right a {
    color: #1e1e1e;
    text-decoration: none;
    transition: .4s;
}

#left a:hover,
#right a:hover {
    color: #da2c38;
}

.nav-social {
    width: 200px;
    height: 70px;
    position: absolute;
    right: 0;
    bottom: -70px;
}

.nav-insta {
    height: 35px;
    width: 100%;
    background: #f5425d;
    display: inline-block;
}

#nav-ig {
    display: block;
    margin: auto;
    height: 22px;
    padding-top: 6px
}

.nav-facebook {
    display: block;
    width: 100%;
    background: #3b4d63;
    height: 35px;
}

#nav-fb {
    display: block;
    margin: auto;
    height: 20px;
    padding-top: 7px;
}

/*MOBILE NAV*/

.mnav {
    display: none;
    position: relative;
    height: 60px;
    background: #efefef;
    text-align: center;
}

.mafs {
    position: relative;
    z-index: 100;
}

.mafs img {
    z-index: 1000;
    height: 40px;
    margin: 10px auto 0px auto;
}

.btn {
    z-index: 100;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 50px;
    width: 50px;
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    line-height: 3;
    color: #1e1e1e;
    text-decoration: none;
}

.btn:hover {
    color: #f64f64;
}

.menu {
    position: relative;
    z-index: 100;
    display: block;
    opacity: 0;
    padding: 20px 0px;
    background: #efefef;
    transform: translateY(-500px);
    transition: 2s;
}

.menu a {
    display: inline-block;
    padding: 10px;
    width: 100%;
    color: #1e1e1e;
    text-decoration: none;
    font-family: 'Assistant', sans-serif;
}

.show {
    position: relative;
    z-index: 100;
    display: block;
    opacity: 1;
    transform: translateY(0px);
    transition: .4s;
}

.menu a:hover {
    color: #f64f64;
}

/*INDEX*/

.hero {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: url(/images/hero.jpg) 40% 0% no-repeat;
    background-size: cover;
    margin-top: -60px;
    z-index: -1;
}

.hero h1 {
    position: absolute;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    top: 43%;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 45pt;
    text-shadow: 0px 1px 5px #232528;
}


.bg {
    position: relative;
    background: #1e1e1e;
    height: 100vh;
    width: 100vw;
    margin-top: -60px;
}

.bg img {
    position: relative;
    height: 150px;
    width: 100%;
    padding-top: 30vh;
}

.bg h1 {
    margin: 10px auto;
    font-family: 'Assistant', sans-serif;
    text-align: center;
    color: #efefef;
    font-size: 15pt;
    z-index: 100;
}

.bg a {
    color: #efefef;
    text-decoration: none;
}

.bg a:hover {
    color: #911f1f;
}


/*PAST EVENTS*/

.past {
    position: relative;
    padding: 30px 0px;
    background: #efefef;
}

.past h1 {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
}

.cards {
    position: relative;
    text-align: center;
}

.card {
    display: inline-block;
    margin: auto;
    padding: 20px 15px;
    height: 350px;
    width: 250px;
    background: #fff;
    box-shadow: 0px 2px 8px #1e1e1e;
}

.left {
    margin-right: 5vw;
}

.right {
    margin-left: 5vw;
}

.card img {
    display: block;
    height: 50px;
    margin: auto;
}

#afs-two {
    background: url(/images/afs2poster.jpg) no-repeat 50% 50%;
    background-size: cover;
}

#afs-one {
    background: url(/images/afs1poster.jpeg) no-repeat;
    background-size: cover;
}

.upcoming h1 {
    font-size: 18pt;
    text-align: left;
    width: 500px;
    padding-bottom: 5px;
}

.upcoming p {
    padding: 0;
    margin: 0 auto;
    font-size: 13pt;
    text-align: left;
    width: 500px;
    padding-bottom: 20px;
}

.date {
    width: 500px;
    margin: auto;
}

#afsone {
    height: 300px;
}

/*EVENTS*/

.event {
    margin: -60px auto 0px auto;
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: -1;
    background: #1e1e1e;
    text-align: center;
}

.event h1 {
    margin: 0px auto;
    padding-top: 90px;
    color: #2cb59c;
    font-size: 30pt;
    font-family: 'Assistant', sans-serif;
}

#underline {
    margin: 10px auto 0px auto;
    height: 4px;
    width: 100px;
    background: #f64f64;
}

.event img {
    margin: auto;
    padding: 40px 0px;
    height: 400px;
}

.event img:hover {
    transform: scale(1.2);
}


.gallery {
    padding: 40px 10px;
}

.gallery h1 {
    text-align: center;
    margin: 0;
    padding: 0px 0px 30px 0px;
}


.wimp {
    position: relative;
    padding: 30px 0px;
    background: #e7e7e7;
}

.wimp h2 {
    margin: auto;
    text-align: center;
    max-width: 500px;
    width: 90%;
    font-family: 'Assistant', sans-serif;
}

.wimp h3 {
    margin: 30px auto;
    text-align: center;
    max-width: 500px;
    width: 90%;
    font-family: 'Assistant', sans-serif;
    font-weight: 100;
    font-size: 12pt;
    line-height: 1.5;
}

.wimp p {
    margin: 20px auto 0px auto;
    text-align: center;
    max-width: 600px;
    width: 90%;
    font-family: 'Assistant', sans-serif;
    font-size: 12pt;
    line-height: 1.5;
}

#wimpsite {
    text-align: center;
    display: block;
    margin: 30px auto 0px auto;
    font-family: 'Assistant', sans-serif;
    font-weight: 600;
    text-decoration: none;
    color: #efefef;
    background: #1e1e1e;
    width: 100px;
    padding: 15px;
    transition: 0.8s;
}

#wimpsite:hover {
    background: #911f1f;
    transition: 0.2s;
}

#w2w {
    display: block;
    margin: auto;
    height: 80px;
}

@media only screen and (max-width : 650px) {

    .nav {
        display: none;
    }

    .mnav {
        display: block;
    }

}

.footer {
    padding: 15px 0px 0px 0px;
    position: relative;
    background: #efefef;
}

.copyright {
    margin: auto;
    max-width: 800px;
    width: 100%;
}

.event p {
    margin: 20px auto 0px auto;
    text-align: center;
    max-width: 600px;
    width: 90%;
    color: #efefef;
    font-family: 'Assistant', sans-serif;
    font-size: 12pt;
    line-height: 1.5;
}

.copyright {
    text-align: center;
    font-family: 'Assistant', sans-serif;
    font-size: 10pt;
    padding-bottom: 15px;
}
