@charset "utf-8";
/* CSS Document */
.thumb{
    width: 50%;
    display: flex;

}

.container {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.row {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    margin-left: 0px;
    margin-right: 0px;
}
.col-sm-4{
    align: center;
}

row.extra{
    margin-botom:15px;
}
span.title{
    font-weight: bold;
    color: white;
}
.caption{
    color: white;
}
div.polaroid {
  width: 80%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}

img#navlogo{
    width: 15%;   
}

div.txtcontainer {
  text-align: center;
  padding: 10px 20px 3;
}
img.pol{
    width:100%;
}
#head {
	font-size: 35px;
	color:white;
	font-family: 'Economica', sans-serif;
    padding-bottom: 0px;
    padding-top: 5px;
    text-align: center;
}

div.banner{
    background-color:#191919;
    margin-bottom: 25px;
    margin-left:0px;
    margin-right:0px;
     padding-left:0px;
    padding-right:0px;
}
div.ban2{
    background-color:rgba(0,0,0,0.75);
    margin-top: -25px;
    margin-bottom: 25px;
    margin-left:0px;
    margin-right:0px;
    padding-left:0px;
    padding-right:0px;
    padding-top:5px;
    padding-bottom: 5px;
    color: white;
    font-family:'Economica', sans-serif;
    text-align: center;
}
div.ban3{
	color: white;
	font-family: 'Economica', sans-serif;
	background-color: rgba(0,0,0,0.75);
	width:100%;
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
}
p.ban2{
     color: white;
    font-family:'Economica', sans-serif;
    text-align: center;
}
div.container-fluid{
    margin-left:0px;
    margin-right:0px;
    padding-left:0px;
    padding-right:0px;
}
footer{
    color:white;
    text-align: center;
    background-color: #191919;
    font-size: 13px;
    font-weight: lighter;
}
.smallicon{
    width:50px;
}

@media only screen and (min-width: 0px) and (max-width: 992px){
	.navbar-full {
		display: none;
	}
	.navbar-small {
		display: block;
	}
}

@media only screen and (min-width: 992px){
	.navbar-full {
		display: block;
	}
	.navbar-small {
		display: none;
	}
    
} 
.bg-black{
    background-color: rgba(0,0,0,0.7);
}

.subtitle{
    text-align: center;
    color: black;
    font-size:32px;
    font-family: 'Parisienne', cursive;

}
.menu{
    background-color: white;
    padding-top: 20px;
}
.item{
    padding:40px;
}
#menulogo{
    height: 175px;
}
#myBtn:hover {
  background-color: #555;
}

.scrollbtn {
	text-align: center;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 0px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: #191919;
  color: white;
  cursor: pointer;
  padding: 8px 20px;
  border-radius: 0px;
}
.cardhead{
	
	border-radius: 0px;
    bottom-border: 1px solid white;
	background-color: #191919;
	color: white;
    font-family: 'Economica', sans-serif;
    font-weight: bold;
}
.cardheader{
	border: none;
	border-radius: 0px;
	background-color: #191919;
	color: white;
    font-family: 'Economica', sans-serif;
    font-weight: bold;
}

h5 a{
	color:white;
}

h5 a:hover{
	text-decoration: none;
    color:#E3A92B;
    font-weight: bold;
}
.mapthumb{
	width: 150px;
	height: auto;
    padding-right: 25px;
    padding-bottom: 25px;
}
.smalllogo{
    width: 50px;
}
.bg-dark{
    background-color: rgba(0,0,0,0.75);
}
.card{
    border-radius: 0px;
    border: none;
    
}

.map{
    height: auto;
    width: 550px;
}
.cardheader:hover{
	border: none;
	border-radius: 0px;
	background-color: #191919;
	color: black;
    font-family: 'Economica', sans-serif;
    font-weight: bold;
}
.par{
    color: white;
    background-color: rgba(0,0,0,0.75);
    padding:25px;
    font-family: 'Economica', sans-serif;
}
.signature{
    font-family: 'Parisienne', cursive;
    text-align: right;
    font-size: 20px;
}
.sides{
    text-align:center;
}
a.phone{
    color: #0056b1;
}
div.location{
    font-size: 17px;
    color: rgba(57,40,28,1.00);
    font-weight: bold;
}
a.darklink{
    color:#7cbbff;
}


