
html,body {
  height: 100%;
  font-family: Georgia, serif;
  font-size: large;
  overflow-x: hidden;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  /*padding-top: 25px;*/
  background-color: #40423d;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
  color:#0c0d10;
  background-color: #f9f9f9;
}

nav {
  color: white;
  font-size: 1.1rem;
  background-color: rgba(0,0,0,0.3);
}

.navbar-dark .navbar-nav .nav-link {
  color:#fff;
  padding-left: 25px;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
  text-decoration: underline;
}
.dropdown-menu {
  margin: 0;
  color: #fff;
  background-color: transparent;
  background-clip: padding-box;
  border-radius: 0.15rem;
 

  /* opacity: 90%; */
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top:0rem;
  background-color: rgba(0,0,0,0);
} 
@media (max-width: 767.98px){
  .dropdown-menu[data-bs-popper] {
    margin-top:0rem;
  }
}
.dropdown-item {
  text-align: inherit;
  padding-left: 25px;
  color: #f9f9f9;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.3);
  
}
.dropdown-item.active, .dropdown-item:active {
  text-decoration: underline;
  background-color: transparent;
}


header {
  background: no-repeat center center;
  background-size: cover;
  color: white;
}


.singleCol {
  max-width: 1000px;
}

.singleColBlog {
  max-width: 1200px;
}

.fill {
  height: 100%;
}

footer {
  background-color: #40423d;
  color: white;
  flex-shrink: 0;
}

footer a {
  color: white
}
 footer a:hover {
   color: #dfdfdf;
 }


 .color-overlay{
  background-color: rgba(0,0,0,0.3);
  min-height: 60vh;
}

@media (max-width: 575.98px){
  .color-overlay {
    min-height: 10vh;
  }
}
@media (min-width: 575.98px){
  .color-overlay {
    min-height: 15vh;
  }
}
@media (min-width: 767.98px){
  .color-overlay {
    min-height: 20vh;
  }
}
@media (min-width: 991.98px){
  .color-overlay {
    min-height: 25vh;
  }
}
@media (min-width: 1399.98px){
  .color-overlay {
    min-height: 30vh;
  }
}

.content {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 600px;
  min-height: 300px;
  max-height: 300px;
  margin: auto;
  overflow: hidden;
  box-shadow: 2px 2px 5px 2px rgba(34, 45, 51, 0.2);
  border-radius: 5px
}

@media (max-width: 767.98px){
  .content {
    margin-top: 15px;
  }
}

.content .content-image {
  object-fit: cover;
  min-height: 300px; 

}

.content .content-overlay {
  background: rgba(34, 45, 51, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s
}

.content:hover .content-overlay {
  opacity: 1
}

.content-image {
  width: 100%;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}


.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase
}

.content-details h4 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase
}

.content-details p {
  color: #fff;
  font-size: 0.8em
}

.fadeIn-bottom {
  top: 80%
}

/* Card */
.card {
  background-color: none;
  background-clip: border-box;
  border: none;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 2px rgba(34, 45, 51, 0.2);
  margin-bottom: 25px;
}

.img-fluid {
  min-height: 100%;
  object-fit: cover;
  opacity: 75%;
}

.btn-outline-dark {
  color: #222d33;
  border-color: #222d33;
}

/* Card */
 .cardabout {
  background-color: none;
  background-clip: none;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  margin-bottom: 25px;
}

.cardabout .img-fluid {
  min-height: 100%;
  object-fit: scale-down;
  opacity: 1;
}


/* Recent Blog Post Sestion */



.blog a {
  color: #0c0d10;
  text-decoration: none;

}

.blog .card-title{
  margin-top: 10px;
}

.bg-lifestyle {
  padding: 3px;
  background-color: #90c797;
}

.bg-technology {
  padding: 3px;
  background-color: rgb(104, 143, 250);
}

.blog .card-body {
  min-height: 175px;
}

/* Divider */


.h-divider {
  margin: auto;
  margin-top: 0px;
  width: 80%;
  position: relative;
}

.h-divider .shadow {
  overflow: hidden;
  height: 20px;
}

