body{
  margin: 0;
  padding: 0;
  padding-top: 100px;
  background: skyblue;
}
.navbar{
  position: fixed;
  height: 80px;
  overflow: hidden;
  top: 0;
  display: flex;
  margin: 0;
  /*align-items: center;*/
  padding: 0;
  background: #333;
  width: 100%;
}


.logo{

  background-size:contain;
  position: sticky;
  width: 180px;
  height: 80px;
  float: left;
  padding-left: 40px;
}
.menu{
  display: none;
  position: absolute;
  right: 0px;
  border: 0px;
  height: 30px;
  width: auto;
}
.menu a{
  display: block;
  width: auto;
  color: black;
  background-color: #6E6E6E;
  text-decoration: none;
  text-align: auto;
  line-height: 30px;
  float: left;
  top: 0px;
  padding-left: 5px;
  padding-right: 5px;
}
.raidmenu {
  display: none;
  overflow: hidden;
  position: inherit;
  float: left;
  right: 173px;
  line-height: normal;
  top: 30px;
  width: auto;
}
.raidmenu a{
  background-color: #6E6E6E;
  color: black;
  width: auto;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.raidmenu.show {
  display:block;
}
.raid.selected{
  color: white;
  background-color: grey;
}

.name_search, .addName, .addTimer{
  max-width: max-content;
  min-width: auto;
  margin: auto;
}
.content{
  max-width: 1060px;
  margin: auto;
  background-color: #BDBDBD;
}


div.left{
  position: absolute;
  left: 0px;
}
div.center{
  position:static;
  left: auto;
}
div.right{
  position: absolute;
  right:0px;
}
.raidmenu a.selected{
  color:white;
  background-color: grey;
}
.menu a:hover{
  background: darkgrey;
  color: white;
}
.raidmenu a:hover{
  background: grey;
  color: white;
}
.header{
  width: 100%;
  height: 80px;
}
.btn{
  display: none;
  position: absolute;
  right: 20px;
}
.btn:hover > span{
  background: #F7D358;
}
.btn span{
  display: block;
  margin: 6px;
  width: 40px;
  height: 3px;
  background: white;
}
p{
  padding: 20px;
  font-size: 20px;
  text-align: justify;
}
@media only screen and (min-width : 702px) {
  .menu{
    display: block;
  }
}
@media only screen and (max-width : 701px){
  .navbar{
    overflow: visible;
  }
  .menu{
    width: 100%;
    right: 0;
    background: #333;
    overflow: hidden;
    max-height: 0;
    top: 80px;
  }
  .menu a{
    display: block;
    width: auto;
    right: 0px;
    text-align: center;
    height:30px;
    line-height: 30px;
    padding: 5px;
    margin: 0;
  }
  .raidmenu{
    position: fixed;
    width: 100%;
    right: 0px;
    float: left;
    top: 120px;
    background: #333;
    overflow: hidden;
    background-color: #6E6E6E;
  }
  .raidmenu a{
    display: block;
    width: auto;
    text-align: center;
    height:;
    line-height: 30px;
    color: black;
    margin: 0;
    padding: 5px;
  }


  .header.menu.raidmenu{
    height: 120px;
  }
  .show{
    max-height: 600px;
    display: block;
  }
}
