html {
    position: relative;
    min-height: 100%;
}

html * {
    font-family: "Gill Sans" !important;
    font-weight: 200 !important;

}

body {
    /* background: linear-gradient(45deg, #177396, #0cc1b3); */
    margin-bottom: 10%; /* Margin bottom by footer height */
    background: url('/images/resources/map_riferimento.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.foofdfter {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5%; /* Set the fixed height of the footer here */
    line-height: 50%; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.footer {
    bottom: 0;
    width: 100%;
    background: rgba(30, 144, 255, 0.9);
    padding: 24px;
    font-size: 12px;
    color: black;
    margin-top: 50px;
    /*text-align: center;*/
}

form {
    background-color: rgba(30, 144, 255, 0.3);
}

.jumbotron {
    background-color: white;
    color: white;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
}

.card-header {
    background-color: #1e90ff;
    color: #092c28
}

.downloadButton {
    min-height: 30px;
    max-height: 30px;
    filter: alpha(opacity=0.4);
    opacity: 0.4;
    margin: 10%;
}

#downloadApps {
    margin-top: 5%;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#carbonara {
    animation: fadein 2s;
}

::selection {
    background-color: salmon;
    color: white;
}

@keyframes move-forever {
    0% {
        transform: translate(-90px, 0%)
    }
    100% {
        transform: translate(85px, 0%)
    }
}

.editorial {
    display: block;
    width: 100%;
    height: 10em;
    max-height: 100px;
    margin: 0;
}

.content {

    font-family: 'Lato', sans-serif;
    text-align: center;
    background-color: #27aa9e;
    text-align: center;
    min-height: 75vh;
    margin: -.1em 0 0 0;
    padding: 1em;
    color: #eee;
    font-size: 2em;
    font-weight: 300;
}

.content {
    font-size: 1em;
}

.content h1 {
    margin-top: -1.3em;
    font-weight: 100;
    font-size: 5em;
    user-select: none;
    cursor: default;
}

/*prevent many large-by-comparison ripples by shrinking the height*/
@media (max-width: 50em) {
    .content h1 {
        font-size: 12vmax
    }

    .editorial {
        height: 17vw;
    }
}

h1 {
    outline: none
}

.povr {
    margin-top: 50px;
}

#wrapperGrey {
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
    background-color: #000;
}

.jumbotron {
    padding: 0px;
}

.img-jumbo .img {
    max-width: 100%;
    height: auto;
    width: auto \9; /* ie8 */
}

.avatar {
    cursor: pointer;
}

.card {
    background: linear-gradient(180deg, #b9ebff, #ddffef);
    opacity: 0.95;

}

@media all and (min-width: 0px) and  (max-width: 769px) {

    .instersapce {
        margin-top: 350px;
    }

}

@media all and (min-width: 770px) and  (max-width: 800px) {

    .instersapce {
        margin-top: 450px;
    }

}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.feedback {
    background-color: #31B0D5;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    border-color: #46b8da;
}

#mybutton {
    position: fixed;
    bottom: 10px;
    left: -4px;
}

.modal-body .modal-content .modal .modal-dialog {
    background: rgba(30, 144, 255, 0); !important;
}
