body{
  font-family:BogleWeb-Regular;
 /* background-color:blue;*/
}

#site-container {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    display: flex;
    align-items: start;
}



#main-container{
  padding-left : 0px;
  padding-right : 0px;
}

#backtotop{
  margin-bottom:64px;
  text-align:center;
}

#backtotop a{
  text-decoration: none;
  font-family:BogleWeb-Regular;
  font-size: 14px;
  color: #000000;
  border-bottom-color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

#footer{
  margin-bottom:32px;
  text-align:center;
  font-size:11px;
}

.side-item{
  font-family:BogleWeb-Regular;
  font-size: 14px;

  color: #000000;
}

/********************Right Menu***/

#navbar{
  padding: 0px;
}

#right-menu{
  position: fixed;
  z-index: 1;
  height: 100px;
  width: 100%;
  background-color: white;
}

.right-menu-logo{
  padding: 0px;
  margin-left:24px;
  margin-top: 24px;
}

.right-menu-logo img{
    /*max-width: 100%;*/
    width: 110px;
    height: 58.9px;
    mix-blend-mode: multiply;
    left: 20px;
    top: 27px;

}

#hamburger-button{
    border:none;
    background-color: white;
    /*
    margin-right: 32px;
    margin-top: 40px;
    height:20px;*/
    position: absolute;
    padding: 0px;
    top: 40px;
    right: 32px;
    height: 20px;
}

.hamburger-icon{
  width: 20px;
  height: 20px;
  vertical-align: top;
}

.times-icon{
  width: 18px;
  height: 18px;
  vertical-align: top;
}

.chevron{
  width: 18px;
  height: 18px;
}

 /*  For the right hand menu to pop out of
  *
  * The Overlay (background) 
  */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width:320px;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 100%;
  top: 0;
  background-color: rgb(255,255,255); /* Black fallback color */
  background-color: rgba(255,255,255, 255); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}


/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 100px; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: left; /* Centered text/links */
   /* margin-top: 30px; 30px top margin to avoid conflict with the close button on smaller screens */
   padding-bottom: 95px;
}

.overlay-content a {
  color: inherit;
}

/* The navigation links inside the overlay */
.overlay a {
  /*  padding: 8px;  */
  text-decoration: none;

  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 40px;
  right: 33px;
  height: 20px;
  /*font-size: 60px;*/
  color: #000000;
}

.headroom--pinned {
    display: block;
}
.headroom--unpinned {
    display: none;
}

.noscroll { overflow: hidden; }

/******************End Right Menu***/



/****************Cover Page***********/
.content-element-pair{
  margin-right: 0px;
  margin-left:0px;
}
.content-element{
  min-width: 200px;
  padding-left: 0px;
  padding-right: 0px;
}

.content-element:after{
  content: "";
  display: block;
  padding-bottom: 100%;
}

.content-element-img{
  font-family: 'object-fit: cover;';
    height: calc(100% + 2px);
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
}

.content-element:hover .details-wrap{
    opacity: 1;
}

.details-wrap{
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    max-width: 100%;
        width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: opacity .15s ease;

}

.details{
    /*background: rgba(0, 0, 0, 0.8);*/
    background:rgba(255,255,255, 0.8);
    height: 100%;
    position: relative;
    width: 100%;
    transition: background 0.2s ease 0s;
    border-radius: 0px;

}

.details-inner{
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 0%;
}

.title{
    color: #000000;
    float: none;
    font-family:BogleWeb-Light;
    font-size: 20px;
    font-style: normal;
    line-height: 50px;
    padding: 0px;
    text-align: center;
    width: 100%;
    margin: auto;

    clear: both;
    transition: color 0.2s ease;
}

.under-title{
    color: #000000;
    float: none;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    padding-bottom: 0px;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin: auto;
    clear: both;

}
/*************End Cover Page ********/


/****************Left Nav Bar**********/

#nav-menu{
  min-width : 220px;
  max-width : 344px;
  width:25%;
}

#nav-menu nav{
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

#navbar-ul-wrap{
  width:100%;
}

.navbar-menu-logo-wrap{
  height:200px;
}
.navbar-menu-logo-wrap a{
  position:relative;
  top: 64px;
  left: 24px;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
}

.navbar-menu-logo{
    /*max-width: 100%;*/
    width: 180px;
    height: 96px;
    mix-blend-mode: multiply;

}

.side-item-text:hover{
  /*text-decoration: underline;*/
  border-bottom: 1px solid;
  border-color: #000000;
}

