* {
    box-sizing: border-box;
}

@font-face{
    font-family: 'Antares';
    src: url('./_content/ANTARES.ttf') format('truetype');
    font-weight: normal;
    font-style:normal;
    
}

@font-face{
    font-family: 'Algarve';
    src: url('./_content/ALGARVE.TTF') format('truetype');
    font-weight: normal;
    font-style:normal;
    
}

@font-face{
    font-family: 'Steelfish_Regular';
    src: url('./_content/steelfish.regular.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}

@font-face{
    font-family: 'Steelfish_Bold';
    src: url('./_content/steelfish.bold.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}

@font-face{
    font-family: 'Wingdings2';
    src: url('./_content/Wingdings2.ttf') format('truetype');
    font-weight: normal;
    font-style:normal;
    
}

@font-face {
    font-family: "NodestoCapsCondensedBold";
    font-weight: bold;
    src:url('./_content/Nodesto Caps Condensed Bold.otf') format("opentype");
}

@font-face {
    font-family: "NodestoCapsCondensed";
    font-weight: normal;
    src:url('./_content/Nodesto Caps Condensed.otf') format("opentype");
}


body {
    color: #000;
    display: flex;
    flex-direction: column;
    min-height: 130vh;
    font-family: Arial;
    margin: 0;
    
    align-content: center;
    text-align: center;
    background-image: url('https://monsterbox.dungeons.ch/_content/background_rep_2.png');
}


.navigation {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    height: 100px;
    background-color: black;
    border-color: red;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    /* box-shadow: 0px -15px 23px 18px rgb(255 0 0); */
    background-image: url(https://monsterbox.dungeons.ch/_content/dungeons.ch_logo_w_d20.png);
    background-position: left;
    background-repeat: no-repeat;
}

.navigation_logo{
    width:60px;
    position:absolute;
    top:10px;
    left:10px;
      
}

.navigation_logo_right{
    width:520px;
    height:100px;
    margin:-3px 25px auto auto;
    background-image: url('_content/abenteurergilde_header_2.png');
    background-repeat: no-repeat;
    background-position: right;
      
}

.navigation img{
    position: relative;
    z-index: 2;
    text-align: left;
}


.navigation_add_text{
    font-size: 1.3em;
    position: fixed;
    text-align:center;
    width:100%;
    bottom:40px;
    font-family: Steelfish_Regular;
    color:white;
    z-index: 3;

    
}

.col_wrapper{
    flex:1;
    
    margin: 0 auto;
    background-image:url('https://monsterbox.dungeons.ch/_res/monsterblock_bg.jpg');
    width: 1000px;
    border: 2px solid black;
    border-top-style: none;
    border-bottom-style: none;
    margin-bottom: -18px;
    /*display: inline-block;*/
 
}

.intro_header {
    text-align: justify;
    font-family: Algarve;
    font-size:1.6em;
    color:white;
    padding:35px;
    text-shadow:  2px  2px 4px black,
                  2px -2px 4px black,
                 -2px  2px 4px black,
                 -2px -2px 4px black;
}

.intro_header a {
    color:aquamarine;
    text-decoration: none;
    cursor:pointer;
}

.row_wrapper{
    display:flex;
    flex-direction: row;
    margin:20px 35px auto 35px;
    justify-content: center;
}

.thumb_col{
    width:35%;
    text-align: center;
    justify-content: center;
    font-size:1.2em;
    color:white;
    text-shadow:  1px  1px 2px black,
                  1px -1px 2px black,
                 -1px  1px 2px black,
                 -1px -1px 2px black;
}

.thumb_col img{
    width:200px;
    height:auto;
}

.thumb_col a{
    
    text-decoration: none;
    cursor: pointer;
    color:aquamarine;
    
}

.desc_col{
    width:65%;
    text-align: justify;
    justify-content: center;
    font-size:18px;
    color:white;
    padding:15px;
    padding-top:0px;
    text-shadow:  1px  1px 2px black,
                  1px -1px 2px black,
                 -1px  1px 2px black,
                 -1px -1px 2px black;
    
}



/*******************************************************************************************************/

.line {
    align-items: center;
    margin: 1em -1em;
}
.divider {
    display: flex;
    margin-left:25px;
    margin-right:25px;
    text-align: justify;
    font-family: NodestoCapsCondensed;
    font-size:2em;
    color:white;
    padding-left:35px;
    padding-right:35px;
    text-shadow:  2px  2px 4px black,
                  2px -2px 4px black,
                 -2px  2px 4px black,
                 -2px -2px 4px black;
}

.glow:before {
    background: linear-gradient(to right, black, red);
}
.glow:before, .glow:after {
    height: 6px;
    -webkit-filter: blur(2px);
    border-radius: 5px;
}

.line:before, .line:after {
    height: 1px;
    margin: 0 1em;
}
.divider:before, .divider:after {
    content: "";
    flex: 1;
}
.glow:after {
    background: linear-gradient(to left, black, red);
}
.glow:before, .glow:after {
    height: 6px;
    -webkit-filter: blur(2px);
    border-radius: 5px;
}
.line:before, .line:after {
    height: 1px;
    margin: 0 1em;
}
.divider:before, .divider:after {
    content: "";
    flex: 1;
}
