@font-face {
font-family: 'FuturaLT-Book';
src: url('FuturaLT-Book.ttf');
font-weight: normal;
font-style: normal;
}

body{
	font-family: FuturaLT-Book !important;
}

.content{
    position: relative;
    left: 5%;
    height: 90%;
    width: 90%;
}  
.content2{
    height: 100%;
    width: 90%;
    left: 5%;
    position: relative;
    padding-top: 20px;
}

p {
	font-size: 14px;
}

footer {
    width: 100%;
    left: 0;
    bottom: 1em;
    font-size: 12px;
    color: white;
    text-align: center;
    font-family: "proxima-nova",sans-serif;
    text-transform: uppercase;
    color: black;
}