html, body{
    height: 100%;
    margin: 0;
    font-family: "Comic Sans MS" !important;
    font-size: 18px;
}

.main-section {
    background-color: #f5f5f5;
}
.container-fluid.no-gutters {
    padding: 0;
}

.main > div {
    padding: 0 48px;
}

.logo {
    width: 80%;
}

.main .container .row > div {
    margin:48px 0;
}

.float-right {
    float: right;
}

.top {
    margin-top: 65px;
}

.center-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    height: 100%;
    background-color: white;
    padding: 24px;
    border-radius: 10px;
    /* box-shadow: 0px 0px 5px 5px white; */

}

.multi-img-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.flex-icon-row {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-direction: row;
}

.children-icon {
    max-height: 250px
}

.jumping-boy {
    max-height: 180px;
}
.full-width {
    width: 100%;
}

.purple-section {
    background-color: #a69df9;
     /* yellow */
}

.red-section {
    background-color: #FD6F96;
    
     /* yellow */
}

.blue-section {
    background-color: #5f8dff;
    
     /* yellow */
}

.yellow-section {
    background-color: #FFEBA1;
    
     /* yellow */
}

.green-section {
    background-color: #95DAC1;
    
}

.black-section {
    background-color: black;
    
}

.gray-section {
    background-color: #adadb2;
    
     /* yellow */
}

.logo-wrapper {
    width: 148px;
    position: relative;
}

.navbar-brand img {
    position: absolute;
    top: -66px;
    background-color: white;
    border-radius: 34%;
    box-shadow: 0px 0px 10px 4px white;
}

#epikoinonia  .contact-top {
    margin:48px 0 0;
    align-items: center;
    justify-content: center;
    height: 50%;
}

#epikoinonia  .contact-bottom {
    margin:48px 0 48px;
    position: relative;
}

.contact-bottom .black {
    font-size: 26px;
    position: absolute;
    top: 8%;
    text-align: center;
    width: 100%;
}

.black {
    color: black;
}


#epikoinonia .contact-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    height: 100%;
    background-color: white;
    padding: 24px 24px 0 24px;
    border-radius: 10px;
}

@media (max-width: 575.98px) {
    .main > div {
        padding: 0;
    }

    .main .container .row > div {
        margin: 24px 0;
    }
}

.header {
    text-align: center;
}

.form-control {
    height:35px;
    width: 100%;
}

.submit-btn {
    margin: 20px 0;
}

#description-input {
    height: 100px;
}

/* Style all font awesome icons */
.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin-top: 25px;
  }
  
  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .fa-facebook {
    background: #3B5998;
    color: white;
  }