/*
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 : 24 Απρ 2019, 2:31:45 μμ
    Author     : User
*/

.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;
}

/* 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;*/
}