* {
	margin: 0;
	padding: 0;
  text-decoration: none;
}

body {
	background-color: #f06b6c;
}

/*------------CUSTOM FONTS----------*/

@font-face {
	font-family: beachsociety;
	src: url("../fonts/BeachSociety.ttf");
}

@font-face {
	font-family: aqua;
	src: url("../fonts/aqua.ttf");
}

/*-----------------------NAVIGATION BAR-----------------------*/

nav {
    font-family: 'aqua', sans-serif;
    font-size: 17pt;
    width: 100%;
    text-align: center;
    margin-top: 2vw;
    padding-bottom: 2vw;
}

nav li {
    display: inline-block;
    margin-right: 3vw;
    text-decoration: none;
    position: relative;
}

nav a {
    color: #1a2d17;
    text-decoration: none;
  }
  
  a:hover {
    color: #99EE4E;
    text-decoration: none;
  }
  
  /* selected link */
  a:active {
    color: #99EE4E;
    text-decoration: none;
  }
  
  ul {
    margin: 0;
  }

  li a {
    display: block;
    padding-left: 5vw;
  }

  /* DROPDOWN MENU */

  nav ul li ul {
    display: none;
    position: absolute;
    background-color: white;
    padding: 1vw 2vw 1vw 2vw;
    line-height: 35px;
  }

  nav ul li:hover ul {
    display: block;
  }

   nav ul li ul li {
     width: 8vw;
   }
  
  nav ul li ul li a {
    padding: 8px 14px;
  }


  /* Social Media Buttons*/

  .icon-bar {
  position: fixed;
  display: inline-block;
  top: 3%;
  left: 79%;
  -moz-transform: translateY(-50%)
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  text-align: center;
  padding: 11px;
  transition: all 0.3s ease;
  color: white;
  font-size: 15px;
}

.icon-bar a:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

  h1 {
  	font-family: 'beachsociety', sans-serif;
  	font-size: 45pt;
  	color: white;
  	text-align: center;
  	margin-top: 2vw;
  	margin-bottom: 5vw;
  }

  h2 {
  	font-family: 'beachsociety', sans-serif;
  	font-size: 35pt;
  	color: white;
  	margin-top: 5vw;
  	margin-bottom: 2vw;
  	padding-left: 5vw;
  }

  section {
  	font-family: 'aqua', sans-serif;
  	font-size: 15pt;
  	color: white;
  	text-align: justify-all;
  	margin-top: 3.5vw;
  	padding-left: 5vw;
  	padding-right: 5vw;
  	line-height: 30pt;
  }

  aside {
  	font-family: 'aqua', sans-serif;
  	font-size: 15pt;
  	color: white;
  	text-align: justify-all;
  	margin-top: 1vw;
  	padding-left: 5vw;
  	padding-right: 5vw;
  	line-height: 30pt;
  }

  /*-------------LOGO INDEX-----------*/

 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------Menu Images---------*/
.column {
  float: left;
  width: 20%;
  padding: 0.5vw;
  margin-left: 3vw;
  padding-bottom: 2vw;
}

/* Clearfix (clear floats) */
 .clearfix {
  content: "";
  clear: both;
  display: table;
}

.border {
	border: solid 0.5vw #F99398;
}


footer {
  	font-family: 'aqua', sans-serif;
  	font-size: 10pt;
  	color: #1a2d17;
  	text-align: center;
  	margin-top: 3vw;
  	margin-bottom: 2vw;
  }