body{
    font-size: 1 rem;
    font-family: "Poppins", sans-serif;
}


.wrapper{
    display: flex;
    flex-flow: row wrap;
    text-align: center;
}

.wrapper > * {
    padding: 10px;
    margin: 10px;
    flex: 1 100%;
    border-radius: 10px;
}

nav > * {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    list-style-type: none;
    justify-content: space-evenly;
    margin: 3em 0px 2em;
    font-size: 1.5em;
    align-items: center;

}
.header{
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    height: 175px;
    display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  
}

.header h1{
    font-family: "Racing Sans One", sans-serif;
    font-size: 4.8em;
    color: black;
    letter-spacing: 1em;
}

.header h3{
    color: black;
    font-family: "Holtwood One SC";
    font-size: 15px;
}


.shield-img{
    float: left;
    width: 5%;
}

.wanted{
    font-family: "Racing Sans One", sans-serif;
    font-size: 2em;
}

.must-read{
    font-size: 2em;
    color: red

}

.footer{
    background: #70A37F;
    /* height: 80px; */
    color: white;
    font-size: 1.1em;
}

.information{
    background: lightgoldenrodyellow;
    /* height: 500px; */
    /* text-align: left; */
}

.information h1{
    font-size: 2em;
}

.info > p{
    font-size: 1.2em;
}

.information > p{
    font-size: 1.2em;
}

.caution > p{
    font-size: 1.2em;
}

.doc-img{
    display: flex;
    flex-direction: row;
     flex-wrap: wrap;
     padding: 5px;
     justify-content: space-evenly;
}

.doc-caption{
    display: flex;
    flex-wrap: nowrap;
    padding: 5px;
    justify-content: space-evenly;

}

.main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-image: linear-gradient(to top, #ff0844 70%, #ffb199 100%);
    /* height: 500px; */
    font-size: 24px;
    vertical-align: middle;
    font-size: 2.5em;
    color: #fafafa;
}


.modal-target {
    width: 300px;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    object-fit: contain;
  }
  

  .modal-target-crop{
    object-fit: cover;
    width: 300px;
    height: 227px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  .modal-target:hover {opacity: 0.7;}
  .modal-target-crop:hover {opacity: 0.7;}
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    opacity: 1 !important;
    max-width: 1200px;
  }
  
  /* Caption of Modal Image */
  .modal-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1200px;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 1em;
    margin-top: 32px;
  }
  
  /* Add Animation */
  .modal-content, .modal-caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-atransform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .modal-close:hover,
  .modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  

.aside1{
background: #FFD07B;
}
.cards {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
 }

 .card > img {
    object-fit: contain;
    width: 100%;
    height: auto;
 }

 .card>p {
    font-size: 1.2em;
 }

 .name{
    font-size: 2.5em !important;
 }

.domain{
    font-size: 2em;
}
.aside2{
    background: #FFD07B;
}

@media all and (min-width: 800px){
    .main{
        flex: 1;
    }

    .aside1{
        order: 1;
    }

    .aside2{
        order: 2;
    }

    .main{
        order: 2;
    }

    .footer{
        order: 4;
    }

    .information{
        order: 3;
    }

}

@media all and (min-width: 600px){
    .aside{
        flex: 1;
    }

}

@media screen and (max-width: 820px) {
    

    .modal-target {
        width: 200px;
        height: auto;
      }
      
    
      .modal-target-crop{
        width: 20%;
        height: 175px;
      }
}


@media screen and (max-width: 1024px) {
    

    .modal-target {
        width: 200px;
        height: auto;
      }
      
    
      .modal-target-crop{
        width: 20%;
        height: 175px;
      }
}

@media screen and (min-width: 700px) {
    .modal-target {
        /* width: 200px; */
        height: auto;
      }
      
    
      .modal-target-crop{
        height: 175px;
      }
}

@media screen and (max-width: 650px) {
    .modal-target {
        width: 150px;
        height: auto;
      }
      
    
      .modal-target-crop{
        width: 20%;
        height: 100px;
      }



    .header h1{
        letter-spacing: 0.2em;
        font-size: 4em;
    }

    
}

@media screen and (max-width: 450px) {

    .doc-img {
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .doc-caption{
        flex-direction: column;
    }
        
    }