body {
    background-color: #D5C5C8;
}

h1, h2, h3 {
    color: #022B3A;
    text-align: center;
}

h1 {
    font-family: "Roboto Condensed", Helvetica, sans;
    font-size: 48px;
}

h2 {
    font-family: Roboto Condensed, sans;
    font-size: 36px;
}

h3 {
    font-family: Georgia;
    font-size: 30px;
}

ol, p, ul {
    font-family: "Source Serif 4", serif;
    font-size: 24px;
    text-align: justify;
    color: #604D53;
    margin: 0 auto;
    margin-bottom: 50px;
    width: 8in;
}
    
img {
    width: 8in;
}

ol {
    font-size: 20px;
}

table {
    padding: 15%;
    border-spacing: 10px;
    margin: 0  auto;
    margin-bottom: 50px;
    border: ridge;
    border-color: gray;
    font-family: "Source Serif 4", serif;
}

tr {
    border: ridge;
    border-color: gray;
}

td {
    border: ridge;
    border-color: gray;
}

div {
    margin: 0 auto;
}

.figure p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Roboto Condensed, monospace;
    font-weight: bold;
    font-size: 20px;
    text-align: justify;
}

#bike {
    background-image: url("images/colorized-bike-cropped-small.jpg");
    width: 800px;
    height: 600px;;
}

#menu a {
    position: relative;
    top: 31px;
    text-decoration: none;
    display: block;
    border: 5px dotted red;
}
#menu a:hover {
    border: 5px solid red;
}

#menu a i {
    visibility: hidden;
}

a#stems {
    top: 70px;
    left: 495px;
    width: 100px;
    height: 100px;
}

a#fork {
    top: 170px;
    left: 580px;
    width: 100px;
    height: 140px;
}

a#front-derailleur {
    top: 80px;
    left: 340px;
    width: 50px;
    height: 50px;
}

#rest {
    width: 800px;
    text-align: auto;
}

#rest span {
    font-size: 24px;
    font-family: sans;
}

#org-div-home-and-up {
    font-size: 24px;
    text-align: left;
    font-family: "Source Serif 4", serif;
}

.org-right {
    text-align: right;
}

.a {
    //color: green;
    //opacity: 1;
    //-webkit-animation: fadeinout 8s linear forwards;
    //animation: fadeinout 8s linear forwards;
    //animation-iteration-count: infinite;
}

.b {
    //color: green;
    //opacity: 1;
    //-webkit-animation: fadeoutin 8s linear forwards;
    //animation: fadeoutin 8s linear forwards;
    //animation-iteration-count: infinite;
}

@-webkit-keyframes fadeinout {
    0%,100% { opacity: 0; }
    50% { opacity: 1; }
}

@keyframes fadeinout {
    0%,100% { opacity: 0; }
    50% { opacity: 1; }
}

@-webkit-keyframes fadeoutin {
    0%,100% { opacity: 1; }
    50% { opacity: 0; }
}

@keyframes fadeoutin {
    0%,100% { opacity: 1; }
    50% { opacity: 0; }
}

