body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #1AAB8A;
  margin-top: 0;
}
html, body {
  background: url(images/redbrick.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

img.logo {
width:8em;
height: 2.8em;
color: white;

background: rgb(204, 204, 204);

background: rgba(204, 204, 204, 0.5);

border-radius: 10px;

position: relative;
margin-right:1.5em;
margin-bottom: 0;


}
#title {
  font-size: 1.5em;
  color: white;
  padding-bottom: 0px;
  padding-top: 10px;
  background-color: black;

  background-image: linear-gradient(to bottom right, #1AAB8A, black);
  text-shadow: 2px 2px 4px #000000;
  width: 95%;
  margin: 0 auto 0 auto;
  border: 1px solid black;
   outline-style: solid;
   outline-color: grey;
   outline-width: thin;
   font-family: 'Montserrat', sans-serif;
   opacity: 0.85;
   padding:0px;

}
#map{
  height:32em;
  width:95%;
  margin: 0 auto 0 auto;

  border: 1px solid black;
   outline-style: solid;
   outline-color: grey;
   outline-width: thin;

}
.infoclass{
  width: auto;

}
.infoclass img {
  border: 1px solid #ddd;
  border-radius: 3px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: auto;
  max-width: 180px;
  max-height: 180px;
  margin-bottom: 5px;

}
img:hover{
  -moz-box-shadow: 0 0 10px #ccc;
		-webkit-box-shadow: 0 0 10px #ccc;
		box-shadow: 0 0 10px #ccc;


}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    min-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 */
    height: 100%;



}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #1AAB8A;
    color: white;
      background-image: linear-gradient(to bottom right, #1AAB8A, black);
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}



body{
  text-align:center;
}
body:before{
  content:'';
  height:100%;
  display:inline-block;
  vertical-align:middle;
}
button{
  background:#1AAB8A;
  color:#fff;
  border:none;
  position:relative;
  height:60px;
  font-size:1.6em;
  padding:0 2em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
}
button:hover{
  background:#fff;
  color:#1AAB8A;
}
button:before,button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #1AAB8A;
  transition:400ms ease all;
}
button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
button:hover:before,button:hover:after{
  width:100%;
  transition:800ms

}
#up {
  width: auto;
  height: 2em;
  display: inline;

}
bodz{
  overflow: scroll;
}
h3, h1, h2, h6, p{
   font-family: 'Montserrat', sans-serif;
}
p img {
  width: 80%;
}
#combo{
  max-width:50px;
}
