header{
    background-color: #E5D7CD;
    color:#47362E;
    margin-bottom: 50px;
    font-family: "M PLUS Rounded 1c";

}

.header-rogo{
    float:left;
    text-align: center;
    font-size:15px;
    margin-top:30px;
}

.header-rogo img{
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 30px;
    transition: 1.0s;
    transform: rotateY(0deg );
}

.header-rogo:hover img{
  transform: rotateY( 360deg );
}

.header-rogo a{
    color: #47362E;
    text-decoration: none;
}

.header-box{
  margin-right: 10px;
}

.header-font{
    display: flex;
    justify-content: right;
}

.header-font li{
    margin:30px 50px 0 30px;
    list-style: none;
}

.header-font a{
    color:#47362E;
}

.header-icon {
    
 display: inline-block;
 text-align: center;
 height: 120px;
 width: 120px;
 padding-bottom:15px;
}

.header-icon img{
    width:100px;
    height: 100px;
    margin-bottom: -10px;
}


@media only screen and (max-width: 768px) {
.header-icon {
    display: none;
}
.rogo-font{
  display: none;
}
.header-rogo {
  margin-top: -8px;
  margin-left: -15px;
}
.rogo2 a{
  display: none;
}
.header-rogo img{
  width: 80px;
  height: 80px;
}
.header-font {
    display: none;
}

#humberger {
    position: relative;
    height: 40px;
    width: 40px;
    display: inline-block;
    box-sizing: border-box;
    margin:20px;
  }
  #humberger div {
    position: absolute;
    left: 0;
    height: 2px;
    width: 28px;
    background-color: #444;
    border-radius: 2px;
    display: inline-block;
    box-sizing: border-box;
  }
  #humberger div:nth-of-type(1) {
    bottom: 20px;
  }
  #humberger div:nth-of-type(2) {
    bottom: 10px;
  }
  #humberger div:nth-of-type(3) {
    bottom: 0;
  }
  #humberger div:nth-of-type(2)::after {
    position: absolute;
    left: 0;
    height: 2px;
    width: 28px;
    background-color: #444;
    border-radius: 2px;
    display: inline-block;
    box-sizing: border-box;
    transition: all .4s;
  }
  #humberger.active div:nth-of-type(1) {
    transform: translate(50%) scale(0);
  }
  #humberger.active div:nth-of-type(2) {
    transform: rotate(45deg);
  }
  #humberger.active div:nth-of-type(2)::after {
    transform: rotate(90deg);
  }
  #humberger.active div:nth-of-type(3) {
    transform: translate(-50%) scale(0);
  }
}

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

    #humberger div {
        display: none;
    }
}

.header-box{
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

.header-icon a{
    text-decoration: none;
    color:#47362E;
    display: inline-block;
}

body{
    line-height: 1.5;
}
