@import url(https://fonts.googleapis.com/css?family=Oswald:700,400|Montserrat:400,700);
html {
	min-height: 100%;
}
body {
	min-height: 100%;
	margin: 0;
}
div, p, button, a {
	box-sizing: border-box;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
}
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
.header {
	min-height: 150px;
	/*padding: 20px 0;*/
	background: #ffffff;
}
.container {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1085px;
	font-family: Montserrat, 'sans-serif';
}
.logo {
	float: left;
	margin-top: 35px;
}
.logo a {
	display: block;
	text-align: center
}
.logo img {
	vertical-align: bottom;
	float: left;
}
.logo h1 {
	color: #000;
	font-size: 20px;
	line-height: 1;
	font-family: Montserrat, 'sans-serif';
	margin: 0 0 10px;
	padding: 0;
	text-transform: none;
	font-weight: normal;
	text-align: left;	
}
.collage-logo {
	float: right;
	margin-top: 30px;
}
.collage-logo img {
	height: 120px;
	margin-top: -16px;
}
.collage-logo p {
	font-size: 24px;
	line-height: 1;
	color: #000;
	float: left;
	text-align: right;
	text-transform: capitalize;
	font-family: Montserrat, 'sans-serif';
	padding: 0;
	margin: 31px 10px 0 0;
}
.gradient img {
	width: 100%;
	min-height: 30px;
}
h1 {
	font-size: 60px;
	line-height: 60px;
	color: #ff008c;
	text-align: center;
	text-transform: uppercase;
	font-family: Oswald, 'sans-serif';
}
.yellow {
	background-color: #FFDE17;
	padding: 20px;
	width: 90%;
	color: #000;
	margin: 0 auto;
	font-weight: normal;
	box-sizing: border-box;
}
.yellow img {
	height: 60px;
}
.pink {
	font-size: 44px;
	line-height: 44px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: Oswald, 'sans-serif';
	background-color: #EE2A7B;
	padding: 15px;
	margin: 0;
}
.lightblue {
	background-color: #27AAE1;
	margin: 40px auto 0;
	padding: 30px 40px 30px 20px;
	text-align: center;
	width: 300px;
	font-size: 44px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: Oswald, 'sans-serif';
}
.lightblue::after {
	border-bottom: 50px solid transparent;
	border-left: 50px solid #27AAE1;
	border-top: 50px solid transparent;
	box-sizing: border-box;
	content: "";
	display: table;
	margin-left: 340px;
	margin-top: -70px;
	position: absolute;
}
.medals {
	background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
	border-radius: 5px;
	margin: 50px auto 0;
	width: 500px;
}
.medals .txt img {
	max-width: 400px;
	width: 100%;
}
.medals .txt {
	color: #444444;
	font-family: Montserrat, 'sans-serif';
	font-size: 24px;
	line-height: 24px;
	margin: 10px 0 15px;
	padding: 20px 0 0;
	text-align: center;
}
.medals .txt.thanks {
	padding: 20px;
}
.medals .txt.thanks p {
	margin: 0;
}
.content {
	padding: 100px 0;
	background-image: url('../images/shutterstock_204811402.jpg');
	background-position: center;
	background-size: cover;
}
.btn-cover {
	text-align: center;
}
.txt {
	font-size: 16px;
	line-height: 20px;
	font-family: Montserrat, 'sans-serif';
	;
	text-align: center;
	color: #444444;
	margin: 10px 0 15px;
}
.txt span {
	color: #fa931a;
}
.footer {
	min-height: 66px;
	padding: 20px 0;
	background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #ffffff 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(bottom, #ffffff 0%, #ffffff 100%);
	background-image: -o-linear-gradient(bottom, #ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(bottom, #ffffff 0%, #ffffff 100%);
}
.address {
	margin: 0;
	float: left;
	margin-right: 15px;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-family: Montserrat, 'sans-serif';
	;
}
.footer-img {
	float: right;
	height: 30px;
	margin-top: -5px;
}
.footer-links {
	float: left;
	margin: 4px 0 0;
	list-style-type: none;
}
.footer-links li {
	float: left;
	padding: 0 5px;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	font-family: Montserrat, 'sans-serif';
	;
	list-style-type: none;
}
.footer-links li a {
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
.footer-links li a:hover, .footer-links li a:focus, .footer-links li a:active {
	color: #66cccc;
}
 @media screen and (max-width: 1099px) {
.txt {
	text-align: left;
}
h1 {
	font-size: 50px;
}
.yellow img {
	height: 50px;
}
}
 @media screen and (max-width: 867px) {

h1 {
	font-size: 40px;
	line-height: 40px;
}
.yellow img {
	height: 40px;
}
.pink {
	font-size: 36px;
	line-height: 36px;
}
.logo {
	float: none;
	margin-top: 15px;
}
.logo img {
	float: none;
	height: 40px;
}
.logo h1 {
	float: none;
	text-align:center;
	font-size: 20px;
	line-height: 1;
}
.collage-logo {
	float: none;
	margin-bottom: 10px;
	text-align: center;
}
.collage-logo img {
	clear: left;
	margin-top: 10px;
}
.collage-logo p {
	float: none;
	font-size: 20px;
	line-height: 1;
	max-width: 280px;
	border: none;
	margin: 0 auto;
	border-bottom: 2px solid #66cccc;
	text-align: center;
	padding: 0 0 10px;
}

/*h1 {
	font-size: 30px;
	line-height: 30px;
}
.yellow img {
	height: 30px;
}
.pink {
	font-size: 28px;
	line-height: 28px;
}*/

.address {
	float: none;
}
.footer-links {
	padding: 0;
	margin-left: -5px;
}
}
 @media screen and (max-width: 550px) {
.logo h1, .collage-logo p  { 
	font-size: 16px;
	line-height: 1;
}
.medals {
	width: 100%;
}
.footer-links {
	float: none;
}
.footer-img {
	float: none;
	margin: 0;
}
.lightblue {
	width: 200px;
	font-size: 33px;
	line-height: 30px;
}
.lightblue::after {
	border-bottom: 45px solid transparent;
	border-left: 45px solid #27AAE1;
	border-top: 45px solid transparent;
	margin-left: 240px;
	margin-top: -60px;
}
}
 @media screen and (max-width: 450px) {
.medals .txt {
	font-size: 16px;
	line-height: 16px;
}
}
 @media screen and (max-width: 370px) {
.yellow {
	width: 100%
}
.lightblue {
	padding: 30px 20px 30px 20px;
	width:85%;
	box-sizing:border-box;
}
.lightblue::after {
	display:none;
}
}
