@font-face {
    font-family: "Sansita-Black";
    src: url(./fonts/Sansita-Black.ttf) format("truetype");
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url(./fonts/Montserrat-Bold.otf) format("truetype");
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url(./fonts/Montserrat-Regular.otf) format("truetype");
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url(./fonts/Montserrat-SemiBold.otf) format("truetype");
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-image: linear-gradient(white, #9ECAE7);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    
}

.topnav {
    overflow: hidden;
}

.topnav a {
    float: left;
    color: #F05757;
    text-align: center;
    padding: 14px 16px;
    padding-top: 25px;
    padding-left: 20px;
    text-decoration: none;
    font-size: 17px;
    font-family: "Sansita-Black";
}

.topnav a:hover {
    background-color: #9ECAE7;
    color: #F05757;
    font-family: "Sansita-Black";
}

.topnav a.active {
    color: #F05757;
}

#my-image {
    width: 302px;
    height: 30px;
    padding-top: 1px;
    padding-left: 850px;
}

#my-image2 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding-inline: 50px;
    padding-block: 18px;
    float: left;
    display: inline-block;
}

.link-download {
    background-color: unset !important;
    color: unset !important;    
}

#title-image {
    width: 100%;

}

.container {
    display: grid;
    column-gap: 15px;
    row-gap: 20px;
    display: grid;
    grid-template-columns: 350px 350px 350px;
    grid-template-rows: 100px 280px;
    background-color: rgb(246, 246, 246);
    border-radius: 5%;
    width: 560px;
    height: auto;
    position: relative;
    float: right;
    margin-right: 15%;
    margin-left: auto;
    margin-top: 5%;
    border: 0.2px #9ECAE7;
    padding: 10px;
    box-shadow: 2px 5px 6px #9ECAE7;
    
    

}

.container-2 {
    display: grid;
    column-gap: 15px;
    row-gap: 20px;
    display: grid;
    grid-template-columns: 350px 350px 350px;
    grid-template-rows: 100px 280px;
    background-color: rgb(246, 246, 246);
    border-radius: 5%;
    width: 560px;
    height: auto;
    position: absolute;
    bottom: -22%; 
    right: -0.1%;
    float: right;
    margin-right: 15%;
    margin-left: auto;
    border: 0.2px #9ECAE7;
    padding: 10px;
    box-shadow: 2px 5px 6px #9ECAE7;

}

.container-3 {
    display: grid;
    column-gap: 15px;
    row-gap: 20px;
    display: grid;
    grid-template-columns: 350px 350px 350px;
    grid-template-rows: 100px 280px;
    background-color: rgb(246, 246, 246);
    border-radius: 5%;
    width: 560px;
    height: auto;
    position: absolute;
    bottom: -75%; 
    right: -0.1%;
    float: right;
    margin-right: 15%;
    margin-left: auto;
    border: 0.2px #9ECAE7;
    padding: 10px;
    box-shadow: 2px 5px 6px #9ECAE7;

}

.container-4 {
    display: grid;
    column-gap: 15px;
    row-gap: 20px;
    display: grid;
    grid-template-columns: 350px 350px 350px;
    grid-template-rows: 100px 280px;
    background-color: rgb(246, 246, 246);
    border-radius: 5%;
    width: 560px;
    height: auto;
    position: absolute;
    bottom: -128%; 
    right: -0.1%;
    float: right;
    margin-right: 15%;
    margin-left: auto;
    border: 0.2px #9ECAE7;
    padding: 10px;
    box-shadow: 2px 5px 6px #9ECAE7;

}

.container-5 {
    display: grid;
    column-gap: 15px;
    row-gap: 20px;
    display: grid;
    grid-template-columns: 350px 350px 350px;
    grid-template-rows: 100px 280px;
    background-color: rgb(246, 246, 246);
    border-radius: 5%;
    width: 560px;
    height: auto;
    position: absolute;
    bottom: -181%; 
    right: -0.1%;
    float: right;
    margin-right: 15%;
    margin-left: auto;
    border: 0.2px #9ECAE7;
    padding: 10px;
    box-shadow: 2px 5px 6px #9ECAE7;

}

.container-6 {
    display: grid;
    column-gap: 15px;
    row-gap: 20px;
    display: grid;
    grid-template-columns: 350px 350px 350px;
    grid-template-rows: 100px 280px;
    background-color: rgb(246, 246, 246);
    border-radius: 5%;
    width: 560px;
    height: auto;
    position: absolute;
    bottom: -234%; 
    right: -0.1%;
    float: right;
    margin-right: 15%;
    margin-left: auto;
    border: 0.2px #9ECAE7;
    padding: 10px;
    box-shadow: 2px 5px 6px #9ECAE7;
    

}

#school-schedule {
    width: 48%;
    height: auto;
    padding-top: 5%;

}

.box-a {
    font-family: "Montserrat-Bold";
    color: #F05757;
    padding-left: 30px;
    padding-top: 20px;
    font-size: 35px;

}

.box-d {
    font-family: "Montserrat-Regular";
    color: grey;
    padding-left: 30px;
    padding-top: 10px;
    font-size: 16px;
}

h1{
    font-family: "Montserrat-Bold";
    font-size: 100px;
    color: #F05757;
    position: absolute;
    
   
}

h2 {
    text-align: center;
    font-size: 25px;
    color: #1d4488;
    width: auto;
    height: auto;
}

.joinlist {
    text-align: center;
    font-size: 14px;
    font-family: "Montserrat-Regular";
    color: grey;
    width: auto;
    height: auto;
}

footer {
    display: inline;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: auto 0;
    position: absolute;
    bottom: -265%; 
    padding: 10px;
    
}

.fa {  
    padding: 10px;  
    text-align: center;
    display: block;
    margin: 5px 2px;  
    font-size: 10px;  
    border-radius: 100%;
    width: 30px;
    
  }  

  .fa-twitter {  
    background: #F05757;  
    color: white; 
  }   
   
  .fa-instagram {  
    background: #F05757;  
    color: white;  
    
  }  
  .fa-youtube {  
    background: #F05757;  
    color: white;  
  }  
 
  .fa:hover {  
      opacity: 0.9;  
  }  


form {
    display: flex;
    flex-wrap: wrap;
    width: 500px;
    margin-left: auto;
    margin-right: auto;

    &>input {
        flex: 1 1 10ch;
        margin: .5rem;


        &[type="email"] {
            flex: 3 1 30ch;
            font-family: "Montserrat-Regular";
        }
    }
}

input {
    border: none;
    background: white (0, 49%, 35%);
    border-radius: .50rem;
    padding: .75rem 1rem;


    &[type="submit"] {
        background: #F05757;
        color: #F6CBD2;
        font-family: "Montserrat-SemiBold";
        box-shadow: 0 .75rem .5rem -.5rem #9ECAE7 (0 50% 80%);
    }
}

.vl {
    border-left: 2px solid #1d4488;
    width: 100%;
    height: 300%;
    float: left;
    margin-left: 15%;
    margin-top: 12%;
    position: absolute;
    resize: vertical;
  overflow: auto;

  }

.title{
    width: 50px;
    height: auto;
    margin-left: 9%;
}

