@charset "UTF-8";
/* CSS Document */
body{
	margin: 0;
}

.total{
	font-family: 'Rajdhani', sans-serif;
	color: #4c4c4c;
	text-align: center;
}
.container{
	margin: auto;
	padding: 30px;
}
.container p{
	line-height: 35px;
	font-size: 18px;
}
.container h1{
	font-size: 50px;
	color: #226fcf;
	font-weight: 400;
	margin: 20px 0;
}
.container ul{
	list-style: none;
	display: flex;
	padding: 0;
	justify-content: center;
}
.container ul li{
	margin: 20px;
}
.container ul a{
	 -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.container ul a:hover{
	opacity: 0.7;
}


@media only screen and (min-width: 1090px) {
 .total{
	background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 1080px;
	 text-align: left;
}
.container{
	max-width: 1100px;
	margin: auto;
	padding: 130px 0 0 0;
}
.container p{
	line-height: 37px;
	font-size: 23px;
}
.container h1{
	font-size: 72px;
}
.container ul{
	list-style: none;
	display: flex;
	padding: 0;
	justify-content: normal;
}
.container ul li{
	margin: 0 20px 0 0;
}
.container ul a{
	 -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.container ul a:hover{
	opacity: 0.7;
}
}