/*
Theme Name: RAV3RZ
Theme URI: https://rav3rz.ch/
Author: Matteo Gugel
Author URI: https://gugel.ch/
Description: RAV3RZ Website Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: rav3rz,dj

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/




body { 
    font-family: 'Roc Grotesk';
    margin:0px; 
    padding:0px; 
}

img.logo {
    width: 60px;
}

.cover-bg{
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7);
    /*background-image: url("https://rav3rz.ch/wp-content/uploads/2021/11/RZ-BG.png");*/
    /*background-image: url("https://linkaband.com/assets/images/blog/158-blog-musique-dj-top-100-dj.jpg");*/
    background-color:#000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    background-color: #000;
}

.header-bar{
    padding: 60px 0px 0px 0px;
}

.menu-header-container {
    font-size: 16px;
}

nav {
    width: 100%;
    height: 60px;
    /*position: fixed;*/
    z-index: 10;
}

.header-logo {
    margin-left: 100px;
    position: absolute;
}

.fixed-header .header-logo {
    height: 100%;
}

.fixed-header div a img.logo{
    height: 100%;
    padding: 10px;
}

nav ul.header-menu { 
    list-style-type: none;
    margin: 0 100px auto 0;
    padding-left: 0;
    text-align: right;
    max-width: 100%;
}
nav ul li { 
    display: inline-block; 
    line-height: 60px;
    margin-left: 10px;
}
li a, li p i, .header-footer-discover a, .discover-link a {
    position: relative;
    text-decoration: none; 
    color: rgb(221, 221, 221);
}

 li.menu-item a::before {
    position: absolute;
    left: 0px;
    top: 1.1em;
    height: 0;
    width: 15px;
    content: '';
    border-top: 2px solid #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s linear;
}

li.current_page_item a::before {
  width: 100%;
}

li.menu-item a:hover::before, .header-footer-discover a:hover::before, .discover-link a:hover::before {
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s linear;
}

nav ul li a:hover, nav ul li a.header-menu.active, .header-footer-discover a:hover, .discover-link a:hover{
    color: #fff;
}



.header-footer-main {
    padding: 0px 0px 60px 0px;
}

.header-footer{
    margin-left: 100px;
}

.header-footer-sub{
    font-size: 26px;
}
.header-footer-title{
    font-size: 60px;
    font-weight: bold;
    line-height: 0.8em;
}
.header-footer-discover{
    font-size: 12px;
    letter-spacing: 2px;
    margin: 0px;
    font-weight: bold;
}
.header-footer-discover a::before{
    font-size: 12px;
    letter-spacing: 2px;
    position: absolute;
    left: 0px;
    margin-top: 1.5em;
    height: 0;
    width: 15px;
    content: '';
    border-top: 2px solid #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s linear;
}


/* DISCOVER */
#discover div div h1.text-left {
    font-size: 35px;
    margin-bottom: 0px;
}
.text-underline {
    border-bottom: 2px solid #fff;
    width: 50px;
    opacity: 1;
    margin: 0px 0px 0px 0px;
}
.discover{
    margin: 200px 0px 200px 0px;
}
.text-discover {
    margin-top: 20px;
    font-size: 14px;
}
.text-discover p {
    margin-bottom: 20px;
}
.text-right{
    text-align: right;
}
img.logo-social {
    max-width: 20px;
    max-height: 20px;
    margin-left: 20px;
}
.discover-link{
    font-size: 12px;
    letter-spacing: 2px;
    margin: 0px;
    font-weight: bold;
}
.discover-link a::before{
    font-size: 12px;
    letter-spacing: 2px;
    position: absolute;
    left: 0px;
    margin-top: 1.5em;
    height: 0;
    width: 15px;
    content: '';
    border-top: 2px solid #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s linear;
}