.pkp_structure_footer_wrapper{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color:#103562;
}

.main-header{
    background-color: #fff;
}

.homepage-additional-content{
    margin-top: 0;
}

.navbar{
    background-color: #103562;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .dropdown-item{
    color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: #fff;
}

.navbar-logo img{
    max-height: 136px;
}

#primaryNav{
    padding-bottom: 0;
    padding-top: 0;
}

#primaryNav .dropdown-menu.show{
    padding: .5rem;
}

#primaryNav .nav-link:hover, #primaryNav .nav-link:focus{
    color: #fff;
}

/*Home page Image*/
.homepage-image{
    position: relative;
    color: #fff;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}

.page-content{
	padding-top: 0;
}

.page-banner-title{
    top: 77%;
    position: absolute;
    width: 100%;
    height: 100%;
}

h2.banner-title{
    font-size: 2.30rem;
    font-weight: 600;
    text-shadow: 1px 1px 4px rgb(0 0 0 / 85%);
}

.site-footer{
    background-color:#103562;
}

.footer-brand-image{
    max-width: 65px;
}

/* Social Media*/

.chat-support{
    list-style: none;
    display: inline-flex;
}

.chat-support i{
    font-size: 20px;
    transition: 0.3s;
    height: 44px;
    width: 44px;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
    color: white;
    border: 2px solid #fff;
}
.chat-support i.fa-linkedin-in {
    background: #007AB9;
    padding: 4px;
}
.chat-support i.fa-youtube {
    background: #CA2429;
    padding: 4px;
}
.chat-support i.fa-facebook-f {
    background: #3A589B;
    padding: 4px;
}
.chat-support li.facebook{
    padding: 0 5px 0 5px;
}

.contact-support h2{
    display: none;
}

@media (min-width: 1200px){
	.container .page-archives{
		min-height:41vh
	}
	.homepage-image-behind-issue+.container-homepage-issue .homepage-issue-current, .homepage-image-behind-issue+.container-homepage-issue .homepage-issue-identifier, .homepage-image-behind-issue+.container-homepage-issue .homepage-issue-published{
		text-shadow: 2px 1px 4px rgb(0 0 0 / 90%);
	}
}

@media (min-width: 992px){

    .container.page-archives{
		min-height:41vh
	}
    
    .main-header .container {
        padding: 0.5rem 1rem 0 1rem;
    }

    #primaryNav{
        width: 52%;
    }

    #primaryNav .dropdown-item{
        font-size: 15px;
    }

    .site-footer {
        padding: 0;
    }
}

@media screen and (min-width: 360px) and (max-width: 1024px){
    .navbar-brand img{
        /* width: auto;
        height: auto;
        max-height: 3em;
        max-width: 100%; */
        display: none;
    }

    .navbar-brand{
        background-image: url(
            https://jch.puthisastra.edu.kh/templates/images/up-small-logo.png
        );
        width: 100%;
        min-height: 3rem;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .navbar-light .navbar-toggler-icon{
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    
    }

    .navbar-light .navbar-toggler{
        border-color: rgba(255, 255, 255, .9);
    }

    a.navbar-brand img{
        display: none;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .page-banner-title{
        top: 76%;
    }
    h2.banner-title{
        font-size: 1.5rem;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .page-banner-title{
        top: 76%;
    }
    h2.banner-title{
        font-size: 1.7rem;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .page-banner-title{
        top: 77%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .page-banner-title{
        top: 85%;
    }
    h2.banner-title{
        font-size: 2rem;
    }
    #primaryNav .dropdown-menu.show {
        width: auto;
        align-items:flex-start;
        flex-direction: column;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .page-banner-title{
        top: 83%;
    }
    h2.banner-title{
        font-size: 2.5rem;
    }
	.issue-only-image {
		/*margin-top: 320px;*/
        margin-top: 0; 
    }
}