﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

h1, h2, h3, h4 {
    color: #6884C2;
}




a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: royalblue;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: whitesmoke;
}

.footer {
    background-color: lightgray;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}



/* Menu --------------------------------------------*/
.navbar-light {
    /*    background-color: #fff;*/
    background-color: whitesmoke;
    border-color: #fff;
    opacity: 0.90;
}

    .navbar-light .navbar-brand {
        color: #0034ff; /*το άλλαξα*/
    }

    .navbar-light .navbar-nav > li > a {
        color: #1861ac!important; /*Menu color*/
        font-family: sans-serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1.3px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .navbar-light .navbar-nav > li > a:hover,
        .navbar-light .navbar-nav > li > a:focus {
            color: #bd1f1f!important;
        }

        .navbar-light .navbar-nav > li > a:before {
/*            content: "";
            position: absolute;
            width: 60%;
            height: 1.2px;
            bottom: 5px;
            left: 20%;
            background-color: #bd1f1f;
            visibility: hidden;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -o-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
*/        }

        .navbar-light .navbar-nav > li > a:hover:before {
            visibility: visible;
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1);
        }



.footerRoundedImage {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 2px solid #0034ff;
    border-radius: 100%;
    align-self: center;
    align-items: center; /* vertical */
    justify-content: center; /* horizontal */
    margin: auto auto;
}

    .footerRoundedImage:hover {
        border-color: #bd1f1f !important;
    }

    .footerRoundedImage i {
        font-size: 18px;
    }

/*#region Fade In στις σελίδες */
.fadeIn div {
    animation: fadein 0.5s;
    -moz-animation: fadein 0.5s; /* Firefox */
    -webkit-animation: fadein 0.5s; /* Safari and Chrome */
    -o-animation: fadein 0.5s; /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/*#endregion */

.tile {
    width: 100%;
    height: 380px;
    overflow-y: hidden;
    overflow-x: hidden;
    padding: 0px;
    vertical-align: top;
    background-color: white;
    margin: 3px;
    margin-bottom:20px;
    border-radius:15px;
}

    .tile img {
        float: left;
        width: 100%;
    }

    .tile a {
        text-decoration: none;
    }

.tileTitle {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600
}

.tileDates {
    font-size: small;
    font-weight: 400;
    color: darkred;
    text-align: left
}

.tileDestinations {
    color: forestgreen;
    font-size: small;
    font-weight: 600;
    text-align: left;
    
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tileImageParent1 {
    width: 100%;
    overflow: clip;
    max-height: 230px;
}

.tileImageParent2 {
    overflow: hidden;
    position: relative;
    height: 300px;
    width: 140%;
}

.tileImage {
    position: absolute;
    width: auto;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


/*NewsList*/
.newsList {
    width: 100%;
}

    .newsList img {
        float: left;
        max-width: 200px;
    }


    .newsList a {
        text-decoration: none;
    }



.newsListTitle {
    font-size: 14px;
    display: flex;
    text-align: center;
}


.newsListText {
    font-size: 12px;
    color: black;
    text-align: justify;
}

.newsListDate {
    font-size: 11px;
    display: flex;
    padding-left: 10px;
    color: #1e0404;
    margin-top: 7px;
    margin-bottom: 5px;
}


.newsRoundedImage {
    width: 100%;
    overflow: clip;
    display: flex;
    justify-content: center;
}

    .newsRoundedImage:hover {
        border-color: #263272 !important;
    }

    .newsRoundedImage i {
        font-size: 28px;
    }

.noDecoration, a:link, a:visited, a:hover {
    text-decoration: none;
}


/*#region Grow Image*/
.grow-img10 {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    .grow-img10:hover {
        -moz-transform: scale(1.10);
        -o-transform: scale(1.10);
        -ms-transform: scale(1.10);
        -webkit-transform: scale(1.10);
        transform: scale(1.10);
    }

.grow-img05 {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
}

    .grow-img05:hover {
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        overflow: hidden;
    }



.change_opacity {
    opacity: 1;
}

    .change_opacity:hover {
        opacity: 0.9;
    }


@media screen and (max-width: 800px) {
 
}