body{
	font-family: "Noto Sans", sans-serif;
}

.logo img{
	width:40px;
}
.logo div{
	text-transform: uppercase;
    color: white;
    margin-left: 10px;
    line-height: 1.6;
}

h1, .h1 {
    font-size: 2.5rem;
    line-height: 3rem;
}
.breadcrumbs {
    height:130px;
}
header .rd-navbar-fullwidth .navbar-navigation-dropdown {
    min-width: 300px;
}

.blog-img{
   float: left;
    max-width: 500px;
    border-radius: 5px;
    margin: 0 30px 15px 0;
}

.content, .content p, .content li {
    color: #313131;
}

hr {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.desktop .person-poster {
    padding-bottom: 60%;
}
.desktop .person-poster .person-media::after {
    opacity: .5!important;
}

.desktop .person2:hover .person-media::after {
    opacity: 0!important;
}
.sliderMain{
    height:600px;
    background: url('/images/slider/main.jpg');
}

.mainH1{
    font-size: 70px;
}
.mainH2{
    font-size: 34px;
}
.mainBox{
    height:300px;
    color: white;
        margin-left: 16%;
    text-shadow: 1px -1px 13px rgba(6, 46, 98, 1);
}

.overlay{
    position:relative
}
.overlay > *{
    position:relative;
    z-index:2;
}
.overlay:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:black;
    opacity:0.2;
}
@media (min-width: 1200px) {
    * + .swiper-carousel {
        margin-top: 3rem!important;
    }
}
@media (min-width: 992px) {
       
    .post-shadow * + .post-title {
                min-height: 150px;
        font-size: 18px;
    }
}
@media (max-width: 600px) {
    .sliderMain{
        height:auto;
    } 
    .mainBox {
        height: auto;
        margin-left: 0;
        margin: 0 auto;
        padding: 30px;
    } 
    .mainH2 {
    font-size: 16px;
    }
    .mainH1 {
    font-size: 30px;
    }
    .person-poster {
    min-height: 158px!important;

    }
}