﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500; 
	margin: 0 10%; 
}
.container {
  display: grid;
  grid-template-columns: auto auto auto;
  background-color: ghostwhite;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  padding: 10px;
}
.container div {
  background-color: #f1f1f1;
  border: none;
  padding: 10px;
  font-size: 30px;
  text-align: center;
  /*margin: 3rem;*/
}
.image-grid img {
  width: 100%;
  cursor: pointer;
  border-radius: 6px;
  transition: transform 0.2s;
}

.image-grid {
  transition: opacity 0.4s ease;
}

/*.image-grid img:hover {
  transform: scale(1.05);
}*/

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 40%;
  height: auto;
  margin: auto;
  background: rgba(0,0,0,0.8);
  display: none;
  justify-content: center;
  align-items: center;
}

.popup img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
}

.dimmed {
  opacity: 0.2;
  transition: opacity 0.4s ease;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.model_list
 {
 	color: red;
}
#top {
	margin: 2rem 10%;
}
div#low {
	background-color: #355B6F;
	color: #FFF;
	font-weight: 600;
	margin: 0;
}
div#low a:link	{
	color: #ffffff; text-decoration: none; font-weight: 800; font-size: 12px;
	}
div#low a:visited	{
	color: #ffffff; text-decoration: none; font-weight: 800; font-size: 12px;
	}
div#low a:hover {  
	color: #E8C17B; text-decoration: none;	font-weight: 800; font-size: 12px;	
	}
#main {
	background-color: #fff;
	margin: 0 12.5% 0 12.5%;
}
div#left {
	float: left;
	width: 200px;
	background-color: #A2C2D2;
	padding-right: 1em;
	border: thin solid #355B6F;
}
div#left ul {
	padding-top: 2em;
	list-style-type: square;
	line-height: 1.4em;
}
div#left img {
	margin: 5px;
}
div#right {
	float: right;
	width: 188px;
}
div#center {
	margin: 0 231px;
	background-color: #fff;
	padding: 1em 0 0 1em;
	text-align: center;
}
div#center ul {
	font-size: 12px;
	line-height: 2em;
}
a:link	{
	color: #000000; text-decoration: none; font-weight: 800; font-size: 12px;
	}
a:visited	{
	color: #000000; text-decoration: none; font-weight: 800; font-size: 12px;
	}
a:hover {  
	color: #0454A5; text-decoration: none;	font-weight: 800; font-size: 12px;	
	}
h1 {
	font-size: 40px;
	font-weight: normal;
	font-family: poppins, inter, playfair, lora, sans-serif;
	/*font: lora;*/
	text-align: center;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
	margin: 0;
	text-align: center;
}
h3 {
	font-size: 12px;
}
.expanded {
	font-size: 12px;
	letter-spacing:0.1em;
	display: inline;
	padding-right: 1em;
}
.topbar {
	letter-spacing:0.1em;
	display: block;
	padding: 1em 0 0.3em 0.5em;
	font-weight: 600;
	margin-top: 1em;
}	
.size14 {
	font-size: 14px;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: center;
}
.centreit {
	text-align: center;
}
.justifyit {
	text-align: justify;
	font-size: 14px;

}
.leftit {
	text-align: left;
}
.shrinkit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	text-align: center;
	margin-top: 0;
}
.blue {
	color: #6699CC;
	}		