﻿/* HEADER */
header {
    background-color: #2175d9;
}

header img {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

/* MAIN */
main {
    padding-top: 50px;
    padding-bottom: 50px;
}

iframe {
    width: 100%;
    min-height: 270px;
}

.event-img {
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.event-img:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.recupera-pass,
.tornalogin {
    color: #0f1941;
    font-weight: 600;
    cursor: pointer;
}

.table th, .table td {
    vertical-align: middle;
    text-align: center;
}

#table-utenti-registrati th,
#table-utenti-registrati td {
    font-size: 14px;
}

#table-utenti-registrati .fa-paper-plane {
    transform: translateX(-1px);
}

#table-utenti-registrati .fa-circle-check.gray {
    color: #a9a9a9 !important;
}

#table-utenti-registrati .fa-circle-check.red {
    color: #be1622 !important;
}

.card-clipper,
.card-roadmap {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}

.card-clipper .card-img-top,
.card-roadmap .card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-clipper .btn-primary:hover,
.card-roadmap .btn-primary:hover {
    background-color: #0f1941 !important;
    border-color: #0f1941 !important;
}

/* FOOTER */
footer {
    color: #F7F5F0;
    background-color: #0F1941;
    padding: 30px 0;
}

footer a {
    color: #F7F5F0;
}

footer a:hover {
    color: #F7F5F0;
    text-decoration: underline;
}

footer img {
    width: 100%;
    max-width: 150px;
}

@media only screen and (max-width: 575px) {

    main {
        padding-top: 30px;
    }
}