﻿/*styling.css*/
/*add font family, background image*/

body {
  color: #FEA364;
  font-family: "Aclonica", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #2B3349;
}

.fa-map-marker-alt,
.fa-dot-circle {
  color: #FEA364;
}

/*Jumbotron*/
.jumbotron {
  background-color: transparent;
  margin: 0;
  padding: 10px;
}

.jumbotron h1 {
  letter-spacing: 2.5px;
  font-size: 3.5em;
}

.jumbotron h1,
.jumbotron p {
  text-align: center;
}

/*map*/
#googleMap {
  width: 80%;
  height: 400px;
  margin: 10px auto;
}

/*output box*/
#output {
  text-align: center;
  font-size: 2em;
  margin: 20px auto;
}

#mode {
  color: black;
}

button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 18px;
  color: white;
  background-color: #FEA364;
  border: none;
  border-radius: 25px;
  cursor: pointer;
}

button:hover {
  background-color: white;
}
