body{
    background: blanchedalmond;
    padding-top:20px;
}

h1{
    font-family:josefin sans;
    font-size:60px;
    text-decoration: underline;
    padding-top:50px;
    color: black;
}

h2{
    font-family:josefin sans;
    font-size:45px;
}

#headerImg{
    height:150px;
    width: 150px;
    border-radius:50%;
    position: relative;
    float: left;
    margin-right:20px;
    margin-left:30px;
}

.jumbotron{
    border-radius: 2%;
}

h3{
    font-family:josefin sans;
    font-size:24px;
}

h6{
    font-family:josefin sans;
    font-size:12px;
}

p{
    font-family:josefin sans;
    font-size:16px;
    padding-top:15px;
}

#buttons a{
    display:block;
    position:relative;
    padding-left:25px;
    font-family: josefin sans;
    font-size:25px;
    margin-right:20px;
    color: black;
    text-decoration: none;
}

#buttons a:hover{
    cursor: pointer;
}

.radButton{
    position: relative;
    bottom:7px;
    left:0px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color:black;
}

.radButton:hover{
    background-color: white;
    cursor: pointer;
}

#contentWindow{
    margin-top:30px;
}

.arrowButton a{
    color: black;
    text-decoration:none;
    font-family:josefin sans;
    font-size:40px;
}

.arrowButton a:hover{
    color:gray;
    cursor: pointer;
}

#leftButton{
    text-align: right;
}

.contentFocus{
    background-color: lightgray;
}

.linkButton{
    text-decoration: none;
    color:white;
    background-color: black;
    font-size:40px;
    margin: 20px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    padding-top:5px;
}

.linkButton:hover{
    color:black;
    background-color: white;
    text-decoration: none;
}

input{
    font-family: josefin sans;
    margin:10px;
}

textarea{
    font-family: josefin sans;
    margin:10px;
}

#submitButton{
    background-color: lightgray;
    border:solid gray 1px;
    border-radius: 5%;
    margin-left:10px;
}

.message{
    height: 200px;
}

#bottomContent{
    position: relative;
}

iframe{
    padding-bottom: 15px;
    display: block;
    margin: 0 auto;
}

.contentFocus a{
font-size:16px;
text-decoration: underline;
color: black;
}

.contentFocus a:hover{
    color:white;
}

#bottomContent a{
    color: black;
}

#bottomContent a:hover{
    color: white;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  