/* Custom CSS */

body {
    background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
    font-weight:bold !important;
}

#header-left {
    max-width: 100%;
}

.logo-image #header #header-left {
    background-position: center top;
    background-size: contain;
}

#container-wrap {
    margin-top:40px;
}

.entry-header {
    padding-bottom: 40px;
}

img.cardimage {
    padding-left:10px;
    padding-right:10px;
}

img.cardimage:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

div.entry-content h4 {
    font-weight:700 !important;
    padding-bottom: 20px !important;
}

div.entry-content p, ol, ul {
    text-align: justify;
}

div.entry-content iframe {
    align: center;
    max-width: 100%;
}

figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-left:auto;
    margin-right:auto;
    width: 100%;
    text-align:center;
}

.wp-block-embed iframe {
    width: 640px;
    height: 360px;
}
.footer-wrapper {
    padding-top: 30px;
    background-color: #f5f5f5;
    font-size: 12px;
    padding-bottom: 20px;
    width: 100% !important;
    margin-bottom: 0px !important;
}
.wpcw_powered_by{
display:none;
}

/* Custom Responsive CSS */

@media only screen and (max-width: 1240px) {

}

@media only screen and (min-width: 768px) and (max-width: 1240px) {

}

@media only screen and (min-width: 480px) and (max-width: 1240px) {

}

@media only screen and (max-width: 767px) {

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

}

@media only screen and (max-width: 479px) {

}