#mainbody #header {
    background: url(../assets/logo-tabs.jpg) 0 0 no-repeat;
}

body{
	right: 0;
    margin: 0;
    position: relative;
    transition:all 0.2s;
}

.clear{
	clear:both;
}
/* Initial menu */
.menu {
    background:#fff;
    right: -287px; 
    height: 120%;
    position: fixed;
    width: 285px;
    transition:all 0.2s;
    z-index: 900;
    border: 1px solid #999;
    color: #010197;
}

.menu_open{
    right:0px!important;
    transition:all 0.2s;
}

.body_slide{
    right:0px!important;
    transition:all 0.2s;
}

.menu-title{
    color:#fff;
    font-family: 'Pacifico', cursive;
    font-size:25px;
    text-align:center;
}

/* hamburger menu icon */


.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 85px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  z-index: 1000;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 20px;
  left: 35px;
  right: 0px;
  height: 8px;
  background: #fff;
    border-radius: 3px;

}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #fff;
  border-radius: 3px;
  content: "";
}

.c-hamburger span::before {
  top: -15px;
}

.c-hamburger span::after {
  bottom: -15px;
}


.c-hamburger--htx {

    background-color: transparent;

}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
      float: right;
}

.c-hamburger--htx.is-active span {
  background: none;
  
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
  background-color: #010197;
}

button.c-hamburger{
    float: right;
    margin-bottom: -20px;
    display:none;
}



@media screen and (max-width: 775px) {
button.c-hamburger{
	display:block;
  float: right;
  width: 90px;
  margin-right: 15px;
}
#mainbody #header {
  background: none;
    background-size: 70%;
    width: 60%;
    float: left;
}

header#masthead{
width: 100%;
    margin: auto;
     background: url(../assets/afar-header-mobile_500px_2.jpg) 0% 100% no-repeat;
   background-size: contain;
    
    
    background-color: #010197;
}


button.c-hamburger {
    margin-bottom: -10px;
}

#colorsidenav{

  /*width: 100%;*/
}

}


@media screen and (max-width: 550px){

  header#masthead{
      
       background: url(../assets/afar-header-mobile_500px_2.jpg) 0% 100% no-repeat;
     background-size: contain;
    
    
    background-color: #010197;
    width: 100%;
    float: left;

    
    }
}
@media screen and (min-width: 550px) and (max-width: 774px){
 /* header{}
  header#masthead{
  background: url(../assets/afar-header-mobile_500px3.jpg) 0% 100% no-repeat;
      background-size: 150% 100%;
      margin-top: 10px;
}*/
button.c-hamburger {
    
}
}


@media screen and (min-width: 768px) and (max-width: 774px){
  button.c-hamburger {
  
  width: 100px;


}

}
button.c-ham_top {
display: none;
}

@media screen and (max-width: 410px){
 
  
 .mobile_menu_334px {
    height: 90px;
    background-color: FFF;
 }

  button.c-hamburger {
    display: none;
  }

  header#masthead{

    background-color: #FFF;
        background: url(../assets/afar-header-mobile_500px_2.jpg) 50% 100% no-repeat;
        background-size: contain;
  }

  button.c-ham_top{

    display: initial ;
  }

.c-hamburger span {
    display: block;
    position: absolute;
    top: 20px;
    left: 35px;
    right: 0px;
    height: 8px;
    background: #010197;
    border-radius: 3px;
}

.c-hamburger span::before, .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #010197;
    border-radius: 3px;
    content: "";
}

}
