@font-face {
    font-family: 'fawn';
    src: url('fawn-webfont.woff2') format('woff2'),
         url('fawn-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    background-image: url(Images/plaasbg.JPG);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

footer {
    margin-top: 2.5%;
    padding: 1.25%;
    background-color: rgb(255,255,255,0.5);

}

#mainlogo {
    padding-top: 2.5%;
    text-align: center;
    font-family: 'fawn';
    font-size: 800%;
    -webkit-text-stroke: 3px black;
    color: #ff7f27;
}

#Gimages {
    max-height: 50%;
}

#CowsCarousel, #GoatsCarousel {
    text-align: center;
    background-color: rgb(255,255,255,0.5);
}

#sales {
    padding-top: 2.5%;
}

#contacts {
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}

nav {
    z-index: 0 !important;
    font-size: 175%;
    font-family: 'fawn';
    
}

nav a {
    -webkit-text-stroke: 1px black !important;
    color: #ff7f27 !important;
}

#brand {
    font-size: 100%;
    font-family: 'fawn';
    
}

#social {
    color: blue;
}

#dropdown {
    font-size: 150%;
    font-family: 'fawn';
}

.dropdown-menu{
    background-color: rgb(255,255,255,0.5)
}

.navbar {
    background-color: rgb(255,255,255,0.75)
}

#logo {
    text-align: center;
    height: 50%;
}

#mainbody {
    text-align: center;
    font-size: 150%;
    margin-top: 2.5%;
    padding: 2.5%;
    background-color: rgba(255,255,255,0.5);
}

#goatstudlogo {
    max-width: 20%;
}

#studcontainer {
    text-align: left;
    font-size: 150%;
    margin-top: 2.5%;
    padding-top: 2.5%;
    padding-bottom: 5%;
    background-color: rgba(255,255,255,0.5);
}

.column {
    padding: 1.25%;
    width: 33.3%;
}

#goatimg {
    max-width: 100%
}

#galleryheading {
    font-family: 'fawn';
    font-size: 1000%;
    -webkit-text-stroke: 3px black;
    color: #ff7f27;
}

#gallerylabels {
    text-align: center;
    font-family: 'fawn';
    font-size: 400%;
    -webkit-text-stroke: 3px black;
    color: #ff7f27;
}

.fas {
    font-size: 300%;
    color: #ff7f27;
}

.carousel-caption h5 {
    font-size: 200%;
    color: black;
    background-color: rgba(255,255,255,0.15);
}

.carousel-caption p {
    font-size: 150%;
    color: black;
    background-color: rgba(255,255,255,0.15);
}

/*
 ---use this for hover enlarge---
img {
    transition:transform 0.25s ease;
}

img:hover {
    -webkit-transform:scale(1.5);
    transform:scale(1.5);
}
*/

.jumbotron {
    background-color: rgba(255,255,255,0.5) !important;
}

#jumboheading {
    font-family: 'fawn';
    font-size: 400%;
    -webkit-text-stroke: 3px black;
    color: #ff7f27;
}

.lead {
    font-weight: 700;
}

#salesbtn {
    background-color: #ff7f27;
    color: black;
    border-color: black;
}

#contactcard {
    background-color: rgba(255,255,255,0.5) !important;
}

.textwrap {
    float: left;
    margin: 10px;
}

.textwrap2 {
    float: right;
    margin: 10px;
}

#quote {
    font-size: 150%;
    font-family: 'fawn';
}


/*MEDIA QUERY INSERTS*/
@media screen and (min-width: 0px) and (max-width: 400px) {
    .carousel-caption { display: none; } 
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
#galleryimg {
  float: left;
  width: 20%;
}

.hover-shadow {
    max-width: 100%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 50%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white !important;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 90px !important;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #ff7f27 !important;
  font-weight: bold;
  font-size: 80px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #ff7f27;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}