

body::-webkit-scrollbar { 
    display: none; 
}

html, body {
    position: relative;
    margin:0 auto;
    max-width: 100%;
    color: #0b0b0b;
    
} 

body {
    font-family: 'Montserrat', sans-serif;
    background: #efefef;
    font-size: .75rem;
    text-align: center;
}


* {
    border-radius: 0 !important;
}

hr {
    border: 0;
    border-top: 3px solid #0b0b0b;
}

h1{
    color: #0b0b0b;
    font-weight: 800;
    font-size: 5.5rem;
}

h2{
    font-weight: 600;
    font-size: 2.5rem;
    /* line-height: 4rem; */
}

h3 {
    color:#A91B0D;
    font-weight: 800;
    font-size: 1.3rem;
}

h4 {
    font-weight: 800;
    font-size: 1.3rem;
}

h5{
    font-weight: 800;
    font-size: 1rem;
}

h6 {
    color:#A91B0D;
    font-weight: 600;
    font-size: 1.75rem;
}

p {
    font-weight: 400;
    font-size: 1rem;
    /* padding-bottom: 1rem; */
}

.intro {
    color:#A91B0D;
}

li {
    font-weight: 800;
    font-size: 1rem;
}


label {
    font-weight: 400;
    font-size: 1rem;
}

/* .vid-port {
    width: 50%;
    border: none;
    outline: none;
} */

.vid-land {
    width: 96%;
    border: none;
    outline: none;
}

.gif {
    width: 96%;
    border: none;
    outline: none;
}

#header {
    background-color: #efefef;
    padding:  0px 0 0px 0;
    z-index: -1 !important;
 }

#divider {
    height: .70rem;
    top: 67px;
    background-color:#0b0b0b;
    z-index: 10001 !important;
}

#resume-main {
    margin-top: 80px;
    max-width: 1549px;
}

#contact-main {
    max-width: 1550px;
}

.modal {
    background-color: #efefef;
    top: 38px;
    margin: 0 auto;
    z-index: 10000 !important;
}

.modal-dialog {
    max-width: 100%;
}

.modal-backdrop {
    display:none !important;
}

.modal-title-hover{
    padding-bottom: 6px;
    color: #0b0b0b;
    font-weight: 800;
    line-height: 2.8rem;
}

.modal-title{
    padding-top: 2.2rem;
    padding-bottom: 6px;
    color: #0b0b0b;
    font-weight: 800;
    line-height: 2.8rem;
}

.modal-content {
    margin:0 auto;
    /* max-width: 100%; */
    /* max-width: 1550px; */
    font-size: 0.25rem;
    border: 0px;
    background-color: #efefef;
}

.vid-assets {
    text-align: center;
    width: 30px;
}

.modal-header {
    text-align: left;
    /* padding-top:100px; */
}

.modal-footer {
    position: relative;
    padding: 40px 0 50px 0;
    border-top: 0px;
    bottom: 0;
    /* margin-bottom: 1rem; */
}

.list-group, .list-group-item {
    background: none;
    border: none;
    padding-top: 0;
    padding-left: 0px;
}

.TTC-poster {
    width: 100%;
    padding-right: 20px;
}


.modal-txt {
    padding-top: 2.2rem;
}

.content-text, .xp-desc {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border-left: 13px #0b0b0b solid;
}

 
 .slide-bg {
     background-color: #efefef;
    background-repeat: no-repeat;
 }

 
 .logo {
    position: absolute;
    left: 20px;
    top:150px;
    padding-right:50px;
     /* padding-bottom: 175px;
     padding-top: 175px; */
     /* width: 460px; */
     background: transparent;
    }
    
.slide-cols {
    height: 650px;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 100px;
}

#about-me {
    margin: 0 150px;
}

/* .me-img {
    margin-top:50%
} */

.slide-txt {
    font-size: 1.5rem;
    font-weight: 100;
    /* padding: .2rem 1rem 0rem 1rem; */
}

.slide-txt-about {
    font-size: 1.2rem;
    padding-top: .9rem;
}

 #gallery {
    background-color: #efefef;
    overflow-x: hidden;
    z-index: 10000 !important;
}

.lead {
    font-size: 0.9rem;
}

.dropdown{
    position: relative;
}

.dropdown-menu {
  background: #0b0b0b;
  border: 8px #0b0b0b solid;
  top: 55px;

  max-height: 0;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
  transition: max-height 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
  display: block;
  visibility: hidden;
  pointer-events: none;
}

.dropdown-menu.show {
  max-height: 500px; /* Adjust if your menu is taller */
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
  pointer-events: auto;
}

 .dropdown-item{
    color: #efefef;
    font-weight: 800;
    font-size: .65rem;
    padding: 1rem 2rem;
    margin-top: 4px;
 }

.slide-btns{
    padding-left: 5px;
    padding-top: 30px;
    text-align: center;
}

 .btn-main{
    color: #efefef;
    background: #0b0b0b;
    padding: 10px 20px 10px 20px;
    margin: 0 0px;
    font-weight: 800;
    font-size: 1rem;
    right:0;
    width: 12rem;
    display: inline-block;
    border: 8px #0b0b0b solid;
 }

.btn-group{
    margin-top: 10px;   
}    
.btn-gallery{
    color: #efefef;
    background: #0b0b0b;
    padding: 10px 5px;
    font-weight: 800;
    font-size: .75rem;
    right:0;
    width: 10rem;
    display: inline-block;
    border: 4px #0b0b0b solid;
 }

