
@import url('https://fonts.googleapis.com/css2?family=Michroma&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

p, h1, h2, h3, h4, h5, h6, li, ol, ul {
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
}
a {
    color: #0168B2;
}

h2 {
    font-family: 'Michroma', sans-serif;
    font-size: 20px;
    line-height: 28px;
}

.main_container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.main_logo {
    width: 90%;
    max-width: 480px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 0px;
    padding-right: 0px;
}
.navbar-brand {
    margin-left: 0rem;
    max-width: auto;
}
.navbar-nav {
    text-align: right;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.7);
    border-color: rgba(0,0,0,.7);
    border-width: 2px;
}


.btn-outline-primary {
    color: #56B8FF;
    border-color: #56B8FF;
}
.btn-outline-primary2 {
    color: #0168B2;
    border-color: #0168B2;
}
.footer {padding: 25px;}
.footer p {
    text-align: center;
}

.home-banner-image {
	background: url(../issues/2021-09/images/issue_banner_1a.jpg) center no-repeat;
	width:100%;
	height:auto;
    min-height: 500px;
    background-size: cover;
    padding: 10px 15px;
    position: relative;
}

.home-banner-image a:hover {
    color: #FFF;
}
.home-banner-image p {
    color: #FFF;
    font-size: 16px;
    line-height: 22px;
}
.home-banner-image h3 {
    color: #FFF;
    font-family: 'Michroma', sans-serif;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}
.home-banner-image h2 {
    color: #FFF;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
.home-banner-image .banner-text {
    margin-top: 290px;
}

.subpage-banner-image {
	background: url(../images/home/home-image-01.jpg) center no-repeat;
	width:100%;
	height:auto;
    min-height: 200px;
    background-size: cover;
    padding: 10px 15px;
    position: relative;
}

.subpage-banner-image a:hover {
    color: #FFF;
}
.subpage-banner-image p {
    color: #FFF;
    font-size: 16px;
    line-height: 22px;
}
.subpage-banner-image h3 {
    color: #FFF;
    font-family: 'Michroma', sans-serif;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}
.subpage-banner-image h2 {
    color: #FFF;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
.subpage-banner-image .banner-text {
    margin-top: 250px;
}


.banner-adds-block {
    text-align: center;
    padding: 15px;
}
.banner-adds-block2 {
    text-align: center;
}
.banner-480x80 {
    max-width: 480px;
    width: 100%;
    margin: 15px 0px;
}
.banner-280 {
    max-width: 280px;
    width: 100%;
    margin: 15px 0px;
}

.current-issue-block {
    border: 1px solid #0168B2;
    padding: 20px !important;
}
.current-issue-block h2 {
    font-family: 'Michroma', sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.current-issue-block h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
.breadcrumb {
    background-color: transparent !important;
}
.breadcrumb a {
    color: #56B8FF;
    text-decoration: none;
}
.article_image {
    width:50%;
    max-width:350px;
    float: right;
    margin-bottom: 25px;
    margin-left: 25px;
    border: 1px solid #0168B2;
}



@media (max-width: 576px) { 
    .main_logo {
        width: 100%;
        max-width: 380px;
    }
    .navbar-brand {
        margin-left: 0rem;
        max-width: 230px;
    }
    .article_image {
        width:100%;
        max-width:100%;
        float: none;
        margin-bottom: 25px;
        margin-left: 0px;
        border: 1px solid #0168B2;
    }
}