body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .loader{
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 80%);
    z-index: 2000;
    display: none;
  }
  .loaderin{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .loaderin h5{
    color: rgb(189, 184, 184);
  }
  .loaderin h1 {
    color: hsla(0,0%,100%,.3);
    font: 900 300% consolas;	
  }

  h1:before {
    content: attr(data-content);
    position: absolute;
    overflow: hidden;
    max-width: 8em;
    color: white;
    animation: loading 2s linear;
  }
  
  @keyframes loading {
    from { max-width: 0; }
  }
  

  
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  #nav{
    padding: 1em 0;
  }

  #nav .row{
    padding-right: 0;
  }

  #nav h1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 28px; 
  }

  #nav ul{
    list-style-type: none; display: flex; 
    justify-content: flex-end; 
    margin: 0;
  }

  #nav li{
    margin: 0 1em;
  }

  #nav li:nth-child(n+3){
    margin: 0 0 0 1em;
  }

  #nav i{
    font-size: 1.5em; color: rgb(65, 70, 75);
  }

  #nav i:hover{
    color: #AC8D6D;
  }
  
  .contain{
    margin: auto;
    width: 98%;
    position: relative;
  }
  
  #sec1{
    display: block;
  }
  
  #sec1 img{
    width: 100%;
  }
  
  #sec1 p{
    position: absolute;
    align-items: center;
    border: 1px solid #AC8D6D;
    border-radius: 10px;
    max-width: 90%;
    max-height: 100%;
    padding: 0.5em 3em 3em 3em;
    background-color: rgba(0, 0, 0, 50%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.rem;
    font-weight: bold;
    color: white;
    display: none;
  }
  
  #sec1 a{
    position: absolute;
    border: 1px solid white;
    border-radius: 0;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.5em 2em;
    font-size: 1.5rem;
    cursor: pointer;
  }
  
  #sec1 a:hover{
    background-color: white;
    color: black;
  }
  
  #sec1 a:active{
    background-color: rgba(0, 0, 0, 0);
    color:white
  }
  
  #sec1-alt .jumbotron{
      border-radius: 0px;
      background: url('/assets/Images/About wallpaper.png') no-repeat;
      background-position: -50px;
      background-size: cover;
      height: 200px;
  }
  
  #sec1-alt p{
    position: absolute;
    align-items: center;
    border: 1px solid #AC8D6D;
    width: 100%;
    max-height: 100%;
    padding: 0.3em 2em 2em 2em;
    background-color: rgba(0, 0, 0, 50%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.rem;
    font-weight: bold;
    color: white;
    display: none;
  }
  
  #sec1-alt a{
    position: absolute;
    border: 1px solid white;
    border-radius: 0;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.5em 2em;
    font-size: 1.3rem;
  }
  
  #sec1-alt a:hover{
    background-color: white;
    color: black;
  }
  
  #sec1-alt a:active{
    background-color: rgba(0, 0, 0, 0);
    color:white
  }

  #sec1-alt #abttxt2{
    font-size: 0.8rem;
  }
  
  #sec2 p{
    font-size: 1.3rem;
    font-weight: 500;
    color: #AC8D6D;
  }
  
  #sec2 #img1, #img3{
    padding: 1em 2em;
    width: 100%;
    position: relative;
  }
  
  #sec2 #img2{
    padding: 0.5em 1em;
    width: 100%;
    position: relative;
  }
  
  #sec2 #imgbtn1, #imgbtn2, #imgbtn3{
    position: absolute;
    left: 50%;
    bottom: 2%;
    transform: translate(-50%, -50%);
    border: 1px solid white;
    border-radius: 30px;
    padding: 0.3em 0.5em;
    color: white;
  }
  
  #sec2 #imgbtn1:hover, #imgbtn2:hover, #imgbtn3:hover{
    background-color: rgba(255, 255, 255, 70%);
    color: black;
  }
  
  
  #sec2 #colbtn{
    border: 1px solid black;
    border-radius: 0;
    color: black;
    padding: 0.5em 0.8em;
    font-size: 1.8rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 185px;
  }
  
  #sec2 #colbtn:hover{
    border: 1px solid #AC8D6D;
    background-color: #AC8D6D;
    color: white;
  }
  
  #sec1-alt{
    display: none;
  }
  
  footer{
    clear:both;
    position: relative;
    margin-top: 70px;
  }
  #footer{
    background-color: #f7f1e9;
  }
  
  @media (max-width: 767.98px) {

    .loaderin h1 {
      font: 900 250% consolas;	
    }

    #nav h1{
      text-align: center;
      font-size: 23px; 
      position: relative;
      padding-bottom: 0.5em;
    }

    #nav h1:after{
      content: "";
      background: #AC8D6D;
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translate(-50%, -50%);
      height: 2px;
      width: 50%;
    }
  
    #nav ul{
      list-style-type: none; display: flex; 
      justify-content: center; 
      padding: 0.5em 0;
    }

    #nav li:nth-child(n+3){
      margin: 0 1em;
    }

    #nav .row{
      margin: 0;
      padding: 0;
    }
  
    #sec1{
      display: none;
    }

    #sec2{
      padding: 0;
    }
  
    #sec1-alt{
      display: block;
    }
  
    .col-md-4{
      padding-top: 5em;
    }

    #sec2 #colbtn{
      font-size: 1.5rem;
      width: 155px;
    }
  }