@charset "UTF-8";
body {
    margin: 0px 24px 0px 0px;
    font-family: 'Alegreya', serif;
    background: #C0B199;
}

/* Style the side navigation */
.sidenav {
    height: 100%;
    width: 13em;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
}


/* Side navigation links */
.sidenav a:link {
    background-color: #b3982d;
    background-image: linear-gradient(to bottom, #C0B199, #97805D);
    font-family: 'Libre Franklin', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
    box-shadow: inset 0 0 1px #000, inset 0 0 2px #fff;
    border-style: inset;
    border: 0px black;
    border-radius: 3px;
    padding: 4px 8px;
    width: 13em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.sidenav a:visited {
    background-color: #b3982d;
    background-image: linear-gradient(to bottom, #C0B199, #97805D);
    font-family: 'Libre Franklin', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
    box-shadow: inset 0 0 1px #000, inset 0 0 2px #fff;
    border-style: inset;
    border: 0px black;
    border-radius: 3px;
    padding: 5px 8px;
    width: 13em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.sidenav a:hover {
    background-color: #b3982d;
    background-image: linear-gradient(to bottom, #97805D, #C0B199);
    color: white;
}

.sidenav a:active {
    background-color: #b3982d;
    background-image: linear-gradient(to bottom, #97805D, #C0B199);
    color: black;
}

.sidenav p {
    font-family: 'Alegreya', serif;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.buy a:link, a:visited {
    background-color: #B32D2D;
    background-image: linear-gradient(to bottom, #b82b2b, #d93434);
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: white;
    box-shadow: inset 0 0 1px #000, inset 0 0 2px #fff;
    border-style: inset;
    border: 0px black;
    border-radius: 3px;
    padding: 5px 8px;
    width: 12em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.buy a:hover, a:active {
    background-color: #B32D2D;
    background-image: linear-gradient(to bottom, #d93434, #b82b2b);
    color: white;
}

/* Style the content */
.content {
    margin-left: 150px;
    padding-left: 40px;
	text-align: center;
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}

.footer_column {
	width: 100%;
	margin-top: 0px;
}

}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}


}.buy {
}
