@charset "UTF-8";
/* CSS Document */
.modal.and.carousel {
  position: fixed; // Needed because the carousel overrides the position property
}

body{
	width:100%;
	overflow-x: hidden; /* Disable horizontal scroll */

}
nav {
	background-color: #C24025;
	color:#FFF;
 }
.side{
	 width: 40%;
	 height:30px;
	 text-align:left;
	 color:#FFF;
	 top: -2%;
}
li a, .nav-item, nav-item:focus, nav-item:active {
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  outline:none; 
}

/* Change the link color to (yellow) on hover */
li a:hover, li a:active {
  background-color: #EA8634;
}
a:hover, a:active, a:focus, .btn-link:hover, .btn-link:active, .btn-link:focus{
	color:#EA8634;
	text-decoration:none;
}
a{
	color:#C24025;
}
.dropdown-menu, .card-header{
	background-color: #C24025;
	color:#FFF;
	border-radius: 0 !important;
}
.btn-link{
	color:#FFF;
	text-align:center;
}
.dropdown-item{
	background-color: #C24025;
	color:#FFF;
}
.dropdown-item:hover, .dropdown-item:active, .dropdown-menu:active{
  background-color: #EA8634;
  color:#FFF;
  border-bottom-color:#EA8634;
  border-right-color:#EA8634;
  border-top-color:#EA8634;
  border-left-color:#EA8634;
}
#godown{
   padding: 20px;
}
h2, h3, h5, .card-title{
	text-align:center;
	color:#C24025;
}
h4{
	color:#5B2722;
	font-size:20px;
	text-align:center;
}
h6{
	color:#5B2722;
}
.bold{
	font-weight:bold;
}
.left{
	text-align:left;
}
p, ul{
	text-align: center;
	color:#765C51;
}
.smallFont{
	font-size: 10px;
}
.right{
	text-align:right;
}
.table-dark{
	background-color:#FFF;
	text-align:left;
	color:#5B2722; 
}
table.table-dark > tbody > tr > td{
    border:none;
	padding:0px;
	font-size:24px;
}
body, html {
    height: 100%;
}

