* {
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
}

a {
  color: #062E67;
  border-top: solid 3px #062E67;
  border-bottom: solid 3px #062E67;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}



.wrapper {
  min-height: calc(100vh - 22px - 93px - 40px - 10px); /* -footer -main-title -footer:margin -body:margin; */
  margin:10px;
  margin-top: 93px;
}

.main-logo {
  height: 93px;
  vertical-align: bottom;
}

.main-title {
  color: #062E67;
  margin: 0;
  padding: 20px;
  display: inline-block;
}

.main-header {
  background-color: #EADE51;
  width: 100%;
  box-shadow: #000 0 0px 10px;
  position: fixed;
  top: 0;
}

.banner {
  clear: both;
  margin-bottom: 40px;
  margin-top: 103px;
}

body {
  height: 100%;
  background-color: #062E67;
  color: #EADE51;
  text-align: center;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    text-align: left;
}
.modal button {
    background-color: #fefefe;
    border-radius: 5px;
    border: 2px solid;
    font-size: 16px;
    padding: 2px;
}

.newModalContent {
    background-color: #fefefe;
    margin: 30% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 70%; /* Could be more or less, depending on screen size */
    color: #062E67;
}

/* Modal Content/Boxes */
#profile-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    color: #062E67;
}

#profileHeader {
    display: inline-block;
    width: 90%;
    margin: 0px 0 10px 0;
}

#friends-content {
    background-color: #eee;
    margin: 2.5% 0 0 20px;
    padding: 10px;
    border-left: 3px solid #EADE51;
}

/* Modal Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -8px;
}
.close:hover,
.close:focus {
    color: black;
    cursor: pointer;
}

#map {
  width: 100%;
  height: 75vw;
  border: 0;
  border-radius: 5px;
}

#signinButtons {
  display: inline-block;
}

footer {
  height: 22px;
  margin-top: 40px;
  background-color: #EADE51;
  color: #062E67;
  box-shadow: #000 0 0px 5px;
}

button {
  color: #062E67;
  background-color: #EADE51;
  border-radius: 10px;
  border: 3px solid;
  font-size: 18px;
  padding: 7px;
  display: inline-block;
  margin:auto;
}

#user-pic {
  width: 100px;
  border-radius: 100%;
}


h2 {
  margin-bottom: 0;
}
h4, h5 {
	margin: 0;
}

#userProfile {
	margin:auto;
}

.secondary ol, .secondary ul{
  text-align: left;
}

.accept, .remove {
  float: right;
}

#getDirectionsButton {
  display: none;
  text-align: center;
  position: relative;
  float: right;
  right: 45px;
  bottom: 70px;
  height: 40px;
  width: 40px;
}

#getDirections {
  border: none;
  margin-left: -2px;
  margin-top: -1px;
}