﻿/*	C S S	*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
	width: 100%;
	max-width: 100%;
	background-color: aliceblue;
}

body {
	width: 100%;
	max-width: 100%;

	color:#333333;
	font-family: Roboto, 'Fira Sans', Thaoma, Arial, Verdana, sans-serif, Helvetica;
	border: 0px;
	margin: 0px;
	padding: 0px;
	-background-color:#000;
	-background-image: url(img/content-bg.gif);
	-background-repeat:repeat-x;
	-background-position:top;
	background-color: #FFF;
}

a:link    {text-decoration: none; color: #0070cc; -border-bottom:#00CC33 1px dotted}
a:visited {text-decoration: none; color: #0070cc; -border-bottom:#00CC33 1px dotted}
a:active  {text-decoration: none; color: #0070cc;}
a:hover   {-text-decoration: underline; color: #1d88e0; -text-shadow:#F7F7F7 1px 1px 1px}

figcaption {
	font-size: small;
}

img.bullet {vertical-align:middle}

span.nobr	{
	white-space: nowrap;
}

main {
	-width: 1640px;
	width: 1220px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

article table {-border-radius: 4px;}
article table th {

	color:white;
	background-color: #000;
}
article table td {
	background-color: #f8fafd;

}

.page_header {
	padding-top: 4px;
	font-family: 'Roboto Slab';
	text-align:center;
	-font-size:large;
	max-width:100%;
	background-color: aliceblue;
	-border-bottom: 1px solid #0070cc;

	-box-shadow: inset 0px 1px #000;
}
.page_header_text {
	font-size: 36px;
	font-weight:bold;
	font-family: 'Roboto Slab', cursive;
	max-width:100%;
}
.page_header_slogan {
	font-size: 12px;
	padding:0;
	margin:0;
	color: #333333;
	display:block;
}




.page_footer {
	display:block;
	----width:100%;
	max-width:100%;
	overflow:hidden;
	
	margin-bottom:0px;
	padding-bottom:0px;
	clear:both;
	
	background-color: aliceblue;
	background-image: url(img/footer-bg.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	-color: #009900;
	-border-top-width: 2px;
	-border-top-style: solid;
	-border-top-color: #009900;
	text-align: center;
	font-size:12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;

	-box-shadow: inset 0px -1px #000;
}

.footer_wrapper {
	width: 1220px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.page_menu {
	-background-color: #FFF;
}
.brands_container {
	padding: 16px;
	text-align: center;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
.brand_logo {
	padding:8px;
	background-color: #FFF !important;
}
.brand_logo:hover {
	opacity: 0.75;
	background-color: #000;
}
body > .page_menu > .brands_container {
	border-bottom: black solid 2px;
}


.cards_container {
	display:flex;
	flex-wrap: wrap;
	margin: -0.5rem;
	padding:16px;
}

.card {
	margin: 0.5rem;
	
	width:384px;
	max-width: 100%;
	-padding: 2px;
	background-color:#FFF;
	-border: 1px solid #999;
	box-shadow:#666 1px 1px 3px;

	border-radius: 6px;
	-margin: 12px;
	
	-float: left;
}

.card_image {
	-width:384px;
	max-width: 100%;
	height: auto;

	border-top-left-radius: 4px;
	border-top-right-radius: 4px;;
}

.card_title {
	font-family: 'Roboto Slab';
	display: block;
	overflow:hidden;
	text-align:center;
	font-size: x-large;
}




.article_header {
	font-family: 'Roboto Slab';
	text-align:center;
	font-size:x-large !important;
}

.article_header h1 {
	font-size: 24px;
}

@media only screen and (max-width: 600px) {
	.page_header_text {
		font-size: 20px;
	}
	.page_header_slogan {
		font-size: 10px;
	}
}
