/* Main page content */

.content-container {
    font-family: 'Courier New', Courier, monospace; 
    display: flex;
    justify-content: space-between;
}

.over-mij {
    background-color: #14234f;
    height: 600px;
}

.over-mij p {
    font-size: 30px;
    margin-left: 100px;
    color: white;
    max-width: 700px;
}

.over-mij h2 {
    font-size: 50px;
    color: white;
    margin-top: 100px;
    margin-left: 100px;
    margin-bottom: 10px;
}

.over-mij h3 {
    font-size: 40px;
    color: #4160bf;
    margin-left: 100px;
    margin-bottom: 20px;
}



.vaardigheden h2{
    font-size: 50px;;
    display: flex;
    margin-top: 100px;
    margin-right: 450px;
    font-family: 'Courier New', Courier, monospace; 
}

.vaardigheden ul {
    margin-left: 25px;
    font-size: 30px;
    list-style-type: square;
    color: white;
}
.socials {
    display: flex;
    color: white;
}
.social-icon {
    font-size: 30px;
    color: white;
    background: none;
    border: solid 2px white;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    margin-left: 100px;
    margin-top: 25px;
}

.social-icon:hover {
    color: #2a2a2a;
    background-color: white;
    transform: scale(1.2);
    border-radius: 12px;
}

.bottom-line {
    margin-top: 50px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid white;
}

footer {
    font-family: 'Courier New', Courier, monospace;
    color: white;
    display: flex;
    justify-content: center;
}
.source-code {
    color: white;
    font-family: 'Courier New', Courier, monospace;
    display: flex;
    justify-self: center;
}


/* Universal nav bar, used on most pages */

body {
    background: linear-gradient(to right, #14234f,#14234f, #1a1a1a);
}

.header {
    font-size: 30px;
    font-weight: bold;
    color: white;
    max-width: 20%;

    margin-top: 20px;
    margin-left: 20px;
    font-weight: bold;
    font-family: 'Nunito', 'Poppins', 'Comfortaa', 'Quicksand', sans-serif;

}

.header-container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
}

.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.button {
    font-size: 20px;
    font-weight: bold;
    font-family: arial;
    color: #ffffff;

    padding: 5px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    background: none;
    border-radius: 10px;

    border: none;

}

.button:hover {
    color: #2a2a2a;
    background-color: white;
    transform: scale(1.2);
    border-radius: 12px;
}

.button:active {
    transform: scale(1.1);
    border-bottom: 1px solid #2a2a2a; 
}

.dropBtn {
    color: white;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    font-family: arial;
    border: none;
    cursor: pointer;
    background: none;

    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    border-radius: 10px;
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    margin-top: 5px;
    background: linear-gradient(to right, #14234f, #1a1a1a);
    border-radius: 20px;
    min-width: 200px;
    right: 0;
    left: auto;
}

.dropdown-content a {
    font-family: 'Nunito', 'Poppins', 'Comfortaa', 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 20px;
    text-decoration: none;
    display: block;
    border-bottom: 2px solid #1a1a1a;
    border-radius: 10px;
}

.dropdown-content a:hover {
    color: #2a2a2a;
    background-color: white;
    transform: scale(1.2);
    border-radius: 12px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropBtn {
    color: #2a2a2a;
    background-color: white;
    transform: scale(1.2);
    border-radius: 12px;
}

.coming {
    color: red;
    font-weight: bold;
    font-size: 25px;
}

.header-line {
    width: 250px;
    margin-left: 20px;
}
.button-line {
    width: 425px;
    margin-right: 20px;
}

.nav-line-container {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
}

/* Contact page */

.top-input {
    display: flex;
    gap: 20px;
    margin: 50px;
    flex-wrap: wrap;
}

.name-container,
.discord-name-container,
.email-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 200px;
}

.text-field {
    width: 100%;
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #464646;
    background-color: #2a48a3;
    color: white;
    font-size: 16px;
    box-sizing: border-box;
}
.message-container {
    display: flex;
    flex-direction: column;
    flex: 1;            
    margin: 50px 50px 0 50px;  
}
.message-field {
    width: 100%;         
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #464646;
    background-color: #2a48a3;
    color: white;
    font-size: 16px;
    box-sizing: border-box;
    min-height: 120px;
    resize: vertical;
}

.input-label {
    font-family: 'Nunito', 'Poppins', 'Comfortaa', 'Quicksand', sans-serif;
    font-weight: 500;
    color: white;
    font-size: 18px;
    margin-bottom: 8px;
}

.comingsoon {
    color:red;
    display: flex;
    font-size: 100px;
    justify-content: center;

}