.cf:after {
  content: "";
  display: table;
  clear: both;
}
*, *:before, *:after {
   box-sizing: border-box;
   -webkit-box-sizing: border-box; 
   -moz-box-sizing: border-box; 
}
.hidden {
	display: none;
	transition: all .2s;
}
.visible {
	display: initial;
}
.unhide-nav {
	margin: 10px 0 0 0;
	padding: 0;

}

html {
	font-size: 16px;
}
body {
	width: 100%;
	margin: 0 auto;
	font: 19px Helvetica, Arial, sans-serif;
	font-weight: 200;
	color: #996743;
	letter-spacing: .3px;
	/*font-size: 19px;*/
}
p, h1, h2, h3, h4, b {
	font-weight: 200;
}
b {
	font-weight: bold;
	letter-spacing: 1.1;
}
a {
	color: #be0f34;
	text-decoration: none;
}
a:hover {
	color: #8f0b27;
	text-decoration: underline;
} {
	margin-top:-20px;
}
header .right {
	margin-top: -30px;
	width:65%;
}
header .left {
	width: 35%;
}
.left {
	float: left;
	width: 50%;
}
.right {
	float: right;
	width: 50%;
	padding: 2rem 0;
	padding-right: 0;
}
.center {
	width: 100%;
	text-align: center;
	padding: 20px;
}
header .logo {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.btn {
	text-transform: uppercase;
	padding: 10px 20px;
	margin: 5px;
	font-family: Helvetica, Arial, sans-serif;
	transition: all .2s;
}
.btn-xl {
	font-size: 1.6rem;
}
.btn:hover {
	text-decoration: none;
}
.btn-quatenary {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.btn-quatenary:hover {
	background: #fff;
	color: #be0f24;
}
.btn-tertiary {
	background: #fefefe;
	color: #333;
}
.btn-secondary {
	background: #fba84a;
	color: #fff;
}
.btn-secondary:hover {
	background: #fba84a; /*UPDATE*/
	color: #fff;
}
.btn-primary {
	background: #be0f34;
	color: #fff;
}
.btn-primary:hover {
	background: #be0f34; /*UPDATE*/
	color: #fff;
}
.shadow {
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
   -o-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
}
header, footer {
	background: #fefefe;
	padding: 20px;
}
header {
    background-color: #fff;
    height: 80px;
    position: fixed;
    width: 100%;
    z-index: 2;
    transition: all .5s;
}
header img {
    width: 190px;
    margin: 0 25px;
    float: left;
}
nav {
    float: right;
    text-align: right;
    font-weight: bold;
}
nav a {
    border-bottom: 4px solid transparent;
    color: #333;
    display: inline-block;
    font-size: 1rem;
    margin: 10px 0 0 24px;
	padding-bottom: 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    transition: all .1s;
}
nav a:hover{
    background-color: #fff;
    border-bottom: 4px solid #fba84a;
    text-decoration: none;
    color: #333;
}
nav ul li {
    display: inline-block;
    list-style: none;
}
footer{
	padding: 10px;
	bottom: 0;
	text-align: center;
	border-top: 2px solid #f2c88c;
	font-size: .75rem;
}
.wrap {
	background: url('../img/bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center top;
	min-height: 90vh;
}
section {
	padding: 40px 12% 60px;
}
section>h2 {
	font-size: 3rem;
	text-transform: uppercase;
	background: rgba(10,0,0,.4);
	display: inline-block;
	padding: 10px 40px 10px 240px;
   margin-left: -240px;
   color: #fff;
}
#hero {
	max-height: 95vh;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efe1e1+0,ffffff+48,efe1e1+100&0.6+1,0.95+49,0.6+100 */
	background: -moz-linear-gradient(45deg,  rgba(239,225,225,0.6) 0%, rgba(239,226,226,0.6) 1%, rgba(255,255,255,0.95) 48%, rgba(255,254,254,0.95) 49%, rgba(239,225,225,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(239,225,225,0.6) 0%,rgba(239,226,226,0.6) 1%,rgba(255,255,255,0.95) 48%,rgba(255,254,254,0.95) 49%,rgba(239,225,225,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccefe1e1', endColorstr='#ccefe1e1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding:12%;
	text-align: center;
	border-top: 6px solid #be0f34;
}
#hero p {
	font-size: 1.5rem;
}
#hero .logo {
	animation-name: fadeIn;
	animation-duration: 4s;
	animation-iteration-count: 1;
}
#intro {
	background: rgba(255,245,245, .95);
	background-position:center right;
	background-repeat: no-repeat;
	background-size: contain;
	color: #666;
}
#intro  img {
	float: right;
	width: 50%;
	margin: 0 0 20px 20px;
}
#events {
	background-color: rgba(190,15,52,.90);
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f6cfd2' fill-opacity='0.1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	background-attachment: fixed;
	color: #fefefe;
}
#events h3 {
	background: rgba(216,31,65,.8);
	padding: 20px 5px;
	text-transform: uppercase;
	color:#fff;
	display: inline-block;
	padding: 10px 30px 10px 240px;
  margin-left: -240px;
  font-size: 1.6rem;
 }
 #events ul li a {
 	color: #fff;
 	text-decoration: none;
 }
  #events ul li a:hover {
 	color: #fba84a;
 	text-decoration: underline;
 }
