/*Logo and Nav Bar*/
.container ul {
  font-family: "Times New Roman", Times, serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #8b0000;
}

.container li {
  float: left;
}

.container li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.container li a:hover {
  background-color: #660000;
}





/*Body Styling through website*/
body {
  background-color: white;
  padding: 20px;
  font-family: "Times New Roman", Times, serif;
  color: #000059;
  font: bold;
}



/*Menus*/
.menuComment {
  text-align: center;
}



/*About Page*/
.biography {
  display: inline-table;
  color: #000059;
  font: bold;
}





/*Portfolio Page and links to individual services gallery*/
.reqBooking {
  margin-top: 6px;
  text-align: center;
  background-color: #000059;
  color: white;
  width: 100%;
}
  




/*Contact Page*/
.content2 {
  position: relative;
}

.address {
  position: absolute;
  bottom: 75;
  right: 500;
  width: 300px;
}

.content3 {
  position: relative;
}

.map {
  position: absolute;
  bottom: 50;
  right: 50;
  width: 300px;
}

.content5 {
  position: relative;
}

.bookingTip {
  position: absolute;
  bottom: -100;
  right: 300;
  width: 500px;
  padding-top: 10px;
}

.content4 {
  position: relative;
}

.promo {
  position: absolute;
  bottom: -356;
  right: 0;
  width: 828px;
  height: 200px;
  text-align: center;
  background-color: #000059;
  color: white;
  padding-top: 10px;
}

iframe {
  position: static;
  background-color: #8b0000;
  padding: 5px;
  margin
}

/*Form Styling in Contact Page*/
.bookHead {
  text-align: center;
}

form {
  display: fixed;
  color: white;
  position: left;
  margin-right: 800px;
  border: 5px;
  background-color: #8b0000;
  padding: 20px;
}

input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=email], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=date], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

textarea[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}


input[type=submit] {
  width: 100%;
  background-color: #000059;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

input[type=reset] {
  width: 100%;
  background-color: #000059;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=reset]:hover {
  background-color: #45a049;
}

  




/*gallery table with links*/
.row {
  margin: 8px -16px;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 2px;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 24%;
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}






/* Service Page */
.services {
  background-color: white;
  padding: 10px;
}

.pricingInfo {
  text-align: center;
}

.serviceHeader {
  color: white;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  list-style-type: none;
  margin: 0;
  padding: 4px;
  overflow: hidden;
  background-color: #8b0000;
}







/*INDIVIDUAL GALLERY STYLING FOR RESPONSIVE IMAGE GRID*/
.row1 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column1 {
  flex: 25%;
  max-width: 24%;
  padding: 0 4px;
}

.column1 img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}




/*Footer styling*/

footer{
  position: bottom;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 10px;
  font-family: "Times New Roman", Times, serif;
  color: #000059;
  font: bold;
}

.socialMedia {
  display: inline;
  float: right;
}








