body,
button,
input,
select,
textarea {
    color: black;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5
}


body {
    background: white;
}

h1 {
    font-size: 36px;
    font-weight: 300;
    color: #fff;
    line-height: 40px;
    margin: 40px 0;
}

h2 {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 300;
    margin-bottom: 15px;
}

h3 {
    font-size: 22px;
    line-height: 1.0909090909;
    font-weight: 300;
    margin: 20px 0;
}

h4 {
    font-size: 28px;
    color: #ff8300;
    line-height: 1.2;
    font-weight: 300;
    margin: 30px 0;
}

h5 {
    font-size: 16px;
    line-height: 1.3333333333;
    text-transform: uppercase;
    font-weight: 300;
}

h6 {
    font-size: 16px;
    line-height: 1.5
}



.page {
	max-width: 1980px;
	margin: 0 auto;
}

.partner-logo {
	padding-left: 25px;
	border-left: 1px solid white;
	margin-left: 25px;
}

.section--header {
	background-image: url('../images/bg-header.jpg');
	background-size: cover;
	background-position: 60% center;
	padding: 30px 0 0;
}

.section--padding {
	padding: 100px 0;
}

.section--cream {
	background: #ffebd9;
}

.section--white {
    background: white;
}

.section--violet {
	background: #e6dfed;
	padding-bottom: 0 !important;
	overflow: hidden;
}

.text-container {
	max-width: 780px;
	margin: 0 auto;
	text-align: center;
}

.button {
    background: #ff8300;
    height: 43px;
    width: 183px;
    border-radius: 20px;
    border: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #fff
}

.button:hover,
.button:focus {
    background-color: #ff4c00;
    color: #fff
}

.button span {
	display: inline-block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-left: 10px;
}

.download-button {
    height: 43px;
    width: 300px;
    border-radius: 0;
}


.text--big {
	font-size: 22px;
}

.text--light {
	color: #64656b;
}

.text--orange {
	color: #ff8300;
}

.text--purple {
	color: #562583;
}

.img-shadow {
	max-width: 80%;
	margin: 0 auto;
	box-shadow: 0 0 30px 0px #888888;
}

.margin-top {
	margin-top: 30px;
}

.margin-bottom {
	margin-bottom: 30px;
}

.hidden{display:none;}

.visible-sm {
    display: none;
}

.visible-md {
    display: none;
}

@media (max-width:768px) {
    .text-container {
        width: 84%;
    }
    .section--padding {
    	padding: 40px 0;
    }
    .img-shadow {
    	margin-top: 30px;
    }
	.hidden-md {
	    display: none;
	}
    .visible-md {
        display: block;
    }
}

@media (max-width:408px) {
	.hidden-sm {
	    display: none;
	}
    .visible-sm {
        display: block;
    }
}

@media (max-width:374px) {
	.partner-logo {
		padding-left: 0;
		margin-left: 0;
		border: 0;
		margin-top: 10px;
	}
}








