/*###################################
VERSION: 2.1 template 2
DATE: 8 May 2023
PROJECT: student.grafischontwerp.gent                                  
###################################*/

/* CSS VARS */

:root {
    --fontcolor: black;
    --fontcolorgrey: rgb(55, 55, 55);
    --font: Helvetica, Arial, sans-serif;
    /* --font: 'Times New Roman', Times, serif; */
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: rgb(0, 0, 0);
    background-color: white;
    font-family: var(--font) !important;
    color: var(--fontcolor);
    padding: 0 0 0 0;
    margin: 0;
    font-size: 1.1rem;
}

/* CSS TOOLS */

.show {
     /* border: solid 1px red;  */
}

.spacer {
    height: 3vw;
}


.nopadding-right {
    padding-right: 0 !important;
}

.nopadding {
    padding: 0 !important;
}

.uppercase {
    text-transform: uppercase !important;
}

/* TYPO */


h1 {
    font-size: 1.5rem;
    line-height: 1.78rem;
}

h2 {
    font-size: 1.2rem;
    line-height: 1.3rem;
}


a {
    color: var(--fontcolorgrey);
}

h5 {
    font-size: 01rem;
    margin: 0;
    padding: 0;
    line-height: 1rem;
}

p {
    font-size: 1rem;
    margin: 0 0 0 0;
    /* text-indent: 2rem; */
    line-height: 1.2rem;
}

ul {
    margin: 1rem 0 1rem 0;
    padding: 0 0 0 1.2rem;
}

/* BUTTONS */

.button-skipintro {
    border: solid 0.1vw white;
    padding: 0.3vw 0.8vw;
    font-size: 1rem;
    text-transform: uppercase;
    color: white ;
    text-decoration: none;
    bottom: 3%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    position: absolute;
    /* min-width: 200px; */
    text-align: center;
}

.button-skipintro:hover {
    border: solid 0.1vw var(--fontcolorgrey);
    color: var(--fontcolorgrey);
}


/* LAYOUT */

#site {
    padding: 0; 
}

.project {
    padding: 5vw;
}

.w3-col {
    padding: 10px;
}

.item {
    margin-top: 0;
    /* margin-bottom: 5vw; */
    /* border-bottom: solid 1px black; */
}

.w3-image {
    width: 100%;
    margin-bottom: 20px;
}

.name {
    width: 100%;
    text-align: right;
    position: fixed;
    top: 20px;
    right: 40px;
    color: var(--fontcolorgrey);
}

.thumb {
    height: 11vw;
    width: auto;
    margin-right: 0.3vw;
    margin-bottom: 0.6vw;
}

.tosrus {
   opacity: 1.0; 
}

.tosrus:hover {
   opacity: 0.7; 
}


/* NAV */

#main {
    position: fixed;
    z-index: 10000;
    top: 20px;
    left: 20px;
    font-size: 1.5rem;
}

.w3-dropdown-click, .w3-dropdown-hover {
    position: fixed !important;
    top: 20px;
    left: 20px;
    cursor: pointer;
}

.w3-dropdown-hover:first-child, .w3-dropdown-click:hover {
    background-color: transparent;
    color: var(--fontcolorgrey);
}

.w3-dropdown-hover {
    background-color: transparent ;
}

.w3-button {
    margin: 0;
    line-height: 1.5rem;
}

/* smaller font in nav */

.w3-dropdown-content {
    min-width: 200px;
    padding: 0.7rem 0 0.7rem 0;
}

.w3-dropdown-content a {
    font-size: 1rem;
    line-height: 1rem;
}

.w3-bar-block .w3-bar-item {
    padding: 0.2rem 1rem 0.2rem 1rem;
}

/* VIDEO */

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* SKIP INTRO */

.cover.show {
    display: flex;
}

.cover {
    display: none;
    position: relative;
    z-index: 20;
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: calc(var(--cover-border-inset, 0px) + var(--cover-border-width, 0px));
    color: var(--cover-color);
    text-align: var(--cover-text-align);
    background-color: linear-gradient(to left bottom,  hsl(130, 100%, 85%) 0%, hsl(252, 100%, 85%) 100%);
    background-image: url("../images/work-06/giphy.gif"), url("../images/work-10/giphy-1.gif"), url("../images/work-09/giphy-2.gif"), url("../images/work-09/giphy-3.gif");
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%, 50% 50%, 50% 50%;
    background-position: top left, top right, bottom left, bottom right;

}

/* SKIP INTRO VIDEO */
/* fullscreenversion */
.cover-video.show {
    display: flex;
}

.cover-video {
    display: flex;
    position: relative;
    z-index: 20;
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: calc(var(--cover-border-inset, 0px) + var(--cover-border-width, 0px));
    color: var(--cover-color);
    text-align: var(--cover-text-align);
    background-color: black;
}

.w3-video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 100vh;
}

/* SLIDESHOW */

.mySlides1 {
    /* display:none; */
}

.cover-banner {
    position: relative;
    z-index: 20;
    max-height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: calc(var(--cover-border-inset, 0px) + var(--cover-border-width, 0px));
    color: var(--cover-color);
    text-align: var(--cover-text-align); */
    background-color: black;
}

.slides3 {
    object-fit: cover;
    max-height: 100vh;
    padding: 0 !important;
}

.cover-banner .w3-image {
    padding: 0 !important;
    margin-bottom: 0 !important;
}
.centered-image {
    display: block;
    margin: 0 auto; /* Centert de afbeelding horizontaal */
    max-width: 80%; /* Zorgt ervoor dat de afbeelding kleiner is */
    height: auto;   /* Houdt de verhoudingen intact */
}
.titel {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}
/* TYPO */

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
    margin: 0;
    padding: 0;
}

p {
    font-size: 1rem;
    line-height: 1.2rem;
}

ul {
    padding-left: 1.2rem; /* Optioneel, voor opsommingstekens */
}

ol {
    padding-left: 1.2rem; /* Optioneel, voor genummerde lijsten */
}
.foto-tekst, .extra-tekst {
    text-align: center;
    margin-top: 0px; /* Ruimte boven de tekst */
    margin-bottom: 0px; /* Ruimte onder de tekst */
    line-height: 1.5; /* Leesbare regelhoogte */
}

.centered-image {
    margin-bottom: 20px; /* Ruimte onder afbeeldingen */
}
