/* Fonts
-------------------------------------------------- */
@font-face {
    font-family: 'Essays 1743';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/essays1743-min.eot');
    src: local('Essays 1743'),url('../fonts/essays1743-min.ttf');
}
@font-face {
    font-family: 'Linux Libertine';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/lin-libertine-min.eot');
    src: local('Linux Libertine'),url('../fonts/lin-libertine-min.ttf');
}

body {
    font: large/1.556 'Linux Libertine',Palatino,'Palatino Linotype','Book Antiqua',Georgia,'Times New Roman',serif;
}

/* General styles
-------------------------------------------------- */


body {
    background-color: #FAFAFA;
    color: #2C2C2C;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4 {
  font-weight: bold;
}

.fas {
    color: darkgray;
    cursor: pointer;
}


.container.main {
  padding-top: 80px;
}


#footer {
  padding-top: 15px;
}

h1 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
}

ul.nobullets {
    list-style: none;
    padding-left: 0;
}

#place_search {
    width: 200px !important;
}

/* Map styles
-------------------------------------------------- */
#map_container {
    float: right;
    width: 100%;
    margin: 0px;
    -moz-box-shadow: 0 0 3px 3px #ccc;
    -webkit-box-shadow: 0 0 3px 3px #ccc;
    box-shadow: 0 0 3px 3px #ccc;
}
#map_canvas {
    border: solid 1px black ! important;
    width: 100%;
    height: 400px;
}
.mapboxgl-popup-content {
  font-family: 'Linux Libertine',Palatino,'Palatino Linotype','Book Antiqua',Georgia,'Times New Roman',serif;
  font-size: 16px;
  line-height: 1.4em;
}
.mapboxgl-popup-content a {
  text-decoration: none;
  color: #2C2C2C !important;
}
.mapboxgl-popup-content .visible-link {
  color: #007bff !important;
}
.mapboxgl-popup-content h4 {
  font-size: 24px;
  font-weight: bold;
  margin-right: 8px;
}

/* Sticky footer styles
-------------------------------------------------- */
html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
#footer {
  height: 60px;
  background-color: #f5f5f5;
  margin-top: 10px;
}

/* Select2 styles
-------------------------------------------------- */

.select2-results__options {
  font-size: 16px;
}
.select2-container--bootstrap .select2-results__option {
    padding: 4px 12px;
}
