/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11 Μαϊ 2018, 7:28:08 μμ
    Author     : Αχιλλέας
*/

/* Hero */
#top-section {
    background-color: #003c6b;
    min-height: 80vh;
}

#top-header {
    font-weight: bold;
    color: white;
    /*font-size: 2.8rem;*/
    text-shadow: 0 2px 4px rgba(0,0,0,.7);
}


.top-questions-output {
    color: #00FF41;
    font-size: 1.1rem;
}

/* Cursor Styling */
.top-questions-cursor::after {
    content: '';
    display: inline-block;
    margin-left: 3px;
    background-color: #00FF41;
    animation-name: blink;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
}
.top-questions-cursor::after {
    height: 18px;
    width: 3px;
}

@keyframes blink {
    0% {
        opacity:1;
    }
    49% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

#ask-proposal-button {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.97);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.97);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}




/* Process */
#how-it-works-section {
    margin-top: 50px;
    transform: skew(0deg, 5deg);
    z-index: -10000;
    background-color: #007563;
}

#how-it-works-background {
    transform: skew(0deg, -5deg);
}

#how-it-works-header {
    font-weight: bold;
    font-size: 2.1rem;
    color: white;
    text-shadow: 1px 1px 4px #000000;
}

.step-icon {
    font-size: 3rem;
    color: #007563;
}

.how-it-works-card {
    transition: all .4s;
    -webkit-backface-visibility: hidden;
}

.how-it-works-card:hover {
    transform: scale(1.1);
}

.how-it-works-card:hover .how-it-works-card-text {
    font-weight: bold;
}




/* FAQ */
.faq-button {
    font-size: 1.15rem;
    background-color: #003c6b;
    padding: 7px;
    padding-left: 10px;
    padding-right: 10px;
}

.faq-button:hover {
    background-color: #0a538c;
}








.background-container {
    background-color: #e9ebee;
    padding-bottom: 20px;
    padding-top: 20px;
}

.foreground-container {
    background-color: white;
    border-radius: 3px;
    /*box-shadow: 1px 1px 1px 2px;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#page-header-container {
    font-size: 170%;
    background-color: #294c94;
    /*background-color: #e9ebee;*/
    color: black;
    /*margin-bottom: 20px;*/
    padding: 20px;
    border-radius: 3px;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    box-shadow: 0 1px 5px #b0b2b2;
}

#page-main-header {
    font-weight: bold;
    letter-spacing: 0.05em;
    text-shadow: 1px 1px 0px #000000;
    color: white;
}

#subheader-1 {
    font-weight: bold;
    margin-left: 10px;
}

#subheader-2 {
    font-weight: bold;
    margin-left: 13px;
    letter-spacing: 2px;
    
}


#booking-system-screen {
    width: 100%;
}


#main-list li {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.main-list-icon {
    color: green;
}

.paragraph-promo {
    font-size: 18px;
    letter-spacing: 1.5px;
    font-style: italic;
}

.paragraph-text {
    text-indent: 20px;
    font-size: 18px;
}

#why-use-header {
    font-weight: bold;
    font-size: 25px;
    margin-top: 30px;
    margin-left: 10px;
}


#single-page-reservation-header {
    font-weight: bold;
    font-size: 28px;
    margin-top: 30px;
}

#single-page-reservation-subheader {
    margin-top: -8px;
    letter-spacing: 0.6px;
}

.single-page-paragraph-text {
    font-size: 19px;
}


.text-italic {
    font-style: italic;
}


#features-header {
    margin-top: 30px;
    margin-left: 15px;
    font-weight: bold;
    font-size: 28px;
}

.features-icon {
    color: #294c94;
}

.booking-confirmation-header {
    margin-top: 30px;
    margin-left: 15px;
    font-size: 23px;
    letter-spacing: 1.5px;
}

.feature-text {
    
}

#booking-system-mobile-screen {
    width: 100%;
}


#what-you-get-header {
    font-weight: bold;
    margin-top: 40px;
    font-size: 28px;
}


#what-you-get-list {
    text-align: left;
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
}

.what-you-get-list-item {
    margin-bottom: 25px;
}

.what-you-get-list-item-text {
    margin-top: 0px;
    font-weight: normal;
    font-size: 18px;
}

#extra-offers-header {
    margin-top: 35px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}

#how-it-works-header {
    margin-top: 35px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}

.how-it-works-icon {
    font-size: 30px;
    color: green;
}

.how-it-works-paragraph-text {
    font-size: 16px;
}

.how-it-works-paragraph-text-contact {
    font-size: 22px;
    margin-top: 35px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 50px;
}

#contact-us-header {
    margin-top: 35px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}


/* Contact form */
#contact-form {
    border: 1px solid lightgrey;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.contact-form-label {
    font-weight: bold;
    letter-spacing: 1.2px;
}

#contact-form-submit {
    width: 98%;
    margin: 0 auto !important;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.6px;
    padding: 5px;
    /*background-color: #fd0008;*/
    /*border: 1px solid #fd0008;*/
    /*border-radius: 5px;*/
    outline: 0;
    /*-moz-box-shadow:5px 5px 5px #777777;*/
    /*-webkit-box-shadow: 5px 5px 5px #777777;*/
    /*box-shadow: 5px 5px 5px #777777;*/
}

#contact-form-submit:hover {
    /*background-color: #2e2f30;*/
    /*border: 1px solid #2e2f30;*/
    /*box-shadow: 0px 0px 0px #777777;*/
}