nav{
    height: 60px;
    width: 100%;
    background-color: rgba(0, 0, 0, .75);
    z-index: 100;
}

nav a {
    text-decoration: none;
    color: white;
    font-family: 'Inter', sans-serif;
    font-weight: 100;
    margin-top: 20px;
    margin-bottom: 20px;
}

nav a {
    float: right;
    margin-right: 20px;
}

.name {
    font-weight: 300;
    float: left;
    margin-left: 20px;
}

body{
    margin: 0px;
    padding: 0px;
}

.background {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -100;
    padding: 0px;
    margin: 0px;
    top: 0px;
    left: 0px;
}

.bg1 {
    background-image: url('./images/background_1.jpg');
    background-size: cover;
}

.bg2 {
    background-image: url('./images/background_2.jpg');
    background-size: cover;
}

.bigtitle {
    font-family: 'Inter', sans-serif;
    color: white;
    width: min-content;
    padding: 10px;
    position: absolute;
    top: 100px;
    left: 40px;
    font-size: xx-large;
    font-weight: 100;
}

.row1 {
    padding: 0px;
    margin: 0px;
    font-family: 'Inter', sans-serif;
    font-weight: 100;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, .75);
    padding-left: 10px;
    padding-right: 10px;
}

.row2 {
    padding: 0px;
    margin: 0px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    background-color: rgba(0, 0, 0, .75);
    padding-left: 10px;
    padding-right: 10px;
}

.aboutimage {
    max-width: 25%;
    margin: auto;
    margin-left: 50px;
    margin-bottom: 20px;
}

.abouttext {
    line-break: normal;
    font-family: 'Inter', sans-serif;
    font-weight: 100;
    padding-left: 50px;
    padding-right: 50px;
}

.abouttext h1 {
    font-size: xx-large;
    color: white;
    margin-top: 0px;
    font-weight: 300;
    background-color: rgba(0, 0, 0, .75);
    padding: 5px;
    width: min-content;
}

.abouttext h5 {
    font-size: x-large;
    color: white;
    margin-top: 0px;
    font-weight: 100;
    background-color: rgba(0, 0, 0, .75);
    padding: 5px;
}

.abouttext a {
    font-size: xx-large;
    color: white;
    margin-top: 0px;
    font-weight: 100;
    text-decoration: none;
    border: 1px white solid;
    border-color: white;
    padding: 5px;
    background-color: rgba(0, 0, 0, .75);
}

.about {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.events h1 {
    color: white;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    width: 100%;
    font-size: xx-large;
    text-align: center;
}

.eventcontainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-items: center;
    justify-content: space-around;
}

.eventcontainer img {
    width: 400px;
    height: 266px;
    object-fit: cover;
}

.eventcontainer span {
    color: white;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 360px;
    line-break: normal;
    height: 40px;
    position: absolute;
    transform: translateY(-63px);
    text-align: center;
    background-color: rgba(0, 0, 0, .75);
    text-decoration: none;
}

.eventcontainer div {
    margin-bottom: 50px;
}

.play {
    color: white;
    color: white;
    font-family: 'Inter', sans-serif;
}

.contact {
    margin-left: 50px;
    margin-top: 50px;
    background-color: rgba(0, 0, 0, .75);
    width: min-content;
    padding: 20px;
    color: white;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}

.contact h1 {
    margin-top: 0px;
    padding-top: 0px;
    font-size: xx-large;
}

.contact h5 {
    font-weight: 100;
    font-size: x-large;
    width: max-content;
}

.contact a {
    text-decoration: none;
    color: white;
}

.servicecontainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-items: center;
    justify-content: space-around;
}

.servicecontainer div {
    margin-bottom: 150px;
    width: 400px;
    height: 40px;
}

.servicecontainer span {
    width: inherit;
    color: white;
    font-family: 'Inter', sans-serif;
    font-weight: 100;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-break: normal;
    position: absolute;
    text-align: center;
    background-color: rgba(0, 0, 0, .75);
    text-decoration: none;
    font-size: x-large;
    height: 40px;
}

.servicecontainer h5 {
    width: inherit;
    color: white;
    font-family: 'Inter', sans-serif;
    font-weight: 100;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-break: normal;
    position: absolute;
    text-align: center;
    transform: translateY(30px);
    background-color: rgba(0, 0, 0, .75);
    text-decoration: none;
    font-size: large;
    height: 65px;
}

@media only screen and (max-width: 700px) {
    nav .name {
        display: block;
    }
    nav a {
        display: none;
    }
    
    nav {
        width: 100vw;
    }

    .row1, .row2 {
        font-size: x-large;
    }

    .dropdown {
        display: block !important;
    }
}

@media only screen and (max-width: 500px) {
    .abouttext a {
        font-size: large;
    }

    .about {
        margin-top: 20px;
    }

    .contact h1{
        font-size: x-large;
    }

    .contact h5 {
        font-size: large;
    }
}

@media only screen and (max-width: 1100px) {
    .about {
        flex-wrap: wrap;
    }
}

/* Dropdown Button */
.dropbtn {
    background-color: #00000000;
    color: white;
    padding: 20px;
    font-size: 16px;
    border: none;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: none;
    float: right;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    right: 0px;
    background-color: rgba(0, 0, 0, .75);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: rgba(0, 0, 0, .75);}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: rgba(0, 0, 0, .75);}