/* 
	Styles for lenaehuff.com
*/

/* dancing script font */
@import url(https://fonts.googleapis.com/css?family=Dancing+Script);

body {
  background-image: url("../images/background.jpg");
  position: relative;
}

#content {
  padding-top: 0 !important;
  background-color: black;
}

/* media queries */
/* small */
@media only screen and (max-width: 40em) {
  body {
    background-image: none;
    background-color: black;
  }
  .orbit-container {
    margin: 25px auto;
    min-height: 290px;
  }

  /* hide extras on small */
  .orbit-timer,
  .orbit-progress,
  .paused {
    display: none;
  }
}

/* medium-up */
@media only screen and (min-width: 40.5em) {
  .orbit-container {
    margin: 50px auto;
  }
}

/* min-height for .orbit-container by Foundation breakpoint */
/* medium: 320 */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .orbit-container {
    min-height: 320px;
  }
}
/* large: 385 */
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .orbit-container {
    min-height: 385px;
  }
}
/* xlarge: 550 */
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .orbit-container {
    min-height: 550px;
  }
}
/* xxlarge: 740 */
@media only screen and (min-width: 120.063em) {
  .orbit-container {
    min-height: 740px;
  }
}

/* Orbit */
.orbit-container {
  /*	margin: 50px auto;*/
}
/* images */
.orbit-container img {
  width: 100%;
}
/* captions */
.orbit-caption {
  /*	display: none;*/
  /*	opacity: 0;*/
}
#orbitWrap {
  position: relative;
}
/* orbit bullets */
.orbit-bullets li {
  background-color: #ffa3af;
  display: inline !important;
}
.orbit-bullets li.active {
  background-color: #f6024c;
}

/* footer */
#footer {
  /*	width: 100%;*/
}

/* contact information */
#footer2 {
  position: relative;
}
.contact {
  padding-bottom: 1em;
}
.contact,
.contact-med {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
span,
.contact a,
.contact-med a {
  font-family: "Dancing Script";
  color: #f6024c;
  margin-bottom: 0;
}
.contact a {
  font-size: 140%;
}
.contact-med {
  font-size: 180%;
  margin-bottom: 1em;
}
.contact-med a {
  text-decoration: underline;
}
