/* --- core elements --- */

html {
	cursor: none;
	scroll-behavior: smooth;
}

body {
    cursor: pointer;
}

header {
	font-family: 'Rubik Mono One', monospace;
	text-transform: uppercase;
}

footer {
	padding: 2rem;
    padding-left: 0;
}

footer > p, a {
	font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 1rem;
	transition: 0.2s;
	padding: 1rem;
    padding-left: 0;
    padding-top: 0;
    position: relative;

}

footer > a:hover {
	transition: 0.4s;
}

padding-left: 1rem

h1 {
	font-family: 'Titan One', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal; 
    text-align: center;
    position: sticky;
    position: -webkit-sticky;
    z-index: 10;
    top: 0;
    padding-top: 5vh;
    font-size: 3rem;
    transition: 0.5s;
}

h1:hover {
    text-shadow:;
    transition:0.5s;
}

h2 {
	font-family: 'Titan One', sans-serif;
    font-size: 2rem;
    position: sticky;
    position: -webkit-sticky;
    top: 12vh;
    margin: auto;
    padding: 15px;
    backdrop-filter: blur(10px);
    backdrop-filter: -webkit-blur(10px);
    z-index: 2;
    margin-top: 2vh;
    margin-bottom: 6vh;
}

p {
	font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    position: relative;
    width: 100%;

}

a {
	font-family: 'Titan One', sans-serif;
    text-shadow: 1px 2px <?php echo $secondcolor; ?>;
    font-weight: normal;
    font-style: normal;
    transition: 0.2s;
    font-size: 1rem;
    text-align: unset;
}

p > a {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    position: relative;
    width: 100%;
    padding: 0;
    text-transform: unset !important;
}

img {
    
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    
    max-width: 100%;
}

audio{
    min-width: 100%;
    height: 3vh;

    }

.page-wrap {
	padding: 2rem 0;
}

.title-container {
    display: flex;
    justify-content: center;
}

/* --- menu bar --- */

header .main-bar {
	float: right;
	position: fixed;
	top: 10vh;
	right: 3vw;
	width: 20vw;
	list-style-type: none;
}

header .mobile-bar {
    display: none;
    list-style-type: none;
}

#burger {
    display: none;
}

header .main-bar li {
	display: flex;
	padding: 0.5vw;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 1vw;
}

header .main-bar{
	font-faimly: 'Josefin Sans', sans-serif;
	font-weight: 700;
	text-align:right;
	font-size: 1rem;
	transition: 0.4s;
    text-transform: lowercase;
}

header .main-bar > li p, a:hover {
	font-size: 1.5vw;
	transition: 0.4s;
}

header .main-bar > li a:active {
	color: #14213d;
	transition: 0.4s;
	font-size: 2vw;
}

/* --- cards --- */

div .card-holder {
	display: flex;
	align-items: center;
	justify-content: center;
    max-width: 75%;

}

div .card-body {
 	max-width: 100vw;
    margin-top: 6vh;
}



.clips {

}

a.clips {
	transition: 0.4s;
	text-decoration: none;
	padding: 1rem;
    padding-left: 0;
	text-transform: unset;
    text-align: left;
    
}

a.clips:hover {
	transition: 0.4s;
	padding-right: 2rem !important;
	
}

.publicationImage {
    all: unset;
    margin-top: 2vh;
    margin-bottom: 1vh;
    max-width: 100%;
    transition: 0.2s;
    align-self: center;
}

.publicationImage:hover {
    cursor: pointer;
}

.publicationImage:active {
    max-width: 50%;
    transition: 0.2s;
}

.publicationDetails {
    margin-top: 2vh;
    margin-bottom: 1vh;
    max-width: 100%;
}

.publicationDetails > p {
    float: left;
}

.publicationAudio {
    position: relative;
    margin-top: 2vh;
    margin-bottom: 1vh;
    max-width: 100%;

}

/* --- cursor --- */


.cursor{
    position: fixed;
    width: 4rem;
    height: 4rem;
    border-radius: 100px;
    background-color: blue;
    transition: ease-in-out;
    transform: translate(-50%, -50%);
    pointer-events: none;
    mix-blend-mode: difference;
    z-index: 10;
    filter: blur(0.5rem);
    
  }

.cursor-effect-container{
  background-color: blue;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
}

/* --- mobile --- */

@media screen and (min-width: 0px) and (max-width: 840px) { 
    body{
        margin:3vw!important;
    }
 
    header {
        display: flex;
        justify-content: center;
    }

    h1 {
        position: fixed;
        width: 100vw;
        top: 0;
    }

    h2 {
       top: 22vh;
       margin-bottom: 15vh;

    }

    .card-holder {
        max-width: 100%;
    }


    .page-wrap {
        margin-top: 15vh;
    }
    /* --- menu bar --- */

    .main-bar-container {
        position: fixed;
        top: 10vh;
        width: 100vw;  
        z-index: 1;
    }

    .menu-sidebar-menu-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4vh;
        margin-bottom: 1vh; 
    }

    header .main-bar {;
        float: none;
        width: 100%;
        position: sticky;
        position: -webkit-sticky;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    ul {
        padding: 0;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    header .main-bar > li {
        border: none;
        justify-content: center;
        padding-bottom: 0.5rem;

    }

    .main-bar li p, a{
        text-align: center;
        padding: unset;
}

    div .card-holder {
        max-width: 100vw;
    }

    .publicationImage {
        margin-top: -5vh;
    }

    .cursor {
    	display: none;
    }