article.wdg-parallax {
	height: 500px;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

h1.cool-title {
    font-family: "Mj_Dinar One Light", dinar, Tahoma, Arial, helvetica;
	text-align: center;
	font-size: 4em;
	color: #0da8a8;
}

h2.cool-title {
	font-family: "Mj_Dinar One Medium", dinar, Tahoma, Arial, helvetica;
	text-align: center;
	font-size: 1.7em;
	color: #7c8080;
}


.row.content {
	margin-top: 10em;
}




.paragraph-about {
	width: 95%;
	margin: auto;
}

.paragraph-about h1, .paragraph-about h2, .paragraph-about h3, .paragraph-about h4, .paragraph-about h5, .paragraph-about h6 {
	color: #0da8a8;
    font-weight: bold;
    font-family: "Mj_Dinar One Light", dinar, Tahoma, Arial, helvetica;
    margin-bottom: 1em;
}


.paragraph-about p {
	font-size: 1.3em;
	line-height: 1.9em;
	text-align: justify;
	color: #7c8080;
    font-family: "Mj_Dinar One Medium", dinar, Tahoma, Arial, helvetica;
}



.paragraph-about ul {
	list-style: square;
	font-size: 1.3em;
	line-height: 2em;
	color: #7c8080;
}

article.wdg-employee>.items-wrapper
{
    max-width: 1600px;
}



#about-slogan * {
    text-align: center;
    color: #fff;
}

#about-slogan h1:first-child {
    padding-top: 5em;
}

#about-slogan h1 {
    font-family: "Mj_Dinar One Light", dinar, Tahoma, Arial, helvetica;
}

#about-slogan h2 {
    font-family: "Mj_Dinar One Medium", dinar, Tahoma, Arial, helvetica;
}

@media only screen and (max-width: 700px) {
    #about-slogan h1 {
        font-size: 2em;
    }

    #about-slogan h2 {
        font-size: 1.5em;
    }
}



.wdg_kbar .bar-property label:first-child {
    font-family: "Mj_Dinar One Light", dinar, Tahoma, Arial, helvetica;
    font-size: 1.2em;
}


article.wdg-employee>.items-wrapper .items h1.employee-name {
    font-family: "Mj_Dinar One Light", dinar, Tahoma, Arial, helvetica;
    font-size: 2.2em;
}

article.wdg-employee>.items-wrapper .items h1.employee-position {
    font-family: "Mj_Dinar One Light", dinar, Tahoma, Arial, helvetica;
    font-size: 1.3em;
    font-weight: bold;
}

article.wdg-employee blockquote {
    font-family: "Mj_Dinar One Medium", dinar, Tahoma, Arial, helvetica;
}

#employee-modal > .modal-content-wrapper > .content .bio > .info > .about {
    font-family: "Mj_Dinar One Light", dinar, Tahoma, Arial, helvetica;
    font-size: 2em;
}

#employee-modal > .modal-content-wrapper {
    max-width: 1200px;
}