﻿/*
Theme Name: Lana
Description: Creative Coming Soon Template
Author: Erilisdesign
Theme URI: https://preview.erilisdesign.com/html/lana/
Author URI: https://themeforest.net/user/erilisdesign
Version: 1.3.0
License: https://themeforest.net/licenses/standard
*/


body {
    position: relative;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    white-space: normal;
    min-height: 100vh;
    margin: 0;
    background: url(../images/sfondo.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border: 20px solid white;
    border-bottom:0px;
}

* {
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
table thead tr {
    background-color: #d0aeb4;
    color: #ffffff;
    text-align: left;
    font-family: Oswald;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: medium;
}
table th,
table td {
    padding: 12px 15px;
}
table tbody tr {
    border-bottom: 1px solid #dddddd;
}

table tbody tr:nth-of-type(even) {
    background-color: #f8eeee;
}

table tbody tr:last-of-type {
    border-bottom: 2px solid #d0aeb4;
}
table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

/* Header/logo Title */
main {
    padding: 3em 20px 20px 20px;
    text-align: center;
    color: #000;
    width: 40%;
    position: relative;
    overflow: hidden;
    height:100%

}

/* Increase the font size of the heading */
main h1 {
    font-family: 'Beth Ellen', cursive;
    font-size: 40px;
    font-weight: 500;
    text-align: left
}

main h2 {
    font-family: 'Beth Ellen', cursive;
}

main a {
    color: #d0aeb4
}

main p {
    font-size: 18px;
    line-height: 12px;
}


main p {
    font-family: 'Oswald', sans-serif;
    text-align: center
}

@media screen and (max-width: 700px) {
    main h1 {
        font-size: 32px;
    }

    main {
        width:100%
    }

    img.logo {
        width: 250px
    }

    .overlay {
        width:100%;
        height:100%;
        background-color:rgba(255,255,255,.7);
        position:absolute;
        top:0;
        right:0;
    }

}

footer {
    font-family: 'Oswald', sans-serif;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: translatex(-50%);
    bottom: 0;
    width: 100%;
    background-color:white
}

.container.copyright-container {
    text-align: center
}

.container {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.social-icons {
    overflow: hidden;
    margin: 0;
    margin-bottom: 15px;
}


ul.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
    list-style: none;
    display: table;
    margin: 0;
    padding: 0;
}

.social-icons ul {
    list-style: none;
    display: table;
    margin: 0;
}

.socials-icons li {
    display: block;
    float: left;
    margin: 0;
    margin-left: 20px;
}

.socials-icons a {
    display: block;
    margin: 0;
    font-size: 18px;
    text-align: center;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.socials-icons li:first-child {
    margin-left: 0;
    margin-top: 15px;
}
.socials-icons li:last-child {
    margin-top: 15px;
}
.fab {
        -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
i.fab {
    border-radius: 60px;
    padding: 0.5em 0.6em;
    background-color: #d0aeb4;
    color: white;
    min-width: 36px;
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