.btn-gallery.active-filter, .dropdown-item.active-filter {
  background-color: #A91B0D;
  color: white;
  /* transform: scale(1.05); */
}

.btn-main:hover, .btn-gallery:hover, .dropdown-item:hover{
   background-color: #A91B0D; 
   color: #efefef;
   transition: 0.2s;
 }

 @media (hover: none) {
    .btn-main, .btn-gallery:active, .dropdown-item{
        background-color: #0b0b0b;
        color: #efefef;
    }
}

.btn-main:active, .btn-gallery:active, .dropdown-item:active{
    color: #A91B0D;
    background-color: #efefef;
}

button:focus a:focus btn:focus {
    outline:0;
    box-shadow: none!important;
}
 
.btn-send {
    font-size: 1rem;
    background-color: #0b0b0b;
    border-top: .5rem #0b0b0b solid;
    border-bottom: .5rem #0b0b0b solid;
    border-left: .5rem #0b0b0b solid;
    border-right: .5rem #0b0b0b solid;
    color: #efefef;
    text-align: center;
    width: 40%;
    padding: 10px 20px 10px 20px;
    transition: all 0s;
    cursor: pointer;
    margin: 5px;
}


.btn-send span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.1s;
}

.btn-send:hover {
  background-color: #efefef;
   color: #A91B0D;
      transition: 0s;
}


.btn-send span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0s;
}

.btn-send:hover span {
  padding-right: 20px;
    transition: 0.3s;
}

.btn-send:hover span:after {
  opacity: 1;
  right: 0;
  transition: 0s;
}

.btn-send:active {
    color: white;
    background-color: #A91B0D;
}

 .dl-btn {
         font-size: 1.2rem;
 }

 figure {
     margin: 0px;
 }

 #mainNavbar {
    margin:0 auto;
    z-index: 10002 !important;
    font-size: 1rem;
    font-weight: 400;
}

#mainNavbar.scrolled {
  border-bottom: 10px solid #0b0b0b;
  transition: border-bottom 0.3s ease, box-shadow 0.3s ease;
}

#mainNavbar .nav-link {
    padding-top: 10px;
    color:#0b0b0b;
    padding-right: 20px;
}

#mainNavbar .nav-link:hover {
    color: #A91B0D;
    text-decoration: underline;
}


#mainNavbar .navbar-brand {
    color: #0b0b0b;
    font-weight: 800;  
    font-size: 1.75rem;
    padding: 7px 10px 6px 5px;
}

.navbar-toggler span {
    color: #0b0b0b;
    font-size: 30px;
} 

.navbar-toggler span:hover {
    color: #A91B0D;
    font-size: 30px;
}


.icon {
    width: 50px;
}

.image:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.image:hover:after {
    opacity:1;
}

.navbar { box-shadow: none !important; } .btn { box-shadow: none !important; }

.navbar-toggler{
    border: none;
    outline: none;
  }

.navbar-toggler:focus, .navbar-toggler:active {
outline: none;
box-shadow: none;
}

.download-link {
    color: #0b0b0b;
}

.download-link:hover {
    color: #A91B0D;
}

a {
    color: #efefef;
}

span {
    font-weight: 800;
}

.acro {
    font-weight: 400;
    font-size: 2rem;
}

figure.img-hover h1 {
    padding: 0px;
}

.grid-cols {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: auto;
  padding: 0 5px;
  margin: 10px 0 0 0;
  display: block;
}

/* Hide with smooth animation */
.grid-cols.is-hidden {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  visibility: hidden;
  position: absolute; /* take it out of flow */
}

/* Show (reset styles) */
.grid-cols.is-visible {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  position: static;
}

/* #############  FOOTER  ############# */

footer {
    padding: 4rem 0 4rem 0;
    background-color: #0b0b0b;
    margin-top: 0.6rem;
    overflow-y: hidden;

    /* Add this */
    flex-shrink: 0;        /* Prevent footer from shrinking in flex container */
}
.social-icons {
    font-size: 1.2rem;
    padding: 0 0 0rem 0;
}

.copywrite {
    padding: 1rem 0 0 0 ;
    margin: 0;
    font-size: 0.75rem;
    font-weight: 400;
}

.social-icons:hover  {
    color: #A91B0D;
}

.navbar{
    background-color:#efefef;
    
}

@media (max-width: 650px) {
    .navbar{
        background-color:#efefef;
    }
}

@media (min-width: 650px) {
    .navbar.scrolled {
        background-color:#efefef;
        transition: background 500ms;
    }
}





@media (max-width: 1200px) {
    h1{
        font-size: 3.5rem;
    }
    h6 {
        font-size: 1.5rem;
    }
}

/* @media (max-width: 992px) {
    h1{
        font-size: 2rem;
    }
    h6 {
        font-size: 1rem;
    }
} */

@media (max-width: 576px) {
    h1{
        font-size: 2rem;
    }
    h6 {
        font-size: .75rem;
    }
    .slide-txt-about {
        font-size: 1rem;
    }
}


::-webkit-scrollbar {
  width: .85rem;
}

/* Track */
.modal::-webkit-scrollbar-track {
  /* background: #ebebeb;  */
  background: #efefef;
}

::-webkit-scrollbar-track {
  /* background: #ebebeb;  */
  background: transparent; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #A91B0D;
  /* height: 5px; */
}

