
* {
    font-size: 36px;
    text-align: center;
}

.header2 {
    
    padding: 20px;
    width: auto;
    height: 180px;
    background-color: black;
}

hr.divider {
    margin: 0;
    border-top: 2px solid rgb(255, 255, 255);
}

.text {
    margin-top: 25px;
    color: white;
    font-family: Inika;
    font-weight: Bold;
    font-size:96px;
}

@media only screen and (max-width: 600px) {
    .text {
        font-size:75px;
    }
  }

.navigation {
    background-color: #000000;
}

.navigation a {
    text-decoration: none;
    color: rgb(206, 206, 206);
    font-size: 28px;
    text-align: center;
    padding: 6px;
}

.navigation a:hover {
    color: white;
}

.column {
    float: left;
    width: 33.33%;
    height: 400px;
    background-color: #DFFFBE;
    border-radius: 25px;

  }

.row {
    
    width: auto;
    height: auto;
}

.image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    margin-top: 50px;
}

.column a img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.column a:hover img {
	opacity: 0.8;
}

@media screen and (max-width: 600px) {
    .column {
      width: 100%;
    }
  }


.aboutus {
    margin-top: 5px;
    border-radius: 25px;
    padding: 20px;
    width: auto;
    height: auto;
    background-color: #DFFFBE;
}

