@font-face {
    font-family: 'VG5000';
    src:    url('VG5000-Regular_web.eot');
    src:    url('VG5000-Regular_web.eot?#iefix') format('embedded-opentype'),
            url('VG5000-Regular_web.woff') format('woff'),
            url('VG5000-Regular_web.woff2') format('woff2'),
            url('VG5000-Regular_web.ttf') format('truetype'),
            url('VG5000-Regular_web.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0px;
    font-family: 'VG5000', sans-serif;
    background-image: url('../images/logo_100x.png'); 
    background-color: rgba(0, 0, 0, 1); 
    color: rgb(255,20,147);
}

.container {
    background-color: rgb(0,0,0);
    display: flex;
    padding: 2vw;
    flex-wrap: wrap;
}

#banner, #present {
    flex-direction: column;
    align-items: center;
    align-content: center;
}


#banner {
  background-image: linear-gradient(transparent, 66%, black), url("../images/header.jpg"); /* The image used */
  background-color: #fff; /* Used if the image is unavailable */
  height: 100%; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

#videos, #photos {
  background-color: rgba(0, 0, 0, 1); 
}


.column {
    padding-left: 2vw;
    width: 45%;
}

@media (max-aspect-ratio: 2/3) {
    .column {
        width: 100%;    
    }
}

#photos {
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
}


.containertitle1 {
    padding-top: 2vh;
    padding-bottom: 2vh;
    width: 100%;
    font-size: 3vh;
    font-weight: 900;
    font-size: calc(20px + (50 - 20) * ((100vw - 300px) / (1920 - 300)));
}


.containertitle2 {
    padding-top: 2vh;
    font-size: 2vh;
    width: 100%;
    font-weight: 600;
    font-size: calc(20px + (50 - 20) * ((100vw - 500px) / (1920 - 300)));
}


.text-content {
    padding-top: 1.5vh;
    font-weight: 600;
    font-size: calc(20px + (50 - 20) * ((10vw - 300px) / (1920 - 300)));
}

.event-item {
    padding-left: 2vw;
}

hr {
    color: rgb(255,20,147);
}

a, a:link, a:hover, a:visited, a:active {
    color: rgb(255,20,147);
}

#banner {
    text-align: center;
    padding: 2vw;
    max-width: 100vw;
    min-height: 40vh;
}

.banner-img {
    max-height: 100%;
    max-width: 100%;
}

.img-stock {
    width: 31%;
    margin: 1%;
}

@media (max-aspect-ratio: 2/3) {
    .img-stock {
        width: 98%;
    }
}


#present {
    text-align: center;
    font-weight: 900;
    font-size: calc(20px + (50 - 20) * ((100vw - 300px) / (1920 - 300)));
    color: rgb(255,20,147);
    min-height: 20vh;
}

#about {
    text-align: justify;
    text-justify: inter-word;
}
