@font-face {
  font-family: "IBB Font";
  src: 
  url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500&display=swap") 
}

body {
  margin: 0;
  font-family: "IBB Font";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "IBB Font";
  font-weight: 700;
  line-height: 1.2;
}

.lead {
  font-size: 1rem;
  font-weight: 300;
}

html {
  font-family: 'IBB Font';
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.bg-primary {
  background-color: #1abc9c !important;
}

a {
    color: #E14906;
    text-decoration: none;
    background-color: transparent;
  }
  a:hover {
    color: #E14906;
    text-decoration: underline;
  }
  
  a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
  }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
  }

/*.bg-secondary {
    background-color: #2c3e50 !important;
}*/
.bg-secondary {
  background-color: #222629 !important;
}

#main {
    padding-top: 74px;
}
@media (min-width: 992px) {
    #main {
      padding-top: 104px;
    }
}

/*.footer-hs-bg-primary {
    background-color: #2c3e50;
}*/

.footer-hs-bg-primary {
  background-color: #222629;
}

.navbar-brand {
    font-family: "IBB Font";
}


@media (max-width: 992px) {
    .logo {
      display: none;
      width:  30px;
      height: 32px;
    }    
}

.logo {
    width:  30px;
    height: 32px;
}    


/*
.hero-bg-primary {
    background-image: '/static/img/cyber-lock-hero.jpg';
}
*/
.hs-bg-primary {
    background-color: #E14906 !important;
}

#mainNav {
    font-family: "IBB Font";
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 700;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
    border-bottom: 2px solid transparent;
    transition: border-bottom .2s, color .2s;
}
#mainNav .navbar-nav li.nav-item a.nav-link:hover {
    color: #E14906;
    border-color: #E14906;
}
#mainNav .navbar-nav li.nav-item a.nav-link:active {
    background: none;
    color: white;
    border-color: #E14906 !important;
}
#mainNav .navbar-nav li.nav-item a.nav-link.active:hover {
    background: none;
    color: #E14906;
}

@media (min-width: 992px) {
    #mainNav {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      transition: padding-top 0.3s, padding-bottom 0.3s;
    }
    #mainNav .navbar-brand {
      font-size: 1.75em;
      transition: font-size 0.3s;
    }
    #mainNav .navbar-nav {
      margin-top: 0;
    }
    #mainNav .navbar-nav li.nav-item a.nav-link:hover {
        color: #E14906;
        border-color: #E14906;
    }
    #mainNav .navbar-nav li.nav-item a.nav-link:active {
        background: none;
        color: white;
        border-color: #E14906;
    }
    #mainNav .navbar-nav li.nav-item a.nav-link.active:hover {
        background: none;
        color: #E14906;
    }
  
    #mainNav.navbar-shrink {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    #mainNav.navbar-shrink .navbar-brand {
      font-size: 1.5em;
    }
}
.masthead {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #222629;
    background-image: url("../img/cyber-security-shield-over-world-map.c9bd2cfbff86.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.masthead .masthead-avatar {
    width: 214px;
    height: 224px;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.rotating {
  -webkit-animation: rotating 10s linear infinite;
  -moz-animation: rotating 10s linear infinite;
  -ms-animation: rotating 10s linear infinite;
  -o-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
}

.masthead .masthead-heading {
    font-family: "IBB Font";
    font-size: 2.75rem;
    line-height: 2.75rem;
  }


@media (min-width: 992px) {
    .masthead {
      padding-top: 6rem;
      padding-bottom: 6rem;
    }
}
/*
.masthead {
    background-image: url("../img/cyber-security-shield-over-world-map.c9bd2cfbff86.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
*/

.divider-custom {
    margin: 1.25rem 0 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .divider-custom .divider-custom-line {
    width: 100%;
    max-width: 7rem;
    height: 0.25rem;
    background-color: #ffffff;
    border-radius: 2rem;
    border-color: #2c3e50 !important;
    margin: 10px;
  }
  .divider-custom .divider-custom-line:first-child {
    margin-right: 1rem;
  }
  .divider-custom .divider-custom-line:last-child {
    margin-left: 1rem;
  }
  .divider-custom .divider-custom-icon {
    color: #ffffff !important;
    font-size: 2rem;
  }
  .divider-custom.divider-light .divider-custom-line {
    background-color: #fff;
  }
  .divider-custom.divider-light .divider-custom-icon {
    color: #fff !important;
  }


  .page-section {
    padding: 6rem 0;
  }
  .portfolio {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.85) 0%, rgba(66,153,151,0.5522584033613445) 51%, rgba(0,0,0,0.85) 100%);
  }
  .email-def {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.85) 0%, rgba(66,153,151,0.5522584033613445) 51%, rgba(0,0,0,0.85) 100%);
  }
  .text-secondary {
    color: #ffffff !important;
  }
  .page-section .page-section-heading {
    font-size: 2.25rem;
    line-height: 2rem;
    font-family: "IBB Font";
  }
  @media (min-width: 992px) {
    .page-section .page-section-heading {
      font-size: 3rem;
      line-height: 2.5rem;
      font-family: "IBB Font";
    }
  }

  .portfolio .portfolio-item .portfolio-item-caption {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    background-color: #222629 !important;  
  }


 
.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color:#222629; /* old color #2c3e50 */
  color: #fff;
}

.copyright {
  background-color: #222629; /* old color #1a252f */
}



