/* TYPOGRAPHY */

h1{
    text-align: center; 
    font-family: "courier"; 
    padding-top: 15px;
    text-transform: uppercase;
    font-size: 28px;
}

h2{
    text-align: center; 
    font-family: "courier"; 
    padding-top: 15px; 
    font-size: 26px;
}

h3{
    text-align: center;
    font-family: "courier";
    font-size: 24px; 
    font-weight: 800;
}

h5 {
    text-align: left;
    font-family: "courier";
}

a{color:#6445bb!important;}
a:hover{color:#3a2479!important;}

.title h1 {
    margin-bottom: -10px;
    text-decoration: underline;
    font-size: 35px;
}
.title h2{
    padding-top:0px;
    text-transform: uppercase;
}


/* DESIGN */

mark{
    background:#6445bb;
    color:white;
    padding-left: 2px;
}

body {
    background:#fff;
    margin-top: 50px;
}

.wrap {
    max-width:900px;
}

.dashed-line {
  border: 2px dashed #6445bb;
  width: 15%;
}

.punktlista {
    font-family: courier;
    font-size: 18px;
    justify-content: center;
    display: flex;
    }
    
/* MAIN NAV */

.main-nav ul li a:active {
  background: #6445bb;
  color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

::selection {
  background: #6445bb;
  color: white;
}

 .main-nav li a:hover{
              color: #6445bb;
              text-align: right;
            }

/* MEDIA + SOME */
.center {
    display: flex;
    justify-content: center;
  }
  
.youtube {
    background: black;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    width: 60%;
    margin-left: 19%;
 }

.facebook-video {
    text-align: center;
    width: 100%; 
}

.facebook-video iframe {
    max-width: 100%; 
}
 
.instagram {
    display: flex;
        justify-content: center;
  }

::selection {
  background: #6445bb;
  color: white;
}

.main-nav ul li a:active {
  background: #6445bb;
  color: white;
}

/* DESKTOP */

@media screen and (min-width: 720px)
{

body{
    background:#151518;
    margin-top:50px;
}
.wrap {
    background:#fff;
    display: grid;
    grid-template-columns: 2fr;
    grid-gap: 6px;
    margin: 0 auto;
    max-width: 1000px;
    
}
p{
    font-size: 18px;
    font-family: "courier",sans-serif; 
    margin-right: 16%;
    margin-left: 16%;
}

.caption{
    font-style:italic;
    font-family:"courier";
    text-align:center;
    margin-top: 10px;
}

.ingress p {
    font-size: 20px; 
    font-weight: 600; 
    text-align: justify; 
    margin-left: 16%; 
    margin-right: 16%;
}

.punktlista {
    font-family: courier;
    font-size: 18px;
    margin-right:16%;
    margin-left:16%;
}

  /* YOUTUBE */
    .youtube {
        background: black;
        text-align: center;
        aspect-ratio: 16 / 9;
        margin: 0 auto;
        width: 60%;
        margin-left: 19%;
        padding-top: 25px;
        padding-bottom: 25px;
}

.center{
    margin:auto;
}

.spotify {text-align: center; padding: 0% 20%}

      /*navbar horizontal*/
    .main-nav ul{
          list-style-type: none;
          color: white;
          margin: 0;
          padding-left: 2.5%;
          background-color: #000000;
          overflow: hidden;
          width: 100%!important;
          position:fixed;
          top: 0;
          left: 0;
          border-bottom: 3px solid #6445bb;
          z-index:3;
          box-shadow: 1px 0px 12px 1px rgba(0,0,0.0);
        }
        
      .main-nav li{
          float: left;
          border-right: 1px solid white;
          padding: 10px 0px 10px 0px;
        }

      .main-nav li:last-child{
        border-right: none;
        padding-right:19.5%;
      }
      .main-nav li:first-child{
        padding-left: 15%;
      }

      .main-nav li a{
        background-color:#111111;
        color: white!important;
        font-family: courier;
        text-decoration: none;
        text-align: center;
        font-size: 18px;
        padding: 20px 16px;
       }

      .main-nav li a:hover{
        color: #6445bb;
        background-color: #6445bb;
        text-align: right;
      }

      .main-nav li a:active{
          background-color: #404040;
      }

/*FOOTER*/

    .above-footer{padding: 25px;
    }
        .footer {
          background: black;
          height: 60px;
          padding-top: 10px;
          display: block;
          margin-top: 20px;
          bottom: 0;
          position: relative;
          width: 100%;}

        .footer h3{color: white;
          text-align: left;
          padding-left: 15%;
          font-size: 18px;}

}
/*MOBIL VERSION */

    @media screen and (max-width: 719px)
    {

    p{
        font-size: 18px;
        font-family: "courier",sans-serif;
        color:white;
    }
    
    h1 {
        color: white;
    }
    
    h2{
        text-align: center; 
        font-family: "courier"; 
        font-size: 26px;
        color:white;
    }
    
    h3{
        color:white;
    }
    
    .caption{
        font-style:italic;
        font-family:"courier";
        text-align:center;
        margin-top: 10px;
        color: white;
}
    .ingress p {
        font-size: 20px; 
        font-weight: 600;
    }
    
    body {
        background:#000;
        margin-top: 50px;
    }
    
    .punktlista {
        font-family: courier;
        font-size: 18px;
        color:white;
    }
    Mark {
        background:#6445bb;
        color:white;
        padding-left: 2px;
    }
    
    img{
        width: 100%;
    }
    
    figure {
        width: 100%;
        display: inline;
        justify-content: center;
    }
    
    .wrap {padding-bottom: 0%;}
    
    /* MEDIA */
    
   .youtube {
        background: black;
        text-align: center;
        aspect-ratio: 16 / 9;
        margin: 0 auto;
        width: 100%;
    }

    .Spotify {
        text-align: center;
    }
    
    .facebook-video {
    text-align: center;
    width: 100%; 
}

.facebook-video iframe {
    max-width: 100%; 
}
    
    /*navbar horizontal*/
            .main-nav ul{
                list-style-type: none;
                margin: 0;
                padding: 0;
                background-color: #000000;
                overflow: hidden;
                width: 100%!important;
                position:fixed;
                top: 0;
                left: 0;
                border-bottom: 3px solid #6445bb;;
                z-index:1;
              }
    
            .main-nav li{
                float: left;
                border-right: 1px solid #fff;
                padding: 10px 0px 10px 0px;
              }
    
            .main-nav li:last-child{
              border-right: none;
            }
    
            .main-nav li a{
            ;
              font-family: courier;
              color: white!important;
              text-decoration: none;
              text-align: center;
              font-size: 16px;
              padding: 20px 10px;
             }
    
            .main-nav li a:hover{
              color: #a25f5d;
              text-align: right;
            }
    
            .main-nav li a:active{
                background-color: #404040;
            }
    
        /*FOOTER*/
        .footer {
            background: black;
            height: 60px;
            padding-top: 0px;
            padding-bottom: 12px;
            position: relative;
            width: 100%;
            border-top: 3px solid #6445bb;
            }
    
        .footer h3{color: white;
            text-align: left;
            padding-left: 5px;
            font-size: 14px;
        }
     }