.side-item-selected-text{
  font-family:BogleWeb-Bold;
  font-size: 13px;
  color: #000000;
}

.side-item-text{
  font-family:BogleWeb-Regular;
  font-size: 13px;
  color: #000000;
}

.horizontal { 
  border-bottom: 1px solid; 
  padding-bottom: 23px; 
  border-color: #e6e7e8;
}

.side-item-icon{
  width: 17px;
  height: 17px;
  vertical-align: unset;
  margin-top: 3px;
  margin-right: 8px;

  
}

.nav-side-item-icon{
  vertical-align: text-bottom;
}

.side-item{
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 24px;
}

.side-item a{
  color: #000000 !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  height: 20px;
}

.aligncenter {
    text-align: center;
}

.linkedin{

}
.moments{

}
.pinterest{

}




/****************End Left Nav Bar*******/


/**************Content****/
#content{
  width:100%;
  margin-bottom:100px;
}

.project{
  margin-left:48px;
  margin-right:48px;
}

.project-header {
  height: 200px;
  font-family:BogleWeb-Light;
  font-size: 28px;
  position: relative;
  border-bottom-color: #E6E7E8;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}



.keyline {
  height: 32px;
  margin: 0px;
  border-bottom-color: #E6E7E8;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.project-title {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 16px;
  font-size: 28px;
  width:100%;
  text-align: center;
}

.project-image img {
  width:100%;
}

.image-gap{
  height: 24px;
  margin: 0px;
}

.gap32{
  height: 32px;
  margin: 0px;
}

.project-body{
  position: relative;
}

.project-body a{
  text-decoration: none;
  font-family:BogleWeb-Regular;
  font-size: 14px;
  color: #000000;
   border-bottom-color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.project-body .project-image:first-child + .project-body-header{
  margin-top: 0px;
  border-top-width: 0px;
}

.project-image {
  font-family:BogleWeb-Regular;
  font-size: 14px;
  margin-top: 16px;
}

.hero-image {
  margin-top: 0px;
}

.project-body-content:first-child {
  margin-top: 32px;
}

.project-body-header{
  font-family:BogleWeb-Bold;
  font-size: 20px;
  margin-top: 32px;
  margin-bottom: 0px;
  line-height:27px;
  padding-top: 32px;
  border-top-color: #E6E7E8;
  border-top-width: 1px;
  border-top-style: solid;
}

.project-body-header:first-child{
  margin-top: 0px;
  border-top-width: 0px;
}

.project-body-header2{
  font-family:BogleWeb-Bold;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 0px;
  line-height:20px;
}
.project-body-content{
  font-family:BogleWeb-Regular;
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 0px;
}
.project-body-subheader{
  font-family:BogleWeb-Bold;
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 0px;
}



.paragraph{
  margin-top: 32px;
}

.project-body ol{
  padding-left: 8px;
  font-size: 14px;
}

.project-body ul{

  list-style: none;
 /* margin-left: -0.4em;*/
  padding-left: 0px;
  text-indent: -25px;
  font-size: 14px;
}

.project-body li{
  margin-left: 36px;
}
.bullet{
  margin-right:20px;
}
.no-bullet{
  margin-right:20px;
  color:white;
}



.centered-lite-body-content{
  font-family:BogleWeb-Light;
  font-size: 16px;
  text-align:center;
  margin-top:32px;
  margin-bottom:0px;
}

#resume{
  margin-top:32px;
  margin-bottom:0px;
  text-align:center;
}

#resume a{
  text-decoration: none;
  font-family:BogleWeb-Regular;
  font-size: 14px;
  color: #000000;
  border-bottom-color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}



/***********End Content***/

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
} 
/******Check to see if we need this later****/

@media (min-width: 576px) { }

@media (min-width: 769px) {
	.hamburger{display:none;}
  #right-menu{display:none;}
}

@media (min-width: 992px) {}


@media (min-width: 1200px) {}

@media (max-width: 575.98px) {}

@media (max-width: 768px) {
  #nav-menu{display:none;}
  #content{padding-top: 100px;}
  .project-title {font-size: 20px;}
  .project-header {height:100px;}
  .project{
    margin-left:20px;
    margin-right:20px;
  }

  .hero-image{
    margin-left:-20px;
    margin-right:-20px;
  }

  .side-item-icon{
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 991.98px) { }

@media (max-width: 1199.98px) { }









