* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
    background-color: rgb(27, 27, 27) !important;
    color: white !important;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

@font-face {
    font-family: 'compact';
    src: url(/fonts/AntiqueOliveStd-Compact.otf);
}

@font-face {
    font-family: 'roman';
    src: url(/fonts/AntiqueOliveStd-Roman.otf);
}

@font-face {
    font-family: 'light';
    src: url(/fonts/AntiqueOliveStd-Light.otf);
}

/*header*/

#header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 150px;
    margin: 25px 0 50px 0;
}

#header-home {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 150px;
    background-color: rgb(27, 27, 27);
    padding: 0 6.5em;
    margin: 0;
}

#hero {
    background-image: url('../images/start.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    margin-top: 150px;
    overflow: hidden;
}

#logo{
    width: 350px;
    height: auto;
    display: block;
}

#navhead ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 100px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navhead ul li{
    position: relative;
    padding: 0.5rem 0;
}

#navhead ul li a{
    color: white;
    text-decoration: none;
    font-size: 1em;
    font-family: 'compact';
}

#navhead ul li a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 100%;
    height: 2px;
    background-color: white;
    transition: transform 0.3s ease;
}

#navhead ul li a:hover::after {
  transform: translateX(-50%) scaleX(1);
}

/*main*/
h1{
    font-family: 'compact';
    text-align: center;
    padding: 20px;
    margin: 75px 0 25px !important;
    color: #ED2024 !important;
    text-transform: uppercase;
}

.paradise{
    color: #50C8EC;
}


/*home*/
#plus{
    text-align: center;
    font-family: 'compact';
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 20px 0 75px;
}

#home-over{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid white;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

#inside{
    width: 400px;
    height: auto;
    margin-right: 0;
}

#home-logo{
    width: 350px;
    height: auto;
    margin-bottom: 60px;
}

.home-ons1{
    padding: 25px 0 25px 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-ons2{
    padding: 25px 120px 25px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#verhaal{
    padding: 12px;
}

.home-ons2 p{
    font-family: 'light';
    text-align: center;
}

.home-ons2 button{
    margin-bottom: 50px;
    font-family: 'compact';
}

#flex{
    flex-wrap: wrap;
}

/*kalender*/
.kalender{
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 50px;
    padding: 0 3em;
    border: 3px solid white;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    margin: 15px 100px 15px 100px;
    font-family: 'compact';
    width: 1000px;
}

.datum{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 2em;
    width: 200px;
}

.dag{
    font-size: 5em;
}

.maand {
  font-size: 1rem;
  margin: 0;
  padding-top: 0.2em;
}

.kalender img{
    width: 200px;
    height: auto;
}

.artiest{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
}

.voornaam {
    color: #50C8EC;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
    line-height: 1.5;
    width: 100%;
    text-align: left;
}

.achternaam {
    color: #50C8EC;
    font-size: 3rem;
    margin: -0.2em 0 0 0;
    line-height: 1.3;
    width: 100%;
    text-align: left;
}

#artist-name{
    color: #50C8EC;
    font-size: 3rem;
    margin: -0.2em 0 0 0;
}

.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    line-height: 1;
    margin-left: auto;
}

button{
    border: none;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0.6em;
    text-transform: uppercase;
}

button:hover{
    background-color: #ED2024;
}

/*nieuws*/
.nieuws{
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
}

.nieuws-feit{
    border: 3px solid white;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    padding: 30px;
    margin: 15px;
}

.nieuws-foto{
    display: flex;
    align-items: center;
    justify-content: center;
}

.nieuws-feit p{
    text-align: justify;
}

.nieuws img{
    width: 250px;
    height: 250px;
    object-fit: cover;
    justify-content: center;
}

.nieuws-feit h2{
    font-family: 'compact';
    font-size: 1.3em;
    color: #50C8EC;
    margin: 20px 0 10px;
}

/*info*/
.info{
    border: 3px solid white;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    padding: 20px;
    margin: 15px;
    height: 275px;
}

.info-rij{
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
}

.info p{
    font-family: 'light';
    font-size: 0.8em;
    text-align: justify;
}

h3{
    font-family: 'compact';
    color: #50C8EC;
    padding: 40px 0 10px;
}

.paradise-red{
    color: #ED2024;
}

/*over ons*/

.overons{
    padding: 25px 0;
}

.over{
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
}

.over p{
    padding: 60px 15px;
    text-align: justify;
    font-family: 'light';
}

.over img{
    width: 600px;
    height: auto;
    padding: 10px 50px;
}

/*footer*/
.footer-bg{
    background-color: white;
    width: 100vw;
    height: 310px;
    color: rgb(27, 27, 27);
}

.footer{
    font-family: 'roman';
    padding: 40px 10px 0;
    margin-top: 40px;
}

.footer img{
    width: 250px;
    height: auto;
}

.foot-info{
    padding: 0px 50px;
    
}

#foot{
    padding: 15px 20px;
    font-size: 0.8em;
}

a{
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
}

.footer-bg a{
    color: rgb(27, 27, 27) !important;
    text-decoration: none !important;
}

#foot a:hover{
    color: #ED2024 !important;
}

#navfoot ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 0.5em;
}

#navfoot ul li{
    list-style-type: none;
}

#navfoot ul li a{
    font-size: 1em;
}

#navfoot ul li a:hover{
    text-decoration: none;
    color: #50C8EC !important;
}

.socialmedia{
    text-align: right;
    color: rgb(27, 27, 27);
    font-size: 1.2rem;
    padding: 0 50px;
}

#socials{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

#socials a{
    padding: 8px 15px;
}

#socials a:hover{
    color: #ED2024 !important;
}