

/* /////////////////////////////////////////////////////////////////////
//  Your CSS
/////////////////////////////////////////////////////////////////////*/

/*LOGO*/

#pgLogo_img {
    max-width: 150px !important;
}

/*FONTS*/

p {
font-family: 'Questrial', sans-serif;
width: 80%;
text-align: centre !important;
}

#pageWidth {
font-family: 'Questrial', sans-serif;
}

a {
font-family: 'Questrial', sans-serif;
}

/*BANNER*/

.wtypeimage_full_width .overlap_text {
font-family: 'Questrial', sans-serif;
opacity: 0.9;
letter-spacing: 10px;
}

/*NAVIGATION*/

#pgNavigation {
padding-top: 20px;
}

/*RESPONSIVE*/
@media screen and (max-width: 1800px) {
.wtypeimage_full_width .img_wrapper {
height: 600px;
}
}
@media screen and (max-width: 1200px) {
.wtypeimage_full_width .img_wrapper {
height: 400px;
}
}
@media screen and (max-width: 780px) {
.wtypeimage_full_width .img_wrapper {
height: 300px;
}
}
