main {
  height: 440px;
}

h1 {
  color: black;
}

h1 #interior {
  border: solid;
}

body {
  /*  background: url('../pics/faded.jpg');
*/
  height: 100%;
  font-family: 'roboto', 'helvetica neue', arial, sans-serif;
}

.space {
  width: 100%;
  height: 125px;
  float: none;
  position: relative;
  left: 0;
  text-align: center;
  padding: 44px;
  font-family: "open_regular", Helvetica, Arial, sans-serif;
}

div.space2 {
  border: solid;
  width: 100%;
  height: 250px;
  float: none;
  position: relative;
  text-align: center;
  padding: 44px;
  font-family: "open_regular", Helvetica, Arial, sans-serif;
}

p#text {
  font-size: 13px;
  display: block;
  color: white;
  font-family: 'roboto', 'helvetica neue', arial, sans-serif;
}

.buttons {
  transform: translateX(45%);
}

button {
  top: 40%;
  padding: 4% 3%;
  width: auto;
  height: auto;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  background-color: #f1c40f;
  color: white;
}

button:hover {
  background-color: #FFDE29;
}

.bottom-left {
  bottom: 8px;
  left: 16px;
}

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 300px;
  background: #222224;
  text-align: center;
  line-height: 300px;
}

#wrapper {
  text-align: center;
}

a.control_prev,
a.control_next {
  top: 40%;
  padding: 4% 3%;
  width: auto;
  height: auto;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  background-color: #f1c40f;
  color: white;
}

a.control_prev:hover,
a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
  color: white;
}


/*second Slider*/

#slider2 {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider2 ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider2 ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 300px;
  background: #222224;
  text-align: center;
  line-height: 300px;
}

#wrapper2 {
  text-align: center;
}

a.control_prev2,
a.control_next2 {
  top: 40%;
  padding: 4% 3%;
  width: auto;
  height: auto;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  background-color: #f1c40f;
  color: white;
}

a.control_prev2:hover,
a.control_next2:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev2 {
  border-radius: 0 2px 2px 0;
}

a.control_next2 {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option2 {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
  color: white;
}

.gal-container {
  padding: 12px;
}

.gal-item {
  overflow: hidden;
  padding: 3px;
}

.gal-item .box {
  height: 150px;
  overflow: hidden;
}

.box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.gal-item a:focus {
  outline: none;
}

.gal-item a:after {
  /*content: "\002a";*/
  font-family: 'Glyphicons Halflings';
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
  line-height: 150px;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
  opacity: 1;
}

.modal-open .gal-container .modal {
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-open .gal-item .modal-body {
  padding: 0px;
}

.modal-open .gal-item button.close {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #000;
  opacity: 1;
  color: #fff;
  z-index: 999;
  right: -12px;
  top: -12px;
  border-radius: 50%;
  font-size: 15px;
  border: 2px solid #fff;
  line-height: 25px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}

.modal-open .gal-item button.close:focus {
  outline: none;
}

.modal-open .gal-item button.close span {
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow: none;
}

.gal-container .modal-dialogue {
  width: 50%;
}

.gal-container .description {
  position: relative;
  height: 40px;
  top: -40px;
  padding: 10px 25px;
/*  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;*/
  text-align: left;
}

.gal-container .description h4 {
  margin: 0px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.gal-container .modal.fade .modal-dialog {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  top: 100px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 1;
}

@media (min-width: 768px) {
  .gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
  }
}

@media (max-width: 768px) {
  .gal-container .modal-content {
    height: 150px;
  }
}

.locationBtn {
  text-align: center;
}

.responsive-paragraph {
  margin-top: 20px;
  color: black;
  font-size: 17px;
}

@media (max-width:767px) {
  .responsive-paragraph {
    line-height: 1.2;
    font-size: 15px;
  }
}