﻿* {
   margin: 0px;
   padding: 0px;
}

body {
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.25;
    background-color: #F9F5F2;
}

.card {
  overflow: hidden;
  border-width: 0.5px;
}

.card-title {
  margin-bottom: 1rem;
}

.card-img {
  border-radius: 0px;
}

.equal-height-col {
  display: flex;
}

.equal-height-card {
  flex: 1;
}

div#banner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}

#hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hero-text-btn {
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  #hero-text {
    align-items: center;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
}

div#content {
    margin-left: auto;
    margin-right: auto;
}

div#logo {
    height: 138px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-position: center;
}

div#logolink {
    float: right;
	margin-top: 8px;
	margin-right: 20px;
	width: 510px;
	height: 118px;
}

div.main {
    margin-bottom: 25px;
    padding-top: 1.5rem;
    padding-bottom: 0px;
}

div.textbox {
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    float: left;
    background-color: white;
    padding: 12px;
}

div.domtext ul {
	list-style-image: url('../images/black_check.png');
	list-style-position:outside;
	margin-left:30px;
}

div.domtext ul li {
	font-size:15px;
}

@media (min-width: 992px) {
  .nav-link {
    margin-top: 1px;
    margin-bottom: 1px;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .nav-link-footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .nav-item .btn {
      margin-left: 0.25rem;
      margin-right: 0.25rem;
  }
  .navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 991px) {
  .nav-item .btn {
      margin-top: 0.25rem;
      margin-bottom: 0.25rem;
  }
}

div.divlink {
	position: relative;
}

div.divlink  a {
	position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-decoration: none; /* No underlines on the link */
        z-index: 10; Places the link above everything else in the div */
        background-color: #FFF; /* Fix to make div clickable in IE */
        opacity: 0; /* Fix to make div clickable in IE */
        filter: alpha(opacity=1); /* Fix to make div clickable in IE */
		
}

div.showcase {
    padding-left: 8px; 
}

div.showcase_element {
    float: left;
}

div.showcase_element a {
    text-decoration: none
}

a {
    color: black;
}

a:hover {
    color: darkgrey;
}

td {
    padding: 3px;
}

img.thumb {
  margin-bottom: 1rem;
  width: 100%;
    -moz-box-shadow: 3px 3px 5px 25% #000;
    -webkit-box-shadow: 3px 3px 5px 25% #000;
    box-shadow: 3px 3px 5px 25% #000;
}

img {
    border: 0;
}

div#items {
    margin-left: auto;
    margin-right: auto;
	padding-top: 4px;
    text-align: center;
}

#menu_wrap ul
{
	list-style:none;
	margin:0
}

#menu_wrap ul
{
	color: #ffdd78;
    text-decoration: none;
}

#menu_wrap ul a
{
	color: #ffdd78;
    text-decoration: none;
}

#menu_wrap ul a:hover
{
	color: orange;
}

#menu_wrap ul li
{
	display: inline;
	position:relative;
	margin-left: 18px;
    margin-right: 18px;
	font-size: 17px;
    margin-top: 5px;
    font-weight: 500;
    text-shadow: black 0.1em 0.1em 0.2em;
}

#menu_wrap ul ul
{
	text-align: left;
	display:none;
	position:absolute;
	top:100%;
	left:-32px;
	background: rgba(49, 131, 193, 0.84);
	padding:0;
	z-index: 10;
}

#menu_wrap ul ul li
{
	display:block;
	width:160px;
	z-index: 10;
}

#menu_wrap ul ul a
{
	line-height:200%;
	padding:8px 15px;
	z-index: 10;
}

#menu_wrap ul li:hover > ul
{
	display:block;
	z-index: 10;
}

.bulletpoint {
  color: green; 
  font-size: 20px; 
  font-weight: 600;
}