@charset "UTF-8";
/* CSS Document */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

input[type="text"],  
input[type="number"],  
input[type="tel"],
input[type="email"],
select,  
textarea {    
    font-size: 1rem !important;  
}

html {    
    box-sizing: border-box;  
}    
*, *:before, *:after {    
    box-sizing: inherit;  
}

* {     
  margin: 0;    
  padding: 0;  
}


 html {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(14px + 6 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 14px;
  }
}

body {
        scroll-behavior: smooth;
        overflow-x: hidden !important;
        line-height: 1.4; 
        text-rendering: optimizeLegibility;
        font-family: 'Montserrat', sans-serif;
}
html {
  position: relative;
  height: 100%!important;
}

a[href]:not([class]) {       
    text-decoration: none;  
    transition: all ease-in-out .3s;
    color: rgba(1,60,99,1.00);
}

a[href]:not([class]):hover {       
    color: rgba(254,191,1,1.00);
}

a[href] {       
    text-decoration: none;  
    transition: all ease-in-out .3s;
}


.edje{
    color: #FFFFFF;
     text-decoration: none !important;  
    transition: all ease-in-out .3s;
}
.edje:hover{
    color: #FFFFFF;
}

button:focus {outline:0;}

.abs-center-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
   
}

.row-large-gutter {
  margin-left: -40px;
  margin-right: -40px;
}

.row-large-gutter > * {
  padding-left: 40px;
  padding-right: 40px;
}

.row-small-gutter {
  margin-left: -5px;
  margin-right: -5px;
}

.row-small-gutter > * {
  padding-left: 5px;
  padding-right: 5px;
}

.line-height-0{
    line-height: 0;
}

.line-height-_5{
    line-height: .5;
}

.line-height-1{
    line-height: 1;
}

.line-height-1_5{
    line-height: 1.5;
}

.line-height-2{
    line-height: 2;
}

.letter-space-1{
    letter-spacing: 1px;
}

.letter-space-2{
    letter-spacing: 2px;
}

.letter-space-3{
    letter-spacing: 3px;
}

.font-weight-900 {
    font-weight: 900;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-300 {
    font-weight: 300;
}

.text-shadow{
	text-shadow: 3px 4px 10px rgba(0,0,0,0.70);
    z-index: 2;
}
.xsmall{
	font-size: 80%;
}

.border-2{
    border-width: 2px;
    border-style: solid;
}

.border-4{
    border-width: 4px;
    border-style: solid;
}

.border-6{
    border-width: 6px;
    border-style: solid;
}

.border-8{
    border-width: 8px;
    border-style: solid;
}

.border-10{
    border-width: 10px;
    border-style: solid;
}

.border-15{
    border-width: 15px;
    border-style: solid;
}

.border-sm-left {
	border-left: solid;
}

.border-sm-white {
	border-color: rgba(255,255,255,1.00);
}

#invisible{
	display: none;
}
.w-10{
    width: 10% !important;
}

   .custom-checkbox .custom-control-input:checked~.custom-control-label::before{
        background-color:rgba(125,194,66,1.00);
       border-color: rgba(125,194,66,1.00);
    }

   .custom-checkbox .custom-control-input:checked:disabled~.custom-control-label::before{
        background-color:rgba(125,194,66,0.60);
    }

   .custom-radio  .custom-control-input:checked~.custom-control-label::before{
        background-color:rgba(125,194,66,1.00);
       border-color: rgba(125,194,66,1.00);
    }

   .custom-radio  .custom-control-input:checked:disabled~.custom-control-label::before{
        background-color:rgba(125,194,66,0.60);
    }

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color:  rgba(125,194,66,1.00);
}

.nav-pills .nav-link:hover {
    color: #fff;
    background-color: rgba(125,194,66,1.00);
}

.btn-round-lg{
border-radius: 35px;
}
.btn-round{
border-radius: 17px;
}
.btn-round-sm{
border-radius: 15px;
}
.btn-round-xs{
border-radius: 11px;
padding-left: 10px;
padding-right: 10px;
}

.btn-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}

.btn-circle i {
  position: relative;
  top: -1px;
}

.btn-circle-sm {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0.9rem;
}

