html, body {
    height: 100%;
    width: 100%;
    margin:0;
    padding:0;
    
    font-family: "trebuchet ms";
}



/*---identity---*/

.identity_container {
    display: flex;
    flex-flow: row;
    align-items: center;
    
    width: 100%;
    height: 45%;
    background-color: white;
}

.logo_container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    
    width: 30%;
    height: 100%;
    left: 0%;
    
    opacity: 0.0;
}

.logo {
    width: 100%;
    height: 50%;
    margin-bottom: 5%;
    
    background-image: url('svg/LOGO-FULL.svg');
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

.id_text_container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    
    width: 50%;
    height: 100%;
    right: auto;
    
    border-left: 2px solid #2ab573;
    
    animation: 2s id_text_container forwards;
}

.id_text {
    width: 80%;
    padding-left: 50px;
    
    color: black;
}

/*---services---*/

.service_container {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    
    width: 100%;
    height: 55%;
    //background-color: #ef4036;
    background-color: rgba(207,80,68, 1);
    
    z-index: +1;
} 

.service_column {
    display: flex;
    flex-flow: column;
    align-items: center;
    //justify-content: center;
    
    width: 15%;
    height: 100%;
    
    border-left: 1px solid white;
    border-right: 1px solid white;
    
    //background-color: #ef4036;
    background-color: rgba(207,80,68, 1);
}

.service_column > div {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}


.service_header {
    text-align: center;
    width: 100%;
    
    color: white;
    font-size: 120%;
    
    border-bottom: 1px dashed white;
    padding-bottom: 3px;
}

.service {
    display: flex;
    flex-flow: column;
    align-items: center;
    //justify-content: center;
    
    width: 15%;
    height: 100%;
    //padding: 100px 10px 0px 10px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    
    background-color: #ef4036;
}

.service_column:hover {background-color: #ef4036;}

.service > div {    
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
    color: white;
    text-align: center;
    //background-color: aqua;
}

.service_icon {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    
    width: 100px;
    height: 100px;
    
    border-radius: 50%;
    border: 10px solid white;
    background-color: white;
    
    margin: 50px 0px 50px 0px;
}

.service_icon > div {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

#icon_1 {width: 90px; height: 90px;
            background-image: url('svg/ICON_1.svg');}
#icon_2 {width: 90px; height: 90px;
            background-image: url('svg/ICON_2.svg');}
#icon_3 {width: 80px; height: 80px;
            background-image: url('svg/ICON_3.svg');}
#icon_4 {width: 90px; height: 90px;
            background-image: url('svg/ICON_4.svg');}

.service_link_container {
    width: 100%;
    margin-top: 20px;
}

.service_link {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    
    width: 100%;
    height: 40px;
    margin-top: 10px;
}

.service_link:hover{background-color: black;}

.service_link > a {text-decoration: none; color: aliceblue;}
.service_link > a:link {text-decoration: none;}
.service_link > a:hover {color: white; text-decoration: underline;}

#selected_1 {
    background-color: black;
    color: aliceblue;    
}

#selected_2 {
    background-color: #ef4036;
}

/*---ypokatigories---*/

.ypokatigories {
    background-color: #2ab573;
    width: max-content;
}

.ypokatigories:hover {background-color: black;}

.ypokatigories > a {color: white;}
.ypokatigories > a:link {text-decoration: none;}
.ypokatigories > a:hover {text-decoration: underline;}

/*---plans---*/

.plans_container {
    position: absolute;
    width: 100%;
    height: 55%;
    top: 90%;
    
    background-color: #2ab573;
} 

.plans_container_header {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    
    width: 100%;
    height: 50px;    
    margin-top: 50px;
    
    color: white;
    background-color: rgba(255,255,225,0.2);
}

.plan_columns_container {    
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    text-align: center; 
    
    width: 100%;
    height: 100%;
    //background-color: red;
}

