.is-current {
  background-color: #303030;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif, "Noto Sans", sans-serif, "Questrial",
    sans-serif, "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

body {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  overscroll-behavior: none;
}

footer,
header,
section {
  width: 100vw;
  display: block;
  margin:0;
  padding:0;
  overflow-x: hidden
}
.display-block {
  display: block;
}

.display-none {
  display: none;
}

.font-weight-light {
  font-weight: 200 !important;
}

.font-black {
  color: black !important;
}

.font-white {
  color: #fff;
}

.dark-background {
  background-color: #3c434d !important;
}

.clearfix {
  overflow: auto;
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.centerFlex {
  z-index: 1;
  position: absolute;
}

.vertical-center {
  min-height: 50%;
  /* min-height: 100vh;  */

  display: flex;
  align-items: center;
}
.text-center {
  text-align: center !important;
}

a:hover {
  color: grey;
  background-color: grey;
}

body {
  font-family: "Monserrat", sans-serif;
  color: #fff;
  position: relative;
  width: 100vw;
  overflow-x: hidden
}


.masthead {
  padding-top: 14rem;
  text-align: center;
  color: white;
  margin-bottom: 0rem !important;
  padding-bottom: 18rem;
  min-height: 57rem;
  position: static;
  background-image: url("1.jpg");
  background-size: stretch;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #202020;
}

.masthead .masthead-avatar {
  width: 15rem;
}

.masthead-avatar {
  padding-top: 6em;
}

.masthead-heading {
  font-size: 4rem;
  font-family: "Nanum Gothic Coding", monospace;
}

.masthead-subheading {
  font-family: "Lato", sans-serif;
  font-size: 22px;
}

#nav-header {
  background-color: #3c434d;
  color: white;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.3s;
  font-family: "Noto Sans", sans-serif;
}

#nav-home {
  font-size: 30px;
}

#nav-logo {
  width: 80px;
  padding-bottom: 15px;
  padding-top: 15px;
  transition: 0.3s;
}

#menu-icon {
  font-size: 2rem;
}

.navbar {
  padding-top: 0 !important;
  padding-bottom: 4px !important;
  min-height: 30px !important;
  z-index: 500;
}

.navbar-custom {
  background-color: #3c434d;
  color: white;
}

.navbar-nav.ml-auto li a {
  color: white;
}

.divider-custom {
  margin: 1.5rem 0 1.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans", sans-serif;
}

.align-left {
  justify-content: left !important;
}

.divider-custom-dark {
  margin: 1.5rem 0 1.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans", sans-serif;
}


.divider-custom .divider-custom-line {
  width: 100%;
  max-width: 6rem;
  height: 0.25rem;
  background-color: #fff;
  border-radius: 1rem;
  border-color: #fff 
}

.divider-custom-dark .divider-custom-line-dark {
  width: 100%;
  max-width: 6rem;
  height: 0.25rem;
  background-color: black;
  border-radius: 1rem;
  border-color: black 
}

.divider-custom .divider-custom-line:first-child {
  /* margin-left: 1rem; */
  margin-right: 1rem;
}
.divider-custom .divider-custom-line:last-child {
  /* margin-right: 1rem; */
  margin-left: 1rem;
}

.divider-custom-dark .divider-custom-line-dark:first-child {
  /* margin-left: 1rem; */
  margin-right: 1rem;
}
.divider-custom-dark .divider-custom-line-dark:last-child {
  /* margin-right: 1rem; */
  margin-left: 1rem;
}
.divider-custom .divider-custom-icon {
  color: white;
  font-size: 1.4rem;
  font-family: "Noto Sans", sans-serif;
  padding-bottom: 0.5rem;
}
.divider-custom.divider-light .divider-custom-line {
  background-color: white;
  font-family: "Noto Sans", sans-serif;
}

.divider-custom-dark .divider-custom-icon-dark {
  color: black ;
  font-size: 1.4rem;
  font-family: "Noto Sans", sans-serif;
}
.divider-custom-dark.divider-light .divider-custom-line-dark {
  background-color: black;
  font-family: "Noto Sans", sans-serif;
}

.divider-custom.divider-light .divider-custom-icon {
  color: #2c3e50 ;
  font-family: "Noto Sans", sans-serif;
}

.divider-tighter-left {
  margin-right: -0.5rem !important;
}

.divider-tighter-right {
  margin-left: -0.5rem !important;
}

.dash-icon {
  color: #fff;
  padding-top: 0.8rem;
}

