@charset "utf-8";
/* CSS Document */
 @import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Libre+Franklin&display=swap');
   @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
body {
	margin: 0px;
	padding: 0px;
   background: url(../images/bg.jpg) top center;
   background-size: cover;
}

.container {
	width: 1255px;
	max-width: 1255px;
}

.mainpart {
	margin-top: 150px;
}
.logo {
	margin-bottom: 25px;
	text-align: center;
}
.content {
	text-align: center;
}
.content h2 a{
	color: #fc4414;
}
.content h1 {
	font-family: 'Oswald', sans-serif;
	color: #010101;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 18px;
}
.content h2 {
	font-family: 'Oswald', sans-serif;
	color: #000;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 45px;
	margin-bottom: 28px;
}
.content h2 span {
	color: #fc4414;
	font-weight: 800;
}

.suspinfo {
	 font-family: 'Libre Franklin', sans-serif;
	 color: #3c3c3c;
	 font-size: 24px;
	 line-height: 24px;
	 margin-bottom: 65px;

}
.content h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 300;
}
.content h3 span {
	font-weight: 800;
}
.content h3 a {
	color: #000;
}
.content h3 a:hover {
	color: #fc4414;
	text-decoration: none;
}

.phinfo {
	color: #ffbe23;
	font-size: 45px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
}
.phinfo img {
	margin-top: -3px;
}
.image {
	margin: 30px auto;
}
@media only screen and (min-width:769px) and (max-width: 1024px) {
 
}


@media only screen and (max-width: 768px) {
	.container { width: 90%; max-width: 90%; }
  
}

@media only screen and (min-width:601px) and (max-width: 720px) {
	 
}

@media only screen and (max-width: 600px) {
  .mainpart {
	margin-top: 80px;
	text-align: center;
}
.content h1 {
	font-size: 28px;
	line-height: 40px;
}
.image {
	margin-bottom: 95px;
}
}


@media only screen and (max-width: 480px) {
  

}