.h-divider .shadow:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px/12px;
  box-shadow: 0 0 8px black;
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,0)!important;
}


/* Separator */

.section-one {
  
  position: relative;
  padding: 0px 0 50px;
  background-color: #f9f9f9;
}

.section-two {
  background-color: #d5d5d3;
  padding: 0px 0 0px;
  position: relative;
  z-index: 10;
}

/* -------------------------------------------------------------------------
   begin Separator
 * ------------------------------------------------------------------------- */
 .separator {
  bottom: -4px;
  left: 0;
  overflow: hidden;
  position: absolute;

  width: 100%;
}
/* -------------------------------------------------------------------------
   end Separator
 * ------------------------------------------------------------------------- */

/* begin Media Max-Width 767
============================================================================ */

@media screen and (max-width: 767px) {
  .section-one {
    padding: 0px 0 15px;
  }
}

@media screen and (max-width: 767px) {

    .separator__svg {
    
      position: relative;
      width: 200%;
    }
  }


/* end Media Max-Width 767
============================================================================ */

/*
 * Global add-ons
 

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.span4 img {
    margin-right: 10px;
}
.span4 .img-left {
    float: left;
	max-width: 40%
}
.span4 .img-right {
    float: right;
	max-width: 40%
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
 /*
.navbar-fixed-top {
  border: 0;
}

.navbar-customstyle {
  background-color: #a4c196;
  border-color: #a4c196;
}
.navbar-customstyle .navbar-toggle {
  border-color: #a4c196;
}
.navbar-customstyle .navbar-toggle .icon-bar {
  background-color: #f0f5ee;
}

.navbar-customstyle .navbar-brand,
.navbar-customstyle .navbar-nav > li > a,
.navbar-customstyle .navbar-nav > li > a:focus 
{
  color: 	#f0f5ee ;
  background-color: #a4c196;
}

.navbar-customstyle .navbar-brand:hover,
.navbar-customstyle .navbar-toggle:hover,
.navbar-customstyle .navbar-toggle:focus,
.navbar-customstyle .navbar-nav > li > a:hover,
.navbar-customstyle .navbar-nav >li.open > ul.dropdown-menu > li > a:hover
{
  color: #f0f5ee;
  background-color: #a4c196 ;
}

.navbar-customstyle .navbar-brand:active,
.navbar-customstyle .navbar-nav > li > a:active,
.navbar-customstyle .navbar-toggle:active,
.navbar-customstyle .navbar-nav >li.open > ul.dropdown-menu > li > a:active
{
    color: #f0f5ee;
    background-color: #a4c196;
}

.navbar-customstyle .navbar-nav .open .dropdown-menu > .dropdown-header {
  border-color: #f0f5ee;
  background-color: #a4c196;
}

.navbar-customstyle .navbar-nav .open .dropdown-menu .divider {
    background-color: #f0f5ee;
}

.navbar-customstyle .navbar-nav .open .dropdown-menu > li > a, 
.navbar-customstyle .navbar-nav .open .dropdown-menu > li,
.navbar-customstyle .navbar-nav .open .dropdown-menu
{
    color: #f0f5ee;
    background-color: #a4c196;
}
*/
/*
.navbar-inverse {
  background-color: #a4c196;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: 	#f0f5ee;
}

.navbar-inverse .navbar-text {
  color: #f0f5ee;
}
.navbar-inverse .navbar-nav > li > a {
  color: #f0f5ee;
}

.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #009900;
  color: #ffffff;
}


.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #ffffff;
  background-color: #009900;
}

*/

/*
 * Sidebar
 */
/*
.jumbotron {

/* background-image: url("../img/danielle-macinnes-IuLgi9PWETU-unsplash.jpg"); 
  background-color: #f0f5ee;
  background-size: 1200px 800px;  

} 
 
*/
/* Hide for mobile, show later */
/*
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. 
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}
*/
/* Sidebar navigation */
/*
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border 
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}
*/

/*
 * Main content


.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}
 */

/*
 * Placeholder dashboard ideas
 

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}
*/