@charset "UTF-8";
/* CSS Document */

html {
	font-family: verdana;
}

.title {
	text-align: center;
}
.video{
    text-align:center;
}
.nav2 {
	margin: 20px 30px;
	text-decoration: none;
	color: black;
}

.nav {
	justify-content: center;
	align-items: center;
	display: flex;
	margin: 0px 30px;
}

.bodyleft {
	width: 100%;
	float: right;
	text-align: center;
	margin: 30px 30px;
	line-height: 25px;
	font-weight: 500px;
}

.line {
	width: 100%;
	height: 0px;
	border: black solid thin;
}

.aboutbody{
    display:flex;
    justify-content: center;
    align-items: center;
    margin: 25px;
}

.img11 {
	height: 75vh;
  width: 100%;
  background-image: url("ruths-main.jpg");
  background-size: cover;
  float: right;
  background-position: top center;
  background-attachment: fixed;
}

.bodymiddle {
	text-align: center;
	margin: 20px 0px;
	width: 100%;
	float: right;
}

.img22{
	width: 47.5%;
	float: left;
	height: 450px;
	margin: 50px 0px 50px 0px;
	background-image: url("statue.jpg");
	background-size: cover;
	
}
.orderBtn{
    padding: 15px;
  background: #0b5b0b;
  margin: 25px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}
.orderBtn:hover{
    background: #000000;
}
.img33 {
	width: 47.5%;
	height: 450px;
	float: right;
	margin: 50px 0px 50px 0px;;
	background-image: url("landscape5.JPG");
	background-size: cover;
}

.about {
	text-align: center;
}

.book {
	text-align: center;
}

.gallery {
	text-align: center;
}

.ruth {
	height: 400px;
}

.aboutbody {
	text-align: center;
}

.textabout {
	margin: 20px 30px;
	line-height: 25px;
}

.bookbody {
	text-align: center;
}

.galleryimg {
	height: 400px;
	margin: 30px;
}

.gallerydiv1 {
	text-align: center;
}

.gallerydiv2 {
	text-align: center;
}

.footer {
	width: 100%;
	text-align: center;
	float: right;
}

.foot {
	display: inline;
}

a {
	margin: 5px 0px;
	color: black;
	
}

input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.thankyou {
	text-align: center;
}

.thankyouform {
	text-align: center;
	margin: 75px 0px 100px 0px;
}

@media (max-width: 768px) {
	.title2 {
		height: 100px;
	}
	
	.img11 {
		background-image: url("landscape4 mobile.jpg")
	}
	
	.img22 {
		width: 100%;
		margin: 10px 0px;
	}
	
	.img33 {
		width: 100%;
		margin: 10px 0px 40px;
	}
	
}