﻿html {
  padding: 0;
  margin: 0;
  background-image:url('images/background.jpg');
  width:100%;
  background-repeat:repeat;
  background-position:top center;
}

@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@charset "utf-8";

@font-face {
    font-family: 'GOTHIC';
    src: url('fonts/GOTHIC.eot');
    src: url('fonts/GOTHIC.eot') format('embedded-opentype'),
         url('fonts/GOTHIC.woff2') format('woff2'),
         url('fonts/GOTHIC.woff') format('woff'),
         url('fonts/GOTHIC.ttf') format('truetype'),
         url('fonts/GOTHIC.svg#GOTHIC') format('svg');
}

@font-face {
    font-family: 'GOTHICB';
    src: url('fonts/GOTHICB.eot');
    src: url('fonts/GOTHICB.eot') format('embedded-opentype'),
         url('fonts/GOTHICB.woff2') format('woff2'),
         url('fonts/GOTHICB.woff') format('woff'),
         url('fonts/GOTHICB.ttf') format('truetype'),
         url('fonts/GOTHICB.svg#GOTHICB') format('svg');
}

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

body{
	font-family:'GOTHIC', Arial, serif;
	font-size:16pt;
	color:#E4CCA0;
}



/* The Magic Float Center Code */
.float_center {
  float: right!important;

  position: relative!important;
  left: -50%!important; /* or right 50% */
  text-align: left!important;
}
.float_center > .child {
  position: relative!important;
  left: 50%!important;
}

#aboveFooter {
	background-image:url('images/aboveFooter.jpg');
	width:100%;
	height:51px;	
}

.aboveSlider{
	background-image:url('images/topBackground.jpg');
	background-repeat:repeat-x;
	height:40px;
}

.belowSlider{
	background-image:url('images/topBackground.jpg');
	background-repeat:repeat-x;
	height:35px;
}

#iconContainer{
 background-image:url('images/lightwoodBackground.jpg');
 padding:10px 0px;
}
.bottomIcons img{
	border:3px solid #000000;
	margin:4px;
	width:auto!important;
	height:200px!important;
}


/* Back to Top  */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(6, 104, 119, 0.7);
    width: 75px;
    height: 75px;
    display: block;
    text-decoration: none;
    text-align:center;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0px;
    top: 30px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 10px;
}

/* end back to top  */

.blogItem img {
	/*display:none;*/
	width:100%;
	max-height:250px;
	overflow:hidden;
	object-fit: cover;
	top: 0;
    left: 0;
   margin:auto;
   margin-bottom:20px;
	border:1px solid #E4AA46!important;
	outline:2px solid #956527!important;
    padding:2px!important;
    background-color:#000000!important;
   	border-radius:0px!important;
	-webkit-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.55)!important;
-moz-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.55)!important;
box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.55)!important;
}

.blogItem h2 {
	font-size:18pt;
	text-transform:uppercase;
	font-weight:normal;
}
.blogItem smallfont{
	font-size:11pt;
}
.author {
	color:#5991C8;
	font-size:16px;
}
.noImg {
	display:none;
}



.mainContent {
	max-width:1400px;
	display:block;
	margin-left:auto;
	margin-right:auto;
    padding:20px;
    padding-top:30px;
}

.button-container input {
    display: inline;
    vertical-align: middle;
    margin: 0px 5px 10px 0px;
    background-color:rgba(0,0,0,0);
    border:0;
}
.button-container form, .button-container form div {
    display: inline;
    border:0;
}

.navContainer {
	display:block;
	margin-left:auto;
	margin-right:auto;
	background-color:rgba(0,0,0,0.25);	
}

#aboveNav {
	background-image:url('images/tealrope.jpg');
	width:100%;
	height:10px;	
}
#belowNav {
	background-image:url('images/tealrope.jpg');
	width:100%;
	height:10px;	
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	/*max-width:800px;*/
	margin-left:auto;
	margin-right:auto;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pgWrapper{
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:900px;
}

.colBackground {
	background-color: rgba(243,229,212,0.50);
	border: 1px solid black;
	border-radius:5px;
}

