body {
    padding: 0px;
    background-color: #FFFFFE;
    color: black;
}

#wholething {
    width: 80%;
    padding: 70px;
    padding-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
}


p {
    font-size: 12pt;
    line-height: 19.5pt;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 5%;

}


.header1 {
    font-family: 'Rockwell', serif;
    font-size-adjust: auto;
    font-size: 300%;
    text-align: center;
    margin-top: 3%;
    margin-bottom: 9%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100px;
    max-height: 80px;

}

.header1 {
    text-decoration: none;
    color: black;
    text-align: center;
    max-width: 100px;
    height: 50px;
    line-height: 50px;

}

a {
    text-decoration: none;
}

.header1 {
    text-decoration: none;
    text-decoration-color: #BF5B04;
}

.header1::after {
    content: "";
    display: block;
    width: 0;
    height: 3.5px;
    top: 2%;
    background: #BF5B04;
    transition: width .3s;
}

.header1:hover::after {
    width: 100%;
    transition: width .3s;
}


.header2 {
    font-family: 'Rockwell', serif;
    font-size-adjust: auto;
    font-size: 150%;
    text-align: center;
    padding-bottom: 0%;
    text-decoration: none;


}

.column p {
    text-decoration: none;
    text-decoration-color: #BF5B04;
}

.column p::after {
    content: "";
    display: block;
    width: 0;
    height: 2.5px;
    background: #BF5B04;
    transition: width .3s;
}

.column p:hover::after {
    width: 100%;
    transition: width .3s;
}


h3 {
    color: black;
    font-family: 'Rockwell', serif;
}




.footer {
    background-color: lightgrey;
    padding-top: 7%;
    margin-top: 5%;
    height: 90px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    bottom: 0px;
    text-align: center;
}

.footer a {
    background-color: lightgrey;
    width: 150%;
    color: #BF5B04;
    width: 100px;
    font-size: 13pt;
    text-decoration: none;
    font-family: 'Rockwell', serif;
    margin: 50px;
    text-align: center;

}


.footer1 {
    background-color: lightgrey;
    padding-top: 5%;
    margin-top: %;
    height: 150px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    bottom: 0px;
    text-align: center;
}

.footer1 a {
    background-color: lightgrey;
    width: 150%;
    color: #BF5B04;
    width: 100px;
    font-size: 13pt;
    text-decoration: none;
    font-family: 'Rockwell', serif;
    margin: 50px;
    text-align: center;

}




.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4%;
    margin-left: auto;
    margin-right: auto;
}

/* two columns that sits next to each other */
.column {
    flex: 28%;
    max-width: 50%;
    padding: 0 7px;
    margin-bottom: 10%;
}

.column img {
    margin-top: 14px;
    vertical-align: middle;
    width: 100%;

}

















/* SMALLEST screen of 600px */
@media screen and (max-width:600px) {
    body {
        padding: px;
        background-color: #FFFFFE;
        color: black;
    }

    #wholething {
        width: 83%;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        padding-top: 10%
    }

    p {
        font-size: 13pt;
        line-height: 22pt;
        font-family: 'Raleway', sans-serif;
        margin-bottom: 5%;

    }


    .header1 {
        font-family: 'Rockwell', serif;
        font-size-adjust: auto;
        font-size: 250%;
        text-align: center;
        margin-top: 3%;
        margin-bottom: 9%;
    }


    .header2 {
        font-family: 'Rockwell', serif;
        font-size-adjust: auto;
        font-size: 130%;
        text-align: center;
        padding-bottom: 0%;
        text-decoration: none;


    }

    .column p {
        text-decoration: none;
        text-decoration-color: #BF5B04;
    }

    .column p::after {
        content: "";
        display: block;
        width: 0;
        height: 2.5px;
        background: #BF5B04;
        transition: width .3s;
    }

    .column p:hover::after {
        width: 100%;
        transition: width .3s;
    }


    h3 {
        color: black;
        font-family: 'Rockwell', serif;
    }

    .footer {
        background-color: lightgrey;
        padding: 3.5%;
        padding-top: 9%;
        margin: 0px;
        margin-top: 6%;
        width: 93%;
        float: left;
        height: 100px;
        line-height: 200%;

    }

    
    .footer a {
    background-color: lightgrey;
    width: 15%;
    color: #BF5B04;
    width: 100px;
    font-size: 13pt;
    text-decoration: none;
    font-family: 'Rockwell', serif;
    margin: 25px;
    text-align: center;

}

    .footer1 {
        background-color: lightgrey;
        padding: 4.5%;
        padding-top: 9%;
        margin: 0px;
        margin-top: 6%;
        width: 100%;
        float: left;
        height: 120px;
        line-height: 200%;

    }

    
    .footer1 a {
    background-color: lightgrey;
    width: 15%;
    color: #BF5B04;
    width: 100px;
    font-size: 13pt;
    text-decoration: none;
    font-family: 'Rockwell', serif;
    margin: 25px;
    text-align: center;

}    
  
    
    
    

    .row {
        display: flex;
        flex-wrap: wrap;
        padding: 0 2%;
        margin-left: auto;
        margin-right: auto;
    }

    /* two columns that sits next to each other */
    .column {
        flex: 28%;
        max-width: 50%;
        padding: 0 5px;
    }

    .column img {
        margin-top: 10px;
        vertical-align: middle;
        width: 100%;

    }

}
