body {
	background-image: url(../images/background.png);
	margin: 0;
	padding: 0;
	max-width: 100%;
	text-align: center;
	background-position: center center;
	background-attachment: fixed;
	}

header img {
	width: 14%;
	height: auto;
	}
	
@font-face {
    font-family: 'sugar__vinegarregular';
    src: url('../fonts/sugarvinegar/sugar-vinegar-webfont.woff') format('woff2'),
         url('sugar-vinegar-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }
    
@font-face {
    font-family: 'rennerbook';
    src: url('../fonts/renner/renner__400_book-webfont.woff2') format('woff2'),
         url('renner__400_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	}

nav {
	font-family: 'sugar__vinegarregular';
	font-size: 22pt;
	}
	
nav li {
	display: inline;
	}

nav li a {
	text-decoration: none;
	color: rgba(46, 79, 79, 1.00);
	margin: 20px;
	}
	
nav li a:hover {
	color: rgba(254, 192, 34, 1.00);
	
	}
	
@font-face {
    font-family: 'sugar__vinegarregular';
    src: url('../fonts/sugarvinegar/sugar-vinegar-webfont.woff') format('woff2'),
         url('sugar-vinegar-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }
    
@font-face {
    font-family: 'rennerbook';
    src: url('../fonts/renner/renner__400_book-webfont.woff2') format('woff2'),
         url('renner__400_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	}
	
.wrapper {
	width: 100%;
	min-height: 300px;
	}

figure img {
	width: 25%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: rgba(254, 192, 34, 1.00);
	border-width: 2px 2px 2px 2px;
	
	}
	


.description {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 30px;
	font-family: 'rennerbook';
	font-size: 13pt;
	background-color: rgba(46, 79, 79, 1.00);
	color: rgba(254, 192, 34, 1.00);
	border-style: solid;
	border-color: rgba(254, 192, 34, 1.00);
	border-width: 2px 2px 2px 2px;
	outline: 1px solid rgba(254, 192, 34, 1.00);
	outline-offset: -10px;
	}
	
.description a {
	color: rgba(254, 192, 34, 1.00);
	text-decoration: none;
	 }
	 
.description a:hover {
	text-decoration: underline;
	color: rgba(254, 192, 34, 1.00);
	}
	
.description table {
	margin-left: auto;
	margin-right: auto;
	}

.description table th {
	font-size: 16pt;
	padding-left: 5px;
	padding-right: 5px;
	}

.description table td {
	font-size: 10pt;
	}
	
.description img {
	width: 90%;
	text-align: center;
	}
	
footer {
	font-family: 'rennerbook';
	color: rgba(46, 79, 79, 1.00);
	margin-top: 30px;
	}
	
footer a {
	text-decoration: none;
	color: rgba(46, 79, 79, 1.00);
	}
	
footer a:hover {
	text-decoration: underline;
	}

.mobile li {
	display: none;
	}

@media only screen and (max-width: 660px) {

header img {
	width: 40%;
	height: auto;
	}
	
nav li {
	display: block;
	font-size: 15pt;
	margin-bottom: 10px;
	}

figure img {
	display: none;
	}
	
.description {
	width: 90%;
	height: auto;
	outline: none;
	padding: 1px;
	}
	
.desktop {
	display: none;
	}

table {
	display: none;
	}
	

.mobile li {
display: block;
	font-family: 'rennerbook';
	 }


footer {
	font-size: 9pt;
	}
}




