h1 {
    text-align: center;
    font-weight: bolder;
    margin-left: 250px;
    margin-right: 250px;
    margin-top: 90px;
}

h2 {
    color: #343a40;
    font-weight: lighter;
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
}

body {
    font-family: 'Helvetica Neue', Helvetica;
    padding-left: 25px;
    padding-right: 25px;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e9ecef;
    width: 100%;
}   

nav ul li {
    float: left;
}

nav ul li a {
    display: block;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    color: black;
    padding-left: 25px;
    padding-right: 25px;
}

nav ul li:hover {
    color: black;
    background-color: #f3f3f3;
}

 #home {
  font-weight: bold;  
}


#badContrast {
    text-align: center;
    font-weight: bolder;
    margin-left: 250px;
    margin-right: 250px;
    margin-top: 30px;
    background: blue;
}

#goodContrast {
    text-align: center;
    font-weight: bolder;
    margin-left: 250px;
    margin-right: 250px;
    margin-top: 30px;
    background: blue;
    color: white;
}

.impact {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.mono {
    font-family: monospace;
}

.cursive {
    font-family: cursive;
}

.cambria {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.sergoeUI {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.borderedImage {
        max-width: 30%;
        height: auto;
        padding-top: 20px;
}

.footer {
    font-weight: bolder;
    max-width: 30%;
    font-size: 0.8em;
}

hr.solid {
    border-top: 1px solid #bbb;
  }

hr.dotted {
    border-top: 2px dotted #bbb;
  }

  .crazyBig {
    font-size: 2.5em;
  }

  .crazySmall {
    font-weight: lighter;
    font-size: 0.6em;
  }