

body{
    font-weight: 400;
    font-size: 1.2vw;
    color: black;
    line-height: 2.5vw;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    
}

h1{
    position: absolute; 
    top: 80%; 
    left: 0; 
    transform: translateY(-50%); 
    max-width: 100%; 
    z-index: 1; 
    color: white; 
    text-align: left; 
    padding-left: 25px; 
    font-size: 8vw;
     
}

img{
    display: block; 
    margin: 0 auto; 
    max-width: 100%; 
    height: auto;
}

main{
    text-align: center;
    margin: auto;
}

h2{
    font-size: 4vw;
    color: red;
    font-family: "orbitron";
    padding:10px 0px;
    }

.over{
    background-image: url("Logos/logo_rood_2-01.png");
    background-size: 99%;
   
}

.home{
    background-image: url("Logos/logo_rood_2-01.png"), url("Logos/full_rood-01.png");
    background-size: 99%;
    background-repeat: repeat, no-repeat;
    background-position-y: 120% ;
   
}

.homepagina{
    width: 70%;
    height: auto;
}

.navbar{
    color: white;
    
}

article{
    margin-top: 30%;
    margin-bottom: 100px;
}

.img-2{
    position: absolute;
    top:5%;
    width: 60%;
    height: auto;
    margin-left: -35%;
    
}

.img-3{
    position: absolute;
    top:70%;
    width: 60%;
    height: auto;
    margin-left: 70%;
    
}

.img-4{
    position: relative;
    width: 100%;
    height: auto;
    margin-left: -40%;
    
    
}

.img-5{
    position: relative;
    width: 100%;
    height: auto;
    margin-left: -50%;
    
     
}

h4{
    color: red;
    font-size: 4vw;
    font-weight: 700;
}

.btn{
    background-color: red;
    border-style: none;
}

.card{
    margin-top: 25px;
}

.container{
    justify-content: center;
    position: relative;
    width:100% ;
    box-sizing: padding-box;
}

box-sizing{
    box-sizing: border-box;
}

.row{
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

.column{
    flex: 33%;
    max-width: 33%;
    padding: 0 4px;
    margin-bottom: 20px;
}

.column img{
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
    vertical-align: middle;
}

@media screen and (max-width: 800px) {
    .column {
      flex: 50%;
      max-width: 50%;
    }
  }

@media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%;
    }
  }

@media only screen and (min-width: 600px) {
    .homepagina {
      width: 80%;
      height: auto;
    }
}

.image{
    display: block;
    width: 100%;
    height: auto;

}

.overlay{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5 ease;
    font-family:"orbitron";
    line-height: 4vw;

}

.container:hover .overlay {
    opacity: 1;
    }

.text {
    color: red;
    font-size: 4vw;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.desc{
    color: red;
    position: absolute;
    text-align: center;
    left: 35%;
    right: auto;
    top: 5%;    
}

form{
    margin: auto;
    width: 100%;
    text-align: center;
    padding-top: 10%;
    font-size: 2vw;
    padding-bottom: 10%;
}

ul{
    list-style: none;
}

textarea{
    vertical-align: top;
    height: 5em;
}

form li + li {
    margin-top: 1em;
}

label {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 10px;

    
}

legend{
    font-size: 4vw;
    font-weight: bold;
    padding: 20px;
    color: red;
    font-family: "orbitron";
}


.mybutton{
    width: auto;
    padding: 10px;
    background-color: black;
    color: #E1F4FC;
    margin-top:20px;
    
}

input[type=radio]{
    width: 15px;
    margin-left: 0em;
    justify-content: center;
}

footer{
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: black;
    text-align: center;
}

