/* * * * * * * * * * Google Font Import * * * * * * * * * */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,800italic,400,700,800,300);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);

/* * * * * * * * * * Media * * * * * * * * * */
@media (max-width: 767px) {
.SVi-header {
/*	background:#FFF url(../img/headTopBar.jpg) center top repeat-x, url(../img/headBotBar.jpg) center bottom repeat-x; */
	background-size:60% !important;
}
.dropdown-menu {
  background-color: transparent !important;
}
h1, .h1 {font-size:250% !important;}
h2, .h2 {font-size:200% !important;}
h3, .h3 {font-size:160% !important;}
h4, .h4 {font-size:120% !important;}
h5, .h5 {font-size:120% !important;}
h6, .h6 {font-size:110% !important;}
}

@media (min-width: 768px) and (max-width:1200px) {
}

/* * * * * * * * * * Desktop * * * * * * * * * */
body { background-color:#d6b799; }

/* * * * * * * * * * Global Setups * * * * * * * * * */
img, iframe {max-width:100%;}
.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.alignleft {float: left;}
.alignright {float: right;}

/* * * * * * * * * * Typography * * * * * * * * * */
body { font-family: "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;}


/* * * * * * * * * * Headlines And Whatnot * * * * * * * */

h1, .h1 {font-size:300%;}
h2, .h2 {font-size:250%;}
h3, .h3 {font-size:200%;}
h4, .h4 {font-size:150%;}
h5, .h5 {font-size:150%;}
h6, .h6 {font-size:125%;}

h1, .h1, h2, .h2 {
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
  font-weight: bold;
  margin: 0 0 10px 0;
}
h3, .h3, h4, .h4 {
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
  font-weight: bold;
  margin: 15px 0 10px 0;
}
h5, .h5, h6, .h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-top: 0;
}

/* * * * * * * * * * Hyperlinks * * * * * * * * * */
a {
  text-decoration:none;
 }
a:link,a:visited {
-webkit-transition: color .25s linear .1s;
transition: color .25s linear .1s;
  text-decoration:none;
 }
a:hover,a:active,a:focus {
-webkit-transition: color .25s linear;
transition: color .25s linear;
  text-decoration:none;
 }

/* * * * * * * * * * Colors * * * * * * * * * */
body {
  color: #333;
}
a:link,a:visited {
  color:#bb8f66;
}
a:hover,a:active,a:focus {
  color:#000;
}
h1, .h1, h2, .h2 {
  color: #7f4400;
}
h3, .h3, h4, .h4 {
  color: #7f4400;
}
h5, .h5, h6, .h6 {
  color: #7f4400;
}

/* * * * * * * * * * Navigation * * * * * * * * * */

.navbar-dark {
  font-family: "Fjalla One", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform:uppercase;
	font-size:150%;
}
.bg-dark {
  background-color:#FFF !important;
}

a.bg-dark:hover, a.bg-dark:focus {
  background-color: transparent;
}
.navbar-dark .navbar-brand {
  color: #000;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #bb8f66;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #bb8f66;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #000;
}

.navbar-toggler { 
	background-color: #7f4400;
    float: none;
    margin: 5px auto;
	padding:5px;
}
.navbar-toggler:link { color: #bb8f66; opacity:1; }
.navbar-toggler:hover { color:#FFF; background-color: #bb8f66; }

.dropdown-menu {
  font-size: 85%;
  color: #000;
  text-align: center;
  list-style: none;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #bb8f66;
  border-radius: 0.25rem;
}

.dropdown-item {
  padding: 0.25rem 1.5rem;
  font-weight: normal;
  color: #000;
  text-align: inherit;
  background:transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #bb8f66;
  text-decoration: none;
  background:transparent;
}

.dropdown-item.active, .dropdown-item:active {
  color: #bb8f66;
  text-decoration: none;
  background-color: #bb8f66;
}

/* * * * * * * * * * Header * * * * * * * * * */
.SVi-header {
	text-align:center; 
	margin:0 auto;
	background:url(../img/headTopBar.jpg) center top repeat-x, url(../img/headBotBar.jpg) center bottom repeat-x, white;
}

/* * * * * * * * * * Content * * * * * * * * * */

.contentWrap {
	padding:0;
	margin:10px 0;
}
.contentInner {
  background-color: #FFF;
  -moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	margin:0 5px;
}
.contentInner p, .contentInner li {
	margin:0 10px 10px 10px;
	padding:0;
}
.contentInner p:last-child,
.contentInner ul:last-child,
.contentInner ol:last-child {
  margin-bottom: 0;
}

label.justify {
    margin-top: 1em;
}

/* * * * * * * * * * Sharing Buttons and Social Media-Related * * * * * * * * * */

.social {
	clear:both;
	text-align:center;
	margin:10px;
	padding:0 10px;	
}
ul.like-buttons{
list-style: none;
margin: 5px 0 20px 0;
padding: 0;
text-align:center;
}

ul.like-buttons li{
display:inline-block;
margin:0 5px;
}

.fb-share, .fb-Likey {
	float:left;
}

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {width: 100% !important;}
.fb-page, .fb-page span, .fb-page span iframe[style] {width: 100% !important;}

.gPlus {max-width:60px;}

.gPlus2 {max-width:40px;}

/* * * * * * * * * * Footer * * * * * * * * * */

footer {
}
.SVi-footer {
	font-size:85%;
  border-top: 1px solid #7f4400;
  background-color: #FFF;
  padding: 20px 0;
  text-align: center;
	padding:20px auto;
} 

/* * * * * * * * * * Extras * * * * * * * * * */

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
hr { 
border: 0; 
height: 1px; 
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); 
}
.lessPad {
	padding-left:5px !important;
	padding-right:5px !important;	
}
.noPad {
	padding-left:0px !important;
	padding-right:0px !important;	
}
.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}
.ctr {text-align:center;}
.lft {text-align:left;}
.rht {text-align:right;}
.floatR {float:right;}
.floatL {float:left;}

img.pull-right{
  float: right;
  max-width: 50%;
  margin-left:20px;
}

/* ------------------------------------------------------------------------------------------ Animated Items on page */
.animated {
	visibility: hidden;
}
.visible {
	visibility: visible;
}
/* ------------------------------------------------------------------------------------------ Carousel Tweaks */
/* Removes white gap between slides - chagnge to base color of slide images */
.carousel {
  background:#000;
}

/* Forces image to be 100% width and not max width of 100% */
.carousel-item .img-fluid {
  width:100%;
}

/* anchors are inline so you need ot make them block to go full width */
.carousel-item a {
  display: block;
  width:100%;
}
/* ------------------------------------------------------------------------------------------ Horiz Bullet List */
ul.hrz {text-align:center;}
ul.hrz li {display: inline-block;}