@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}
.wrap {
	background: rgb(255,68,0);
	background: linear-gradient(135deg, rgba(255,68,0,1) 0%, rgba(255,204,0,1) 100%);
	color: #fff;
	
	margin:0;
	padding:0;
	height:auto !important;
	height:100%;
	min-height:100%;
	text-align: center;
	position: relative;
	width: 100%;
}
.wrap img {
	display: block;
	margin: 0 auto;
}
.content {
	background: rgb(255,68,0);
	background: linear-gradient(135deg, rgba(255,68,0,1) 0%, rgba(255,204,0,1) 100%);
    padding-bottom: 10px;
}
.one {
	padding-top: 20px;
	width: 170px;
}
.logo {
	float: left;
	position: absolute;
	top: 10px;
	left: 20px;
	width: 100px;
}
h1 {
    display: block;
	font-size: 60px;
	font-weight: 500;
    padding: 0;
    margin: 40px;
}
h2 {
	font-size: 40px;
	font-weight: 500;
}

.buttons {
	clear: both;
	padding-top: 25px;
	padding-bottom: 50px;
}
.btn {
	border-radius: 25px;
	background: #fff;
	color: #f40;
	display: inline-block;
	font-size: 18px;
	padding: 12px 40px;
	margin: 5px 15px;
	text-decoration: none;
	box-shadow: 7px 7px 5px 0 rgba(0,0,0,0.2);
}
.btn:hover, .btn2:hover { 
	background: rgb(255,68,0);
	color: #fff;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
}
.btn2 {
	border-radius: 30px;
	background: #fff;
	color: #f40;
	display: inline-block;
	font-size: 24px;
	padding: 15px 40px;
	margin-top: 35px;
	text-decoration: none;
	box-shadow: 7px 7px 5px 0 rgba(0,0,0,0.5);
}
.btn3 {
	border-radius: 25px;
	background: #fff;
	color: #f40;
	display: inline-block;
	font-size: 18px;
	padding: 12px 40px;
	margin-top: 15px;
	text-decoration: none;
	box-shadow: 7px 7px 5px 0 rgba(0,0,0,0.2);
}
.btn3:hover { 
	background: #f90;
	color: #fff;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
}
.social {
	background: rgb(255,68,0);
	background: linear-gradient(135deg, rgba(255,68,0,1) 0%, rgba(255,204,0,1) 100%);
}
.social a::before {
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	display: inline-block;
	content: " ";
	height: 45px;
	width: 45px;
	margin-right: 8px;
	vertical-align: middle;
}
.social a {
	color: #fff;
	display: block;
	vertical-align: middle;
	margin-bottom: 10px;
}
.photo img {
	display: block;
	width: 100%;
}
.counter {
	position: absolute;
	font-size: 30px;
	margin-left: 10%;
	margin-top: 5%;
	text-align: left;
}
.counter strong {
	font-size: 48px;
}
.flexfooter {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.flex2 {
	background-color: #f40;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.flex2 div {
	width: 50%;
	max-width: 600px;
}
.flex2 div img {
	max-width: 350px;
}
.flex2 div + div {text-align: left;}

.fb::before {	
	background-image: url("images/fb58.png");
}
.ig::before {	
	background-image: url("images/ig58.png");
}
.tg::before {	
	background-image: url("images/tg58.png");
}
.yt::before {	
	background-image: url("images/yt58.png");
}








