.weightLight {
    font-weight: 300;
}

.weightNormal {
    font-weight: 400;
}

.weightBold {
    font-weight: 700;
}

.weightBlack {
    font-weight: 900;
}

.fontLineHeight1 {
    line-height: 1.1;
}

.fontLineHeight2 {
    line-height: 1.3;
}

.fontLineHeight3 {
    line-height: 1.4;
}

.fontLineHeight4 {
    line-height: 1.6;
}

.fontLineHeight5 {
    line-height: 2;
}


.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 {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    display: block;
    font-family: 'PT Serif';
    line-height: 1.5;
}

strong, b {
    font-weight: 700;
}

h1 {
    font-size: 50px;
    padding-bottom: 10px;
}

h2 {
    font-size: 34px;
    padding-bottom: 10px;
}

h3 {
    font-size: 27px;
    padding-bottom: 10px;
}

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 *****/