/* Colors 
    Main Font color: #929292
    Footer light gray: #B1AEAE

    Dev Link https://xd.adobe.com/view/a93c77c0-b34d-4a9c-7f5d-2ef6b24666e0-df0d/
    
    font-family: 'Cormorant Garamond', serif;
    font-family: 'Roboto', sans-serif;

*/

html {
    scroll-behavior: smooth;
  }
  
body {
	margin: 0;
	padding: 0;
    font-family: 'Roboto', sans-serif;
/* 	-webkit-user-select: none;  
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */
}

img {
	width: 100%;
	height: auto;
}

p, li, a {
	font-size: 16px;
	line-height: 25px;
	color: #535353;
	outline: 0;
    font-family: 'Roboto', sans-serif;
}



h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
    font-family: 'Cormorant Garamond', serif;
	color: #000;
}

h1{
    font-size: 3em;
    font-weight: 600;
}

h2{
	font-size: 3em;;
    margin-bottom: 20px;
    font-weight: 600;
}

strong {
	font-weight: 800;
}

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
	/* border-bottom: none; */
	outline: none;
	color:inherit;
	outline: 0;
}
  
.logo {
    /* min-width: 200px; */
    margin: 0 auto;
    display: block;
    padding: 2% 0;
}

.mobi-logo{
	display:none;
}

.hide-mobi{
	display: none;
}

.mobi-only{
	display: none;
}

.mobi-breaks{
	display:none;
}

.nopad{
	padding:0!important;
}

.nopad-l{
	padding-left:0!important;
}

.nopad-r{
	padding-right:0!important;
}

