*{
  margin: 0;
  padding: 0;
}

.clearfix {
  clear: both;
}

#homehero {
  background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/DSC_2211.jpg);
  height: 100vh;
  background-size: cover;
  background-position: center;
}

#abouthero {
  background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/DSC_1888.jpg);
  height: 100vh;
  background-size: cover;
  background-position: center;
}

#eventhero {
  background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/DSC_4066.jpg);
  height: 100vh;
  background-size: cover;
  background-position: center;
}

#newshero {
  background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/DSC_4891.jpg);
  height: 100vh;
  background-size: cover;
  background-position: center;
}

#contacthero {
  background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/DSC_3539.jpg);
  height: 100vh;
  background-size: cover;
  background-position: center;
  margin: 0;
}

#thankshero {
  background-image:linear-gradient(rgba(0,0,0,1), rgba(0,0,0,1));
  height: 100vh;
  background-size: cover;
  background-position: center;
  margin: 0;
}

#eventContainer {
 background-image: linear-gradient(#2F1015, black);
 margin: 0;
 border-bottom: 1px solid black;
}

#socialContainer {
  width: 200px;
  margin: 0px auto;
  list-style-position: inside;
}

#socialContainer a{
  text-decoration: none;
}

#socialContainer a:visited {
  text-decoration: none;
  color: white;
}

#formContainer {
  background-color: black;
  margin: 0px auto;
  border: 1px solid black;
}

#newsContainer {
  background-color: black;
  margin: 0px auto;
  border: 1px solid black;
}

.clickHere a:visited {
  text-decoration: none;
  color: white;
}

/* two column layout */
.sideleft1 {
  float: left;
  width: 49%;
  /* border: 3px solid black; */
  /* color: black; */
  height: 400px;
  margin-top: 20px;
}

.sideleft1 p{
  width: 90%;
  text-align: left;
  padding: 10px auto;
}

.sideright1 {
  float: right;
  text-align: center;
  width: 49%;
  /* border: 3px solid black; */
  height: 400px;
  padding: auto auto;
  margin: 20px 0px 0px 0px;
}

.sideright1 p{
  width: 90%;
  text-align: left;
  padding: 10px auto;
}

.sideleft2 {
  float: left;
  text-align: center;
  width: 49%;
  /* border: 3px solid white; */
  height: 400px;
  padding: auto 0px;
  margin: auto 0px;
}

.sideleft2 p{
  text-align: left;
  width: 90%;
  padding: 10px auto;
}

.sideright2 {
  float: right;
  /* border: 3px solid white; */
  width: 49%;
  margin: auto 10px;
  list-style-position: inside;
}

.sideright2 p{
  padding-top: 70px;
}

.sideright2 p{
  text-align: left; 
  width: 90%;
  padding: 10px auto;
}

.sideright2 ul{
  text-align: left; 
  width: 60%;
  margin: 0px auto;
}

.main-nav{
  float: right;
  list-style: none;
  margin-top: 30px;
  margin-right: 10px;
}

.main-nav li{
  display: inline-block;
}

.main-nav li a{
  color: white;
  text-decoration: none;
  padding: 5px 20px;
  font-family: "Gill Sans", sans-serif;
  font-size: 15px;
}

.main-nav li.home a{
  border: 1px solid white;
}

.logo img{
  width: 150px;
  height: auto;
  float: left;
  margin: 5px 5px;
}

body{
  font-family: monospace;
}

.row{
  max-width: 1400px;
  margin: auto;
}

main{
  position: relative;
  width: 1200px;
  /* margin-left: 0px;
  margin-top: 0px; */
  margin: 0px auto;
  text-align: center;
}

footer{
  background-color: black;
  color: white;
  text-align: center;
  /* width: 500px; */
  margin: 0px auto;
}

h1{
  color: white;
  text-transform: uppercase;
  font-size: 70px;
  text-align: center;
  margin-top: 100px;
}

h2{
  color: white;
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
  margin-top: 20px;
}

p{
  color: white;
  font-size: 15px;
  width: 1000px;
  margin: 20px auto;
}

/* list */

ul {
  color: white;
  font-size: 15px;
}

/* table */

table{
  color: white;
  text-align: center;
  border: 1px solid white;
  margin: 20px auto;
  width: 1000px;
  height: 500px;
}

td, th {
  border: 1px solid white;
}

/* forms */
form {
  text-align: left;
  width: 250px;
  margin: 10px auto;

}

label {
  color: white;
  font-family: monospace;
  font-size: 15px;
  text-align: left;
}

.button{
  margin: 30px auto;
}

.btn{
  border: 1px solid white;
  padding: 10px 30px;
  color: white;
  text-decoration: none;
  margin-right: 5px;
  font-size: 13px;
  text-transform: uppercase;
}

.btn-one{
  font-family: "Gill Sans", sans-serif;
}

.btn-one:hover{
  background-color: sienna;
  transition: all 0.5s ease-in;
}

.btn-two{
  font-family: "Gill Sans", sans-serif;
}
.btn-two:hover{
  background-color: sienna;
  transition: all 0.5s ease-in;
}

.btn-three {
  font-family: 'Gill Sans', sans-serif;
}
.btn-three:hover{
  background-color: sienna;
  transition: all 0.5s ease-in;
}