.plan_column {
    display: flex;
    flex-flow: column;
    align-items: center;
    //justify-content: center;
    text-align: center;
    
    width: 20%;
    height: 100%;
    background-color: rgba(255,255,225,0.0);
}

.plan_icon {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 50px 0px 50px 0px;
    
    background-color: white; 
}

.plan_icon > div {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;    
}

.plan_header > a {color:white; text-decoration: none; font-size: 120%;}
.plan_header > a:link {color:white; text-decoration: none; font-size: 120%;}
.plan_header > a:hover {color:black;}

.plan_icon:hover {background-color: black;}


#icon_5 {width: 110px; height: 110px; background-image: url('svg/ICON_5.svg');}
#icon_6 {width: 110px; height: 110px; background-image: url('svg/ICON_6.svg');}
#icon_7 {width: 110px; height: 110px; background-image: url('svg/ICON_7.svg');}
#icon_8 {width: 110px; height: 110px; background-image: url('svg/ICON_8.svg');}

/*---photos---*/

.photo_left {
    width: 20%;
    height: 100%;
    
    overflow: hidden;
}

.photo_left > img {
    height: 100%;
    width: 500px;
    
    display: block;
    background-size: contain;
    overflow: hidden;
}

.photo_right {
    width: 20%;
    height: 100%;
    
    overflow: hidden;
}

.photo_right > img {
    height: 100%;
    width: 500px;
    
    display: block;
    background-size: contain;
    overflow: hidden;
}

/*---info---*/

.info_container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 35%;
    top: 145%;
    
    background-color: black;    
} 

.info_columns_container {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    text-align: center; 
    
    width: 100%;
    height: 100%;
}

.info_column {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center; 
    
    width: 25%;
    height: 100%;
    //background-color: aqua;
}

.info_header {
    margin-bottom: 10px;
}

.info_header > a {color: white; text-decoration: none; font-size: 120%;}

.info_icon {    
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    
    width: 150px;
    height: 150px;
    
    //background-color: red;
}

.info_icon > div {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;    
}

.info_text {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    
    color: white;
}

.info_text > div {
    margin: 5px;
}

.info_text > div:nth-child(1) {
    text-align: left;
    //background-color: aqua;
}

.info_text > div:nth-child(2) {
    text-align: left;
    //background-color: aqua;
}

#icon_9 {width: 110px; height: 110px; background-image: url('svg/ICON_9.svg');}

.social_header {
    color: white; font-size: 120%; margin-bottom: 50px;
}

.social_container {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    text-align: center; 
    
    //background-color: aqua;
}

.social_icon {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    
    width: 100px;
    height: 100px;
    
    //background-color: red;
}

.social_icon > div {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;    
}

#icon_10 {width: 60px; height: 60px; background-image: url('svg/ICON_10.svg');}
#icon_11 {width: 60px; height: 60px; background-image: url('svg/ICON_11.svg');}
#icon_12 {width: 60px; height: 60px; background-image: url('svg/ICON_12.svg');}

#icon_13 {width: 50px; height: 50px; background-image: url('svg/ICON_10.svg');}


/*---intro---*/

.intro_container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    
    height: 100%;
    width: 20%;
    top: 0%;
    
    background-color: rgba(255,255,255,0.0);    
    z-index: 0;
}

.intro {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    
    width: 100%;
    height: 45%;
    top: 0%;
    background-color: rgba(255,255,255,1.0);
    
}


.dot { 
    position: absolute;
    width: 150px;
    height: 200px;
    border-radius: 0%;
    left: 70%;
    
    background-image: url('svg/LOGO-FULL3.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    background-color: none;
    //animation: 3s dot forwards;
    overflow: hidden;
}




/*---intro_animations---*/

@keyframes id_text_container {
    0% {right: -50%; opacity: 0.0;}
    50% {right: 10%; opacity: 0.2;}
    100% {right: 0%; opacity: 1;}
}