/* Buttons  */
.btn-primary{
	color: #fff;
	background-color: inherit;
    font-size: 18px;
	text-align: center;
	text-transform:uppercase;
	border:inherit;
    width: 220px;
	padding:12px 25px;
	outline: 0!important;
	transition: 0.5s;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.btn-primary:link, .btn-primary:visited,.btn-primary:active  {
	background-color:inherit;
	border-color:inherit;
	color: inherit;
}

.btn-primary.btn-contact:link , .btn-primary.btn-contact:visited, .btn-primary.btn-contact:active  {
	background-color:#B1AEAE;
    color:#fff;
    border-color: #B1AEAE;
}

.btn-primary.btn-member:link , .btn-primary.btn-member:visited, .btn-primary.btn-member:active  {
	background-color:#fff;
	border-color:inherit;
	color:#B1AEAE;
}

.btn-primary:hover{
	background-color: inherit;
}

.btn-primary.btn-contact:hover{
	border-color:#fff;
	background-color: #fff;;
    color:#B1AEAE;
}

.btn-contact{
	background-color: #B1AEAE;
	border: 2px solid #B1AEAE;
    color:#fff;
    border-radius: 8px;
}

.btn-member{
	background-color: #fff;
	border-color: #fff;
    color:#B1AEAE;
    border-radius: 8px;
    font-size: 12px;
    width: auto;
    /* padding: 5px 30px; */
    padding: 10px 30px;
}

/* End of Buttons  */
header {
    position: absolute;
    width: 100%;
    z-index: 999;
    padding: 30px 0;
}

.navbar-nav {
    float: right;
    padding: 20px 0;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
    background-color: transparent;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 2px;
    font-size: 18px;
}

.navbar-nav>li>a {
    padding: 0;
}

.navbar-nav>li {
    padding-left: 3em;
}

/* Home  */

.home-head{
    background: url("/images/home/header.jpg") no-repeat center center/cover;
    padding: 20% 0 15%;
}

.head-info{
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

.head-info h1{
    color: #fff;
    margin-bottom: 30px;
}

.home-page{
    padding: 4% 0;
    text-align: center;
}

.our-story {
    padding: 0 10% 3%;
}

.our-story p{
    color:#535353;
}

.our-farm h2{
    padding-bottom: 20px;
}

.farm{
    height: 200px;
}

.farm h3{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.our-farm .col-md-3{
    padding: 0 5px;
}

.cattle{
    background: url("/images/home/cattle.jpg") no-repeat center center/cover;
}

.piggery{
    background: url("/images/home/piggery.jpg") no-repeat center center/cover;
}

.poultry{
    background: url("/images/home/poultry.jpg") no-repeat center center/cover;
}

.mix-veg{
    background: url("/images/home/mixed-vegs.jpg") no-repeat center center/cover;
}

/* About  */

.about-head{
    background: url("/images/about/header.jpg") no-repeat center center/cover;
    padding: 20% 0 12%;
}

.about-page{
    padding: 4% 0;
}

.about-info h1{
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 4em;
    font-weight: 600;
}

.about-aim h2{
    margin-bottom: 30px;
    font-size: 3em;
}

.about-aim{
    padding-right: 5%;
}

.team-members .col-md-2{
    /* width: 20%; */
    width: 25%;
    padding: 0 5px;
}

.meet-team{
    text-align: center;
    margin: 6% 0 4%;
}

.meet-team p{
    padding: 0 8%;
}

.member{
    /* height: 360px; */
    height: 450px;
    background-color:#B1AEAE ;
}

.team-members{
    text-align: center;
}

.team-members h3{
    margin: 10px 0 5px;
    font-weight: 600;
    color: #000;
}

.member:hover .img-overlay {
    opacity: 1;
}

.img-overlay {
    opacity: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    /* height: 360px; */
    height: 450px;
    /* position: absolute; */
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.img-overlay .btn-member{
    position: absolute;
    /* top: 150px; */
    /* top: 340px; */
    top: 210px;
    transform: translate(-50%);
}

.sedric{
    background: url("/images/about/sedric.jpg") no-repeat center center/cover;
}

.moses{
    background: url("/images/about/moses.jpg") no-repeat center center/cover;
}

.johannes{
    background: url("/images/about/johannes.jpg") no-repeat center center/cover;
}

.glenville{
    background: url("/images/about/glenville.jpg") no-repeat center center/cover;
}

/* Team Member Modal  */

.modal-body{
	padding: 30px 12%;
    text-align: left;
}

.modal-body p{
	color: #535353;
    text-align: center;
    font-size: 15px;
}

#memberInfoHead{
    margin-bottom: 20px;
}

#memberInfo{
    margin-bottom:0;
}

.close {
    position: absolute;
    top: 8px;
    right: 12px;
	font-size: 30px;
}

.modal {
    position: fixed;
    top: 30%;
    right: 0;
    bottom: 0;
    left: 0;
}

/* Contact  */
.contact-head{
    background: url("/images/contact/header.jpg") no-repeat center center/cover;
    padding: 20% 0 12%;
}

.contact-page {
    padding: 4% 0;
    text-align: center;
}

.contact-form{
    text-align: left;
}

.contact-form label {
    color: #535353;
    font-weight: 400;
    font-size: 18px;
}

.contact-page-info{
    margin-bottom: 3%;
}

#map{
	border:8px solid #fff;
	border-radius: 19px;
	width:100%;
	height:400px;
}

.mb0{
    margin-bottom: 0;
}

.error {
    padding: 10px;
    background-color: #4B463D;
    color: #fff;
    display: none;
    width: 60%;
    font-size: 16px;
    margin: 15px auto 0;
}

.output {
    margin-top: 15px;
    padding: 10px;
    background-color: #B1AEAE;
    color: #000;
    display: none;
    width: 60%;
    font-size: 16px;
    margin: 15px auto 0;
}

#email2 {
	display: none;
}

#contactForm .col-md-6, #contactForm .col-md-12 {
    margin-bottom: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 15px;
    font-size: 25px;
    line-height: 1.42857143;
    color: #B1AEAE;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.form-control:focus {
    border-color: #B1AEAE;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#contactForm .btn-primary.btn-contact:hover {
    border-color: #B1AEAE;
    background-color: #fff;
    color: #B1AEAE;
}

#contactForm .btn-contact {
    margin: 20px auto 0;
    display: block;
    background-color: #D0CACA;
    border-color: #D0CACA;
}

.msg-input{
    min-height: 200px;
	resize:vertical;
	max-height: 300px;
}

.contact-details {
    margin: 3% 0;
}

.contact-details img {
    width: 30px;
    margin-bottom: 10px;
}

.contact-details h3 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.contact-details p{
    color: #535353;
    padding-bottom: 30px;
}

.icon-size{
    width: 40px!important;
}

.contact-details a:hover{
    color: #000;
    transition:0.5s;
}

.footer a:hover{
    color: #000;
    transition:0.5s;
}










.foot-contact {
    padding: 20px 0 30px;
}

.footer hr{
    color: #fff;
}

.footer{
    background-color: #B1AEAE;
    padding: 2% 0;
    text-align: center;
}

.footer p{
    color:#fff;
}

.popup-logo {
    width: 70%;
    margin-bottom: 10px;
    background-color: #D0CACA;
    padding: 0 10px;
}