* {box-sizing:border-box}
body {
    background-color: #ffffff;
}
.static-top {
    width: 100%;
    border: 0px;
}
.footer {
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
}
.footer a {
    text-decoration: none;
    font-weight: normal;
    font-size: small;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #777;
}
.right {
    overflow: hidden;
    float: left;
    width: 60%;
}
.right a {
    text-decoration: none;
    color: #777;
}
.left {
    overflow: hidden;
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    float: left;
    color: #777;
    width: 12%;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

h1 {
    font-weight: normal;
    font-size: x-large;
    font-family: Arial, Helvetica, sans-serif;
    color: #777;
}
h2 {
    font-weight: normal;
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
    color: #777;
}
h3 {
    font-weight: normal;
    font-size: large;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    color: #777;
}
p {
    font-weight: normal;
    font-size: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #777;
}
hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 3px dotted #8c8b8b;
    color: #777;
}

.main {
    padding-top: 40px;
    clear: both;
}
.logo {
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.photo {
    display:block;
    margin:auto;
}
.nav {
    overflow: hidden;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: large;
    background-color: #000;
    width: 100%;
    color: white;
    text-align: right;
}
.nav a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: large;
    background-color: #000;
    color: white;
}

.subnav a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: medium;
    padding-top: 1px;
    padding-left: 10px;
    color: #777;
}

/* Links inside the navbar */
.menuitem {
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
}

/* Change background on mouse-over */
.nav a:hover {
    color: yellow;
}

