html {
    scroll-behavior: smooth;
  }
  
  html, body {
    height: 100%;
    width:  100%;
    color: #222;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  #darkmode{
    background-color: transparent;
    border:none;
    cursor: pointer;
  }

  #Cyber{
      font-size : 20px;
      top: 50%;
      left: 50%;
      transform: translateY(-50%);
  }
  .navbar{
    padding: .9rem;
    background-image: linear-gradient(to right, rgb(0, 88, 139) , rgb(0, 174, 255));
    color:white;
  }
  .nav-link{
    color:white;
    font-size: 1.1em !important;
  }
  .navbar-nav li{
    padding-right: 20px;
    color: orange;
  }
  .navbar-toggler{
    border: 1px solid green;
    border-radius: 5px;
    color:yellow;
  }
  .navbar-toggler-icon{
    color: red;
  }
  .carousel-inner img{
    width: 100%;
    height: 100%;
  }
  .carousel-caption {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translateY(-50%);
    font-size: 20px;
  }
  .carousel-caption h1{
    font-size: 500%;
    color: white;
    text-shadow: 1px 1px 15px #000;
  }
  
  .carousel-caption h3 {
    font-size: 200%;
    font-weight: 500;
    text-shadow: 1px 1px 10px #000;
    padding-bottom: 1rem;
  }
  .btn-primary{
    border: 1px solid #007bff;
    border-radius: 60px;
    border-width: solid;
    border-color: black;
  }
  .btn-primary:hover{
    border: 1px solid #007bff;
    border-radius: 55px;
    background-color:greenyellow;
    color:  #007bff;
    border-width: solid;
    border-color: rgb(0, 84, 240);
    
  }
  
  .padding{
    padding-bottom: 2rem;
  }

  .welcome{
    width: 75%;
    margin: 0 auto;
    padding-top: 2rem;
  }
  
  .welcome hr {
    border-top: 2px solid #b4b4b4;
    width: 95%;
    margin-top: .3rem;
    margin-bottom: 1rem;
  }
  
  .fa-code{
    color: #e54d26;
  }
  .fa-bold{
    color:#563d7c;
  }
  .fa-css3{
    color: #2163af;
  }
  .fa-code, .fa-bold, .fa-css3{
    font-size: 4em;
    margin: 1rem;
  }
  .card{
    border: 1px solid #007bff;
  }
  
  .social a {
    font-size: 4.5em;
    padding: 3rem;
  }
  .fa-google-plus-g {
    color: #dd4b39;
  }
  .fa-instagram{
    color: #cd486b;
  }
  .fa-github{
    color: #1b1b1c;
  }
  
  
  .fa-google-plus-g:hover, .fa-instagram:hover, .fa-github:hover {
    color: #d5d5d5;
  }
  footer{
    background-color: #007bff;
    color: white;
    padding-top: 2rem;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  
  @media (max-width: 992px) {
    .social a {
      font-size: 4em;
      padding: 2em;
    }
  }
  
  @media (max-width: 768px) {
    .carousel-caption {
      top: 45%;
    }
    .carousel-caption h1{
      font-size: 350%;
    }
  
    .carousel-caption h3 {
      font-size: 140%;
      font-weight: 400;
      padding-bottom: .2rem;
    }
  
    .carousel-caption .btn{
      font-size: 95%;
      padding:8px 14px;
    }
  
    .display-4 {
      font-size: 200%;
    }
  
    .social a {
      font-size: 2.5em;
      padding: 1.2rem;
    }
  }
  
  @media (max-width: 576px) {
    .carousel-caption {
      top: 40%;
    }
    .carousel-caption h1{
      font-size: 250%;
    }
  
    .carousel-caption h3 {
      font-size: 110%;
    }
  
    .carousel-caption .btn{
      font-size: 90%;
      padding:4px 8px;
    }
  
    .carousel-indicators{
      display: none;
    }
  }

#fixed{
    background-image: url("https://hbr.org/resources/images/article_assets/2018/03/SAM-Cybersecurity-Banner.png");

  /* Set a specific height */
  min-height: 300px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#fixed2{
    background-image: url("http://thepatternlibrary.com/img/ao.gif");
    background-position: center;

  /* Set a specific height */
  min-height: 150px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.card-img-top{
  border-radius: 200px;
  padding-bottom: 5px;
}