.btn-circle-lg {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 1.1rem;
}

.btn-circle-xl {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 1.3rem;
}

/*-------------------RESPONSIVE TABLE---------------------*/
/*table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table th,
table td {
  padding: .625em;
  text-align: center;
}

#admin-table  th,
#admin-table td{
     text-align: left !important;
}
table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}*/




@media screen and (max-width: 767px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: center;
  }

  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.55);
	border: 0;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    outline: 0;
  border: none;
  -moz-outline-style: none;
	outline-style: none;
	box-shadow: 0 0 0 0;
}

.container-fluid.full-width {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}

.g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}


/* ANIMATED X */
.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #B6B6B6;
	display: block;
	transition: all 0.2s;
	margin-top: 4px
}
 
.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
 
.navbar-toggler .middle-bar {
  opacity: 0;
}
 
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
 
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
 
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
 
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}


/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:1999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../img/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.lightbox {
    position: relative;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
	flex-direction: column;
	left:0;
	height: 100vh;
    width: 100%;
    z-index: 190000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
}

/*=========== PAGE STYLES =====================================================================================*/

.navbar-brand {
	position: absolute;
	top: 1px;
	left: 0;
}

.bg-header {
	background-image: -webkit-linear-gradient(0deg,rgba(1,60,99,1.00) 5.70%,rgba(1,101,168,1.00) 33.68%,rgba(1,107,177,1.00) 65.28%,rgba(1,60,99,1.00) 93.78%);
	background-image: -moz-linear-gradient(0deg,rgba(1,60,99,1.00) 5.70%,rgba(1,101,168,1.00) 33.68%,rgba(1,107,177,1.00) 65.28%,rgba(1,60,99,1.00) 93.78%);
	background-image: -o-linear-gradient(0deg,rgba(1,60,99,1.00) 5.70%,rgba(1,101,168,1.00) 33.68%,rgba(1,107,177,1.00) 65.28%,rgba(1,60,99,1.00) 93.78%);
	background-image: linear-gradient(90deg,rgba(1,60,99,1.00) 5.70%,rgba(1,101,168,1.00) 33.68%,rgba(1,107,177,1.00) 65.28%,rgba(1,60,99,1.00) 93.78%);
	-webkit-box-shadow: 0px 8px 19px rgba(0,0,0,0.60);
	box-shadow: 0px 8px 19px rgba(0,0,0,0.60);
}
.nav-item .nav-link {
	color: #FEBF01;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 2px;
	transition: ease .4s;
	text-shadow: 2px 2px 7px rgba(0,0,0,0.70);
}

.nav-item .nav-link:hover {
	color: #FFFFFF;
}

.navbar-collapse {
	margin-top: 1.5rem;
}

.navbar-nav {
	width: 75%;
}

.text-yellow {
	color: rgba(254,191,1,1.00);
}

.btn-yellow {
    background-color: rgba(254,191,1,1.00);
    background-image: -webkit-linear-gradient(270deg,rgba(254,191,1,1.00) 0%,rgba(229,172,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(254,191,1,1.00) 0%,rgba(229,172,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(254,191,1,1.00) 0%,rgba(229,172,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(254,191,1,1.00) 0%,rgba(229,172,0,1.00) 100%);
    border-color: rgba(217,163,0,1.00);
    text-transform: uppercase;
    font-weight: 900;
    -webkit-box-shadow: 4px 4px 6px rgba(0,0,0,0.46);
    box-shadow: 4px 4px 6px rgba(0,0,0,0.46);
    transition: ease .6s;
    color: rgba(3,61,99,1.00) !important;
}

.btn-yellow:hover {
	background-image: 0;
	background-color: rgba(254,191,1,1.00);
	background-color: rgba(254,191,1,1.00);
	color: rgba(3,104,173,1.00) !important;
}

#carouselHero .carousel-caption h1 {
	color: rgba(254,191,1,1.00);
	font-size: 5rem;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 75px;
	letter-spacing: 7px;
	text-shadow: 5px 5px 10px rgba(0,0,0,0.60);
}

#carouselFeature .carousel-caption h1 {
	color: rgba(254,191,1,1.00);
	font-size: 3.5rem;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 60px;
	letter-spacing: 4px;
	text-shadow: 5px 5px 10px rgba(0,0,0,0.60);
}


.callout-img {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	background-clip: content-box;
	border-radius: 50%;
	height: 200px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: -100px;
	border: 10px solid rgba(254,191,1,1.00);
	-webkit-box-shadow: 4px 5px 12px rgba(0,0,0,0.50);
	box-shadow: 4px 5px 12px rgba(0,0,0,0.50);
	transition: ease .6s;
}
.callout-img:hover {
	background-size: 120% auto;
}


.callout-img.events {
	background-image: url(images/callout1.jpg);
}

.callout-img.gotlands {
	background-image: url(images/callout2.jpg);
}

.callout-img.contact {
	background-image: url(images/callout3.jpg);

}

#callouts a:hover {
	text-decoration: none;
}

