@charset "utf-8";

body {
	font-size: 15px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.col-sm-4 {
	text-align: center;
}

.col-sm-12{
    margin-right:0px;
    margin-left: 0px;
}

.logo {
	width: 282px;
	padding-top: 15px;
}

ul {
	list-style: none;
	text-align: center;
}

#navbar-full-home{
	background-color: rgba(255,255,255,0.70);
}

li {
	text-decoration: none;
	display: inline-block;

}

a {
	text-decoration: none;
	color:#3A2E2B;
}

#center{
	text-align: center;
	vertical-align: middle;
}

#blue {
	text-align: center;
	background-color: #D8ECDA;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #3A2E2B;
	font-size: 17px;
	padding-top: 5px;
    padding-bottom: 5px;
	margin-top: 20px;
    margin-left:0px;
    margin-right: 0px;
}

#head {
	font-size: 25px;
	color:#3A2E2B;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    padding-bottom: 0px;
}

.blank {
	height: 20px;
	margin: 0px;
}

.caption {
	text-align:center;
    padding-bottom:40px;
}

.donuts {
	width: 125px;
}

footer {
	background-color: #D8ECDA;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin-top: 20px;
	padding: 5px;
	font-size: 15px;
	color: #3A2E2B;
}

.merch {
	width: 350px;
    height:auto;
}

#donut6 {
	width: 150px;
}

@media only screen and (min-width: 0px) and (max-width: 992px){
	.navbar-full {
		display: none;
	}
	.navbar-small {
		display: block;
	}
    .logo-big{
        display:none;
    }
    .logo-small{
        display:contents;
    }
}

@media only screen and (min-width: 992px){
	.navbar-full {
		display: block;
	}
	.navbar-small {
		display: none;
	}
    .logo-big{
        display:contents;
    }
    .logo-small{
        display:none;
    }
} 
	
hlogo{
	height:auto;
}

h1 {
    margin-bottom: 0px;
}


.bg-blue{
	background-color: #D8ECDA;
}


#nobg{
	background-color: rgba(255,255,255,0);
}
.foot{
	position:absolute;
	bottom: 0;
	height: 30px;
width: 100%;
}

.hfoot{
    background-color: rgba(255,255,255,0);
    color: white;
	position:absolute;
	bottom: 0;
	height: 30px;
width: 100%;
}

#socmed{
	text-align:center;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 55px;
  text-align: center;
  text-decoration: none;
  margin: 5px 10px ;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}
.fa-facebook:hover{
	background: #3B5998;
	color:white;
	text-decoration: none;
}
.fa-facebook {
	background:#3A2E2B;
	color: white;
}
.fa-twitter:hover{
	background: #55ACEE;
	color:white;
	text-decoration: none;
}
.fa-twitter {
  background: #3A2E2B;
  color: white;
}
.fa-google:hover{
	background: #dd4b39;
	color:white;
	text-decoration: none;
}
.fa-google {
  background: #3A2E2B;
  color: white;
}
.fa-instagram:hover{
	background: #125688;
	color:white;
	text-decoration: none;
}
.fa-instagram {
  background: #3A2E2B;
  color: white;
}
.fa-snapchat-ghost:hover{
	background: #FFFE00;
	color:white;
	text-decoration: none;
}
.fa-snapchat-ghost {
  background: #3A2E2B;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.map{
	width: 500px;
	height:auto;
}

#space{
	margin: 25px;
}

.cardhead{
	border: none;
	border-radius: 0px;
	background-color: #3a2e2b;
	color:white;
}

h5 a{
	color:white;
}

h5 a:hover{
	text-decoration: none;
    color:#ABD6AF;
}
.mapthumb{
	width: 150px;
	height: auto;
	margin-botom: 25px;
	padding-right: 25px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 0px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: #3a2e2b;
  color: white;
  cursor: pointer;
  padding: 8px 20px;
  border-radius: 0px;
}

#myBtn:hover {
  background-color: #555;
}

.scrollbtn {
	text-align: center;
}

.topnav {
    background-color: rgba(0,0,0,0);
}

.butcol {
    background-color:#3a2e2b;
}
.container-fluid{
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 400;
    margin-left: 0px;
    margin-right: 0px;
}

#linkcol {
    background-color: rgba(255,255,255,0.65);
}

#marg1{
    margin-right: 0px;
    margin-left: 0px;
}

#marg2{
    margin-right: 0px;
    margin-left: 0px;
}

.nospace{
     margin-right: 0px;
     margin-left: 0px;
}

span.title{
    font-weight: bold;
    color: #3a2e2b;
}

a.cardhead:hover {
    color:
}
