/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LAYOUT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


body
{
	text-align: left;
	background-color: #000000;
	font-family: verdana;
	font-size: 1em;
	background-image: url("dplate.jpg");
	padding: 0px;
	margin: 0px;
}

.logo {
	width: 1440px;
	height: 129px;
	background-image: url("DynamicLink-logo21440.png");
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
  color: #d2d2d2;
  font-weight: bold;
  font-size: 1.2em;
}

.logo table {
  margin: 5px 0 0 750px;
  width: 600px;
}

.logo table td {
  margin: 20px;
  width: 300px;
}

a:link, a:hover, a:visited, a:active {
  font-weight: bold;
}

.column {
  float: left;
  width: 50%;
	display: inline-block;
}

.container {
  overflow: auto;
  width: 1440px;
  background-color: #ffffff;
	border-radius: 20px;
	margin: 20px auto;
}

.footer {
  padding: 20px;
  font-size: 0.7em;
  background-color: #1d1b1c;
  color: #d3d3d3;
	clear: both;
}

.footer a:link, a:hover, a:visited, a:active {
  color: #d3d3d3;
  font-size: 1em;
}

p {
	 line-height: 25px;
}

.frontimage {
  width: 1440px;
  height: 387px;
  background-image: url("dynalinkbg.jpg");
}

.contactimage {
  width: 1440px;
  height: 387px;
  background-image: url("images/contact/contactlogo2.jpg");
}

.adbox {
  background-color: #000000;
  opacity: 0.8;
  width: 700px;
  height: 180px;
  float: right;
  margin: 150px 100px 0 0;
  border-radius: 10px;
	padding: 20px 0 0 0;
}

.adboxbig {
  font-size: 1.8em;
  font-weight: bold;
  color: #ffffff;
  opacity: 1;
}

.adboxsmall {
  font-size: 1em;
  color: #ffffff;
  opacity: 1;
}

.green {
  color: #00ab5a;
}

h2.h2contact {
	font-size: 1.5em;
	width: 75%;
	margin: 30px auto;
}

ul.bodytextcontact {
	width: 75%;
	margin: 10px auto;
	font-size: 1.3em;
	list-style: none;
	line-height: 50px;
}

ul.bodytextcontact li {
	margin: 5px 0px;
	color: #000000;
}

ul.bodytextcontact li {
	margin: 5px 0px;
}

ul.bodytext {
	margin: 10px 60px;
}

ul.bodytext li {
	margin: 5px 0px;
}

a {
  font-size: 1em;
}

a.contactlink {
  font-size: 1em;
  color: #000000;
}

.column75 {
	width: 75%;
	float: left;
	display: inline-block;
}

.column100 {
	width: 100%;
	float: right;
	clear: both;
}

.list85 {
	width: 85%;
	margin: auto;
}

.list85 li {
	margin: 5px;
}

b {
	color: #00ab5a;
}

.googlemap {
	float: right;
	margin: 30px 100px 60px 0;
	border: 10px solid #00ab5a;
	border-radius: 10px;
}

.column25 {
	width: 25%;
	float: right;
	display: inline-block;
}

.column50 {
	width: 50%;
	float: right;
	display: inline-block;
}

.grid {
	clear: both;
	margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 300px);
  justify-content: center;
  align-content: center;
  grid-gap: 10px;
	padding: 40px 0px;
}

.grid img {
  width: 300px;
  height: 300px;
  cursor: pointer;
	border-radius: 10px;
}

#lightbox {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  display: none;
}

#lightbox.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

#lightbox img {
  max-width: 90%;
  max-height: 80%;
  padding: 4px;
  background-color: black;
  border: 2px solid white;
}


h2 {
  font-size: 1.5em;
  text-indent: 5%;
  margin: 30px auto;
}

h3 {
  font-size: 1.2em;
  text-indent: 5%;
  margin: 30px auto;
	color: #00ab5a;
	text-decoration: underline;
}

p {
  width: 90%;
  margin: 10px auto;
}

p.spaced {
  width: 90%;
  margin: 10px auto;
	line-height: 2;
}

table {
  margin: auto;
}

th {
padding-left: 20px;
}

img.canadaflag {
	border-radius: 5px;
}

table td {
  margin: 20px;
  width: 300px;
}

th.proud {
	text-align: center;
	font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
	padding: 10px;
}

.proudimage {
	height: 30px;
	width: 60px;
}



h1 {
  	text-indent: 20px;
  	font-size: 0.75em;
}

h1 a:link, a:visited {
    color: #21252B;
		text-decoration: underline;
}

h1 a:hover {
		color: #daecf5;
    text-decoration: underline;
}

a.lightlink:link, a.lightlink:visited, a.lightlink:active {
    color: #daecf5;
		text-decoration: underline;
}

a.lightlink:hover {
		color: #00ab5a;
    text-decoration: underline;
}

a.darklink:link, a.darklink:visited, a.darklink:active {
    color: #21252B;
		text-decoration: underline;
}

a.darklink:hover {
		color: #00ab5a;
    text-decoration: underline;
}

h1 a:active {
		color: #21252B;
}

.navmenu {
  background-color: #00ab5a;
  width: 1440px;
}

.navmenu li {
  float: left;
}

.navmenu li a {
  display: block;
  background-color: #00ab5a;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
	border-right: 1px solid #008849;
	height: 50px;
}

.navmenu li a:hover {
  background-color: #008849;
  color: #ffffff;
	height: 50px;
}

.navmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
	height: 50px;
}
