@font-face {
  src: url(../fonts/tiza.ttf);
  font-family: Tiza;
}

.container-fluid {
  /*padding: 0;*/
}

h1 {
  font-family: Tiza;
  font-size: 60px;
  color: #000;
  text-shadow: 4px 4px 1px #8af3ff;
  margin-left: 20px;
  margin-top: 45px;
}

.about-h2 {
  font-family: Tiza;
  text-shadow: 4px 4px 1px #c2e812;
}

.about-dev {
  font-family: arvo;
}

.about-p {
  font-family: arvo;
  font-size: 18px;
}

#about-drunk {
  margin-top: 30px;
  margin-left: 50px;
  margin-right: 50px;
}

.infoDrinkIcon {
  width: 75px;
  float: left;
  margin-right: 20px;
}

.infoDrinkIcon2 {
  width: 100px;
  float: left;
  margin-right: 20px;
}

#header {
  border-bottom: 2px solid black;
  height: 150px;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  margin-left: 0;
  margin-right: 0;
}

#nav {
  /*display: flex;
  align-items: center;
  justify-content: center;*/
}

#nav li {
  display: inline-block;
  list-style-type: none;
  margin-left: 50px;
  margin-top: 55px;
  font-size: 25px;
  background:;
  float:right;
}

#nav li a {
  color: #000;
  font-family: Tiza;
  text-shadow: 4px 4px 1px rgba(186,54,208, .6);
}

#header a {
  color: #000;
  font-family: Tiza;
}

#header h1 a:hover {
  text-decoration: none;
  text-shadow: 4px 4px 1px rgba(186,54,208, .7);

}

#nav li a:hover {
  padding: 10px 0 3px 0;
  text-shadow: 4px 4px 1px #c2e812;
  text-decoration: none;
}

.jumbotron {
  height: 400px;
  border-radius: 0;
}

.jumbotron h2 {
  font-family: Tiza;
  color: white;
  text-align: left;
}

#carousel {
  height: 400px;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
#carousel-1 img, #carousel-2 img, #carousel-3 img {
  width: 100%;
}

#content {
  margin-top: 50px;
}

.landing-icon {
  margin-bottom: 30px;
}

#drink-pic {
  width: 160px;
}

#location-pic {
  width: 160px;
}

.person-info {
  float: left;
  margin: 20px;
}

.polaroid {
  /*background-color: black;*/
  color: black;
  padding: 10px;
  width: 275px;
  background: rgba(186,54,208, 1); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(138, 243, 255, .8), rgba(194, 232, 18, .6)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(138, 243, 255, .8), rgba(194, 232, 18, .6)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(138, 243, 255, .8), rgba(194, 232, 18, .6)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(138, 243, 255, .8), rgba(194, 232, 18, .6)); /* Standard syntax */
  border: 1px solid black;
}


div.panel.panel-default {
  border: 0;
}

.about-image {
  width: 250px;
}

#call-out-button {
  width:100%;
  padding: 50px;
  font-size: 30px;
  font-family:Tiza;
  background-color: #fff;
  color:#000;
  text-shadow: 4px 4px 1px #8af3ff;

  border-radius: 0;
}

#call-out-button:hover {
  text-shadow: 4px 4px 1px #c2e812;
}

.food-drink {
  width: 5%;
}

.amenities {
  width: 30%;
}

.amenities img {
  display: inline-block;
  width: 10%;
  margin-right: 4%;
}

.price {
  width: 5%;
}

.area {
  width: 5%;
}

.name {
  vertical-align: center;
}

.sidebar-h2 {
  font-family: Tiza;
  font-size: 40px;
  color: #000;
  text-shadow: 4px 4px 1px #ba36d0;
  padding-left: 10px;
}

.lead {
  font-family: arvo;
  font-size: 18px;
}

td {
  font-family: arvo;
  font-size: 18px;
  padding-bottom: 20px;
}

#key {
  padding-top: 10px;
  padding-bottom: 10px;
}

.key-icon {
  width: 22px;
  display: inline-block;
}

.key-text {
  font-family: Arvo;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-left: 8px;
}

.keyrow {
  display: block;
}

#modal-image {
  width: 130px;
  padding-bottom: 10px;
}

#happy-info ul {
  list-style-type: none;
  text-align: left;
}

#happy-info ul li {
  margin-left: -40px;
}

/*#modal-icons img {
  width: 35px;
  padding-right: 10px;
}*/

#modal-icons p {
  text-align: center;
  font-size: 25px;
}

.modal-content {
  font-family: Arvo;
}

.filter-checkbox {
  display: block;
}

.table-striped > tbody > tr:hover {
  background: rgba(186,54,208, 1); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(138, 243, 255, .5), rgba(186,54,208, .3)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(138, 243, 255, .5), rgba(186,54,208, .3)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(138, 243, 255, .5), rgba(186,54,208, .3)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(138, 243, 255, .5), rgba(186,54,208, .3)); /* Standard syntax */
  cursor: pointer;
}

#main-content {
  border-top: 1px solid black;
  border-left: 1px solid black;
}

.form-group {
  font-family: Arvo;
  font-size: 16px;
}

#filter-button {
  font-family: Arvo;
  font-size: 20px;
  background-color: rgba(186,54,208, 0.1);
  border: 1px solid black;
  width: 100%;
}
#filter-button:hover {
  background: rgba(186,54,208, 1); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(138, 243, 255, .5), rgba(186,54,208, .3)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(138, 243, 255, .5), rgba(186,54,208, .3)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(138, 243, 255, .5), rgba(186,54,208, .3)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(138, 243, 255, .5), rgba(186,54,208, .3)); /* Standard syntax */
}

#addLocationForm {
  display: none;
}

#add-location-button {
  font-family: Arvo;
  font-size: 20px;
  background-color: rgba(186,54,208, 0.1);
  border: 1px solid black;
  width: 100%;
}

#add-location-button:hover {
  background: rgba(186,54,208, 1); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(138, 243, 255, .5), rgba(186,54,208, .3)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(138, 243, 255, .5), rgba(186,54,208, .3)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(138, 243, 255, .5), rgba(186,54,208, .3)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(138, 243, 255, .5), rgba(186,54,208, .3)); /* Standard syntax */
}

#add-submit {
  font-family: Arvo;
  font-size: 20px;
  background-color: rgba(186,54,208, 0.1);
  border: 1px solid black;
  width: 50%;
}

#add-submit:hover {
  background: rgba(186,54,208, 1); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(138, 243, 255, .5), rgba(186,54,208, .3)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(138, 243, 255, .5), rgba(186,54,208, .3)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(138, 243, 255, .5), rgba(186,54,208, .3)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(138, 243, 255, .5), rgba(186,54,208, .3)); /* Standard syntax */
}

#location-add-h2 {
  font-family: Tiza;
  text-shadow: 4px 4px 1px #c2e812;
}

@media screen and (max-width: 1460px) {
  h1 {
    font-size: 50px;
  }
  #nav li {
    font-size: 20px;
    float: none;
  }
}

@media screen and (max-width: 985px) {
  #carousel {
    display: none;
  }
  #call-out-button {
    font-size: 30px;
  }
  #header {
    height: 250px;
  }
}

@media screen and (max-width: 750px) {
  h1 {
    font-size: 30px;
  }
}
