
/* Mobiel */
@media screen and (max-width: 1024px) {

h1 {
		text-align: center;
        color: white;
        font-weight: bold;
        font-weight: 900;
		font-size: 60px;
    }

    a {
        text-decoration: none;
        color: white;
    }

    .footer {
        z-index: 22;
        background-color: #a2a2a2;
        text-align: left;
        padding-left: 30px;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        color: white;
        font-weight: bold;
        font-size: 16px;
    }
}

/* Web */
@media only screen and (min-width: 1024px) {

    h1 {
        text-align: left;
        font-size: 100px;
		padding: 0 0 0 50px;
        color: white;
        font-weight: bold;
        font-weight: 900;


    }

    .footer {
        z-index: 22;
        background-color: #a2a2a2;
        text-align: left;
        position: fixed;
        padding: 0 0 0 50px;
        width: 2100px;
        left: 0;
        bottom: 0;
        color: white;
        font-weight: bold;
        font-size: 18px;
    }
    a {
        text-decoration: none;
        color: white;

    }
}


html { 
  font-family: 'Inter', sans-serif;
  background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url('img/Fidium-man.jpg')no-repeat center         center fixed;
  -webkit-background-size: cover;
}