@font-face {
  font-family: CFAsty-R;
  src:url(../fonts/CFAsty-Regular.otf) format("opentype");
}

@font-face {
  font-family: CFAsty-O;
  src:url(../fonts/CFAsty-UltraBlackOblique.otf) format("opentype");
}

body, html {
  height: 100%;
  margin: 0;
  width:100%;
  overflow-x:hidden;
  color:#ffffff;
}


.bg {
  width:100%;
  background:url(../img/background-desktop.jpg);
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    overflow-x:hidden;
}



.row {
	width:100%;
	float:left;
}


h1 {
	font-family: "CFAsty-O";
	font-size:60px;
	line-height:60px;
	margin-top:5%;
	margin-left:25%;
}


.icon-text {
	width:100%;
	display:block;
	float:left;
}

.icon-text img {
	display:inline-block;
	float:left;
	margin-right:1%;
}

.icon-text p {
	font-size:40px;
	line-height:10px;
	margin-top:1.5%;
	font-family: "CFAsty-O";
	text-shadow: #000000 1px 1px;
}

.ic1 {
	margin-left:25%;
}

.ic2 {
	margin-left:33%;
}

.ic3 {
	margin-left:43%;
}

.ic4 {
	margin-left:53%;
}

.row1 {
	width:100%;
	float:left;
	margin-top:3%;
	margin-bottom:3%;
}

.c1 {
	width:50%;
	text-align:center;
	float:left;
}

.c1 img {
	max-width:100%;
	max-height:100%;
}

a.button {
	font-family: "CFAsty-R";
	color:#ffffff;
	background-color: #00188A;
	padding: 7px 24px;
	border-radius:15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}

a.button:hover {
	color:#00188A;
	background-color: #ffffff;
}



@media only screen and (max-width: 800px)   {

h1 {
	font-size:40px;
	line-height:40px;
}


.icon-text p {
	font-size:30px;
	line-height:30px;
}


.c1 img {
	max-width:70%;
	max-height:70%;
}

.d1 img {
	margin-top:5px;
	}

}

@media only screen and (max-width: 600px)   {

.row {
	text-align:center;
}

h1 {
	text-align:center;
	margin-left:0%;
}

.ic1 {
	text-align:center;
	margin-left:0%;
}

.ic2 {
	text-align:center;
	margin-left:0%;
}

.ic3 {
	text-align:center;
	margin-left:0%;
}

.ic4 {
	text-align:center;
	margin-left:0%;
}



.icon-text img {
	float:none;
	width:30px;
	height:30px;
}


.icon-text p{
	width:100%;
	float:left;
}



.c1 {
	width:100%;
	text-align:center;
}

.c1 img {
	max-height:50%;
	max-width:50%;
}

a.button {
	font-size:15px;
	display:inline-block;
	padding:10px 15px;
}



.bg {
      background:url(../img/background-mobile.jpg);
	  width:100%;
  	  height: 100%; 
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
	  overflow-x:hidden;
  }
  


}


@media only screen and (max-width: 330px)   {
	
	h1 {
	font-size:20px;
}

.icon-text p {
	font-size:20px;
	line-height:20px;
}

a.button {
	font-size:10px;
	padding:5px 10px;
}

}


