body {
    top: 0;
    padding:0 ;
}

/*#menus {*/
    
/*}*/
    .MyRandomClass {
      color: #126b62;
      font-size: 18px;
    }
    .MyRandomClass:after {
      content: "@tropicana-sea-breeze.gr";
      display: inline-block;
      color: #126b62;
      font-size: 18px;
    }
    
    .hheader:hover {
    color: #00e2bf !important;
    vertical-align: baseline !important;
}
@media only screen and (max-width:800px) {
  #menus .menus_items a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 16px;
    text-decoration: underline;
    color: black;
    font-size: 16px;
    margin-top:10px !important;
    
  }
    .menus_items {
        margin-top:60px !important;
    }

}\
.right{
    font-size:16px!important;
}
img{
    width: 60% !important;
    margin-top:7px;
   
}
}

nav>ul>li>a>span {
    /* color: red; */
    font-size: 24px;
}
.menus_items{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
    line-height: 24px;
    margin-top:130px;
}
span.bhome{
   
    display:flex;
}

body.extraclass #Top_bar .menu_wrapper {
    float: right;
}

.nav_bar{
 background-color:black;
 top:0 !important;
 left:0;
 right:0;
 height:75px;
 font-size:24px;
 display:flex;
 position:relative;
 justify-content:space-around;
 
    
}
.right{
    position:relative;
    float:right;
    right:0;
    margin-top:25px;
    color:white;
}
.right:hover{
    cursor:pointer;
    text-decoration:underline;
    color:white !important;
}
.left{
    position:relative;
    float:left;
    left:0;
    margin-top:12px;
    
}
#menus .menus_items a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 16px !important;
    text-decoration: underline;
    color: black;
    font-size: 24px;
}
@media screen and (max-width: 767px) {
    #menus .menus_items a {
        line-height: 18px;
        font-size: 18px!important;
        text-align: center;
    }
    #menus {
        display: flex;
        
        justify-content: center;
        align-items: center;
        overflow-y: hidden;
        margin-top: 0 !important;
    }
    .left{
        margin-left:2px;
    }
    .right{
        margin-right:2px;
    }
}
.menus_items a:hover{
     cursor:pointer;
     color:#8d8f92;
}


