@charset "utf-8";
/* CSS Document */
*{margin: 0;

}
html,body{
	height: 100%;
}


h1,h2,h3,h4,h5,h6,p{
	margin-bottom: 20px;
}

.site-header {
	background-color:#262626;
	padding: .5px 5%;
	padding-top:1%;
	opacity: .7;
	box-shadow: 0 1px 3px #333;
	width: 90.2vw;
	float: left; 
    position: fixed;
		
 
}
	
.menu_items {
	position: fixed;
    top: 15px;
    right: 15px;
	font-family:  Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	Font-size: 20px;
	z-index: 99;
}
	
.menu_items li {
	display: inline-block;
	padding: 15px
}

.menu_items li a { 
	text-decoration:none;
	color: white ;
	
	
}
.header_events{
	 
  	text-align: center;
	font-size: 40px;
	padding:150px;
	}
.para_pri
 {    	text-align: center;
		font-size: 20px;
		margin-top: 0px;
			}
.para_priTwo {    	
		text-align: center;
		font-size: 20px;
		
			}
.sect{
	height: 25%;
	background-size: cover;
	background-attachment: fixed;
	
	
	
	
}



  input[type=submit] {
    background-color: #d8d8d8;
    color: black;
    padding: 12px 20px;
    border: double;
	border-color: rgb(190,30,45);
    border-radius: 4px;
    cursor: pointer;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	  margin-top: 580px;
	 
}

input[type=submit]:hover {
    background-color: rgba(190,30,45, .5);
}

.subSection{
	height: 85%;
	width: 100%;
	background-color: #D8D8D8;
}


.sectOne{
	background-image: url(images/billy-huynh-454531-unsplash.jpg)
	
}


.sectTwo{
	background-image: url(images/billy-huynh-454531-unsplash.jpg)
	
}


.event_one {
	position: absolute;
   	left: 25%;
	top: 17%;
	width: 50%;
	height: 60vh;
	background-color: rgba(216,216,216, .6); 

}


.paraThree { 
	font-size: 25.5px;
	font-family:  Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	margin-left: 14px;
	margin-top: 100px;
	text-align: center;
	text-emphasis-color: black;

}

.events {
	font-size:50px;
	font-family:"Majesti Banner Bold";
	margin-left: 410px;
	margin-top: 50px;
	
}





.site-footer {
	background-color: rgb(	38, 38, 38);
	padding: .5px 5%;
	opacity: .7;
	width: 90.2vw;
	float: left;
	
		
 
}


.footer-social-icons{
	color: white;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	
}




ul {
    padding:0;
    list-style: none;
}
.footer-social-icons {
    width: 350px;
    display:block;
    margin: 0 auto;
}
.social-icon {
    color: #fff;
}
ul.social-icons {
    margin-top: -10px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.fa-facebook {
    padding:10px 14px;
    -moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
    transition: .5s;
    background-color:#262626;
}
.fa-facebook:hover {
    background-color: #3d5b99;
}
.fa-twitter {
    padding:10px 12px;
    -moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
    transition: .5s;
    background-color:#262626;
}
.fa-twitter:hover {
    background-color: #00aced;
}

.fa-google-plus {
    padding:10px 9px;
    -moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
    transition: .5s;
    background-color: #262626;
}
.fa-google-plus:hover {
    background-color: #e25714;
}