.about-section {
  color: #fff;
  padding-bottom: 3rem;
}

#about {
  padding-top: 3rem;
  margin-top: -5rem;
}

#cv {
  padding-top: 5rem;
  margin-top: -5rem;
  color: #2c3e50;
}

#portfolio {
  padding-top: 70px;
  margin-top: -70px;
}


#contact {
  padding-top: 70px;
  margin-top: -70px;
}

.about-heading {
  text-align: center !important;
  margin-bottom: 1rem;
}

.about-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#meImg {
  display: block;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.lead {
  font-size: 1.3rem;
  font-weight: 200;
  text-align: left;
  padding: 0 25% 0 16%;
  line-height: 1.7;
}

.about-button {
  padding-top: 2rem !important;
}

#about-me-icon {
  padding-right: 5px;
}

.scroll-to-top {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none;
}
.scroll-to-top a {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(33, 37, 41, 0.5);
  line-height: 3.1rem;
}

html {
  scroll-behavior: smooth;
}

.display-4 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.cv-description {
  font-size: 1.2rem;
  font-weight: 200;
  padding: 2em 15% 2em 15%;
}

#cv {
  padding-bottom: 2rem !important;
  min-height: 650px;
}

#timeline {
  padding-right: 0% !important;
  padding-left: 0% !important;
  padding-top: 10px;
}

.cv-tron {
  min-height: 660px;
  padding-right: 0% !important;
}

#porfolio {
  margin: 10% 10% 0 10%;
}

.portfolio-card {
  margin: auto;
  border: none;
  max-width: 85%;
}

.portfolio-heading {
  padding: 2rem 0 1rem 0;
  font-size: 2.4rem;
  letter-spacing: 1.5px;
}

.portfolio-media {
  width: 85%;
  padding: 2rem 2rem 2rem 2rem;
  margin: auto;
}

.portfolio-video {
  width: 100%;
  padding: 1rem 1rem 1rem 1rem;
  margin: auto;
}

.portfolio-video-horizontal {
  width: 100%;
  padding: 1rem 2rem 1rem 2rem;
  margin: auto;
}

.vertical-portfolio-media {
  height: 500px;
  padding: 1rem 0rem 1rem 6rem;
  width: auto;
}

.portfolio-dark {
  text-align: left;
  padding: 2rem 0 4rem 0;
}

.portfolio-text {
  padding: 1rem 0 3rem 0;
}

.portfolio-light {
  padding: 0 0 2rem 0;
}

.card-description {
  position: relative;
  margin: auto;
}

.portfolio-description {
  padding: 0 10% 0 10%;
  margin: auto;  
  font-size: 1.1rem;
  font-weight: 300;
}

.top-bottom-padding {
  padding: 2rem 0 2rem 0;
}
.poober-logo {
  max-width: 45px;
  height: auto;
}

.recspot-image {
  width:110%;
  height: auto;
  padding-right: 10%;
}

@media screen and (max-width:800px) {
  .recspot-image {
    width: 100%;
    padding: 0;
  }
}

.cv-col {
  position: relative;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

#sendMessageButton {
  margin-bottom: 7rem;
  padding: 1rem 3rem 1rem 3rem;
}


.achievement-card {
  padding: 1rem 0;
  border: none;
  min-height: 250px;
  align-content: flex-start;
}

.portfolio-title {
  padding: 2rem 0 1rem 0;
}

.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4); 
}

.modal-content {
  background-color: #fefefe;
  margin: auto; 
  padding: 20px;
  position: fixed;
  left:12.5%;
  top: 8%;
  overflow: auto;
  border: 1px solid #888;
  width: 75%; 
  background-color:#fff;
}

.modal-button {
  border-radius: 50%;
  color: #fff;
}

.close {
  color: #aaa;
  float: right;
  font-size: 2rem;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.cv-img {
    min-height: 280px;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.45);
}

.cv-img-color {
  padding: 1rem 0 2rem 0;
  max-height: 60vh;
  width: 100%;
  object-fit: contain;
}

#cv {
padding: 4rem 6% 4rem 6%;
}

.cv-button {
  width: 35%;
  margin: auto;
  padding-top: 1rem;
}

#resume-button {
  margin-top: 2rem;
}

.contact-header {
  padding-top: 3rem;
}

.footer {
  padding: 4rem 0 1rem 0;
  color: white;
  background-color: #3c434d;
}

.copyright {
  padding-bottom: 1rem;
  margin-bottom: 0 !important;
  background-color: #3c434d;
}

.preload-image {
  display: none;
}