@charset "utf-8";
/* CSS Document */



/* link font */
.lato-link {
  	font-family: "Lato", sans-serif;
  	font-weight: 900;
  	font-style: normal;
}

.arielFont {
	font-family: Arial;
}


*{ margin: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}



body {
  position: relative;
  min-width: 420px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  color: #000;
  background-color: #FFF;
}

.wrapper {
	width: 100%;
}

.wrapperEnv {
	position: relative;
	max-width: 1300px;
	margin: 0 auto; 
}

.wrapperCell {
	margin: 0 20px; 
}

a {
	color: #000;
  	text-decoration: none;
}

a.linkWhite {
	color: #FFF;
}

img {
	border: none;
}

* { 
	scroll-behavior: smooth;
	scroll-margin-top: 100px;
}


.contentOuter {
	  display: table;
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
}

.contentMiddle {
	display: table-cell;
	vertical-align: middle;
	height: auto;
}


h1 {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 50px;
	line-height: 60px;
	font-weight: bold;
}

h2 {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
}

h3 {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
}



.font-bold {
	font-weight: bold;
}

.font-italic {
	font-style: italic;
}


.font12 {
	font-size: 12px !important;
}

.font13 {
	font-size: 13px !important;
}

.font14 {
	font-size: 14px !important;
}

.font18 {
	font-size: 18px !important;
}


.font24 {
	font-size: 24px !important;
}

.font30 {
	font-size: 30px !important;
}


.font-white {
	color: #FFF;
}

.font-blue {
	color: #00c6ff;	
}

.font-black {
	color: #000;	
}

.font-gray {
	color: #b0b0b0;	
}

.blueButton {
	width: 250px;
	padding: 5px 0;
	color: #FFF;
	border: 1px solid #00c6ff;
	border-radius: 10px;
	background-color: #00c6ff;
	text-align: center;
}


.bgBlack {
	background-color: #000;
}


.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
