@font-face{
    font-family:Avenir Next W02;
    src:url(//static.hsappstatic.net/ui-fonts/static-1.241/fonts/AvenirNext-Regular.woff2) format("woff2"),
        url(//static.hsappstatic.net/ui-fonts/static-1.241/fonts/AvenirNext-Regular.woff) format("woff")
}
@font-face{
    font-family:Avenir Next W02;
    font-style:italic;
    src:url(//static.hsappstatic.net/ui-fonts/static-1.241/fonts/AvenirNext-Regular-Italic.woff2) format("woff2"),
        url(//static.hsappstatic.net/ui-fonts/static-1.241/fonts/AvenirNext-Regular-Italic.woff) format("woff")
}
@font-face{
    font-family:Avenir Next W02;
    src:url(//static.hsappstatic.net/ui-fonts/static-1.241/fonts/AvenirNext-Medium.woff2) format("woff2"),
        url(//static.hsappstatic.net/ui-fonts/static-1.241/fonts/AvenirNext-Medium.woff) format("woff");
    font-weight:500
}
@font-face{
    font-family:Avenir Next W02;
    src:url(//static.hsappstatic.net/ui-fonts/static-1.241/fonts/AvenirNext-Demi.woff2) format("woff2"),
        url(//static.hsappstatic.net/ui-fonts/static-1.241/fonts/AvenirNext-Demi.woff) format("woff");
    font-weight:600
}
@font-face{
    font-family:Avenir Next W02;
    font-style:italic;
    src:url(//static.hsappstatic.net/ui-fonts/static-1.241/fonts/AvenirNext-Demi-Italic.woff2) format("woff2"),
        url(//static.hsappstatic.net/ui-fonts/static-1.241/fonts/AvenirNext-Demi-Italic.woff) format("woff");
    font-weight:600
}
@font-face{
    font-family:Avenir Next W02;
    src:url(//static.hsappstatic.net/ui-fonts/static-1.241/fonts/AvenirNext-Bold.woff2) format("woff2"),
        url(//static.hsappstatic.net/ui-fonts/static-1.241/fonts/AvenirNext-Bold.woff) format("woff");
    font-weight:700
}

* {
    /*color: #111111;*/
    color: #fff;
    font-size: 1.15vw;
}
body {
    /*background-color: #eaeaea;
    background-image: url(../img/BG_giornale-min.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background-color: #2c3747;
}
.logo {
    /*height: auto;*/
    /*width: 19vw;*/
    height: 44px;
    /*margin: 40px 0 30px;*/
    margin: 30px 0 20px;
}
h1 {
    /*font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    font-size: 7vw;
    border-top: solid 2px #333333;
    border-bottom: solid 2px #333333;*/
    font-family: Avenir Next W02,Helvetica,Arial,sans-serif;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 2.6vw;
}
h1 strong {
    font-size: 3vw;
}
h2 {
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-family: Avenir Next W02,Helvetica,Arial,sans-serif;
    /*font-weight: 900;*/
    font-weight: 700;
    font-size: 4vw;
    /*border-top: solid 2px #333333;
    border-bottom: solid 2px #333333;*/
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
    /*margin-top: 20px;*/
    margin-top: 50px;
    margin-bottom: 20px;
}
h3 {
    /*font-family: 'Playfair Display', serif;*/
    /*font-weight: 700;*/
    /*font-family: 'Times New Roman', Times New Roman, 'Georgia', Georgia, 'Garamond', Garamond, serif;*/
    font-family: Avenir Next W02,Helvetica,Arial,sans-serif;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.8vw;
}
h3 strong {
    font-size: 2.2vw;
}
p {
    /*font-family: 'Libre Baskerville', serif;*/
    font-family: Avenir Next W02,Helvetica,Arial,sans-serif;
    font-weight: 400;
    /*text-align: justify;*/
}
p a {
    color: inherit;
    font-weight: 700;
}

.footer {
    margin-bottom: 20px;
}

.lastfooter {
    border-top: solid 2px #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.lastfooter * {
    font-size: .925rem;
    letter-spacing: .5px;
}
.lastfooter a {
    font-weight: 400;
}

#cookie-bar-bottom {
    bottom: 0;
}
.cookie-bar {
    width: 100%;
    line-height: 30px;
    left: 0;
    position: fixed;
    z-index: 100;
    background-color: rgba(0,0,0,0.70);
}
.cookie-content {
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cookie-content p {
    font-size: 12px;
    line-height: 1.8;
    margin: 0;
    padding: 0 20px;
}
.cookie-hide {
    margin-left: 20px;
    text-decoration: none;
    background-color: black;
    color: white;
    border: 1px solid white;
    outline: none;
    line-height: 1.8;
    padding: 0 20px;
}
.cookie-hide:hover {
    background-color: #155670;
}

#vimeo_frame {
    padding-top: calc(100vh - (30px + 20px + 44px + 132px)) !important;
}

@media (max-width: 992px) {
    #vimeo_frame {
        padding-top: 65% !important;
    }
}

@media (max-width: 767px) {
    * {
        font-size: 16px;
    }
    h1, h2 {
        font-size: 5.6vw;
    }
    h1 strong {
        font-size: 6.5vw;
    }
    h2 {
        margin-top: 40px;
    }
    h3 {
        font-size: 5.75vw;
    }
    h3 strong {
        font-size: 26px;
    }
    .logo {
        /*width: 150px;*/
        height: 30px;
    }
    .lastfooter * {
        font-size: .825rem;
    }
}
@media (max-width: 767px) and (orientation: portrait) {
    .navbar-fixed-top {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background-color: #2c3747;
    }
    body {
        padding-top: 80px;
    }
}

@media (min-width: 768px) {
    * {
        font-size: 1.15vw;
    }
}

@media (min-width: 1400px) {
    * {
        font-size: 17px;
    }
    .logo {
        /*width: 220px;*/
    }
    #vimeo_frame {
        padding-top: calc(100vh - (30px + 20px + 44px + 136px)) !important;
    }
    h1 {
        font-size: 36px;
    }
    h1 strong {
        font-size: 40px;
    }
    h2 {
        font-size: 55px;
    }
    h3 {
        font-size: 28px;
    }
    h3 strong {
        font-size: 28px;
    }
    .lastfooter * {
        font-size: .875rem;
    }
}