@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");
}
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');


body {
    margin: 0;
    font-family: "Montserrat-Regular";
    background-image: linear-gradient(white, #f7e9e9);
    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: #F6CBD2;
    color: #F05757;
    font-family: "Sansita-Black";
}

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

#my-image {
    max-width: 302px;
    height: auto;
    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;
    margin-right: auto;

}

#title-image {
    width: 100%;

}

#hands1-image {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;

}


h1 {
    font-family: "Montserrat-Bold";
    font-size: 100px;
    color: #F05757;
    width: auto;
    height: auto;
    margin-left: 8%;
}

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;
    margin-left: 0;
}

footer {
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0px;
}

.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 hsl(0 50% 80%);
    }

}

#social-image {
    width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.thirdimage {
    position: relative;
    text-align: center;
    color: white;
}

.top-left {
    position: absolute;
    top: 180px;
    left: 200px;
    width: 500px;
    text-align: left;
    font-family: "Montserrat-Bold";
    font-size: 30px;
    color: #1d4488;

}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');


p {
    width: 50%;
    height: auto;
    color: #1d4488;
    margin-left: 8%;

}

p1 {

    color: #1d4488;

}

.container h1 {
    color: #F05757;

}

details {
    background-color: none;
    color: #1d4488;
    font-size: 1.0rem;
    margin-left: 7%;
}

summary {
    padding: .5em 1.3rem;
    list-style: none;
    display: flex;
    justify-content: space-between;
    transition: height 1s ease;
    margin-right: 10%;
}

summary::-webkit-details-marker {
    display: none;
}

summary:after {
    content: "\002B";
}

details[open] summary {
    border-bottom: 1px solid #F05757;
    margin-bottom: .5em;
}

details[open] summary:after {
    content: "\00D7";
}

details[open] div {
    padding: .5em 1em;
}

#title-3 {
    position: absolute;
    width: 40%;
    height: auto;
    margin-top: -22%;
    margin-left: 58%;
}