@charset "utf-8";
/* CSS Document */

body {
 
background-color: #F3F3F3;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
  font-size: 16px;
  
}

* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

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




#logo{
	
	text-align:center;
}

#bodyContainer{
	background-color: #f6e58d;
	font-family: Verdana, sans-serif;
  font-size: 16px;
}

#footer{
	background-color:#2E2C2C;
	color:white;
	padding:30px;
	text-align: center;
	font-family: Verdana, sans-serif;
  font-size: 16px;
	
}

h4{
	text-align: center;
}  

#wrapper{
			margin: 0 auto;
			width: 90%;
			background-color:#FFFFFF;
			min-height: 100vh;
		}
a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color:#3900CE;
  background-color: transparent;
  text-decoration: underline;
}


/*Video Section*/


