body {
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  /*background-color: #C9CDD1;
#d7d2d3
#343434
#9c3535
#935c33
#7a7a7a
#949494
*/
}

* {
    box-sizing: border-box;
}

.menu
{
  background-color:#FFFFFF;  
  width:100%;"
}

.GTSFTitle
{
  background-color:#FFFFFF;
  padding:15px; 
  width:100%;"
}

.GTSFTitleImage
{
  width:50%;
  margin-left:auto;
  margin-right:auto;
  background-color:#FFFFFF;
}

.GTSFTitleImg
{
 float: right;
 width: 50%; 
}


.reservation
{
 text-align: left;
 width:100%;
}

.topnav {
  width: 100%;
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #7a7a7a;
  color: black;
}

.active {
  border: 2px solid #FFFFFF;
}

.topnav .icon {
  display: none;
}

.welcome
{
 list-style-type: none;
padding-right: 20px;
}


.main {
  width: 100%;
  /*overflow:hidden;*/
  background-color: white;
  text-align: center;
}

.mainleft {
  width: 20%;
  float: left;
  text-align:center;	
}

.maincenter {
  width: 60%;
  background-color: white;
  text-align: center;	
}


.mainright {
  width: 20%;
  float: right;
  text-align:center;	
}

.footer
{
margin-top:5%;
  width:100%;
  background-color: #949494;
}

.button {
  display: inline-block;
  background-color: #9c3535;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.button:hover {
  color: white;
  text-decoration: none;
  filter: brightness(85%);
}

/* Style inputs with type="text", select elements and textareas */
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: auto;  /* Add a top margin */
  margin-bottom: auto; /* 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: #9c3535;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width:97%;
margin-top: 1%;
margin-left:1.5%;
margin-right:1.5%;

}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #7a7a7a;
}

/* Add a background color and some padding around the form */
.containor {
  width:97%;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 15px;
  margin-left:1.5%;
  margin-right:1.5%;
}



@media only screen and (max-width:800px) {
  /* For tablets: */

.GTSFTitleImage
{
  /*width:80%;*/
}

  .main {
/*    width: 80%;
    padding: 0;*/
  }  


}




* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.containerA {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.rowA:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.activeA,
.demo:hover {
  opacity: 1;
}


@media only screen and (max-width:500px) {
  /* For mobile phones: */

  .GTSFTitleImage
  {
   width:100%;
  }
  .menu, .main,  {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}




