@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Roboto+Condensed');

body {
  font-family: 'Fjalla One';
  margin: 0px;
  padding: 0;
}

h1 {
  font-size: 50px;
  color: rgb(64, 104, 121);
}

h2 {
  font-size: 30px;
  color: #406879;
}

#lowercase {
  text-transform: lowercase;
}

/* unvisited link */
a:link {
  color: #406879;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #595959;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: black;
  text-decoration: none;
}

/* selected link */
a:active {
  color: #595959;
  text-decoration: none;
}

p {
  font-family: 'Roboto Condensed';
  line-height: 2em;
  color: #595959;
}

h3 {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-size: 10px;
  color: #595959;
}

.readmore {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-size: 16px;
}

.label {
  text-align: center;
  margin-top: 75px;
  margin-bottom: 75px;
  padding: 1px;
}

.mapouter {
  text-align:right;
  height:530px;
  width:100%;
  margin-top:0;
  padding-top:0;
  }

.gmap_canvas {
  overflow:hidden;
  background:none!important;
  height:530px;
  width:100%;
  margin-top:0;
  padding-top:0;
  }

#mission {
  text-align: center;
  color: white;
  margin: 70px auto 50px auto;
  text-transform: uppercase;
  line-height: 1.6em;
  font-weight: bold;
}

h4 {
  font-family: 'Roboto Condensed';
  font-size: 30px;
  color: #595959;
}

#parallax1 {
    background-image: url(coverphoto2.jpg);
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0px;
}

#parallax2 {
    background-image: url(spread2.jpg);
    min-height: 50vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0px;
}

.navBar ul {
    list-style-type: none;
    margin: auto;
    padding: 0;
    overflow: hidden;
    background-color: white;
    position: fixed;
    top: 0;
    font-size: 20;
    width: 100%;
    z-index: 5;
    height: 100px;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 4em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.navBar ul li{
    float: left;
}

.navBar ul li a{
    display: block;
    color: #406879;
    text-align: center;
    padding: 40px 0px 40px 165px;
    text-decoration: none;
    text-transform: uppercase;
}

#logo {
    width: 70%;
    margin: 20px;
}

.thingstodo {
    display: grid;
    grid-template-columns: 50px 1fr 300px 1fr 300px 1fr 300px 1fr 75px;
    grid-template-rows: 75px 150px 500px 100px ;
    justify-items: center;
}

.fun {
    grid-column: 3;
    grid-row: 3;
}
.monuments {
    grid-column: 5;
    grid-row: 3;
}
.museums {
    grid-column: 7;
    grid-row: 3;
}
#thingstodo {
    grid-column: 5;
    grid-row: 2;
}

.placestoeat {
  display: grid;
  grid-template-columns: 50px 1fr 600px 1fr 600px 1fr 50px ;
  grid-template-rows: 2px 600px 100px;
  justify-items: center;
}

.foodphoto {
  padding-top: 10px;
  grid-column: 3;
  grid-row: 2;
}

.foodcaption {
  grid-column: 5;
  grid-row: 2;
}

img {
  width: 300px;
}

#endgradient {
  background: linear-gradient(white ,#406879);
}


#food {
  width: 380px;
  padding-top: 30px;
}

#planyourtrip {
  margin-bottom: 2px;
  color: white;
}

.form {
  text-align: center;
  padding-bottom: 50px;
  margin: 1px;
  color: white;
}

input[type=message], select, textarea {
  width: 35%;
  height: 250px;
}

.white {
  color: white;
}

input[type=text] {
  background-color: white;
}
/* When moving the mouse over the submit button, add a darker green color */
input[type=text]:focus {
  background-color: lightblue;
}

input[type=email] {
  background-color: white;
}
/* When moving the mouse over the submit button, add a darker green color */
input[type=email]:focus {
  background-color: lightblue;
}
input[type=message] {
  background-color: white;
}
/* When moving the mouse over the submit button, add a darker green color */
input[type=message]:focus {
  background-color: purple;
}

table {
  border-style: solid;
  border-radius: 5px;
  border-width: 5px;
  box-shadow: 5px 5px 3px #888888;
}
