/* Copyright (C) nebla Ltd. 2017 */

#footer {
    z-index: 1;
}

#footer table h1 {
    margin-top: 40px;
    color: #fff;
    font-size: 20px;
}

#footer table a {
    color: #fff;
    font-size: 16px;
}

#footer h2 {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.logo-original {
    height: 100px;
    background-image: url("../resources/vectors/logo.svg");
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.footer-background {
    height: 100%;
    width: 100%;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5c6fa2+0,6e88b7+100 */
    background: #5c6fa2; /* Old browsers */
    background: -moz-linear-gradient(top, #5c6fa2 0%, #6e88b7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5c6fa2 0%,#6e88b7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5c6fa2 0%,#6e88b7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c6fa2', endColorstr='#6e88b7',GradientType=0 ); /* IE6-9 */
}

/*---------- Mobile ----------*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #footer table h1 {
        margin-top: 10px;
    }
}

/* Custom for footer */
@media only screen and (max-width : 587px) {
    #footer table {
        display: none;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {    
    #footer h2 {
        margin-top: 10px;
        font-size: 12px;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
}

/* Copyright (C) nebla Ltd. 2017 */