@charset "UTF-8";
/* CSS Document */
* {box-sizing: border-box}
body 
{
	font-family: majestic;
    src: url(media/Majesti-Banner-BoldItalic.otf);
    margin:0
}
a:link, a:visited 
{
    color: rgb(190, 30, 45);
    border: 2px solid black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 150px;
    min-height: 50px;
    background-image: url(images/buttonBG.jpg);
    background-position: center;
    font-size: 14pt;
    font-display: block;
    font-style: oblique;
    font-weight: bold;
}
a:hover, a:active 
{
    background-color: rgb(138, 140, 143);
    color: white;
}
body
{
    background-color: rgb(65, 57, 61);
}
.navbar
{
    float: left;
    min-width: 200px;
    padding-left: 15px;
}
.topbanner
{
    float: left;
    min-height: 150px;
    width: 100%;
}
.contactinformation
{
    margin: 15px;
    font-family: majesticbold;
    src: url(media/Majesti-Banner-Book.otf);
}
.gmaps
{
    width: 100%;
    height: 300px;
    width: 300px;
    margin: 15px;
    float: left;
}
.container
{
    display: flex;
}
.left
{
  float: left;
    background-color: rgb(138,140,143);
}
.right 
{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
div.gallery 
{
	margin-left: 15px;
	margin-bottom: 15px;
    border: 1px solid #ccc;
    float: left;
    width: 225px;
	align-content: center;
	vertical-align: middle;
}

div.gallery:hover 
{
    border: 1px solid #777;
}

div.gallery img 
{
    width: 100%;
    height: auto;
}

div.desc 
{
    padding: 15px;
    text-align: center;
}