/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/Poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Lato-Regular;
  src: url('../fonts/Lato/Lato-Regular.ttf'); 
}

@font-face {
  font-family: Lato-Bold;
  src: url('../fonts/Lato/Lato-Bold.ttf'); 
}
@font-face {
  font-family: Espresso Regular;
  src: url('../fonts/ESPRESO.TTF'); 
}

/*---------------------------------------------*/
html, body {
  height: 100%;
}
.main-landing-page {width: 100%;
min-height: 100vh;}
body {margin:0;padding:0;font-size:16px;font-family: Lato-Regular;line-height:28px;font-weight:400;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
.container {max-width: 1200px;}
h1, h2, h3, h4, h5, h6 {font-family: Poppins-Regular;font-weight:500;}
p {font-size:18px;font-family: Lato-Regular;line-height:28px;font-weight:400;color:#5d1e79;}
h1, h2, h3, h4, h5, h6, p {text-align:center;}
.waves-bg {background-image: url('../images/bg2.jpg');background-repeat:no-repeat;background-position:center;background-size:cover;}
.blue-bg {background-image: url('../images/waves2.jpg');background-repeat:no-repeat;background-position:bottom;background-size:cover;}
h4, h4 > a {color:#000;font-size:20px;}
.height-100vh {height:100vh;}

@media (min-width:992px) and (max-width:1368px){
.inner-text {padding-top:2em !important;word-break: break-word;}
}
@media (min-width:768px) and (max-width:991px){
.inner-text.sm-padding-1 {padding-top:2em !important;word-break: break-word;}
h1, h2, p {text-align:center;}
}
@media (max-width:767px) {
	.inner-text {text-align:center;width:100%;padding:1em !important;word-break: break-word;}
	.xs-order-1 {order:1;}
	.xs-order-2 {order:2;}
}

