body {
    font-family: 'Lato';
    font-size: 15px;
    line-height: 24px;
    color: black;
    /*overflow-x: hidden;*/
}


.weightLight {
    font-weight: 300;
}

.weightNormal {
    font-weight: 400;
}

.weightBold {
    font-weight: 700;
}

.weightBlack {
    font-weight: 900;
}

.fontLineHeight1 {
    line-height: 0.7em;
}

.fontLineHeight2 {
    line-height: 1.1em;
}

.fontLineHeight3 {
    line-height: 1.3em;
}

.fontLineHeight4 {
    line-height: 1.9em;
}

.fontLineHeight5 {
    line-height: 2.9em;
}


.alignleft {
    float: left;
    margin: 0px 15px 15px 0px;
}

.alignright {
    float: right;
    margin: 0px 0px 15px 15px;
}

.aligncenter {
    display: block;
    margin: auto;
}

a {
    text-decoration: none;
}

a:hover {
    color: red;
}


h1, h2, h3, h4, h5, h6 {
    color: #006590;
    margin: 0px;
    padding: 0px;
    font-weight: 900;
    display: block;
}

strong, b {
    font-weight: 700;
}

h1 {
    font-size: 40px;
    padding-top: 60px;
    padding-bottom: 50px;
    text-align: center;
}

h2 {
    font-size: 36px;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 25px;
    margin-bottom: 10px;
}

h5 {
    font-size: 21px;
    margin-bottom: 10px;
}

h6 {
    font-size: 18px;
    margin-bottom: 10px;
}

@media (max-width : 1359px) {}

@media (max-width : 1200px) {}

@media (max-width : 991px) {}

@media (max-width : 768px) {
/* 	.alignright {
		margin: 0;
		float: none;
		width: 100%;
		margin-bottom: 15px;
	} */
}

/***** HEADER / FOOTER *****/


/***** MENU/NAVIGATION *****/


/***** WPBAKERY *****/


/***** PAGES *****/