/*This landing page is built with Bootstrap4
This is my custom styling*/


* {
    font-family: 'Open Sans', sans-serif;

}

h1 {
    font-size: 2.5rem !important;
    text-align: center;

}

h2 {
    font-size:1.56rem !important;
}
h5 {font-size:1rem!important;}
h6 {
    font-size: 0.875rem!important;
}

p {
    font-size: 1.125rem !important;
}


/*Helper Classes*/

.padding50 {
    padding: 50px;
}
.padding100 {
    padding: 100px;
}

/*Header*/

.logo {
    max-height: 50px;
    margin: 30px auto;

}

#header hr {
    border: 1px solid #E6EFF6;
    width: 55%;
    margin: 0 auto;
}

/*Navigation bar*/
#menu {
    padding-top: 0px;
    padding-bottom: 0px;
}

#menu a {
    font-weight: 400;
    font-size: 1.125rem;
    color: #015FA5;
    padding:1rem;
}
#menu a:hover{
    color: #013278;

}

#menu a.active {
    color: #013278;
    font-weight: 600;
}
.navbar-light .navbar-toggler-icon {
    margin-right:10px;
}
#menu > button {
    margin: 1rem 0;
    border: 2px solid #E6EFF6;

    
}
.separator {
    height: 10px;
    background-color: #013378;
}

/*Section Fallback*/
#fallback{
   text-align: left; 
   color: #015fa5;
   line-height: 2rem;
}

#fallback p{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    width: 100%;
}

#fallback h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25rem;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#fallback ul{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    width:100%;
}

#fallback ol{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    width:100%;
}

#fallback h1{
    padding-bottom:2rem;
}






/*Section Create*/
#create {
    background-image: url(../img/epirus_production_cover.jpg);
    background-size: cover;
    padding:150px;
}

#create h3 {
    font-style: italic;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    color: #003278;
}

#create img {
    width: 100%
}

#create a {
    background-color: #015FA5;
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
    border-radius: 4px;
    width: 350px;
    padding: 10px;
    margin-top: 50px;
}

#create a:hover {
    text-decoration: none;
}

#create i {
    color: #80AFD2;
}

/*Section Create*/
#ofeli {
    background-image: url(../img/benefits_bg.svg);
    background-size: cover;
    margin-top: -90px;
}


#ofeli h1 {
    color: #ffffff;
}

.benefitboxes {
    width: 430px;
    min-height: 470px;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 30px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 10px 10px 0px 0px #0132784d;
            box-shadow: 10px 10px 0px 0px #0132784d;
    margin-top: 50px;


}
.benefitboxes:hover {
    top: -15px;
    -webkit-box-shadow: 10px 25px 0px 0px #0132784d;
            box-shadow: 10px 25px 0px 0px #0132784d;
 }
#live h2,
.benefitboxes h2 {
    font-weight: 600;
    text-align: center;
    color: #025A91;
}

.benefitboxes img {
    height: 100px;
}

.benefitboxes ul {
    list-style-type: circle;
    /* -webkit-padding-start: 0px;
            padding-inline-start: 0px; */
}

.benefitboxes ul li {
    color: #015FA5;
    text-align: left;
    margin: 10px auto;
}

/*Section live*/

#live {
    margin-top: -60px;

}
#status h1,
#dimosiotita h1,
#live h1 {
    color: #015096;
    margin-bottom: 50px;

}

#live img {
    height: 250px;
    margin-bottom: 50px;
}

#live a {
    background-color: #015FA5;
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    margin: 0 auto 20px;
    width: 40%;
}

#live a:hover {
    text-decoration: none;
}

#live ol {
    width: 80%;
    margin-top: 24px;
}

#live ol li {
    counter-increment: list;
    list-style-type: none;
    position: relative;
    font-size: 1.25rem;
    text-align: left;
    color: #015FA5;
    margin: 24px;
}

#live ol li:before {
    color: #f3ad36;
    content: counter(list) ".";
    left: -32px;
    position: absolute;
    text-align: right;
    width: 26px;
    font-weight: bold;
}

.livelinks.mobile {
    display:none!important;
}

