@font-face {
    font-family: 'ChineseRocksRg';
    src: url('chinese_rocks_rg.eot'); /* IE9 Compat Modes */
    src: url('chinese_rocks_rg.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('chinese_rocks_rg.woff') format('woff'), /* Modern Browsers */
        url('chinese_rocks_rg.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('chinese_rocks_rg.svg#ChineseRocksRg') format('svg'); /* Legacy iOS */
}
body{
    font-family: 'Barlow', sans-serif;
    font-family: 'Lora', serif;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    font-size: 19px;
}
header, .eg{
    background-color: #131313;
}
header{
    padding-top: 20px;
}
.menu{
    position: relative;
    z-index: 2;
}
nav a, .elgringo .text, footer .btn, .modal{
    color: #fff;
}
nav a, .elgringo .text p.badass, .chili p.badass{
    font-family: 'ChineseRocksRg';
}
nav li{
    display: inline-block;
    font-size: 35px;
    padding: 0px 32px;
}
nav li:last-child{
    padding-right: 0;
}
.elgringo{
    z-index: 1;
    position: relative;
    margin-top: -150px;
    background-image: url(../index_files/el-gringo.jpg);
    height: 900px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.elgringo .icons{
    text-align: right;
    padding: 140px 200px 0px 0px;
}
.elgringo .text {
    padding: 100px 0px 0px 170px;
}
.elgringo .text p{
    padding: 10px 0px;
    width: 370px;
}
.elgringo .text p.greetings{
    font-size: 35px;
    font-weight: 600;
}
.btn{
    display: inline-block;
    margin-top: 30px; 
    text-transform: uppercase;
    font-size: 25px;
    border-radius: 10px;
    border: 1px solid #fff;
    background-color: #000;
    padding: 10px 40px;
}
.btn:hover{
    background-color: #505050;
}
.skull, .chili{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.skull{
    background-image: url(../index_files/skull.png);
    padding: 200px 0px;
    font-size: 17px;
}
.skull .table{
    border-spacing: 20px;
}
.skull .col{
    width: 33%;
}
.quote strong{
    font-size: 23px;
    font-weight: 900;
    font-family: 'Barlow', sans-serif;
    padding-top: 10px;
    display: block;
}
.eg .elgringo{
    margin-top: 0;
}
.elgringo .text p.badass, .chili p.badass{
    font-size: 35px;
}
.more{
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
}
.chili .more{
    border-bottom: 1px solid #000;
}
.chili{
    padding: 100px 0px;
    background-image: url(../index_files/papper-bg.png);
    background-position: center center;
    background-size: 30%;
    font-size: 17px;
}
.chili p{
    padding: 10px 0px;
    width: 450px;
    margin: 0px auto;
}
.partner img{
    margin-top: 25px; 
}
footer{
    padding-top: 130px;
}
footer p{
    width: 300px;
    margin: 20px auto;
}
.socials img{
    margin-top: 30px;
}
.fb{
    margin-right: 30px;
}
footer .table{
    width: auto;
    margin: 100px auto 20px auto;
}
footer .table .col{
    padding: 0px 30px;
}
.pt0{
    padding-top: 0 !important;
}
.pb0{
    padding-bottom: 0 !important;
}
.modal {
    display: none; 
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    background-color: #000;
    margin: 8% auto;
    padding: 40px;
    width: 540px;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
table, td{
    margin-top: 30px;
    border: 1px solid #fff;
}
td{
    padding: 15px;
    vertical-align: middle;
}
td img{
    max-width: 100%;
}
td.fifty{
    width: 50%;
}
.modal span{
    font-size: 50px; 
    font-weight: 900;
}
.dhide, #mobil-menu{
    display: none;
}