@font-face {
	/*
	Tutorial for online dissemination: https://www.pagecloud.com/blog/how-to-add-custom-fonts-to-any-website 
	*/
    font-family: 'determination-miniregular';
    src: url('/static/determination-mini.ttf') format('ttf'),
         url('/static/determination-mini-webfont.woff2') format('woff2'),
         url('/static/determination-mini-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.black-background {
    background-color: black;
    color: white;
}

.white-background {
    background-color: white;
    color: black;
}

.red-background {
    background-color: #ff0000;
    color: white;
}

.pink-fade-background {
     background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: white;
}

.white-font {
    color: white;
}

.dm-font {
    font-family: 'determination-miniregular';
}

.read-font {
    font-family: Geneva, Tahoma, Verdana, sans-serif; 
    font-size: 14px; font-style: normal; font-variant: normal; 
    font-weight: 400; line-height: 20px;
}

.pl-header{
    margin-top: 3em;
    margin-bottom: 3em;
}

.pl-title{
    text-align: center;
    font-size: 2.5em;
}
.pl-subtitle{
    margin-top:1rem;
    text-align: center;
    font-size: 1em;
    line-height: 20pt;
}

.pl-desc{
    margin-top:2rem;
    margin-left:3em;
    margin-right:3em;
    text-align: justify;
    font-size: 1.25em;
    line-height: 20pt;
}

.img-container img {
    width: 60%;
    margin: 0 auto;
    display: block;
}

.img-container iframe {
    width: 60%;
    margin: 0 auto;
    display: block;
}

.img-caption {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.lowercase {
    color: grey;
    font-size: .65em;
}

strong {
    font-weight: bold;
}


.lowerlower {
    color: #EEEEEE;
    font-size: .45em;
}

.square-button {
    text-align: center;
    transition: color .5s;
    font-family: 'determination-miniregular';
    padding: 1rem;
}


.copyright-notice {
    width:100%;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    margin-top: 1rem;
    bottom: 0;
    left:0;
    font-family: 'determination-miniregular';
  }


#nav-buttons-1{
    padding-top: .5rem;
    padding-bottom: .25rem;
    display: block;
    width:70%;
    margin: auto;
    overflow: hidden;
}

#nav-buttons-2{
    padding-top: .25rem;
    padding-bottom: .5rem;
    display: block;
    width:70%;
    margin: auto;
    overflow: hidden;
}

.holding-box {
    transition: background-color .5s;
    cursor: pointer;
    width: fit-content;
}


#instagram-holding-box {
    display: inline;
}
#instagram-button {
    color: black;
    margin-bottom: 2em;
}

#playlists-holding-box {
    float: right;
    background-color: black;
    color: white;
}

#mosaique-holding-box {
    float: right;
    background-color: black;
    color: white;
}

#about-holding-box {
    float: left;
    background-color: black;
    color: white;
}

#trophy-holding-box {
    float: left;
    background-color: black;
    color: white;
}

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

    .img-container iframe {
        width: 100%;
    }

    .pl-desc{
        margin-top:2rem;
        margin-left:1em;
        margin-right:1em;
        font-size: 1em;
        line-height: 20pt;
    }
}