body, html {
    height: 100%;
    font-family : "monospace", sans-serif; 
    text-align: center;
    background: #f7f9fb;
}

/*top navi bar*/
.top-nav {
    position: fixed;
    left: 0;
    right: 0;
    background-color:white;
    padding: 4px 0;
    z-index: 200;
    width: 100%;
}

.top-nav .wrappern {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    margin: 0px;
    text-align: center;
    width: auto;
    margin: 0 auto;
    padding: 0 120px;
}

.top-nav .search-icon {
    cursor: pointer;
}

.top-nav nav ul {
    display: flex;
    list-style: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

.top-nav nav ul li a {
    color: black;
    text-decoration: none;
    margin: 0 20px;
    text-transform: uppercase;
    font-size: 14px;
}

/*community hero image*/

.community-hero-image {
     background: rgb(50,113,143);
     background: radial-gradient(circle, rgba(50,113,143,1) 2%, rgba(49,112,142,1) 11%, rgba(143,193,227,1) 100%);
     height: 50%;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
     background-image: url("heroimage.png");
}

.community-hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  color: white;
}

hr {
  height: 50px;
}

/*kommati twn events*/

.events {
    text-align: center;
    display: flex;
    justify-content: center;
}

.event-box {
    width: 350px;
    border: 2px solid #5085A5;
    border-radius: 11px;
    margin: 10px 10px 10px 20px;
    padding: 15px;
}

.date {
    font-size: 25px;
    margin-top: 15px;
    text-align: center;
}

.event-box button {
  transition-duration: 0.4s;
  font-size: 20px;
}
.event-box button:hover {
  background-color: #687864; /* Green */
  color: white;
}

/*telos twn events, arxh twn hotlines*/

.hotline-list ul {
    list-style: none;
    margin-bottom: 0;
}

.hotline-list ul li span {
    font-weight: bold;
}

.hotlines-div {
   background: rgb(247,249,251);
background: radial-gradient(circle, rgba(247,249,251,1) 20%, rgba(143,193,227,0.5018382352941176) 100%);
    margin-top: 0px;
    padding-top: 15px;
}

.hotline-p {
    font-size: 20px;
    color: #31708e;
}

/*telos twn hotlines :))*/

.specialhr {
    margin-top: 0;
}

.women-group {
    width: 450px;
    margin-left: 25px;
    margin-right: 30px;
}

.women-group img {
    height: 300px;
    width: 300px;
    margin: 20px;
}

.women-we-encourage {
    display: flex;
    justify-content: center;
    margin-right: 50px;
    margin-left: 50px;
}

.women-we-encourage h4 {
    color: #687864;
}

/*Footer*/

footer .wrapper {
    width: 1152px;
    margin: 0 auto;
    padding: 0 120px;
}

footer .wrapper p {
    line-height: 2;
    margin-bottom: 20px;
}

footer {
    background-color: pistachio;
    color: #B2D3C2;
    padding: 36px;
    background-color: #f7f9fb;
}

footer a{
    color: black;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer .footer-container {
    display: flex;
    justify-content: space-around;
}

footer .footer-container .footer-left > img {
    max-width: 75px;
    max-height: 75px;
}

footer .footer-left {
    align-self: center;
}

footer ul {
    list-style: none;
    margin-top: 16px;
    padding-left: 0;
}

footer ul li {
    margin: 12px 0px;
}

footer .social-icons {
    margin-top: 20px;
    padding: 10px;
    max-width: 260px;
    border-radius: 10px;
    color: black;
}

footer .social-icons > img {
    margin: 0 20px;
    height: 30px;
    width: 30px;
}

footer .social-icons a {
    text-decoration: none;
}

footer .footer-right p {
    margin-top: 20px;
}

.footer-right .social-icons img {
    height: 45px;
    width: 75px;
}