/*Candeman Page: Background Images */
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("Images/Candeman/PalTop.jpg");

  /* Set a specific height */
  height: 60%;
  /* Position and center the image to scale nicely on all screens */
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /* Create the parallax scrolling effect */
  background-attachment:fixed;
}
.hero-image-pal {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("Images/Candeman/Palcover.jpg");

  /* Set a specific height */
  height: 60%;
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  bottom:-20px;
  /* Create the parallax scrolling effect */
  background-attachment:fixed;
}
/*Home Page: Background Images */
.hero-image-home {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("Images/barn_front.jpg");

  /* Set a specific height */
  height: 70%;
  margin-bottom:-10%;
  top:0;
  /* Position and center the image to scale nicely on all screens */
  background-position:top;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
    /* Create the parallax scrolling effect */
  background-attachment: fixed;
}
.hero-image-run {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: url("Images/standing_horses.jpg");

  /* Set a specific height */
  height: 60%;
  bottom:-10%;
  /* Position and center the image to scale nicely on all screens */
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
    /* Create the parallax scrolling effect */
  background-attachment: fixed;
}
/*Lesson Page: Background Images */
.hero-image-lesson {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("Images/Academy/inside.jpg");

  /* Set a specific height */
  height: 70%;
  top:0;
  /* Position and center the image to scale nicely on all screens */
  background-position:top;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
    /* Create the parallax scrolling effect */
  background-attachment: fixed;
}
.hero-image-peek {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: url("Images/Academy/peeking.jpg");

  /* Set a specific height */
  height: 50%;
  /* Position and center the image to scale nicely on all screens */
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
    /* Create the parallax scrolling effect */
  background-attachment: fixed;
}
.hero-image-ellie {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: url("Images/Academy/ellie.jpg");

  /* Set a specific height */
  height: 70%;
  bottom:-30px;
  /* Position and center the image to scale nicely on all screens */
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
    /* Create the parallax scrolling effect */
  background-attachment: fixed;
}
/*Lesson Page: Background Images */
.hero-image-board {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("Images/Facilities/farmland.jpg");

  /* Set a specific height */
  height: 40%;
  top:0;
  /* Position and center the image to scale nicely on all screens */
  background-position:top;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
    /* Create the parallax scrolling effect */
  background-attachment: fixed;
}
.board { 
  background: url("Images/Facilities/farmland.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#white{
	background-color:#fff;
}
/*FAQ Page: Background Images */
.hero-image-FAQ {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image:  linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)), url("Images/trees.jpg");

  /* Set a specific height */
  height: 50%;
  top:0;
  /* Position and center the image to scale nicely on all screens */
  background-position:top;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
    /* Create the parallax scrolling effect */
  background-attachment: fixed;
}
/*Copyright Page: Background Images */
.hero-image-copy {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("Images/barn_front.jpg");

  /* Set a specific height */
  height: 60%;
  margin-bottom:-11%;
  top:0;
  /* Position and center the image to scale nicely on all screens */
  background-position:top;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
    /* Create the parallax scrolling effect */
  background-attachment: fixed;
}
/* Place text in the middle of the image */
.hero-text-home {
  text-align: center;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.hero-text-FAQ{
  text-align: center;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
 .hero-text-FAQ > h2 {
	 color:#FFF;
 }
.hero-text-copy{
  text-align: left;
  position:absolute;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%);
  color: white;
}
.hero-text-lesson{
	text-align: center;
  	position:absolute;
  	top: 60%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	color: white;
}
/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position:absolute;
  top: 50%;
  left: 23%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text > p, .hero-text-copy > h2, .hero-text-copy > p, .hero-text-copy > a{
	color: #FFF;
	outline-color:#000;
	outline-width:2px;
	text-align: left;
}
.feather{
  width: 60px;
  border:2px solid;
  border-bottom-color:#C24025;
  border-right-color:#C24025;
  border-top-color:#C24025;
  border-left-color:#C24025;
  margin-left:2%;
  margin-right: 2%;
}
#red{
	border:5px solid;
	border-bottom-color:#C24025;
    border-right-color:#C24025;
    border-top-color:#C24025;
    border-left-color:#C24025;
}
.divider{
	background-color:#C24025;
	top: 30%;
}
.line{
    border-top: 5px solid #C24025;
    margin-top: 30px;
}
.welcome{
	background-color:#C24025;
}	
.welcome-text{
	text-align: left;
	color:#fff;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
}
.welcome-img{
	margin-top: 20px;
	margin-left:20px;
	margin-right:20px;
}
.home{
	width: 55%; 
	margin-left: 22.5%;
	margin-top: 5px;
}
.card{
	border:2px solid;
	border-bottom-color:#5B2722;
    border-right-color:#5B2722;
    border-top-color:#5B2722;
    border-left-color:#5B2722;
	border-radius: 0;
}
#left{
	text-align: left;
}
.icon-bar {
	top: 30%;
	padding-bottom:0px;
}
/* Style the icon bar links */
.icon-bar a {
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: #C24025;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  color: #EA8634;
}
.RTA {
  width: 90px; /* Set a specific width */
  background-color: #555; /* Dark-grey background */
}

.RTA a {
  display: block; /* Make the links appear below each other instead of side-by-side */
  text-align: center; /* Center-align text */
  padding: 16px; /* Add some padding */
  transition: all 0.3s ease; /* Add transition for hover effects */
  color: white; /* White text color */
  font-size: 36px; /* Increased font-size */
}

#transparent{
	background-color:transparent;
}

#myCarousel{
	background-color:transparent;
	top: -10%;
	text-align:right;
}
#boardCarousel{
	background-color:transparent;
	top: -10%;
	text-align:center;
	margin-left:none;
	margin-right:none;
}
.bottom{
	padding-bottom:-100px;
}






	