﻿@import url('content.css');

button.hamburger-menu-button > [class*='bar'] {
    background-color: black;
}

.content {
    padding-top: 100px;
    padding-bottom: 20px;
    margin-top: 5px;
}

.home-nav {
    border-bottom: 1px solid lightgrey;
}

.containerbook {
    border: 1px solid white;
    box-shadow: 3px 3px 5px lightgrey;
    padding: 10px;
    max-width: 700px;
}

.formbook {
    padding: 0;
}

#thehoxton-white {
    position: absolute;
    width: 35%;
    top: -88%;
}

img.newsdetail {
    padding: 5px 0;
    width: 100%;
    height: auto;
}

.col-newsdetails {
    text-align: center;
}

.col-news {
    text-align: right;
}

.row-news {
    padding: 15px 0px;
    background-color: #363F48;
    border-bottom: 1px solid white;
}

img.imgnews {
    width: 100%;
    height: auto;
}

.col-titlenews {
    color: white;
    position: relative;
}

.container-news {
    width: 50%;
}

.classdatenews {
    position: absolute;
    bottom: 2%;
}

.btn-news {
    font-size: 1.2em;
}

h3.headernewdetails {
    text-align: center;
    background-color: #f7fafb;
    padding: 10px 0px;
}

.contentnewsdetails {
    font-size: 17px;
    color: black;
}


.colcontacthotel {
    background-color: white;
    margin: 10px 10px 10px 0px;
}

.responcontact {
    margin-top: 50px;
}

.formcontact {
    padding: 8px;
}


@media screen and (max-width:500px) {
   

    .contentnewsmobile {
        display: none;
    }

    .colrightroomct {
        padding-left: 0 !important;
        margin-top:53px !important;
        
    }
    .nameroomct
    {font-size:21px !important;padding:0!important}
    .colrightvictorian
    {
        display:none;
    }
  
}

.colrightroomct {
    padding-left: 10px;
}

.contentroomct {
    border-radius: 5px;
    padding: 5px;
}

@media screen and (min-width:768px)
{

    .contentnewsmobile
    {
        display:none;
    }
    #thehoxton-white
    {
       top:5%;
    }
     .colrightvictorian
    {
        display:none;
    }
  

}
@media screen and (min-width:1024px)
{
      #thehoxton-white
    {
     top:-88%;
    }
      .contentnewsmobile
    {
        display:block;
    }
      .containerroomct
      {
          padding-top:20px;
      }
       .colrightvictorian
    {
        display:block;
    }
  
 }
   .contentnewsdetails img 
    {
        max-width:100% !important ;
        height:auto !important;
    }
    strong {font-family:Arial}