.header{
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    position: static;

}

.header-title{
   display: flex;
   justify-content: center;
    font-family: pacifico;
    text-align: center;
    font-size: 40px;
    color: #FFB6CB;
    margin-bottom: 10px;
    text-shadow: 2px 2px 5px black;
}

.button-bar{
    display: flex;
    justify-content: center;
    flex: wrap;
    background-color: #f7df90;
    height: 70px;
    margin-top: 10px;
    border-radius: 10px;
    
}

button{
    display: inline-block;
    width: 120px;
    height: 50px;
    background-color: #FFB6CB;
    border-radius: 5px;
    border-width: 2px;
    font-family: pacifico;
    border-color: hotpink;
    color: white;
    cursor: pointer;
    transition: .5s;
    box-shadow: 2px 2px 5px rgb(36, 35, 35);
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
    display: inline-block
    
    
    
}

button:hover{
    opacity: 0.7;
    box-shadow: 3px, 3px, 8px rgb(32, 32, 32);
}

.dropdown a{
    color: black;
    font-family: arial;
    font-size: 13px;
    text-decoration: none;
    padding: 10px 15px;
    display:block
}

.dropdown .content{
    display: none;
    background-color: rgba(255, 151, 175, 1);
    border-radius: 5px;
    min-width: 100px;
    box-shadow: 2px 2px 5px dark rgb(8, 8, 8);
    position:absolute;
    z-index: 2;
}

.dropdown:hover .content{
    display: block;
}

.dropdown a:hover{
    opacity: 0.7;
    cursor:  pointer;
}

.support-button{
    font-size: 10px;
}
 body{
    background-image: url(comm-assets/bg4.gif);
    background-repeat: no-repeat;
    background-size: cover;
    display:flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.commission-body{
    background-color:#FFE8EF;
    border: 10px solid #FFB6CB;
    display:block;
    flex-wrap: wrap;
    justify-content:  space-evenly;
    align-items: center;
    flex-direction: column;
    width: 1350px;
    max-width: 90%;
    height: 700px;
    display: flex;
    margin-top: 15px;
    border-radius: 10px;
    z-index: 1;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.comm-img{
    display: flex;
    flex-direction: column;
    height: 650px;
}

.comm-img img{
    width: 300px;
    height: 300px;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: transform .2s;
}

.comm-img img:hover{
    cursor: pointer;
    transform: scale(1.5);
}


.contact-left{
    display: flex;
    margin: 0;
    height: 450px;
    width: 350px;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    background-color: #f5d672;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.contact-left-title h2{
    font-family: pacifico;
    font-size: 20px;
    color: #FFF4EB;
    
}
.contact-left-title hr{
    border: none;
}

.contact-input{
    width: 300px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-family: urbanist;
    border-radius: 50px;
}

.contact-left textarea{
    height: 140px;
    padding-top: 15px;
    border-radius: 20px;
}

.contact-input:focus{
    border: 2px solid rgb(187, 209, 139, 1);
}

.contact-left button{
    display: flex;
    align-items: center;
    padding: 15px 30px;
    font-size: 15px;
}
.desktop-icons p{
    font-family: pacifico;
    font-size: 10px;
    text-align: center;

}

.tos-icon{
    
    width: 60px;
    height: 60px;
    background-size: contain;
    border: none;
}

.modal{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 200ms ease-in-out;
    border: 3px solid rgb(255, 124, 146);
    border-radius: 10px;
    z-index: 10;
    background-color: white;
    width: 400px;
    height: 500px;
    max-width: 80%;
    
}

.modal.active{
    transform: translate(-50%, -50%) scale(1);
}

.modal-header{
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid rgb(255, 124, 146);

}

.modal-header .title{
    font-size: 30px;
    font-family: urbanist;
    font-weight: bold;
    
}

.modal-body p{
    font-size: 17px;
    font-family: urbanist;
    line-height: 35px;
}

.modal-header .close-button{
    cursor: pointer;
    width: 75px;
    outline: none;
    border: none;
    font-family: pacifico;
    color:rgb(255, 252, 252);
    font-size: 13px;
    box-shadow: none;
}

.modal-body{
    padding: 10px 15px;
}

.modal-body li{
    font-family: urbanist;
}

.full-home-body{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
}

.hto-icon{
    
    width: 60px;
    height: 60px;
    background-size: contain;
    border: none;
}

.hto{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 200ms ease-in-out;
    border: 3px solid rgb(255, 124, 146);
    border-radius: 10px;
    z-index: 10;
    background-color: white;
    width: 400px;
    height: 630px;
    max-width: 80%;
    
}

.hto.active{
    transform: translate(-50%, -50%) scale(1);
}

.hto-header{
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid rgb(255, 124, 146);

}

.hto-header .title{
    font-size: 30px;
    font-family: urbanist;
    font-weight: bold;
    
}

.hto-body p{
    font-size: 17px;
    font-family: urbanist;
    line-height: 35px;
}

.hto-header .close-button{
    cursor: pointer;
    width: 75px;
    outline: none;
    border: none;
    font-family: pacifico;
    color:rgb(255, 252, 252);
    font-size: 13px;
    box-shadow: none;
}

.hto-body{
    padding: 10px 15px;
}

.hto-body li{
    font-family: urbanist;
}