a:link    {color:#028C9A; text-decoration:underline; font-family: 'GOTHIC', Arial, serif; }
a:visited {color:#028C9A; text-decoration:underline; font-family: 'GOTHIC', Arial, serif; }
a:active  {color:#028C9A; text-decoration:none; font-family: 'GOTHIC', Arial, serif; }
a:hover   {color:#9D8966; text-decoration:none; font-family: 'GOTHIC', Arial, serif; }


a:link.menu    {color: #E4CCA0; font-weight:bold; text-transform:uppercase; text-decoration: none; font-family: 'GOTHIC', Arial, serif; font-size: 20px; text-shadow: none;}
a:visited.menu  {color:#E4CCA0; font-weight:bold; text-transform:uppercase; text-decoration:none; font-family: 'GOTHIC', Arial, serif; font-size: 20px; text-shadow: none;}
a:active.menu   {color:#E4CCA0; font-weight:bold; text-transform:uppercase; text-decoration:none; font-family: 'GOTHIC', Arial, serif; font-size: 20px; text-shadow: none;}
a:hover.menu    {color:#12ABBB; font-weight:bold; text-transform:uppercase; text-decoration: none; font-family: 'GOTHIC', Arial, serif; font-size: 20px; text-shadow: none;}

a:link.sub   {color: #FAF8EB; font-weight:bold; text-transform:uppercase; text-decoration: none; font-family: 'GOTHIC', Arial, serif; font-size: 20px; text-shadow: none;}
a:visited.sub  {color:#FAF8EB; font-weight:bold; text-transform:uppercase; text-decoration:none; font-family: 'GOTHIC', Arial, serif; font-size: 20px; text-shadow: none;}
a:active.sub   {color:#FAF8EB; font-weight:bold; text-transform:uppercase; text-decoration:none; font-family: 'GOTHIC', Arial, serif; font-size: 20px; text-shadow: none;}
a:hover.sub    {color:#E4CCA0; font-weight:bold; text-transform:uppercase; text-decoration: none; font-family: 'GOTHIC', Arial, serif; font-size: 20px; text-shadow: none;}

/*a:link.videobtn    {color: #E4CCA0; text-transform:uppercase; text-decoration: none; font-family: 'GOTHIC', Arial, serif; font-size: 22px; text-shadow: none;}
a:visited.videobtn  {color:#E4CCA0; text-transform:uppercase; text-decoration:none; font-family: 'GOTHIC', Arial, serif; font-size: 22px; text-shadow: none;}
a:active.videobtn   {color:#E4CCA0; text-transform:uppercase; text-decoration:none; font-family: 'GOTHIC', Arial, serif; font-size: 22px; text-shadow: none;}
a:hover.videobtn    {color:#FAF8EB; text-transform:uppercase; text-decoration: none; font-family: 'GOTHIC', Arial, serif; font-size: 22px; text-shadow: none;}
*/

a:link.sm    {color: #21BACA; text-decoration: underline; font-size: 9pt; font-weight:normal; }
a:visited.sm  {color: #21BACA; text-decoration:underline; font-size: 9pt; font-weight:normal; }
a:active.sm   {color: #21BACA; text-decoration:underline; font-size: 9pt; font-weight:normal; }
a:hover.sm    {color: #C89A57; text-decoration:none; font-size: 9pt; font-weight:normal; }


a:link.footer    {color:#21BACA; text-decoration:underline; font-weight:normal; font-family: 'GOTHIC', Arial, Helvetica, sans-serif; }
a:visited.footer  {color:#21BACA; text-decoration:underline; font-weight:normal; font-family: 'GOTHIC', Arial, Helvetica, sans-serif;}
a:active.footer   {color:#21BACA; text-decoration:none; font-weight:normal; font-family: 'GOTHIC', Arial, Helvetica, sans-serif; }
a:hover.footer    {color:#EECC88; text-decoration:none; font-weight:normal; font-family: 'GOTHIC', Arial, Helvetica, sans-serif; }


a:link.backlink   {color:#C89A57; font-size:10pt; text-decoration:underline; font-family: 'GOTHIC', Arial, serif; }
a:visited.backlink  {color:#C89A57; font-size:10pt; text-decoration:underline; font-family: 'GOTHIC', Arial, serif; }
a:active.backlink   {color:#C89A57; font-size:10pt; text-decoration:none; font-family: 'GOTHIC', Arial, serif; }
a:hover.backlink    {color:#ffffff; font-size:10pt; text-decoration:none; font-family: 'GOTHIC', Arial, serif; }


.img{
	margin:10px;
	margin-bottom:20px;
    border: 15px solid transparent;
    -webkit-border-image: url('../images/border.png') 20 20 stretch;
	-webkit-box-shadow: 0px 0px 15px 0px #000000;
	box-shadow: 0px 0px 15px 0px #000000;
}


h1 {
 font-family: "Passion One", cursive;
    font-size: 35px;
letter-spacing: 2px;    
    text-transform: uppercase;
    color:#E4CCA0;
    text-align:center;
 text-shadow: 1px 2px 2px rgba(0,0,0,1);   
    /*color: #B58D52;*/
    }



h3{
	font-size:16px!important;
	font-weight:bold;
	color:#C89A57!important;	
}

h4{
	font-size:16px!important;
	font-weight:normal!important;
	color:#ECCD8D!important;
	padding-left:5px!important;	
}
hr{
	border:1px solid #000000!important;

}


#slideContainer{
	background-image:url('images/slideBackground.jpg');
background-size:cover;
background-repeat:no-repeat;
background-position:center top;
     display: block;
     width:100%;
	margin:40px 0 20px 0;
	text-align: center;
	padding:20px 0px;
	max-height:600px;
}

.rslides2 img{
	float:right;
	width:auto;
	max-height:500px;
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
}
#div1 {
}

#topBackground{
	background-image:url('images/topBackground.jpg');
	background-repeat:repeat-x;
	font-family:'GOTHICB';
	color:#E4CCA0;
	font-weight:bold;
	font-size:30px;
	text-align:center;
	padding:10px 20px;
}

#topBackground a {
	font-family:'GOTHICB';
	color:#E4CCA0;
	text-decoration:none;
}


#headerBackground {
background-image:url('images/headerbackground.jpg');
background-size:cover;
background-repeat:no-repeat;
background-position:center top;
     display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding:20px 0px;
}

#navBackground {
	background-color:#000;
}


.zeroMargin_mobile {
margin-left: 0;
}
#contentBackground {
	display: block;
	margin-left: auto;
	margin-right: auto;
  background-image:url('images/background.jpg');
  width:100%;
  background-repeat:repeat;
  background-position:top center;
}


.hide_mobile {
display: none;
}

.copyright {
	font-size:9pt;
	color:#E4CCA0;
	text-align:center;
	padding:10px;

}

#footerBackground {
min-height:200px;
background-image:url('images/footerBackground.jpg');
background-position:center bottom;
background-repeat:no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family:'GOTHIC', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#E4CCA0;
}


.menuImg{
	display:none;
}

.navbar-fixed-top {
  position: -webkit-sticky;
  position: -moz-sticky;
  position:-o-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
-webkit-transition: height 0.5s;
-moz-transition: height 0.5s;
transition: height 0.5s;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
-moz-box-shadow:    0px 0px 15px 0px rgba(0,0,0,0.5);
box-shadow:         0px 0px 15px 0px rgba(0,0,0,0.5);
}

.homepagePics img{
	display:block;
	margin:20px auto;
	text-align:center;
	width:100%;
}

h2{
font-family:'GOTHIC',cursive;
text-align:center; 
font-weight:bold; 
line-height:1.25;
font-size:22px;
}

/* Tablet Layout: 600px to 1000px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 600px) {

.gridContainer {
	width: 100%;
	padding-left: 0.0%;
	padding-right: 0.0%;
	clear: none;
	float: none;
}
#div1 {
}
#headerBackground {
}
#navBackground {
}
.navContainer {
}
#contentBackground {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}

.noImg {
	/*display:none;*/
	display:block;
	width:100%;
	height:250px;
	background-color:rgba(0,0,0,0.05);
}


.homepagePics img{
	display:inline;
	margin:20px;
	text-align:center;
	width:auto;
	height:400px
}
}
/* Desktop Layout: 1000px to a max of 1500px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 800px) {

.gridContainer {
	width: 100%;
	padding-left: 0.0%;
	padding-right: 0.0%;
	margin: auto;
	clear: none;
	float: none;
}

h2{
font-size:25px;
}

#div1 {
}
#headerBackground {
}
#navBackground {
}
#navContainer {
}
#contentBackground {
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.menuImg{
	display:block;
}
}

@media only screen and (min-width: 1000px) {
h2{
	font-size:26px;
}
.homepagePics img{
	margin:20px auto;
	text-align:center;
	width:100%;
	height:auto;
}
}

@media only screen and (min-width: 1300px) {
h2{
	font-size:28px;
}
}

/* -----------------------------------
Form - narrow
----------------------------------- */

.row-form {
	clear: left;
	overflow: hidden;
	zoom: 1;
	margin: 0 0 1em;
}

.label {
	display: block;
	margin: 0 0 .1em;
    font-size:16pt;
}

.input, .select, .textarea {
	width: 100%;
 *width: 90%;
	box-sizing: border-box;
	border: 0px solid #999;
	border-radius: .3em;
}

.input, .textarea {
	padding: 5px;
}

.textarea {
	height: 150px;
}

.radio {
	margin-left: 1px;
	margin-right: .5em;
}

.form-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.btn {
	display: inline-block;
	padding: 10px;
	color: #000;
	line-height: 1.25;
	font-size: 22px;
	font-weight:bold;
	width:100%;
	max-width:300px;
background: url(images/lightwoodBackground.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  margin:10px;
  text-align:center;
    border: 15px solid transparent;
    -webkit-border-image: url('../images/border.png') 15 15 stretch;
	-webkit-box-shadow: 0px 0px 15px 0px #000000;
	box-shadow: 0px 0px 15px 0px #000000;
}

.btnDogs {
	display: inline-block;
	padding: 10px;
	color: #000;
	line-height: 1.25;
	font-size: 22px;
	font-weight:bold;
	width:100%;
	max-width:200px;
background: url(images/lightwoodBackground.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  margin:10px;
  text-align:center;
    border: 10px solid transparent;
    -webkit-border-image: url('../images/border.png') 10 10 stretch;
	-webkit-box-shadow: 0px 0px 15px 0px #000000;
	box-shadow: 0px 0px 15px 0px #000000;
}


.btn:hover {
background: url(images/medWoodBackground.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}


/* -----------------------------------
Form - wide
----------------------------------- */

@media (min-width:33em) {

.submission-form {
	max-width: 40em;
}

.label {
	float: left;
	width: 25%;
	margin: 0 2% 0 0;
	text-align: right;
}

.input, .select, .textarea {
	float: left;
	width: 70%;
}

.form-indent {
	margin-left: 27%;
	width: 70%;
}
}

/*SHOW STYLES */


.tableHeader {
	font-weight: bold;
	background-color: rgba(90,56,44,0.85);
	padding:5px;
	color:#fff;
}

.nocolor{
background-color:transparent!important;
}


.blogContainer{
  display: flex;
  flex-wrap: wrap;
  margin-top:0px;
  margin-bottom:20px;	
}

.blogItem {
	flex:31%;
	padding:10px;
	margin:10px;
    background-color:rgba(19,23,27,0.65); 
	border:1px solid #000000;
	outline:3px solid #956527;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1.0);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1.0);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,1.0);
}


/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
  .hp-item {
    flex: 100%;
  }
  .blogItem {
    flex: 100%;
  }
}


td {
	font-size:12px;
}

.homeTable td{
  font-size:12px;
}

@media (min-width: 600px) {
td {
	font-size:16px;
}	
}

@media (min-width: 800px) {
td {
	font-size:18px
}	
}

/**FLEX CONTAINER STUFF**/
#hpBackground{
background: url(images/bg6.jpg) no-repeat bottom center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 30px;
}

.hp-container {
  display: flex;
  flex-wrap: wrap;
  margin-top:0px;
  margin-bottom:20px;
}

.hp-item {
background-color:rgba(0,0,0,0.55);
  padding: 20px;
color:#E4CCA0;  
  flex: 32%;
  margin:2px;
  padding-top:0px;
  text-align:center;
    border: 15px solid transparent;
    -webkit-border-image: url('../images/border.png') 20 20 stretch;
	-webkit-box-shadow: 0px 0px 15px 0px #000000;
	box-shadow: 0px 0px 15px 0px #000000;	
}

.hp-itemLight {
background: url(images/lightwoodBackground.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  padding: 15px;
  flex: 30%;
  margin:10px;
  text-align:center;
/*  border:2px solid #9E835D;
  outline: 3px solid #EBD6BD;
  color:#000;
	-webkit-box-shadow: 0px 0px 15px 0px #000;
	box-shadow: 0px 0px 15px 0px #000;
	*/
    border: 15px solid transparent;
    -webkit-border-image: url('../images/border.png') 20 20 stretch;
	-webkit-box-shadow: 0px 0px 15px 0px #000000;
	box-shadow: 0px 0px 15px 0px #000000;	
}

.hp-itemLight h1 {
 font-family: "Passion One", cursive;
	font-size:35px;
	text-transform:uppercase;
	line-height:1.25;
	font-weight:bold;
	color: #000000;
	padding:0px;
	text-shadow:none;
}

.hp-itemLight h2{
	font-size:22px;
	text-transform:uppercase;
	font-weight:bold;
	color: #000000;
	padding:0px;
}

.hp-itemLight p {
	font-size:22px;
	font-weight:bold;
	line-height:1.25;
	color: #000000;
font-family:'GOTHICB', serif;
}

.hp-itemLight a {
text-decoration:none!important;
color:#000!important;
}

.hp-item img {
	margin-bottom:20px;
    border: 15px solid transparent;
    -webkit-border-image: url('../images/border.png') 20 20 stretch;
	-webkit-box-shadow: 0px 0px 15px 0px #3A0101;
	box-shadow: 0px 0px 15px 0px #3A0101;
}

.hp-item h2{
	font-size:16pt;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 5px;
	color: #C89A57;
}

.hp-item p{
    text-align:left;
	color:#E4CCA0;  
}

.hp-item ul{
    text-align:left;
    margin-left:30px;
    font-size: 17px;
}

/*Responsive layout - makes a two column-layout instead of a three-column layout */
@media (max-width: 1000px) {
  .hp-item {
    flex: 48%;
  }
.hp-itemLight h1 {
 font-family: "Passion One", cursive;
	font-size:32px;
	line-height:1.25;
	text-transform:uppercase;
	font-weight:bold;
	color: #000000;
	padding:0px;
	text-shadow:none;
}

.hp-itemLight h2{
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	color: #000000;
	padding:0px;
}

.hp-itemLight p {
	font-size:20px;
	font-weight:bold;
	color: #000000;
	line-height:1.25;
}
  
}

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 700px) {
  .hp-item {
    flex: 100%;
  }
  .hp-itemLight{
   flex: 100%;
}

.hp-itemLight h1 {
 font-family: "Passion One", cursive;
	font-size:30px;
	text-transform:uppercase;
	font-weight:bold;
	color: #000000;
	padding:0px;
	text-shadow:none;
}

.hp-itemLight h2{
	font-size:23px;
	text-transform:uppercase;
	font-weight:bold;
	color: #000000;
	padding:0px;
}

.hp-itemLight p {
	font-size:20px;
	font-weight:bold;
	color: #000000;
	line-height:1.25;
}
}

/* OUR TEAM */


.team-container {
  display: flex;
  flex-wrap: wrap;
  margin-top:0px;
  margin-bottom:20px;
}

.team-item {
background-color:rgba(0,0,0,0.55);
  padding: 20px;
color:#E4CCA0;  
  flex: 47%;
  margin:5px;
  padding-top:0px;
  text-align:center;
    border: 15px solid transparent;
    -webkit-border-image: url('../images/border.png') 20 20 stretch;
	-webkit-box-shadow: 0px 0px 15px 0px #000000;
	box-shadow: 0px 0px 15px 0px #000000;	
	overflow:hidden;
}

.team-item .name {
	font-size:24px;
	font-family:'GOTHICB';
	color:#E4CCA0;
	color:#21BACA;  
}

.team-item .title {
	font-size:22px;
	font-weight:bold;
	color:#E4CCA0;
	margin-bottom:20px;
}

.team-item img{
    border:0px double #B2975D;
    margin:5px;
    /*padding:5px;
    background:#000;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);*/
}

.team-item h1{
    font-size:26px;
    font-weight:bold;
    padding:10px;
}

.team-item p{
    text-align:left;
	color:#E4CCA0;  
}
/* Responsive layout - makes a two column-layout instead of a three-column layout 
@media (max-width: 1000px) {
  .team-item {
    flex: 48%;
  }
}
*/

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
  .team-item {
    flex: 100%;
  }
}


/* OUR TEAM POP UP STYLES */

/*----Modal Styles---*/
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    background: #E4D0B5;
    padding-bottom:15px;
	color:#0A0606;
}

button.close {
 text-align: right!important;
 margin-right: 10px;
 font-size:40px;

}

.modal-content ul{
	font-family:'GOTHIC', Arial, serif;
	font-size:16pt;
	color:#E4CCA0;
}

.modal-content h2 {
	font-family:'GOTHICB', Arial, serif;
	font-size:25px;
	color:#000000;
}
.modal-content .title {
	font-family:'GOTHICB', Arial, serif;
	font-size:20px;
	color:#000000;
}

.modal-content p {
	font-family:'GOTHIC', Arial, serif;
	font-size:20px;
	color:#000000;
}


.imgRight {
float:none;
width:100%;
max-width:500px;
display:block;
margin:auto;
text-align:center;
}

@media only screen and (min-width: 600px) {
.imgRight {
float:right;
width:100%;
max-width:300px;
margin-left:20px;
}
}

@media only screen and (min-width: 800px) {
.imgRight {
float:right;
width:100%;
max-width:400px;
margin-left:20px;
}
}

@media only screen and (min-width: 1100px) {
.imgRight {
float:right;
width:100%;
max-width:600px;
margin-left:20px;
}
}

@media only screen and (min-width: 1500px) {
.imgRight {
float:right;
width:100%;
max-width:550px;
margin-left:100px;
}
}

 
 .sold {
background-color: #930202;
padding:10px 10px 10px 50px;
color: #ffffff;
font-weight: bold;
font-size: 24px;
text-align: left;
display: block;
margin-top:-30px;
margin-left:-40px;
width:100%;
max-width:450px;
-ms-transform: rotate(-20deg); /* IE 9 */
-webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
transform: rotate(-20deg);
z-index:500;
}

.soldtext {
	/*background-color: #000000;
	color: #C89A57;*/
	color:#FF0000;
	font-weight: bold;
	font-size:24px;
	text-align: center;
    display: block;
    padding: 4px;
}

@media only screen and (min-width: 600px) {

.sold {
background-color: #930202;
padding:10px;
padding-left:5%;
color: #ffffff;
font-weight: bold;
font-size: 24px;
text-align: left;
display: block;
margin-top:-50px;
margin-left:-50px;
width:100%;
max-width:450px;
-ms-transform: rotate(-20deg); /* IE 9 */
-webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
transform: rotate(-20deg);
z-index:500;
}
}

/* Desktop Layout: 769px to a max of 1500px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 800px) {

.sold {
background-color: #930202;
padding:10px;
padding-left:10%;
color: #ffffff;
font-weight: bold;
font-size: 24px;
text-align: left;
display: block;
margin-top:-20px;
margin-left:-40px;
width:100%;
max-width:450px;
-ms-transform: rotate(-20deg); /* IE 9 */
-webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
transform: rotate(-20deg);
z-index:500;
}
}

@media only screen and (min-width: 1200px) {

.sold {
background-color: #930202;
padding:10px;
padding-left:15%;
color: #ffffff;
font-weight: bold;
font-size: 24px;
text-align: left;
display: block;
margin-top:-20px;
margin-left:-40px;
width:100%;
max-width:400px;
-ms-transform: rotate(-20deg); /* IE 9 */
-webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
transform: rotate(-20deg);
z-index:500;
}
}
