.pageFooter {
    height: 50vh;
    width: 100%;
    background-color: #1E1E1E;
}

.pageFooterRow {
    height: 50vh;
}

.msgForm {
    color: white;
    height: 50vh;
}

.infoDiv {
    color: white;
    height: 50vh;
}

@media only screen and (max-width: 991px) {
    .pageFooter {
        height: 100vh;
        width: 100%;
        background-color: #1E1E1E;
    }
}

h1.contattaci {
    font-family: 'Din', sans-serif;
    font-size: 5vh;
    font-weight: bold;
    margin: 30px 0px 20px 10%;
}

.ContactUs {
    font-size: 2vh;
    font-weight: normal;
}

input.ContactUs {
    outline: none;
    color: white;
    display: block;
    width: 80%;
    height: 60px;
    margin: 0px;
    padding: 0px;
    background-color: Transparent;
    border: 2px solid white;
    padding-left: 20px;
    padding-right: 20px;
}

input.ContactUs[type=email] {
    border-top: 0px;
}

input.ContactUs[type=text] {
    border-radius: 4px 4px 0px 0px;
}

textarea {
    color: white;
    width: 80%;
    height: 120px;
    background-color: Transparent;
    border: 2px solid white;
    border-top: 0px;
    border-radius: 0px 0px 4px 4px;
    resize: vertical;
    max-height: 16vh;
}

.fieldPadding {
    padding: 20px;
}

input:focus {
    outline: none;
    background-color: white;
    color: #1E1E1E;
    transition-duration: 0.3s;
}

textarea:focus {
    outline: none;
    background-color: white;
    color: #1E1E1E;
    //transition-duration: 0.3s;
}

.infoDivRow {
    height: 100%;
}

.info {
    height: 30vh;
    text-align: center;
    padding: 3vh;
}

h2 {
    font-family: 'Din', sans-serif;
    font-size: 3vh;
    font-weight: normal;
    margin-top: 30px;
}

.social {
    text-align: center;
}

a.SocialLink {
    color: white;
    display: inline-block;
    margin: 15px;
}

.iconsoc:hover {
    color: #669af0;
}

.privacypolicy {
    background-color: transparent;
    border: 0px;
    color: White;
}

.privacypolicy:hover {
    color: #669af0;
}

.privacypolicy:focus {
    outline: none;
}

div.modal-privacy {
    overflow-y: scroll;
    height: 50vh;
}

.footeralert {
    margin-top: 20px !important;
    width: 80% !important;
}