
@import url('https://fonts.googleapis.com/css2?family=Mate+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manjari:wght@100;400;700&display=swap');

*{
    box-sizing: border-box;
}

html{
    font-family: 'Manjari', sans-serif;
    font-weight: 400;
    color: white;
    background-color: #FFFFF5;
}
header {
    position:fixed;
    width: 100%;
    height: 80px;
    border-radius: 0 0 3px 3px;
    background-color: black;
    top: 0;
    z-index: 3;
}
#navbar {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 25px 30px 0;
}
.icons-header{
    width: 30px;
    height: 30px;
}
.logo {
    font-family: 'Mate SC', serif;
    font-size: 28px;
}
a {
    text-decoration: none;
    color: white;
}
.main-frame {
    position: relative;
    width: 99.15194346%;
    height: 350px;
    border-radius: 6px;
    background-image: url(../img/tumbnail-home-page-online-gambling.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 90px auto 32px auto;
}
.shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.8));
}
.frame .shadow {
    left: 0;
    top: 0;
}
.tumbnail {
    position: absolute;
    font-size: 36px;
    left: 2.083%;
    bottom: 45px;
}
.title-writer {
    position: absolute;
    font-size: 16px;
    left: 2.083%;
    bottom:25px
}
.box {
    width: 1195px;
}
.populair {
    margin-top:32px;
    margin: 0 auto 63px auto;
}
.first-populair {
    background-image: url(../img/woman-compairing-mirror.png);
}
.second-populair{
    background-image: url(../img/colorfull-forest.png);
}
.third-populair{
    background-image: url(../img/ethical-scale-home-page.png);
}
.fourth-populair{
    background-image: url(../img/utopia.png);
}
.source-container .back-option h3, .small-frame-flex .small-frame h4, .tag, .container-article h4, .sources{
    font-size: 1em;
}
.populair h3,.recent h3, .big-frame .tag, .back-option h3, .alinea-1, .alinea-2, .alinea-3, .alinea-4, .alinea-5, .alinea-6, .alinea-7, .alinea-8, .alinea-9,.container-article h2, .source-container h2 {
    font-size: 1.125rem;
}
.nav {
    display: flex;
    justify-content:space-between;
    padding-bottom: 12px;
    color: black;
}
.frame {
    position: relative;
    width: 250px;
    height: 400px;
    border-radius: 6px;
}
.article-frames {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 70px;
}
.frame h4, .big-frame h4, .small-frame h4{
    position:absolute;
    width: 100%;
    font-size: 1.25rem;
    text-align: center; 
    z-index: 1;
    left: 0;
    bottom:0;
    padding: 0 12.5px 20px 12.5px;
}
.small-frame-flex .small-frame h4 {
    padding: 0 10px 15px 10px;
    margin: 0;
    color: white;
}
.tag {
    width: 115px;
    height: 30px;
    border:2px solid black; 
    border-left-style: none;
    left: 0;
    top:30px;
}
.tag, .small-tag {
    position: absolute;
    border-radius:0 30px 30px 0;
    z-index: 2;
}
.kunst { 
    background-color: #FF707A;
}
.ontwerp {
    background-color: #FBE8A1;
}
.technologie {
    background-color: #93D7DC;
}
.ethiek {
    background-color: #C0ADFF;
}
.tag h5, .small-tag h5{
    height: 22px;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    padding: 8px 0 ;
    color: black;
}
.small-tag h5 {
    padding: 4px 0;
}
#abonneren-frame {
    display: flex;
    justify-content: space-around;
    width: 1300px;
    height: 400px;
    border-radius: 30px;
    background-color: black;
    padding-right: 50px;
    margin: 0 auto 63px auto;
}
#text-button-container {
    width: 650px;
    height:250px;
    padding: 75px 50px;
}
#bekijk-de-mogelijkheden-button {
    width: 415px;
    height: 78px;
    border-radius: 50px;
    margin: 0 auto;
    background-color: white;

}
#text-button-container h1, #text-button-container h2, #text-button-container h3, .filteren-op-categorie h3, #quote-rectangle, .recommended h3 {
    text-align: center;
}
#text-button-container h1{
    font-size: 2rem;
    margin-bottom: 20px;
}

