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

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

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-Semibold.woff2') format('woff2'),
        url('/fonts/OpenSans-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-Bold.woff2') format('woff2'),
        url('/fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body {
    font-size: 14px;
    font-family: 'Open Sans', Tahoma, Verdana, sans serif;
    font-weight: normal;
    color: #fff;
    margin: 0px;
    background-color: #202020;
}
img {
	 max-width: 100%;
	 border-top: 0px;
	 height: auto;
	 border-right: 0px;
	 border-bottom: 0px;
	 border-left: 0px;
	 padding-right: 0px;
	 margin-right: 0px;
	 -moz-transition: all 0.3s;
	 -webkit-transition: all 0.3s;
	 transition: all 0.3s}

p, ul {
    margin-bottom: 12px;
    margin-top: 12px;
}

h1 {
    font-weight: bold;
    font-size: 46px;
    margin-top: 70px;
    margin-bottom: 60px;
    color: #fff;
    display: block;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
}
a {
    color: rgba(255,255,255,.5);
	letter-spacing: 1px;
	transition: color .3s;
}
a:hover {
    color: rgba(255,255,255,1);
}
	 
.section-content {
    width: 90%;
    text-align: center;
    margin: auto;
}
.logos {
    margin: 20px auto;
}
.logos a {
    margin: 0 20px;
}
.logos a img {
    transition: transform .3s ease-out;
}
.logos a:hover img {
    transform: scale(1.1);
}
.footercontent {
    text-align: center;
    padding: 40px 0;
    color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}