#callouts  {
 position: relative;
z-index: 3;
}

#callouts a {
	color: #FEBF01;
}

#callouts a:hover {
	color: #0075C5;
}

.graylink {
	color: #FEBF01;
}

.graylink:hover {
	color: #FFFFFF;
}


.bg-callouts {
	background-image: -webkit-linear-gradient(270deg,rgba(1,79,130,1.00) 0%,rgba(1,60,99,1.00) 33.16%);
	background-image: -moz-linear-gradient(270deg,rgba(1,79,130,1.00) 0%,rgba(1,60,99,1.00) 33.16%);
	background-image: -o-linear-gradient(270deg,rgba(1,79,130,1.00) 0%,rgba(1,60,99,1.00) 33.16%);
	background-image: linear-gradient(180deg,rgba(1,79,130,1.00) 0%,rgba(1,60,99,1.00) 33.16%);
	-webkit-box-shadow: 8px 8px 12px rgba(0,0,0,0.50);
	box-shadow: 8px 8px 12px rgba(0,0,0,0.50);
}

#callouts .bg-gray {
	background-image: -webkit-linear-gradient(0deg,rgba(56,55,56,1.00) 2.59%,rgba(97,96,98,1.00) 34.20%,rgba(97,96,98,1.00) 65.29%,rgba(56,55,56,1.00) 98.45%);
	background-image: -moz-linear-gradient(0deg,rgba(56,55,56,1.00) 2.59%,rgba(97,96,98,1.00) 34.20%,rgba(97,96,98,1.00) 65.29%,rgba(56,55,56,1.00) 98.45%);
	background-image: -o-linear-gradient(0deg,rgba(56,55,56,1.00) 2.59%,rgba(97,96,98,1.00) 34.20%,rgba(97,96,98,1.00) 65.29%,rgba(56,55,56,1.00) 98.45%);
	background-image: linear-gradient(90deg,rgba(56,55,56,1.00) 2.59%,rgba(97,96,98,1.00) 34.20%,rgba(97,96,98,1.00) 65.29%,rgba(56,55,56,1.00) 98.45%);
	-webkit-box-shadow: 0px 0px 49px -10px;
	box-shadow: 0px 0px 49px -10px;
}

.bg-gray {
	background-color: rgba(97,96,98,1.00);
}


.bg-dk-blue {
	background-color:  rgba(1,60,99,1.00);
}

.text-dk-blue {
	color:  rgba(1,60,99,1.00);
}

.text-lt-blue {
	color:  rgba(165,207,235,1.00);
}


#join {
	background-image: url(images/sheep-bkg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	background-position: center bottom;
}

#join h2 {
	text-shadow: 3px 3px 5px rgba(0,0,0,0.30);
}


#gallery {
	background: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	padding-left: 10%;
}
#gallery .items {
    width: 250px;
    float: left;
}
#gallery .items img {
    display: block;
    width: 100%;
}

#nofeature {
	height: 8rem;
	display:flex;
	width: 100%;
}
.text-blue {
	color: rgba(1,60,99,1.00);
}

.shadow {
	-webkit-box-shadow: 3px 5px 8px rgba(0,0,0,0.50);
	box-shadow: 3px 5px 8px rgba(0,0,0,0.50);
}