/*Section Api Portal*/
#apiportal {
    background-image: url(../img/interest_bg.svg);
    background-size: cover;
    width: 100%;
}

#apiportal img {
    height: 60px;
    margin:50px auto 30px;
}

#apiportal a {
    background-color: #ffffff;
    color: #013278;
    font-size: 1rem;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    margin: 0 auto 20px;
}

#apiportal a:hover {
    text-decoration: none;
}
#apiportal h1 {
    color:#ffffff;
}

/*Δημοσιότητα Section*/

#dimosiotita a {
    font-size: 1.25rem;
    font-weight: 500;
    color:#025a91;
    background-color: #e6edf4;
    margin:10px auto;
    padding:5px;
    border-radius: 4px;
    top:0;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 5px 5px 0px 0px #b3cfe4;
            box-shadow: 5px 5px 0px 0px #b3cfe4;
    width:70%;
}
#dimosiotita a:hover {
    text-decoration: none;
    border: none;
    top: -5px;
    -webkit-box-shadow: 5px 10px 0px 0px #b3cfe4;
    box-shadow: 5px 10px 0px 0px #b3cfe4;

}

#dimosiotita img {
    max-height: 370px;
} 

#dimosiotita p {
margin-top:20px;
color:#015FA5;
}


/*status section*/
#status {
    background-color: #e6edf4;

}
#status a {
    background-color:transparent;
    color: #013278;
    font-size: 1rem;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    margin: 10px auto 5px;
}

#status a:hover {
    text-decoration: none;
}

.status-bottom{
    background-image: url(../img/status_bottom.svg);
    width:100%;
    background-size: cover;
    height: 50px;
}
#status h2 {
    font-weight: 600;
    color: #025A91;
    margin-top: 40px;
}

#status p {
    font-size: 1.125rem;
}


/*footer section*/
#footer {
    background-image: linear-gradient(30deg, #015096, #1F72B0, #015096 );
}
.footerlogo {
    background-color:#ffffff;
    border-radius: 4px;
    width: 370px;
    height: 50px;
    padding:10px;
    margin-bottom:30px;
}

#footer ul {
    list-style: none;
        -webkit-padding-start: 0px;
            padding-inline-start: 0px;
}
#footer ul li {
    text-align: center;
}
#footer ul li a {
    color:#ffffff;
    font-size: 1rem;
}
#footer hr {
    border: 1px solid #F2F2F2;
    width: 100%;
    margin: 0 auto 1rem;

}
#footer h6 {
    color:white; 
  
}
.cplink {
    color:#ffffff;
}
.cpicon{
    width: 20px;
    height: 20px;
    margin-left:10px;
}
/* Scroll to top btn */
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'unicons';
    content: '\e84b';
    text-align: center;
    line-height: 46px;
    font-size: 2.25rem;
    color: #f3ad36;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
    opacity: 0;
}
.progress-wrap::before {
    position: absolute;
    font-family: 'unicons';
    content: '\e84b';
    text-align: center;
    line-height: 46px;
    font-size: 2.25rem;
    opacity: 0;
    background-image: linear-gradient(298deg, #E60107, #8f1d20);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
    opacity: 1;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #f3ad36;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/* // Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap */
@media (max-width: 375px) { 
    .footerlogo
    {
        width:90%; 
    }
    #create a {
        width:250px;
    }

 }
/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) { 
    #create h3 {
        font-size: 1.2rem;
    }
    #create img {
        margin-top:50px;
    }
    #live {
        padding-left:0px!important;
        padding-right: 0px!important;
    }
    #live h2,
    #dimosiotita img,
    #apiportal h1 {
        margin-top:1rem!important;
    }
    #status img {
        margin-bottom:1rem!important;
    }
    .livelinks.mobile {
        display:flex!important;
        width: 100%;
    }
    .livelinks.desktop {
        display:none!important;
    }
 }

/* // Medium devices (tablets, 768px and up) */
@media (max-width: 768px) { 
    #create {
        padding:50px;
    }
    #create h3 {
        font-size: 1.5rem;
    }

  
 }
@media (min-width:768px){
   
}

/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) {  
  
}
 }

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }