@font-face {
    font-family: 'Chronicledisp-Roman';
    src: url('fonts/ChronicleDisplay-Roman.woff2') format('woff2'),
        url('fonts/ChronicleDisplay-Roman.woff') format('woff'),
        url('fonts/ChronicleDisplay-Roman.eot') format('eot'),
        url('fonts/ChronicleDisplay-Roman.ttf') format('ttf'),
        url('fonts/ChronicleDisplay-Roman.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Chronicledisp-Light';
    src: url('fonts/ChronicleDisplay-Light.woff2') format('woff2'),
        url('fonts/ChronicleDisplay-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'knockout';
       src:url('fonts/Knockout-HTF34-JuniorSumo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Chronicledisp-Light';
    src: url('fonts/chronicledisp-light.otf');
}


h1{
	font-family:'Chronicledisp-Roman';
	font-size:50px; 
	font-weight:300;
	letter-spacing:3px;
	margin-bottom:30px;
}

h2{
	font-family:'Chronicledisp-Roman', serif;
	font-size:26px; 
	font-weight:100;
	margin-bottom:30px;
	margin-left:10%;
	margin-right:10%;

}

h3{
	margin-bottom:50px;
	margin-left: 10%;
	margin-right: 10%;
	font-family:'knockout';
	font-weight:500;
	line-height:1.3;
	font-size:18px;

}

h4{
	font-weight:300;
	font-size:10px;
	letter-spacing:1px;
}

footer{
	background-color: #294531;
	color:#ffffff;
	width:100%;
	font-size:16px;
	display:inline-block;
	position:absolute;
	bottom:0;
	left:0;	
	padding-top: 20px;
	padding-bottom: 20px;

}

footer ul{
	display:inline-block;
	list-style-type:none;
	margin-bottom:20px;
}

footer li{
	display:inline-block;
	margin-right: 30px;
	line-height:1.9;
	letter-spacing:1px;
	font-family:Chronicledisp Light;
}

footer li a {
	color:white;
	font-family:'Chronicledisp-Roman', serif;
	border:none;
	margin-bottom:0px;
	line-height:1.9;
	padding:0;

}

footer li a:hover {
	color:white;
	font-family:'Chronicledisp-Roman', serif;
	border:none;
	color:#74B733;
	background-color:#294531;
}

body{
	font-family:'Chronicledisp-Roman', serif;
	text-align:center;
	color:#13271A;
	font-weight:300;
	width:100%;
	margin:0;

}

.logo{
	margin-top:8%;
}

body a{
	text-decoration:none;
	border:1px solid #74B733;
	padding:20px;
	margin-bottom:50px;
	display:inline-block;
	font-family: 'knockout';
	font-weight:500;
	color:black;
}

a:hover{
	background-color:#74B733;
	color:white;
}

@media only screen and (max-width: 420px) {
    h1 {
        font-size:30px;
    }

	h2 {
        font-size:20px;
    }

    footer{
    	padding-top:5px;
    	padding-bottom:5px;
    }

    footer ul{

	margin-bottom:5px;
}

}

