/*** Chatton Murder Mystery CSS Document ***/
/*
File			style2025.css
Creation Date	31st December 2016
Last Modified	2nd December 2024
Version			1.1
URL				http://murder.chatton.uk/
Author			Ian Catchpole
Description		Cascading Style Sheet for Chatton Murder Mystery web site
*/

/** Override Bootstrap css  **/

/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
    
/* Set height of the grid so .sidenav can be 100% (adjust as needed)
.row.content {height: 450px} */
    
/* Set grey background color and 100% height */
.sidenav {
    padding-top: 20px;
    background-color: #f1f1f1;
    height: 100%;
}
 
.navbar-inverse {
  background-color: #ebe8e5;
  border-color: #ebe8e5;
}
.navbar-inverse .navbar-brand {
  color: #505050;  
}
.navbar-inverse .navbar-nav > li > a {
  color: #505050;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #444422;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
    background-color: transparent;
}

.navbar-brand {
    padding: 0px 15px;
}
/* Set black background color, white text and some padding */
footer {
    background-color: #555;
    color: white;
    padding: 15px;
}
    
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
   color: yellow;
}
 
/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
    height: auto;
    padding: 15px;
    }
    .row.content {height:auto;} 
}
.carousel-inner img {
    width: 100%; /* Set width to 100% */
    margin: auto;
}
.carousel-caption h3 {
    color: #fff !important;
}
@media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
	}
}

/** Fonts 
@font-face {
  font-family: artDeco;
  src: url(fonts/arbonnie.ttf);
}
**/

/** Custom Styles  **/

body {
  color: #373737;
  font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.625;
  color: #373737;
}
h1 {
  font-family: Verdana, sans-serif;
  font-size: 40px;
  color: #a01919;
}
h2 {
  font-family: Verdana, sans-serif;
  font-size: 30px;
  color: #a01919;
}

#main-content {
  padding: 10px;
  text-align: justify;
  background-color: #fff;
}
#content_box {
  margin: 10px;
  padding: 5px;
  border: 5px solid #999966;
  border-radius: 10px;
  background: rgb(102, 102, 51);
  color: white;
  font-size: 16px;
  text-align:center;
  font-style:italic;
  line-height: 1.8;
}

#right-col {
  font-size: 12px;
  text-align: justify;
  padding: 35px 10px;
  height: 100%;
}

#right-col h1 {
  font-size: 16px;
  color: #8fb0b5;
  text-decoration: underline;
}
#right-col h2 {
  font-size: 14px;
  color: #8fb0b5;
  font-style:italic;
}

@media (max-width: 600px) {
    .small-hide {
	  display: none; /* Hide the image when the screen is less than 600 pixels wide */
	}
}

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.container{
    display:table;
    /*width:90%; */
    border-collapse: collapse;
    }
.col1{
	display:table-cell;
	width:33%;
	padding: 20px;
    /* font-size: 30px; */
}
#luxcal { 
  width:100%; 
  height:800px; 
  /*  margin:20px; */
  border-style:solid; 
  border-width:1px; 
  border-color:#8fb0b5; 
}