.event {
	border-top: 1px solid #d81F41;
	padding: 0;
	width: 100%;
}
.event .left {
	width: 20%;
	display: block;
	height: 100%;
	margin-top: 30px;
}
.event .left p{
	margin: 20px 0 0 5%;
}
.event .right {
	width: 80%;
	border-left: 10px solid rgba(108,15,32,.25);
	padding-left: 5%;
}
.event b {
	font-size: 1.4rem;
}
.cire {
	background: rgba(255,245,245,.9);
	color: #333;
}
.cire .left {
	width: 33%;
	text-align: center;
}
.cire .right {
	width: 66%;
}
.cire-issue {
	border-top: 1px solid #fff;
	padding: 20px;
	margin-top: 1rem;
	background: rgba(255,255,255,.4);
}
.cire li {
	margin-bottom: 1rem;
}
.cire ul, .cire h3 {
	margin-top: 0;
}
.cire h3 {
	margin-left: 10px;
}
.mag-cover {
	width: 200px;
	border: 1px solid #fff;
}
.social {
	background: rgba(251,168,74,.9);
	color: #fff;	
}
#hero .logo {
	/*margin: 8% 20% 4%;*/
	max-width: 60%;
}

#presidents {
	background: rgba(10,0,0,.8);
	color: #fefefe;
}
.president {
	float: left;
	width: 160px;
	height: 160px;
	border: 1px solid #dedede;
	margin: 10px;
	background-size: cover;
	text-align: center;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1px
}
.president b {
	font-size: 32px;
}
.pres-info {
	background: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 20px;
	transition: 1s;
}
@keyframes fadeIn {
  0%  {opacity: 0;}
  10% {opacity: 0;}
  100% {opacity: 1;}
}

@media screen and (max-width: 3000px) {
	.content .logo {
		margin: 8% 25% 4%;
		max-width: 50%;
	}
	.burger {
		display: none;
		width: 60px;
		padding: 10px;
		float: right;
		margin: -10px 0 0 0;
	}
	.burger:hover {
		cursor: pointer;
	}
}
@media screen and (max-width: 1280px) {
	#hero{
		padding: 20% 12%;
		min-height: 50vh;
		max-height: 95vh;
	}
	#hero .logo {
		max-width: 65%;
		margin: auto 0;
	}
}
@media screen and (max-width: 846px) {
	html {
		font-size: 14px;
	}
	body {
		font-size: 16px;
	}
	header .right{
		width: 25%;
		margin-right: 0;
	}
	header .left {
		width: 75%;
	}
	.burger{
		display: block;
	}
	nav {
		margin-top: -600px;
		background: #fff;
	}
	nav a {
		padding: 20px;
		width: 100%;
		border-top: 1px solid #dedede;
		border-bottom: 1px solid transparent;
		margin: 0;
	}
	nav a:hover {
		background: #fba84a;
		color: #fff;
		border-top: 1px solid #fba84a;
		border-bottom: 1px solid #fba84a;
	} 
}
@media screen and (max-width: 678px) {
	.event .left,
	.event .right,
	.cire .left,
	.cire .right  {
		width: 100%;
		clear: both;
	}
	.mag-cover {
		margin-bottom: 20px;
	}
	section {
		padding: 40px 4% 60px;
	}
	.wrap {
	background-color: #fefff1;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23e7e3d0' fill-opacity='0.42' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	}
}
@media screen and (max-width: 550px) {
	#hero {
		height: 90vh;
	}
	#hero .logo {
		margin: 30vh auto 0 auto;
		max-width: 98%;
	}
	.burger {
		margin: -15px -20px 0 0;
	}
	section>h2 {
		font-size: 2.5rem;
	}
	#intro {
		background: #fefefe;
	}

}

@media screen and (max-width: 450px) {
	.cire-issue .right, .cire-issue .left {
		padding: 0;
	}
	.president {
		width: 140px;
		height: 140px;
	}
}

/* ADDED BY KATIE*/

#video {
    background: rgba(255,245,245, .95);
    background: rgba(156, 147, 147, .9);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    color: #666;
    color: #fff;
}