@import url('https://fonts.googleapis.com/css?family=Proxima+Nova');

h1, h2 {
    letter-spacing: 0.0121951em;
    font-family: Josefin Sans;
    font-size: 82px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    line-height: 1em;
    text-decoration: none;
    max-width: 100%;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    /*color: #fff;*/
    position: relative;
    z-index: inherit;
    margin-inline-start: 0px;
    margin-inline-end: 0px; 
	max-width: 800px;
}

h2 {
    font-size: 60px;
}

:-webkit-any h1 {	
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

body {
    /*background-color: rgba(0,133,99,.9);*/
}

header{
	margin-top: 75px;
}

main {
	margin: 50px;
}

img {
    max-height: 100px;
    max-width: 400px;
}

main p {
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(0,133,99,.9);
}


main a.fullscreen {	
    font-family: "Proxima Nova";
    font-size: .85em;
    font-weight: 400;
    text-transform: uppercase;
	text-decoration: none;
	color: #fff;
    font-style: normal;
    letter-spacing: 3px;
    text-decoration: none;
    line-height: 2em;
}