#display{
  position: fixed;
  top: 176.859px;
  left: 23%;
  bottom: 0;
  width: 75%;
  height: 80%;
  border: 5px solid black;
  margin-right: 11%;
}

#login-form{
  border: 2px solid black;
  padding: 5px;
  background: white;
}

#add-new-loc-link, #map-button, #reading-button, #review-form{
    display: none;
}

#form-border{
  margin: 20% 5% 0 5%;
  /* display: none; */
}

#map{
  height: 100%;
  display: none;
}

/* #login-form{
  display: none;
} */

#title{
  font-family: foobar;
  font-weight: bold;
  font-size: 95px;
  padding-top: 10px;
  padding: 0;
}

.col-6 .col-3 {
  padding: 0;
}

#overline{
  border-top: 2px solid #2b80b7;
  padding-top: 5px;
}

#tagline{
  font-size: 1.5em;
}

#nav-title{
  text-align: center;
  color: white;
  border-bottom: 2px solid #2b80b7;
  padding-bottom: 11px;
  padding-top:11px;
}

#comment-title {
  font-family: 'UniWideRegular'; 
  font-weight: normal; 
  font-style: normal;
  text-align: center;
}

#comment-header{
  text-align: center;
  color: #2b80b7;
}

#address-input{
  width: 70%;
}

.time{
  color: #2b80b7;
  margin-left:2px;
}

.comment{
  color: white;
  margin-left:2px;

}

.user{
  color: red;
  margin-left:2px;

}

#new-comment-btn{
  width: 200px;
  background: #2B80B7;
  margin-bottom: 10px;
  font-family: 'UniWideRegular';
  text-align: center;
  font-size: 25px;


}

.icon{
  padding-right: 5px;
  width: 30px;
  height: 27px;
}

header{
  text-align: center;
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 2000;
  background: white;
  display: block;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

*{
  margin: 0;
  padding: 0;
}

body{
  font-family: Open Sans, Arial, sans-serif;
  overflow-x: hidden;
  background-image: url("../images/city bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

nav{
  position: fixed;
  top: 181px;
  width: 200px;
  background-color: black;
  height: 900px;
}

#review-form{
  position: fixed;
  z-index: 1000;
  width: 200px;
  left:200px;
  background-color: grey;
  overflow: auto;
  margin: 0;
  height: 900px;
}

nav ul{
  list-style: none;
  margin-top: 18px;
  text-align: left;
}

nav a:hover{
  background: #2b80b7;
  text-decoration: none;
  color: black
}

nav ul li a{
  text-decoration: none;
  display: block;
  color: white;
  padding: 10px 0 10px 20px;
}

#display{
  background-image: url("../images/login_background.jpg");
  background-size: cover;
}

.modal {
  display: none; 
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  left: 35%;
  top: 35%;
  width: 27%; /* Full width */
  height: 20%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: grey; /* Fallback color */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 100%;
  height: 100%;
  /* vertical-align: top; */
  /* padding:3%; */
}

.modal-dialog{
  margin: 0;
  width: 100%;
  height: 100%;
}

.modal-footer, .modal-header{
  border-width: 0;
}

.modal-footer{
  width: 92%;
}

.modal-header{
  margin-bottom: 10px;
}

#address-text, #register-text{
  padding-left: 16px;
}

.button{
  width: 90px;
}

#sign-up-btn{
  background: white;
  color: #007BFF;
}

/* The Close Button */
/* .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
} */


@font-face {
  font-family: foobar;
  src: url(FoobarProRegular.otf);
} 



#readingMat {
  position: absolute;
  text-align: center;
  top: 176.859px;
  left: 23%;
  bottom: 0;
  width: 75%;
  height: 80%;
  border: 5px solid black;
  margin-right: 11%;
  background-image: url("../images/restroom.jpg");
  background-size: cover;
  }

  #articlesHere{
  background: rgba(255, 255, 255, 0.24);
  font-weight: 900;
  }
