/* Style the header with a grey background and some padding */
html {
    font-family: Cambria;
}

body {
    background-color: #F4F4F6;
    margin: 0;
    padding: 0;

}

.header {
    margin-top: 10px;
    height: 40px;
    margin-left: 20%;
    width: 60%;
    overflow: hidden;
}

/* Style the header links */
.header .nav {
    float: right;
    color: black;
    margin-left: 20px;
    font-size: 150%;
    line-height: 25px;
    border-radius: 4px;
    text-decoration: none;
}

.header .name {
    float: left;
    color: black;
    font-size: 150%;
    line-height: 25px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;

}

/* Change the background color on mouse-over */
.header a:hover {
    background-color: #ddd;
    color: black;
}

/* Style the active/current link*/
.header a.active {
    background-color: dodgerblue;
    color: white;
}

.head2 {
    margin-left: 20%;
    margin-top: 0;
    margin-bottom: 0;
    width: 60%;
    background-color: black;
    height: 1px;
}

.main1 {
    min-height: auto;
    max-width: 60%;
    margin-left: 20%;
    font-size: x-large;
    margin-bottom: 50px;
    margin-top: 50px;
}

.footer {
    padding-top: 1%;
    padding-left: 5%;
    padding-right: 5%;
    bottom: 0px;
    width: 90%;
    height: 50px;
    background-color: #ededef;
}

.footer img {
    float: right;
    max-width: 70%;
    max-height: 70%;
    padding-right: 30px;
}

.footer .name {
    color: black;
    text-decoration: none;
    font-size: 150%;
    font-weight: lighter;
    line-height: 25px;
    border-radius: 4px;
}

.footer a:hover {
    background-color: #ddd;
    color: black;
}

/* Style the active/current link*/
.footer a.active {
    background-color: dodgerblue;
    color: white;
}