/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
  background-color: #F3F3EE;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.card {
  height: 100%;
}

header
{
  color: #7c284f;
  background-image: url(../removals.jpg);
  background-blend-mode: overlay;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  border: 1px solid rgba(0,0,0,.125);
}

.introduction
{
	margin: 10px 0px 55px 0px;
	padding-top: 8px;
	padding-left: 10px;
	border-radius: 0.25rem;
	background-color: #fff;
	background-clip: border-box;
	word-wrap: break-word;
	border: 1px solid rgba(0,0,0,.125);
	text-align: left;
	font-size: 1.2rem;
	font-weight: 300;
	box-sizing: border-box;
}

.bg-dark {
	background-color: #7c284f !important;
}

.navbar-dark .navbar-nav .nav-link {
	
	color: white;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(244, 242, 242, 0.8);
}

.my-4 {
	margin-top: 0.9rem !important;
}

.styled, .list-unstyled {
	text-align: left;
	line-height: 2.0em;
	padding-left: 2.5em;
	font-size: 1.4em;

}



.card-body h2 {
	font-size: 1.8em;
}


    .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 
{
    height: 100%;
    width:100%;
    background-image: url("images/dinner-table-444434_1920.jpg");
	background-size: cover;
	background-repeat:no-repeat;    
}
.container-box
{
	display:inline-block; 
	padding:10px; 
	background: rgba(255, 255, 255, .8);
	border: 1px solid #fff;	
	position: fixed;
  	top: 55%;
  	left: 0;

}

.modal-content
{
	background: rgba(255, 255, 255, .9);	
}


.rotated
{
	-moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform-origin: top left;  
}

footer .row {
  padding-top: 5px;
 max-width: 1140px;
    height: 100%;
    width:100%;
        margin-right: auto;
    margin-left: auto;
    color: white;

}

footer p a {
color: white;
}

footer p a:hover {
color: white;

color: rgba(244, 242, 242, 0.8);

}















div.elem-group {
  margin: 40px 0;
}

label {
  display: block;
  font-family: 'Aleo';
  padding-bottom: 4px;
  font-size: 1.25em;
}

input, select, textarea {
  border-radius: 2px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1.25em;
  font-family: 'Aleo';
  width: 500px;
  padding: 8px;
}

textarea {
  height: 250px;
}

button {
  height: 50px;
  background: green;
  color: white;
  border: 2px solid darkgreen;
  font-size: 1.25em;
  font-family: 'Aleo';
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  border: 2px solid black;
}

