﻿/* Style the top navigation bar */
.topnav 
{
    overflow: hidden;
    padding-top: 5%;
    background-color: #73812F
}

/* Create three unequal columns that floats next to each other */
.column 
{
    float: left;
    padding: 10px;
}

    /* Left and right column */
.column.side 
{
        width: 30%;
}

    /* Middle column */
.column.middle 
{
        width: 35%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.rcorners1 {
    border-radius: 20px;
    background: #CACA93;
    padding: 2px;
    width: 150px;
    height: 16px;    
}

@media only screen and (max-width: 600px)
{
.column.side, .column.middle 
    {
        width: 100%;
    }
}
