
.underline {
    text-decoration: underline;
}

.align {
    text-align: center;
}

img {
    max-width: 250px;
    float: left;
    border: 50px solid white;
    border-radius: 5px;
    margin-right: 15px;
}

.image1 {
    float: left;
    border: 1px dotted black;
    margin: 0px 0px 50px 250px;
}

.text-box {
    color: black;
}

.text-box h2 {
    font-size: 42px;
}

.text-box p {
    font-size: 16px;
}

.wrapper {
   /* margin: 150px auto;
    width: 70%;*/
    margin: 50px auto;
    width: 100%;
}

/* This section is entirely for the navigation bar across the top */
.navbar {
    overflow: hidden;
    background-color: #333;
}


.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.subnav {
    float: left;
    overflow: hidden;
}

.subnav .subnavbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}


.navbar a:hover, .subnav:hover .subnavbtn {
    background-color: black;
}

.subnav-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: black;
    width: 100%;
    z-index: 1;
}


.subnav-content a {
    float: left;
    color: white;
    text-decoration: none;
}

.subnav-content a:hover {
    background-color: #eee;
    color: black;
}

.subnav:hover .subnav-content {
    display: block;
}

/* Style parameter to indent first line of a paragraph on a page */
div.a {
    text-indent:50px;
}

/* Style parameter to indent main paragraph */
div.b {
    text-indent: 20px;
}

/* Padding the left side perimeter */
p.left {
    padding-left: 25px;
}

/* Padding the right side perimeter */
p.right {
    padding-right: 50px;
}

/* Line Spacing - 1.5 */
div.space {
    line-height: 1.5;
}
