br.clear {  clear: both; } 

.compass {
  position: relative;
  text-align: center;
  color: black;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
  border-radius: 50%
  font-weight: bold;
  font-size: large;
  padding: 25px;
}

.footer_pad {
 padding: 40px;
}

.footer {
  background: #fafafa;
  border-top: solid 1px #eee;
}

.footer p {
  margin-top: 30px;
}

.rounded {
    border-radius: 5rem !important;
}

.rounded-left {
    border-top-left-radius: 5rem !important;
    border-bottom-left-radius: 5rem !important;
}

.rounded-right {
    border-top-right-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important;
}


#imgs{
   position: relative; 
   width: 100%; /* for IE 6 */
   height: 700;
   margin: 0 auto;}

.content-msg {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
z-index:999;
}
.content-msg a {
    color: black;
}

