body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgba(240,240,240,1.00);
}

h1, h2, h3{
    color: #0f2557;
}

#fader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    pointer-events: none;
    background-color: rgba(240,240,240,1.00);
    animation-duration: 500ms;
    animation-timing-function: ease-in-out;
}

@keyframes fade-out {
    from { opacity: 1 }
      to { opacity: 0 }
}

@keyframes fade-in {
    from { opacity: 0 }
      to { opacity: 1 }
}

#fader.fade-out {
    opacity: 0;
    animation-name: fade-out;
}

#fader.fade-in {
    opacity: 1;
    animation-name: fade-in;
}

.banner, .indexbanner {
    display: inline;
    opacity: 1;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
}

.banner {
    background-color: #0f2557;
}

.indexbanner {
    background-color: #e3e2df;
}

.banner-heading {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 60px;
    font-family: 'Alata';
    color: rgba(240,240,240,1.00);
}

.navbar {
    background-color: #0f2557;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.navbar img {
    width: auto;
    height: 40px;
    margin-left: 4.75rem;
}

.navbar a, .teamName {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.teamName {
    margin-left: 5.5rem;
}

.nav-right {
    float: right;
    right: 0px;
    margin-right: 6.5rem;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.active {
    background-color: #2581B0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #28559a;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.main {
    padding: 4rem 3rem 1rem 3rem;
}

.left-profiles {
    float: left;
    width: 50%;
}

.right-profiles {
    float: right;
    width: 50%;
}

.center-profiles {
    margin: auto;
    width: 50%;
}



.personalinfo-box {
    border: 1.5px solid rgba(0,0,0,0.1);
    border-radius: 1rem;
    line-height: 1.5;
    margin: 0 2rem 2rem 2rem;
    padding: 1rem;
    float: left;
    width: 80%;
}

.personalinfo-box img {
    border-radius: 50%;
    margin: 1rem 2rem 0 1rem;
    max-height: 8rem;
    width: auto;
    float: left;
}

.personalinfo-box a:link {
    color: black;
    text-decoration: none ;
}

.personalinfo-box a:hover {
    color: #28559a;
}

#readMoreBen, #readMoreChris, #readMoreJohn, #readMoreRomaisa, #readMoreEleni {
    display: none;
}

.button, .indexbutton {
    cursor:pointer;
    width: 150px;
    margin: 0 auto;
    display: block;
    border-radius: 15px;
    padding: 10px 0px;
    transition-duration: 0.4s;
    color: white;
}

.button {
    border: 1.5px solid #28559a;
    background-color: #28559a;
}

.indexbutton {
    border: 1.5px solid #9a1750;
    background-color: #9a1750;
}

.indexbutton:hover {
    background-color: rgba(240,240,240,1.00);
    color: #9a1750;
}

.button:hover {
    background-color: rgba(240,240,240,1.00);
    color: #28559a;
}

.summary {
    line-height: 1.5;
    margin: 0 2rem 0 2rem;
    float: left;
    width: 90%;
}
