﻿html {
  font-size: 24px;
}


body {
  position: relative;
  background-color: #ccd9c3;
  margin-bottom: 60px;
  margin 0 auto;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-image: url("/assets/images/body.bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 6rem;
}


.navbar {
  padding-top: 0;
  padding-bottom: 0;
}


.navbar-brand-image {
  height: 5rem;
}


.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .5);
}


.text-white {
  color: #ffffff !important;
  text-shadow: 0 0 4px #333333;
}


.text-black {
  color: #222222;
  text-shadow: 0 0 3px #ffffff;
}


.footer {
  display: block;
  position: absolute;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}


#aboutDld {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 45%;
  border-radius: 50%;
}


.contactLinks {
  color: #486644 !important;
  text-shadow: 0 0 1px #ffffff;
}


.font-weight-bold {
  font-weight: 700 !important;
}

