body{
	padding:0;
	margin:0;
	background:#fff;
	font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #000;
}
a{
	color:inherit;
	text-decoration:inherit;
	border:inherit
}
a:hover{
	text-decoration:inherit;
	color:inherit
}

.wrapper{
	padding:0
}
.wrapper > div{
	float:left
}

.wrapper > div:nth-child(1),
.wrapper > div:nth-child(2),
.wrapper > div:nth-child(3),
.wrapper > div:nth-child(4),
.wrapper > div:nth-child(5),
.wrapper > div:nth-child(6),
.wrapper > div:nth-child(8),
.wrapper > div:nth-child(9),
.wrapper > div:nth-child(10),
.wrapper > div:nth-child(11),
.wrapper > div:nth-child(12),
.wrapper > div:nth-child(13){
	width:16.666666666%;
	background-size:cover
}
.wrapper > div:nth-child(7){
	width:100%;
	padding:0 50px
}
.wrapper > div:nth-child(7) .logo{
	margin-top:20px
}
.wrapper > div:nth-child(7) .logo img{
	max-width:200px
}
.wrapper > div:nth-child(7) .text{
	font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:12pt;
	color:#000;
	margin-top:20px
}
.wrapper > div:nth-child(7) .icon{
	margin-bottom:20px;
	margin-top:20px
}
.wrapper > div:nth-child(7) .icon img{
	margin:2px
}

@media (min-width: 900px) { 
	.wrapper > div:nth-child(1),
	.wrapper > div:nth-child(2),
	.wrapper > div:nth-child(3),
	.wrapper > div:nth-child(4),
	.wrapper > div:nth-child(5),
	.wrapper > div:nth-child(6),
	.wrapper > div:nth-child(8),
	.wrapper > div:nth-child(9),
	.wrapper > div:nth-child(10),
	.wrapper > div:nth-child(11),
	.wrapper > div:nth-child(12),
	.wrapper > div:nth-child(13){
		width:20%
	}
	.wrapper > div:nth-child(7){
		width:60%
	}
	
}
@media(min-width: 200px){
	.copyright{
		color:black;
	}
}

.btn-dark {
    border-radius: 0;
    color: #000;
    /*background-color: #000;*/
    border:1px solid #000;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #353535;
    border:1px solid #353535;
}
h1 {
	padding-top: 0px;
    font-size: 3em;
    font-weight: 700;
}
h4{
	padding-top: 0px;
	font-size: 1em;
    font-weight: 700;
}

.icon img{cursor: pointer;width: 70px;}
.icon img:hover {
        -webkit-transform:scale(1.02); /* Safari and Chrome */
    -moz-transform:scale(1.02); /* Firefox */
    -ms-transform:scale(1.02); /* IE 9 */
    -o-transform:scale(1.02); /* Opera */
     transform:scale(1.02);
}
.copyright{
	position: absolute;
	z-index: 999;
	color: white ;
	margin-top: 30px;
}