*{
    margin: 0;
    padding: 0;
    transition: all linear 0.3s;
}

.fst{
    height: 100%;
}
.even1{
    background: #1d1b1b;
    height: 100vh;
    margin-bottom: -30vh;
    min-height: 150vh;
    max-height: 250vh;


}
.even{
    background: #1d1b1b;
    height: 100vh;
    clip-path: polygon(0 30vh, 100% 0 ,100% 100% ,0% 100% );
    min-height: 150vh;
    max-height: 250vh;
    margin-bottom: -30vh;
}
.odd{
    background: #ec4d37;
    min-height: 140vh;
    max-height: 250vh;
    position: relative;
    clip-path: polygon(0 30vh, 100% 0 ,100% 100% ,0% 100% );
    z-index: 0;
    margin-bottom: -30vh;

}




.pr{
  position: relative;;
  top: calc(150vh - 423.5px);
  left: calc(50vw - 100px);
  z-index: 14;

}


nav{
    background-color: #ec4d37;
    color:#1d1b1b;
    padding: 2.5% 0 2.7%;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 15;
}
nav a {
    color:#1d1b1b;
    text-decoration: none;
    font-family:'Josefin Sans', sans-serif;
    padding: 2% 5% 3% 5% ;
    transition: all .7s ;

} 
nav a:hover {
    background-color:#1d1b1b;
    color: #ec4d37;
    text-decoration: none;
    font-family:'Josefin Sans', sans-serif;
    padding: 1% 5% 1.5% 5% ;
}
    h1{
       
        text-align: center;
        font-size: 10px;
        color:#ec4d37 ;
        z-index: 13;
        position: relative;
        top: 30vh;
    }
    .rsm{
        color:#ec4d37 ;
        background: none;
        border: 1px solid #ec4d37;
        padding: .7em;
        border-radius: 4px;
        letter-spacing: .5px;
       position: relative;
       top: 28vh;
       left: calc(50vw - 82.11px);
        
    }
    .me{
        position: relative;
        top: 50vh;
    }
    .evnh{
        text-align: center;
        font-size: 10px;
        color:#ec4d37 ;
        z-index: 13;
        position: relative;
        top: 30vh;
    }
  .oddh{
    text-align: center;
    font-size: 10px;
    color:#1d1b1b ;
    z-index: 13;
    position: relative;
    top: 30vh;
  }
     .mevn{
        position: relative;
        top: 40vh;
        border: 1px solid black;
        border-radius: 10px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        background: #312f2f;
        z-index: 16;
       

    }
    .modd{
        position: relative;
        top: 35vh;
        border: 1px solid rgb(119, 0, 0);
        border-radius: 10px;
        margin: 0 3rem;
        padding: 2rem;
        background: #a52818;
    }
    main img{
         max-height: 70vh;
         display: block;
         margin-left: auto;
         margin-right: auto;
         box-shadow: 0 0 4px rgb(94, 94, 94);
         z-index: 16;
    }
    /* Make the image fully responsive */
.lnk{
    color: whitesmoke;
    letter-spacing: .4px;
    font-size: 1rem;
}
form{
    position: relative;
    top: 40vh;
    display: block;
    max-width:60vw ;
    margin-left: auto;
    margin-right: auto;
    background: none;
    color:#ec4d37 ;
}
.sbmt{
    color:#ec4d37 ;
    background: none;
    border: 1px solid #ec4d37;
    padding: .7em;
    border-radius: 4px;
    letter-spacing: .5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.a {
    position: relative;
    left: calc(50vw - 75px );
    bottom: -30vh;

}
i{
    padding: 15px 10px;
    color: #ec4d37;
  
}
i:hover{
    padding: 0px 13px;
    color: whitesmoke;
}
li a{
    color: aliceblue;

}
li a:hover{
    color: chocolate;
}
button:hover{
    color: #1d1b1b;
    background-color: #ec4d37;
    
}
html{
    scroll-behavior: smooth;
}