/*
	Theme Name: JuntechTheme1
	Theme URI: 
	Description: 
	Version: 1
	Author: 
	Author URI: 
*/

/* Default: For Smart Phone */
/* @media screen and (max-width: 599px) { */
header {
    font-family: 'Hiragino Mincho ProN';
    background-image: url(../../img/header_background_1920_220.png);
    background-size: cover;
    overflow: auto;
    height: 50px;
    line-height: 45px;
    vertical-align: middle;
    min-height: 40px;
    max-height: 50px;
    z-index: 999;
}
#header-logo {
    max-height: 30px;
}
.header-text-wrapper {
    padding-bottom: 0;
}
#header-text {
    /*
    color: white;
    line-height: 50px;
    font-size: 1.25rem;
    font-family: 'Hiragino Mincho Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    -webkit-text-stroke: 1px #2B2527;
    */
    display: inline-block;
    width: 100px;
    height: auto;
    overflow: visible;
}
#header-text > .foreground{
    fill: #fff;
}
#header-text > .background{
    stroke: #2B2527;
    stroke-width: 3;
    stroke-linejoin: round;
}

.menu-menu-1-container{
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
}
ul.menu>li.menu-item{
    width: 100%;
    background-color: #365334;
    border-bottom: solid 1px white;
    text-align: center;
    line-height: 36px;
}
ul.menu>li.menu-item>a{
    color: white;
}
.menu-menu-1-container.show{
    max-height: 300px;
}

/* For Small Devices */
@media screen and (min-width: 768px) {
    header{
        text-align: center;
    }
    .menu-menu-1-container{
        width: 100%;
        background-color: #365334;
    }
    ul.menu{
        width: 60%;
        margin: auto;
    }
    ul.menu>li.menu-item{
        float: left;
        width: 15%;
        border-bottom: none;
        border-left: solid 1px white;
        margin: 5px 0;
    }
    ul.menu>li.menu-item:nth-last-child(1){
        border-right: solid 1px white;
    }
}

/* For Desktop */
@media screen and (min-width: 1000px) {
    header {
        height: 220px;
    }
    #header-logo {
        max-width: 180px;
    }
    #header-text {
        max-width: 798px;
    }
}