

/* HEADER */

html, body
{
  margin: 0;
  padding: 0;
}

body {
    display: flex;
    flex-direction: column;
}

.header {
    display: flex;
    flex-direction: column;
}

.header_top {
    
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    color: #00bfff;
    text-align: center;
    padding: 20px 0;
}

.header_bottom {
   
    background-color: #00bfff;
    padding: 5px 0;
    color: white;
    

}

.header_bottom ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

ul li{
    list-style-type: none;
}

.header_bottom ul li{
    list-style-type: none;
    padding-left: 10px;

}

/* CONTENT */

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.image {
    width: 100%;
}

.image img {
    width: 100%;
}

.ig {
    width: 350px;
    height: 250px;
}

.elem {
    display: flex;
    justify-content: center;
    padding-top: 20px;

}

.content332 {

    padding-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;

}

.text_content {
    display: flex;
    flex-direction: column;
    width: 30%;
}

.reverse {
    flex-direction: row-reverse;
}

hr {
    margin-top: 40px;
    width: 65%;
}


/* RESPECTS */

.respects {
    display: flex;
    justify-content: center;
    gap: 15px;
}



/* CONTENT MODAL WINDOW*/

.modalActive {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modalWindow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

/* .modalWindow input {
    border: 1px solid black;
    /* border-radius: 25px; 
    padding: 10px 15px;
} */

.modalWindow button {
    /* background-color: #00bfff;
    color: white;
    border: 1px solid black;
    border-radius: 25px; */
    padding: 10px 15px;
    width: 100%;
}


/* FOOTER */

.footer {
    margin-top: 50px;
    background-color: #00bfff;
    display: flex;
    flex-direction: column;
    padding: 20px;
    color: white;
}

.footer_top {
    display: flex;
    justify-content: center;
    
}

.footer_elem ul li {
    padding-top: 10%;
}

.footer_bottom {
    display: flex;
    justify-content: center;
    text-align: center;
}