/*Same on all pages */
body {
  background-color: #FFFFFF;
} 

.bg-beige{
  background-color: #F7F2E9;
}

.bg-green {
  background-color: #055542;
}

.no_underline {
  text-decoration: none;
}

/* Main begin */ 

.bg-blue {
  background-color: #D5DFFA;
}

.bg-image {
    background-image: url('images/main_image.jpg');
    height: 350px;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}


.badges-on-image {
    position: absolute;
    top: 10px;
    right: 10px;
    background: blue;
    color: white;
    padding: 3px 10px;
    border-radius: 25px;
}

.badges-on-image2 {
  position: absolute;
  top: 10px;
  right: 110px;
  background: black;
  color: white;
  padding: 3px 10px;
  border-radius: 25px;
}

.badges-on-image3 {
  position: absolute;
  top: 10px;
  right: 10px;
  background: orchid;
  color: white;
  padding: 3px 10px;
  border-radius: 25px;
}



/* Main end */ 

/* Rooms begin */ 

.orange-border {
  border-bottom: 1px solid;
  color: #F14C2A;
}

.orange{
  color: #F14C2A;
}
/* Rooms ends */ 

/* Specific room begin */ 



.bg-orange {
    background-color: #F2D2BD;
}
.customcontainer {
    padding-right: 1px;
  padding-left: 1px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
    .customcontainer {
      width: 760px;
    }
  }
  @media (min-width: 992px) {
    .customcontainer {
      width: 980px;
    }
  }
  @media (min-width: 1400px) {
    .customcontainer {
      width: 1370px;
    }
  }
  .customcard {
    padding-right: 1px;
  padding-left: 1px;
  margin-right: auto;
  margin-left: auto;
  }

  .blocktext {
    text-align: center;
    display: inline-block; text-align: left;
  }
  .resize{
    width: 100%;
    height: auto;
  }
  .resize2{
    width: 150px;
    height: auto;
  }
  .resize3{
    width: 100%;
    height: auto;
  }
  .mapouter
  {position:relative;text-align:right;width:100%;height:239px;}

  .gmap_canvas 
  {overflow:hidden;background:none!important;width:100%;height:239px;}

  .gmap_iframe 
              {height:239px!important;}

  .footballcard_img{
    height: 300px; 
    width: 500px;
  }

  
  .center {
    height: 400px;
    position: relative;
  }

  .center_p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .bg-oldyellow{
    background-color: #E1DEC5;
  }
  
  .bg-yellow{
    background-color: #F5EEAE;
  }
  /* Spesific room end */ 