/* GENERAL */
body {
 margin:0 auto;
 height:100%;
}

table thead, table tbody, table tfoot, table tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0);
}

.black-text p {
  color:black;
  margin-bottom:0 !important;
}

p, ul, li {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  font-weight: 300;
}

.lists ul li {
  color:black;
  line-height: 32px;
}

h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  color: #ff7f00;
  line-height: 30px;
  font-weight: 900;
}
h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  color: #ff7f00;
  line-height: 30px;
  font-weight: 900;
}
h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  color: black;
  line-height: 28px;
  font-weight: 600;
}
h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: black;
  line-height: 22px;
  font-weight: 600;
}
.divider{
    border-bottom:4px solid #21ce98;
    margin-top:10px;
    margin-bottom:10px;
}


/* HEADER */
.top-bar {
  background-color: white !important;
  opacity: .9;
  box-shadow: 0 3px 5px #000000;
}
.top-bar-left {
  display: inline-block;
  margin:20px;
}
.top-bar-right {
  display: inline-block;
  margin:30px;
}
.social img {
	margin-right:15px;
}


/* TESTIMONIALS */
.quote-marks {
  font-size: 144px;
  font-family: 'EB Garamond', serif;
  color: #777;
}

.move-right {
  position: relative;
  text-align: right;
}

.quote {
  border-radius: 5px;
}

.quote p {
  font-weight: 300;
  font-size:18px;
  color:black !important;
}
.student {
  margin-left: 25px;
  margin-bottom: 80px;
}
.student .photo {
  background-color: #ccc;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 15px;
}
.student p {
  position: relative;
  top: 5px;
  color:black;
}
.student p:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.student p:nth-child(3) {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
/* END TESTIMONIALS */



/* NAV */
.title-bar {
  background-color:rgba(64, 112, 148, 0.9);
  box-shadow: 0 3px 6px #000000;
}
.title-bar ul li a{
color:white;
font-family: 'Raleway', sans-serif;
font-size: 18px;
font-weight: 600;
}
#responsive-menu {
  text-align: center;
  margin: 0 auto;
  z-index:99999;
}
#responsive-menu li {
  display: inline;
}
#responsive-menu li a{
  display: inline-block;
  padding: 10px 20px;
}

/* HERO */
.orbit-image {
background-size: cover !important;
}

.orbit-container {
	height:600px !important;
}

ul.orbit-container {
	height:600px !important;	
}

li.orbit-slide {
	top:-100px !important;	
}

li.orbit-slide.is-active {
	top: -100px !important;
}

.mls-search {
  margin:0 auto;
  height:600px;
  width:80%;
  padding:0;
}
.mls-search iframe{
  height:100%;
  width:80%;
  border-radius:10px;
}
.mls-placement {
  top:0px;
  z-index:1;
}


/* Login Form */
.log-in-form {
  border: 1px solid #cacaca;
  padding: 1rem;
  border-radius: 3px; }
.log-in-bar {
    background-color:rgba(64, 112, 148, 0.9);
    box-shadow: 0 1px 6px #000000;
    position: flex;
  }
.button {
  background-color:#9fd6e8;
  font-weight: bold;
  font-size: 21px;
  padding: 8px 20px;
}
.log-in-bar table {
  width:70% !important;
  margin:0 auto;
}

/* BODY */

.tour-icon {
  display:inline-block;
  width: 20%;
  margin:20px 30px;
  vertical-align: top;
}
.tour-icon img {
  margin-bottom:10px;
}

#listings {
  margin:0 auto;
  margin-bottom:30px;
}

#listings ul li{
padding-bottom:20px;
color:black;
}

/* FOOTER */
footer {
  background-color:#9fd6e8;
  color:white;
  height:110px;
  width: 100%;
  bottom: 0;
}
footer ul li a{
  color:white;
}
.footer-bar {
  background-color:#9fd6e8;
  box-shadow: 0 3px 6px #000000;
  padding:15px;
}
.footer-bar ul li a{
color:white;
font-family: 'Raleway', sans-serif;
font-size: 18px;
font-weight: 600;
}



@media screen and (max-width: 39.9375em) {
#responsive-menu ul li a{
  color:white;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 600;
  display: block;
  text-align: left;
  -webkit-transform: translate3d(0,0,9999px)!important;
  transform: translate3d(0,0,9999px) !important;
  z-index:9999 !important;
  }

#responsive-menu {
	z-index:999 !important;
	-webkit-transform: translate3d(0,0,999px) !important;
	transform: translate3d(0,0,999px) !important;
}
.menu li a {
	font-size:14px !important;
}


.tour-icon {
    display:block !important;
    width: 100% !important;
    margin:0 auto !important;
    vertical-align: top;
  }
.tour-icon img {
    margin-bottom:0 !important;
    display: block;
    text-align: center;
    margin: 0 auto;
	width:30%;
}
.top-bar-left, .top-bar-right {
	margin:5px auto !important;
	display:block !important;
	text-align:center !important;
	width:100%;
  }

  .top-bar-left img {
    width:40%;
    float:left;
    display: block;
    margin: 0 auto;
	padding:0;
  }

  .social img {
	margin-right:5px;
}
li.orbit-slide {
	top:0px !important;	
}

li.orbit-slide.is-active {
	top:0px !important;
}
.orbit-container {
	height:auto !important;
}

ul.orbit-container {
	height:auto !important;
}

  .mls-search {
	float:none !important;
	display:block !important;
	border:1px solid black;
    background-color: rgba(255, 255, 255, 0.9);
    height:320px !important;
    width:100% !important;
    padding:0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
	z-index:2 !important;
	margin:0;
}
.mls-search iframe{
	float:none;
	margin:0;
	display:block;
  	width:100%;
	z-index:3 !important;
}
.mls-placement {
 display:block;
 margin:0 10px;
 width:90%;
 top:60px;
 right:0;
 
}

.quote-marks {
display:none;
}


}