.phone-list {
	white-space: nowrap;
}
.ai-rams {
	margin-top: 5px;
	margin-bottom: 10px;
}

.banner {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	display: block;
	margin-top: 10px;
}
.banner.placeholder {
	min-height: 129px;
	border: 1px solid rgba(1,60,99,1.00);
	text-align: center;
	padding-top: 50px;
}
.ads {

}


.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.check-out {
	margin-top: 20px;
}
.cart-btn {
	margin-top: 30px;
}
.rule-blue {
	border-color: rgba(1,107,177,1.00) !important;
}

.list-scroll{
    max-height: 300px;
    margin-bottom: 10px;
    overflow:scroll;
    -webkit-overflow-scrolling: touch;
}

/*============= MEDIA QUERIES ====================================================*/


@media screen and (max-width:1820px){
	
	.nav-item .nav-link {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 1px;
	text-shadow: 2px 2px 7px rgba(0,0,0,0.70);
}
	
	.navbar-nav {
	width: 85%;
}

}


@media screen and (max-width:1540px){
	
	.nav-item .nav-link {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	text-shadow: 2px 2px 7px rgba(0,0,0,0.70);
}
	
	.navbar-nav {
	width: 85%;
}

}


@media screen and (max-width:1460px){

	.navbar-nav {
	width: 85%;
}
	
	.navbar-brand img {
		width: 70%;
	}
	
		#carouselHero, #carouselFeature {
		margin-top: 2rem;
	}
	
	.callout-img {
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center center;
		background-clip: content-box;
		border-radius: 50%;
		height: 180px;
		width: 180px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		margin-top: -100px;
		border: 8px solid rgba(254,191,1,1.00);
		-webkit-box-shadow: 4px 5px 12px rgba(0,0,0,0.50);
		box-shadow: 4px 5px 12px rgba(0,0,0,0.50);
		transition: ease .6s;
	}
	
	#join {
	background-image: url(images/sheep-bkg.jpg);
	background-repeat: no-repeat;
	background-size: 130%;
	background-attachment: fixed;
	background-position: center bottom;
}
#carouselHero .carousel-caption h1, #carouselFeature .carousel-caption h1  {
	color: rgba(254,191,1,1.00);
	font-size: 4rem;
	font-weight5: 900;
	text-transform: uppercase;
	line-height: 60px;
	letter-spacing: 4px;
	text-shadow: 5px 5px 10px rgba(0,0,0,0.60);
}
}


@media screen and (max-width:1399px){
	
	.nav-item .nav-link {
	font-size: .9rem;
	font-weight: 400;
}

	#carouselHero .carousel-caption h1, #carouselFeature .carousel-caption h1  {
	color: rgba(254,191,1,1.00);
	font-size: 3.7rem;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 55px;
	letter-spacing: 3px;
	text-shadow: 5px 5px 10px rgba(0,0,0,0.60);
}
	.navbar-nav {
	width: 85%;
}

}

@media screen and (max-width:1225px){
	
	.nav-item .nav-link {
	font-size: .8rem;
	font-weight: 400;
}

	#carouselHero .carousel-caption h1, #carouselFeature .carousel-caption h1 {
	color: rgba(254,191,1,1.00);
	font-size: 3.5rem;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 45px;
	letter-spacing: 3px;
	text-shadow: 5px 5px 10px rgba(0,0,0,0.60);
}

		.callout-img {
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center center;
		background-clip: content-box;
		border-radius: 50%;
		height: 150px;
		width: 150px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		margin-top: -100px;
		border: 8px solid rgba(254,191,1,1.00);
		-webkit-box-shadow: 4px 5px 12px rgba(0,0,0,0.50);
		box-shadow: 4px 5px 12px rgba(0,0,0,0.50);
		transition: ease .6s;
	}
	
		#join {
	background-image: url(images/sheep-bkg.jpg);
	background-repeat: no-repeat;
	background-size: 160%;
	background-attachment: fixed;
	background-position: center bottom;
}
	


}

@media screen and (max-width:1199px){
	
	.nav-item .nav-link {
	font-size: .9rem;
	font-weight: 400;
}

}


@media screen and (max-width:1025px){
	
	.nav-item .nav-link {
	font-size: .8rem;
	font-weight: 400;
}
	#carouselHero .carousel-caption h1 {
	color: rgba(254,191,1,1.00);
	font-size: 4rem;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 55px;
	letter-spacing: 2px;
	text-shadow: 5px 5px 10px rgba(0,0,0,0.60);
}
	
	#carouselFeature .carousel-caption h1 {
	color: rgba(254,191,1,1.00);
	font-size: 3.5rem;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 50px;
	letter-spacing: 3px;
	text-shadow: 5px 5px 10px rgba(0,0,0,0.60);
}
	
}

@media screen and (max-width:991px){
	
	.nav-item .nav-link {
	font-size: 1rem;
	font-weight: 400;
}

	.navbar-nav {
	width: 100%;
}
	
	.navbar-brand img {
		width: 90%;
	}
	
		#carouselHero, #carouselFeature {
		margin-top: 4rem;
	}
	
#carouselHero .carousel-caption h1 {
	color: rgba(254,191,1,1.00);
	font-size: 2.4rem;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 45px;
	letter-spacing: 3px;
	text-shadow: 5px 5px 10px rgba(0,0,0,0.60);
}
	
#carouselFeature .carousel-caption h1 {
	color: rgba(254,191,1,1.00);
	font-size: 2.2rem;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 40px;
	letter-spacing: 2px;
	text-shadow: 5px 5px 10px rgba(0,0,0,0.60);
}
	
	#join {
	background-image: url(images/sheep-bkg.jpg);
	background-repeat: no-repeat;
	background-size: 300%;
	background-attachment: fixed;
	background-position: center bottom;
}
	
	.navbar-brand {
	position: absolute;
	top: -10px;
	left: 0;
}

}

@media screen and (max-width:768px){
	
	#carouselFeature .carousel-caption  {
	margin-bottom: .7rem !important;
	bottom: .5rem;
	padding-bottom: .5rem;
}
	
	#carouselHero .carousel-caption h1 {
	color: rgba(254,191,1,1.00);
	font-size: 2.3rem;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 40px;
	letter-spacing: 2px;
	text-shadow: 5px 5px 10px rgba(0,0,0,0.60);
}
	
		#carouselHero, #carouselFeature {
		margin-top: 5rem;
	}
	
		#carouselFeature .carousel-caption h1 {
	color: rgba(254,191,1,1.00);
	font-size: 2.1rem;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 35px;
	letter-spacing: 1px;
	text-shadow: 5px 5px 10px rgba(0,0,0,0.60);
}
	
}

@media screen and (max-width:767px){
	
	 header.fixed-top {
		position:relative;
	}
	
	.navbar-brand {
	position: relative;
	top: 0;
	left: 0;
	font-size: 1.2rem;
		line-height: 25px;
}

	
			.callout-img {
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center center;
		background-clip: content-box;
		border-radius: 50%;
		height: 150px;
		width: 150px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		margin-top: -30px;
		border: 8px solid rgba(254,191,1,1.00);
		-webkit-box-shadow: 4px 5px 12px rgba(0,0,0,0.50);
		box-shadow: 4px 5px 12px rgba(0,0,0,0.50);
		transition: ease .6s;
	}
	
	#callouts h2.h4 {
		font-size: 2rem;
	}
	
		#join {
	background-image: url(images/sheep-bkg.jpg);
	background-repeat: no-repeat;
	background-size: 330%;
	background-attachment: fixed;
	background-position: center bottom;
}
	
		
		#carouselHero, #carouselFeature {
		margin-top: -10px;
	}
	
}

@media screen and (max-width:575px){
	.navbar-brand {
	font-size: 1rem;
		line-height: 15px;
}
		
		#join {
	background-image: url(images/sheep-bkg.jpg);
	background-repeat: no-repeat;
	background-size: 530%;
	background-attachment: fixed;
	background-position: center bottom;
}
	
	
}

@media screen and (max-width:375px){
	.navbar-brand {
	width: 50%;
}
			
		#join {
	background-image: url(images/sheep-bkg.jpg);
	background-repeat: no-repeat;
	background-size: 670%;
	background-attachment: fixed;
	background-position: center bottom;
}
}