@charset "utf-8";

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}

h1,h2,h3,h4,h5,h6 {
	font-family:"koulen", "serif";
	margin: 0px;
	font-weight: normal;
	color:#FFFFFF;
}

a:link, a:visited {
	color: #C9C796;
	text-decoration: none;
	
}

a:hover, a:active {
	color:#9F8423;
	text-decoration: none;
}

body {
    margin: 0px;
    font-size: 1rem;
    font-family: "Oswald", sans-serif;
    background-image: url("final-assests/Background-design-2.png");
    background-attachment: scroll;
    color: #FFFFFF;   
}

#container {
    width: 1260px;
    margin-left: auto;
    margin-right: auto;
	padding-left: 150px;
    padding-top: 120px;
	background-color: rgba(0,0,0,0.98);
}

header {
	width: 100%;
    position: fixed;
    height: 120px;
    z-index: 100;
	background-color: #1E1E1E;
	
}

#headerContainer {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    text-align: right;
}

#headerContainer h1 {
    display: flex;
    margin-bottom: -100px;
    font-size: 6em;
    margin-top: -15px;
}

#navBar ul li {
    display: inline-block;
    list-style-type: none;
    padding-bottom: 10px;
    font-size: 1.5em;
}

#mainImage {
    display: flex;
    justify-content: flex-end;
}

#collabVid img {
    border-style: solid;
    border-color: #E9E9E9;
}

main p {
    font-size: 1.5em;
    margin-bottom: 75px;
    margin-top: -5px;
	
}

main h2{
    font-size: 5em;
    padding-right: 140px;
    padding-top: 20px;
    padding-bottom: 20px;
}

main h3{
    font-size: 3.5em;
    color: #C9C796;
    border-top: 1px solid #888888;
    margin-right: 150px;
    margin-top: 75px;
    padding-top: 50px;
}

#welcomeBody h2 {
    font-size: 4.5em;
    margin-top: 70px;
    margin-bottom: 70px;
}

main h4{
	font-size: 1.8em;
}

#aboutContent {
	display:flex;
	padding-bottom: 100px;
}

#aboutContent p {
    padding-left: 40px;
    padding-right: 150px;
    font-size: 1.5em;	
}


footer{
    width: 100%;
	height: 200px;
	z-index: 100;
	background-color: #1E1E1E;
	margin-left: auto;
	margin-right: auto;
	
}

footer h2 {
    text-align: center;	
	font-size: 3em;
	
}	

.socialMedia {
    text-align: center;
    margin-left: -100px;
} 


.socialMedia ul li{
    list-style: none;
    display: inline-block;
    font-size: 50px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
    transition: .5s;
    margin-left: 50px;
}