#text-button-container h2 {
    font-size: 1.25rem;
    margin-bottom:70px;
}

#text-button-container h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 78px;
    color: black;
    align-self: center;
    margin: 0 auto;
    padding: 5px;
}
#box-photo{
    width: 380px;
    height: 270px;
    align-self: center;
    background-image: url(../img/magazine-picture.png);
} 
.recent {
    margin: 0 auto 131px auto;
}
.first-recent {
    background-image: url(../img/astronaut-walking-with-planet-balloons.png);
}
.second-recent {
    background-image: url(../img/sticky-notes.png);
}
.third-recent {
    background-image: url(../img/woman-with-blurry-face.png);
}
.fourth-recent {
    background-image:url(../img/old-man-struggeling-with-technology-home-page.png) ;
}

.filteren-op-categorie h3 {
    color: black;
    margin-bottom:33px;
}
#categorie-container {
    display: flex;
    justify-content: space-between;
    width: 955px;
    margin: 0 auto 64px auto;
}
#categorie-container h5 {
    text-align: center;
    color: black;
    font-weight: bold;
    align-self:center;
    margin: 0 auto;
}
.button {
    border-radius: 30px;
    border:2px solid black;
    width: 193px;
    height: 43px;
}
.button h5 {
    line-height: 43px;
}
.categorie {
    margin: 0 auto 38px auto;
}
.second-category {
    background-image: url(../img/light-bulb.png);
}

.third-category{
    background-image: url(../img/mona-lisa.png);
}
.fourth-category{
    background-image: url(../img/woman-measuring-waist.png);
}
.fifth-category {
    background-image: url(../img/street-art.png);
}
.sixth-category {
    background-image: url(../img/colorfull-landscape.png);
}
.seventh-category{
    background-image: url(../img/people-cleaning-up.png);
}
.eight-category {
    background-image: url(../img/art-lines.png);
}
.ninth-category {
    background-image: url(../img/vr-brille.png);
}
.tenth-category {
    background-image: url(../img/forest-home-page.png)
}
.eleventh-category {
    background-image: url(../img/girl-captured-by-phone.png);
}
.big-frame {
    position: relative;
    width: 565px;
    height: 400px;
    border-radius: 6px;
    background-image: url(../img/big-colorfull-eye.png);
}
.big-frame .tag {
    width: 145px;
    height: 35px;
    top: 34px;
}
.sixth-category,.seventh-category {
    width: 565px;
    height: 182px;
}
.vertical-flex {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}
#bekijk-alles-button{
    width: 225px;
    height: 55px;
    background-color: white;
    border-radius: 40px;
    border:2px solid black;
    margin:0 auto 120px auto;
}
#bekijk-alles-button h3{
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 55px;
    align-self: center;
    margin: 0 auto ;
    text-align: center;
    color: black;
}
footer {
    width: 100%;
    height:227px;
    background-color: black;
    border-radius:3px 3px 0 0;
}
footer .logo {
    display: flex;
    justify-content: center;
    height:86px;
}
.logo a {
    align-self: center;
}
#line {
    width: 1230px;
    height: 90px;
    border-top: 1.5px solid white;
    border-bottom: 1.5px solid white;
    margin: 0 auto;
}

.nav-options{
    display: flex;
    justify-content: space-between;
    gap:80px;
    width: 540px;
    padding-left: 17px;
    padding: 37px 0 0 17px;
}
.nav-options li:first-child{
    font-weight: bold;
}
#flex-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
.socials {
    display: flex;
    justify-content: space-around;
    width: 255px;
    height: 30px;
    padding-top: 29.5px;
}

/* Hier begint de ccs die specifiek gebruikt is op de artikelpagina*/

