/* This is the Header section */
header {
  background-color: rgb(231, 148, 39);
  text-align: center;
  width: 100%;
}
body {
  background-image: url(./Assets/image4.jpg);
  background-color: black;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
h1 {
  color: white;
  padding: 30px;
}
h3 {
  text-align: center;
  padding-top: 40px;
  color: white;
}

p {
  color: white;
  text-align: center !important;
  padding-top: 50px;
}

h3 {
  padding-bottom: 20px;
}
/* Here are all the classes */
.welcome {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.row {
  margin: auto 0 !important;
}

.btn-secondary {
  margin: 30px;
}
/* Here are all the Ids */
#submit {
  width: 120px;
  height: 60px;
  margin-top: 40px;
}

#submit:hover {
  width: 125px;
  height: 65px;
  transition-duration: 0.05s;
}
#logo {
  padding: 20px;
  width: 300px;
}

#goBack,
#next {
  background-color: rgb(129, 12, 12);
  border: none;
}
#map {
  height: 100%;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
}

#pac-container {
  padding-bottom: 12 px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
  color: #fff;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#page-container {
  position: relative;
  min-height: 100px;
}

#content-wrap {
  padding-bottom: 100px;
}
#logs {
  background-color: white;
  color: rgb(129, 12, 12);
  width: 100%;
  position: fixed;
  height: 90px;
  bottom: 0;
  display: none;
}
#footer {
  background-color: rgb(231, 148, 39);
  font-weight: bold;
  position: fixed;
  padding: 10px;
  bottom: 0;
  width: 100%;
  height: 50px;
}

#local-storage-btn,
#clear-btn {
  float: right;
  background-color: rgb(129, 12, 12);
  color: white;
  border: none;
  border-radius: 5%;
  margin-right: 20px;
}
#local-storage-btn:hover,
#clear-btn:hover {
  background-color: white;
  color: rgb(129, 12, 12);
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  #logo {
    width: 50%;
  }
  .span3 {
    width: 60%;
  }
}

@media screen and (max-width: 752px) {
  .welcome {
    top: 140%;
  }
}
