/* CSS Document */

@import url("https://use.typekit.net/xwh1odk.css");

#wrapper-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  will-change: auto !important;
}

#main {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

nav.navbar.bootsnav ul.nav > li > a { font-family: 'bio-sans'; font-size:17px; }

h1, h2, h3, h4, h5, h6 { font-family: 'bio-sans'; }

/*nav.navbar.bootsnav ul.nav > li > a { font-size:14px; }*/

.navbar .attr-nav.button { margin-top: 3px; }
.navbar .attr-nav.button a { font-size: 17px; }

nav.navbar.bootsnav ul.nav > li > a:hover { color:#990000; }

nav.navbar.bootsnav ul.nav > li.active > a { color:#990000; } 

nav-xx.navbar.bootsnav.no-full .navbar-collapse { overflow-y: hidden !important;} 

nav.navbar.bootsnav .navbar-nav > li > a { margin-bottom:0px; border-bottom:none; }

footer .footer-bottom { margin-top:0px; }

.site-heading { margin-bottom:40px; }

.features-items.icons-dark .item .icon i {
	background: #990000 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color:#ffffff;
  display: inline-block;
  font-size: 50px;
  height: 100px;
  line-height: 100px;
  position: relative;
  text-align: center;
  width: 100px;
  z-index: 1;
}

.features-area .item .icon i { color: #990000; }

.about-area img { height:455px; object-fit:contain; } 

.overview-items.solid-items .single-item {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom:40px; margin-bottom:40px;
}

.overview-items.solid-items .single-item:last-child {
    margin-bottom: 0;
		border-bottom: none;
}

.work-list-area .info h3 .highlight { color:#787c80; }

.work-list-area .info ul.NormalUnorderedList { margin-top:5px } 

.work-list-area .info ul li.ContainsNormalUnorderedList h4 { margin-bottom:5px; }

.work-list-area .info ul.NormalUnorderedList li::before {
    border: none;
    color: #000;
    content: none;
    font-size: 12px;
    font-weight: 600;
    height: 25px;
    left: 0;
    line-height: 22px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 25px;
}

.work-list-area .info ul.NormalUnorderedList li {
    border-bottom: none;
    display: list-item;
    font-size: 14px;
    line-height: 25px;
		margin-left: 40px;
    margin-bottom: 0px;
    padding-bottom: 2px;
    padding-left: 10px;
    position: relative;
    z-index: 1;
		list-style: circle;
}

.signup-area p { font-size: 16px; }

.contact-us-area .contact-form textarea { min-height:150px; }

.contact-us-area .address-items .info-simple i { padding-right:10px; }

.contact-us-area .address-items a { color:#666;  }

.alert-msg { font-weight: bold; color:green; }

.alert-msg > span.error { display:block; color:red; margin-bottom: 14px; }

/*
.contact-us-area {
  position: relative;
  z-index: 1;
}

.contact-us-area .fixed-shape {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
*/

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.row.display-flex > [class*='col-'] > .item  {
  height:100%;
}

.blog-area.bg-light .blog-items .item {
  -moz-box-shadow: 0 0 10px #e8e8e8;
  -webkit-box-shadow: 0 0 10px #e8e8e8;
  -o-box-shadow: 0 0 10px #e8e8e8;
  box-shadow: 0 0 10px #e8e8e8;
  height: 100%;
}

.blog-area.bg-gray .blog-items .item {
  -moz-box-shadow: 0 0 10px #e8e8e8;
  -webkit-box-shadow: 0 0 10px #e8e8e8;
  -o-box-shadow: 0 0 10px #e8e8e8;
  box-shadow: 0 0 10px #e8e8e8;
  height: 100%;
}

.blog-area .info h2 a, .blog-area .info h3 a, .blog-area .info h4 a { text-transform: none; }

.blog-area .info h2, .blog-area .info h3, .blog-area .info h4 { text-transform: unset; }

#projects .item .thumb img {
  object-fit: cover;
  width: 100%;
  object-position: top;
  border-bottom:1px solid #e7e7e7;
}

.navbar-brand > img.logo { max-height: 70px !important; }

.navbar-brand.personal > img.logo { border-radius: 50%; }

#RecaptchaProjects { width: fit-content; margin: auto; }
.center { text-align: center; }

@media (min-width: 768px) {
  #projects .item .thumb img {
    max-height: 315px;
  }
}

@media (max-width: 992px) {
  nav.navbar .navbar-brand img.logo {
    height: 40px;
  }
}

@media (max-width: 1023px) {
  .navbar-brand > img {
    height: 40px !important;
  }
}

@media (min-width: 1024px) {
  nav.navbar.bootsnav .navbar-brand, nav.navbar.bootsnav.sticked .navbar-brand {
    padding: 7px 15px 15px;
  }
  nav.navbar.bootsnav.sticked ul.nav > li > a {
    padding: 35px 15px;
  }
}