body{
    background-color: #111;
}
.container {
    position: fixed;
    margin-left: 2.5vh;
    width: auto;
    opacity: 0.86;
  }
  
  /* The navbar */
  .topnav {
    overflow: hidden;
    background-color: #333;
    opacity: 1;

    
  }
  
  /* Navbar links */
  .topnav a {
      font-size: 2.4vh;
      font-family:sans-serif;
      letter-spacing: 0.4vh;
    float: left;
    color:white;
    text-align: center;
    padding: 2vh 2.2vh;
    text-decoration: none;
    opacity: 1;
    
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
.row {
    
    display: flex;
    flex-wrap: wrap;
    padding: 2px 4px;
  }
  
  
  .column {
    margin-top: 3.5vh;
    flex: 24%;
    max-width: 25%;
    padding: 2px 4px;
    
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    cursor: pointer;
  }
  
  
  @media screen and (max-width: 800px) {
    .column {
      flex: 48%;
      max-width: 50%;
    }
  }
  
 
  @media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%;
    }
    h1{
        padding-top: 16vh;
        color: white;
    }
  }
  *{
    
  
    box-sizing: border-box;
    
    text-decoration: none;
  }
  footer{
    width: 100%;
    position: relative;
    opacity: 1;
    background: rgb(41, 43, 43);
  }
  footer .content{
    max-width: 1350px;
    margin: auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .content p,a{
    color: #fff;
  }
  footer .content .box{
    width: 33%;
    transition: all 0.4s ease;
  }
  footer .content .topic{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
  
  }
  .topic{
    padding-left: 0.5vh;
  }
  footer .content p{
    padding-left:0.5vh;
    text-align: justify;
  }
  footer .content .lower .topic{
    margin: 24px 0 5px 0;
  }
  footer .content .lower i{
    padding-right: 16px;
  }
  footer .content .middle{
    padding-left: 80px;
  }
  footer .content .middle a{
    line-height: 32px;
  }
  
  .content .right input[type="submit"]:hover{
    background: none;
    color:  #eb2f06;
  }
  footer .content .media-icons a{
    font-size: 16px;
    height: 45px;
    width: 45px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    border-radius: 5px;
    border: 2px solid #222222;
    margin: 0px 0px 0 0;
    transition: all 0.3s ease;
  }
  .content .media-icons a:hover{
    border-color: #eb2f06;
  }
  footer .bottom{
    width: 100%;
    text-align: right;
    color: #d9d9d9;
    padding: 0 40px 5px 0;
  }
  footer .bottom a{
    color: #eb2f06;
  }
  footer a{
    transition: all 0.3s ease;
  }
  footer a:hover{
    color: #eb2f06;
  }
  @media (max-width:1100px) {
    footer .content .middle{
      padding-left: 50px;
    }
  }
  @media (max-width:950px){
    footer .content .box{
      width: 50%;
    }
    .content .right{
      margin-top: 40px;
    }
  }
  @media (max-width:560px){
    footer{
      position: relative;
    }
    footer .content .box{
      width: 100%;
      margin-top: 30px;
    }
    footer .content .middle{
      padding-left: 0;
    }
  }

  body{
    min-height: 100vh;
    background: #000;
    
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center; 
    font-size: 50px;
    font-family:monospace ;
}
.t1, .t2{
   margin-left: 500px;
   margin-right: 500px;
   text-decoration: none;
   position: relative;
   padding: 15px 30px;
   overflow: hidden;
   transition: 0.2s all; 
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 4px;
}
.t1:hover{
    background: #c31432;
    color: #000;
    box-shadow: 0px 0px 10px #c31432, 0px 0px 80px #c31432;
    /* transition-delay: 1s; */
}
.t2 span, .t1 span{
    position: absolute;
    display:  inline-block;
}



.t1 span:nth-child(1){  
    top: 0px;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c31432);
}
.t1:hover span:nth-child(1){
    left: 100%;
    transition: 0.5s;
}

.t1 span:nth-child(3){
    bottom: 0px;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #c31432);
}
.t1:hover span:nth-child(3){
    right: 100%;
    transition: 0.5s;
    transition-delay: 0.5s;
}

.t1 span:nth-child(2){
    top: -100%;
    right: 0px;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #c31432);
}
.t1:hover span:nth-child(2){
    top: 100%;
    transition: 0.5s;
    transition-delay: 0.25s;
}

.t1 span:nth-child(4){
    bottom: -100%;
    left: 0px;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #c31432);
}
.t1:hover span:nth-child(4){
    bottom: 100%;
    transition: 0.5s;
    transition-delay: 0.75s;
}


.t2:hover{
    background: #38ef7d;
    color: #000;
    box-shadow: 0px 0px 10px #38ef7d, 0px 0px 40px #38ef7d, 0px 0px 80px #38ef7d;
    transition: 0.2s; ;
}


.t2 span:nth-child(1){
    top: 0px;
    left: -91%;
    width: 100%;
    height: 2px;
    background: #38ef7d;
}
.t2:hover span:nth-child(1){
    left:0%; 
    transition: 0.3s; 
}


.t2 span:nth-child(3){
    bottom: 0px;
    right: -91%;
    width: 100%;
    height: 2px;
    background: #38ef7d;
}
.t2:hover span:nth-child(3){
    right: 0%;
    transition: 0.3s;
}


.t2 span:nth-child(2){
    bottom: -70%;
    right: 0%;
    width: 2px;
    font-weight: 100;
    background: #38ef7d;
    height: 100%;
}
.t2:hover span:nth-child(2){
    bottom: 0%;
    transition: 0.3s;
}

.t2 span:nth-child(4){
    top: -70%;
    left: 0%;
    width: 2px;
    font-weight: 100;
    background: #38ef7d;
    height: 100%;
}
.t2:hover span:nth-child(4){
    top: 0%;
    transition: 0.3s;
}

.menu-item-image {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    object-fit: cover;
    margin-right: 1.5em;
  }