/* General HTML  */

html, body {
  padding-top: 0;
}
body {
	background-color: white;
	padding-bottom: 0;	
}
@media (max-width: 480px) {
body {
      padding-bottom: 0;
    }
}

footer {
	position: fixed;
	height: auto !important;
	z-index: 2;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar-toggle {
    background-color: #500000;
}

.social-link {
	color: white;
}
.content {
	background-color: transparent;
	border: none;	
}

.portal-title-header {
    text-align: center; 
    font-weight: 800; 
    font-stretch: ultra-expanded;
	font-family: open sans; 
	color: white;
}

.portal-title-header-2 {
    text-align: center; 
    font-weight: 800; 
    font-stretch: ultra-expanded;
	font-family: open sans; 
	color: white;
	padding-bottom: 30px;
}

.welcome {
	padding: 50px;
	color: white;
}

.call-actions {
	text-align: center;	
}

.action-button {
	display: inline-block;
	padding: 10px; 
	width: 10%; 
	min-width: 118px;
}

@media screen and (min-width: 320px) {
    .portal-title-header {
        font-size: calc(1.4946ch + 1.4vw);
    }
}

@media screen and (min-width: 1200px) {
    .portal-title-header {
        font-size: 41px;
    }
}

@media screen and (min-width: 320px) {
    .portal-title-header-2 {
        font-size: calc(1.1144em + 1.4vw);
		text-align: center; 
		font-weight: 800; 
    	font-stretch: ultra-expanded;
    }
}

@media screen and (min-width: 720px) {
    .portal-title-header-2 {
        font-size: calc(1.3944em + 1.4vw);
		text-align: center; 
		font-weight: 800; 
    	font-stretch: ultra-expanded;
    }
}

@media screen and (min-width: 1200px) {
    .portal-title-header-2 {
        font-size: 65px;
		text-align: center;
		font-weight: 800; 
    	font-stretch: ultra-expanded; 
    }
}



@media only screen and (orientation : landscape) and (max-height : 380px) {


    .portal-title-header-2 {
        padding-bottom: 0px;
    }

    .action-button {
        padding-top: 0px;
    }
}

/* Responsive Display Options  */

@media (max-width: 480px) {
.offset-inner {
      font-size: 14px !important;
    }
}
@media (max-height: 600px) {
.offset-inner {
      font-size: 14px !important;
    }
}
.offset-inner {
    background-color: rgba(255, 255, 255, 0.7);
    color: #555555;
    padding: 30px;
	font-size: 20px;
}
hr {
  border-top: 5px solid #FCE300;
  border-bottom: solid 1px #FCE300;	
}

/* Mobile Screen Stylings  */

#mobile-screen {
	width: 100%;
	height: 100%;
	min-height: 225px;
	background: url('../Images/horse_mobile.jpg');
	background-size: cover;
}

@media screen and (orientation: landscape) and (max-width: 740px) {
#mobile-screen {
		display: block;
	}
.welcome {
		padding: 0;
	}
}

@media screen and (orientation: portrait) and (max-width: 420px) {
#mobile-screen {
		display: block;
	}
.welcome {
		padding: 0;
}
}

@media screen and (orientation: landscape) and (min-width: 741px) {
#mobile-screen {
		display: none;
	}
}

@media screen and (orientation: portrait) and (min-width: 421px) {
#mobile-screen {
		display: none;
	}
}



/* Slideshow Stylings  */

@media screen and (orientation: landscape) and (max-width: 740px) {
#myCarousel {
		display: none;
	}
}

@media screen and (orientation: portrait) and (max-width: 420px) {
#myCarousel {
		display: none;
	}
}

.carousel-fade {
	z-index: -1;	
    display:block;
}
.carousel-fade, .item, .active {
    height: 100%;
}
.carousel-inner-fade {
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slide-overlay {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.37);
	height: 100%;
	z-index: 1;
	position: absolute;
}

.action-button-transparent {
	background-color: rgba(80, 0, 0, 0.65);
	border: solid 1px white;
}

.video-fill {
	position: absolute;
	z-index: 0;
	background: url('../Images/horse_mobile.jpg') no-repeat;
	background-size: 100%;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}
				
.content-main {
	font-size: 16px;
	padding-left: 50px;
	padding-right: 50px;
	position: absolute;
	width: 100%;
	top: 27%;
	z-index: 2;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel-indicators li {
    display: none;
}
.greeting {
	z-index: 1;
	position: absolute;
}
.slogan-header {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.carousel-caption {
   width: 100%;
   float: right;
   right: 0;
   left: 0;
}
.help-animal {
	float: right;
	margin-right: 30px;
}

.slide {
    position: absolute;
    -webkit-transition: opacity 3s ease-in;
    transition: opacity 3s ease-in;
}

.slide + .slide {opacity: 0;}