#tumbnail-photo{
    width: 994px;
    height: 343px;
    border-radius: 6px;
    background-image: url(../img/boy-creating-gambling-account-while-studying-article-page.png);
    margin:136px auto 48px auto;
}
.container-article, .source-page{
    width: 710px;
    margin: 0 auto;
    color:black;
}
.back-option {
    display: flex;
    justify-content: left;
    gap:8px;
}
.back-option h3 {
    color: black;
    margin-bottom: 15px;
}
.line {
    width: 710px;
    height:2px;
    background-color: black;
    margin-bottom: 20px;
}
.container-article h1 {
    font-size: 2.25rem;
    margin-bottom: 28px;
}
.alinea-1, .alinea-10{
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 16px;
}
.alinea-3, .alinea-9{
    margin-bottom: 50px;
}
.alinea-2, .alinea-4, .alinea-5, .alinea-6, .alinea-8{
    margin-bottom: 25px;
}
.alinea-1, .alinea-2, .alinea-3, .alinea-4, .alinea-5, .alinea-6, .alinea-7, .alinea-8, .alinea-9{
    line-height: 26px;
}
.alinea-2 a {
    color: #0000EE;
}
.alinea-10 {
    margin-bottom: 35px;
}
.alinea-7 {
    margin-bottom: 30px;
}
.article-info h3 {
    color: #656565;
    font-size: 0.875rem;
    line-height: 30px;
    text-align: left;
    margin-bottom: 16px;
}
.container-article h2 {
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}
.photo-article {
    width: 710px;
    height: 300px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.first {
    background-image: url(../img/fairplay-casino-eindhoven.png);
}
.second {
    background-image: url(../img/boy-with-face-in-his-hands.png);
}
 .container-article h4 {
    color: #656565;
    margin-bottom: 50px;
 }
 #quote-rectangle {
    width: 1196px;
    height: 330px;
    background-color: black;
    margin:70px auto;
    border-radius: 30px;
    gap:30px
 }
 #quote-rectangle h2 {
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 50px;
    margin:0 auto 20px auto;
    padding: 80px 120px 0 120px 
 }
 #quote-rectangle h3 {
    font-size: 1.5rem;
    line-height: 40px;
 }
 .bottom {
    margin-bottom: 62px;
 }
 .recommended {
    margin-bottom: 100px;
 }
 .recommended h3:first-child {
    margin-bottom: 15px;
 }
 .recommended h3:nth-child(2) {
    margin-bottom: 55px;
 }
 .arrow-nav.small-frame-flex {
    display: flex;
    justify-content: space-between;
 }
 .small-frame {
    position: relative;
    width: 150px;
    height: 250px;
    border-radius: 6px;
 }
 .first-recommended {
    background-image: url(../img/forest-article-page.png);
 }
 .second-recommended {
    background-image: url(../img/old-man-struggeling-with-technology-article-page.png);
 }
 .third-recommended {
    background-image: url(../img/ethical-scale-article-page.png);
 }
 .small-frame-flex {
    display: flex;
    width: 560px;
    justify-content: space-between;
 }
 .arrow-nav {
    display: flex;
    height: 250px;
    justify-content: space-between;
    align-items: center;
 }
 .small-frame .kunst, .small-frame .technologie, .small-frame .ontwerp, .small-frame .ethiek {
    font-size: 0.875rem;
    text-align: center;
 }
 .small-tag {
    width: 90px;
    height: 20px;
    border:1.5px solid black; 
    border-left-style: none;
    left: 0;
    top:20px;
 }
.sources {
    display: block;
    color: black;
    margin-bottom: 15px;
    text-decoration-line: underline;
}

/* Hier begint de ccs die specifiek gebruikt is op de bronnenpagina*/

.source-container {
    width: 710px;
    margin: 157px auto 77px auto;
}
.source-container {
    display: block;
    text-align: left;
    color: black;
}
.source-container h2 {
    font-weight: bold;
    margin-bottom: 15px;
}
.source-container h3 {
    line-height: 20px;
    margin-bottom: 15px;
}
.source-container .back-option h3 {
    color: black;
    margin-bottom: 8px;
}
.source-container .line {
    width: 710px;
    height:2px;
    background-color: black;
    margin-bottom: 15px;
}
.source-container .back-option:first-child {
    width: 23px;
    height: 12px;
}
.source-container .back-option {
    margin-bottom: 10px;
}
.source-container a {
    color: #0000EE;
}


