* {
    box-sizing: border-box;
}

img.stripe {
    float: left;
    height: 200px;
    object-fit: cover;
}




.mainleft {
    float: left;
    clear: left;
    width: 50%;
    padding-left: 55px;
    padding-right: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: gray;
    background-color: white;
    text-align: justify;

}



h2 {
    display: block;
    font-size: 45px;
    margin-top: 0.67em;
    margin-bottom: 80px;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    text-align: center;
    font-family: 'Arial Narrow', Times, serif;

}


.mainfull {
    float: left;
    clear: left;
    width: 80%;
    padding-left: 55px;
    padding-right: 35px;
    padding-top: 20px;
    padding-bottom: 80px;
    color: gray;
    background-color: white;
    text-align: justify;

}


.mainfull100 {
    float: left;
    clear: left;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 200px;
    color: gray;
    background-color: white;
    text-align: justify;

}








.mainfullpic {
    float: left;
    clear: left;
    width: 90%;
    padding-left: 0px;
    padding-right: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: gray;
    background-color: white;
    text-align: justify;

}




.mainright {
    float: right;
    clear: right;
    width: 50%;
    padding-right: 55px;
    padding-left: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
    color: gray;
    text-align: justify;
}


img.normaal {
    border-radius: 0px;
    width: 200px;
    height: auto;
    opacity: 1;
    padding: 0px;
    margin: 0px;
}


@media all and (max-width: 500px) {

    /* For mobile phones: */
    .mainleft,
    .mainright {
        width: 100%;
    }

    img.normaaal {
        border-radius: 0px;
        width: 80%;
        height: auto;
        opacity: 1;
    }

}








body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: white;
    color: white;
    font-family: Courier New, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}



a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: none;
}

a:active {
    color: white;
    text-decoration: none;
}




.left {
    float: left;
}

.right {
    float: right;
}



a.textlink:link {
    color: #555555;
    text-decoration: underline;

}

a.textlink:visited {
    color: #555555;
    text-decoration: underline;

}

a.textlink:hover {
    color: #556b2f;
    text-decoration: underline;
    font-weight: 900;
}

a.textlink:active {
    text-decoration: underline;
    color: #555555;
}


a.ttextlink:link {
    color: #555555;
    text-decoration: underline;

}

a.ttextlink:visited {
    color: #555555;
    text-decoration: underline;

}

a.ttextlink:hover {
    color: dodgerblue;
    text-decoration: underline;
    font-weight: 900;
}

a.ttextlink:active {
    text-decoration: underline;
    color: #555555;
}

.header {
    background: black;
    padding: 20px;
    color: white;
    margin-bottom: 50px;
}

.footer {
    background: black;
    padding: 20px;
    color: white;



}

#header a:link {
    color: #FFFFFF;
}

#header a:visited {
    color: #FFFFFF;
}

#header a:hover {
    color: #FFFFFF;
}

#header a:active {
    color: #FFFFFF;
}

.content {
    margin-bottom: 60px;
    /* Adjust this value to the height of your footer */
}

.section {
    position: relative;
    width: 100%;
    height: calc(3 * 200px + 2 * 10px);  /* 3 rows of images (200px height each) and 2 gaps (10px each) */
    overflow: hidden;
}

.random-img {
    position: absolute;
}

.filmsection {
    position: relative;
    background: white;
    color: gray;
    padding: 50px 50px 80px 50px;
}






.page-container {
    padding: 1000xp;
    border: 1px solid black;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#content-wrap {
    padding-bottom: 1.4rem;
    /* Footer height */
}





table,
th,
td {
    border: 0px solid black;
    padding: 15px;

}




#films {
    border-collapse: collapse;
    width: 70%;
}

#films td,
#films th {
    border: 0px solid #ddd;
    padding: 8px;
}

#films tr:hover {
    background-color: #ddd;
}





img.normal {
    border-radius: 0px;
    width: 80%;
    height: auto;
    opacity: 1;
}

.index-img {
    /*clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);*/
    transition: filter 0.2s ease-in-out;
    -webkit-filter: grayscale(100%);
    /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(100%);
    /* FF 35+ */
}

img.round {
    border-radius: 100px;
    height: 200px;

}

img.square {
    height: 200px;
    width: 200px;
}

img.triangle {
    height: 200px;
    width: 200px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

img.randomShape1 {
    height: 200px;
    width: 200px;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}


img.randomShape2 {
    height: 200px;
    width: 200px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}


.index-img:hover {
    -webkit-filter: grayscale(0%);
    /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(0%);
    /* FF 35+ */
}




p {
    text-align: justify;
    line-height: 115%;
    font-size: 16px;
}




div.fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    border: 3px solid #73AD21;
    background: black;
    padding: 20px;
    color: white;
}

#footer {
    border: none;
}

@media only screen and (min-width: 100px) and (max-width: 800px) {
    .random-img {
        width: 100px;
    }

    .random-img img {
        width: 100px;
        height: 100px;
    }
}
