body {
    background-color:  rgb(212, 4, 1);
}

#head {
    height: 140px;
    background-color: white;
    background-image: url(../images/Header.png);
    background-repeat: no-repeat;

    border-bottom: 5px solid #F9EA00;
}

.textBox {
    background-color: white;
    border: 5px solid #F9EA00;
    padding: 3px 3px 3px 3px;
}

.row {
    margin-top: 30px;
}

#rightcol {
    margin-top: 0px;
}

#pk-link {
    text-decoration: underline;

}

h3 {
    color: rgb(253, 127, 20);

}

h1 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h2 {
    color: rgb(253, 127, 20);
    font-size: x-large;
    letter-spacing: 2px
    line-height: 250%;
}

h5 {
    color: rgb(253, 127, 20);
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: large;

}
#EasyGoing {
    margin-top: 15px;
  

}
.centered {
    text-align: center;

}

#eg-text {
    font-size: medium;
    line-height: 1.5;
}

.quotes {
    font-size: 10px;

}

.contact-text {
    font-size: 20px;
    line-height: 1.5;
    color: rgb(253, 127, 20);
}

.download {
    color: black;
}

#imggrid {
    margin-top: 0px;
}


.dl A {
    color: rgb(253, 127, 20);    
}

h4 {

    color: black;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: medium;
    line-height: 1.5

}

#upcoming {
    padding-bottom: 192px;
}

#about {
    padding-bottom: 10px;
}

#home {
    position: absolute;
    top: 98px;
    left: 400px;

}

#imgabout {
    position: absolute;
    top: 98px;
    left: 515px;

}

#contact {
    position: absolute;
    top: 98px;
    left: 800px;

}

#cont {
    padding: 10px 10px 10px 10px;
    
}

.onpage {
    color: white;
    background-color: rgb(212, 4, 1);
    border-top: 5px solid #F9EA00;
    border-left: 5px solid #F9EA00;
    border-right: 5px solid #F9EA00;
    padding: 3px 3px 3px 3px;
}

.offpage {
    color: rgb(212, 4, 1);
    background-color: white;
    padding: 6px 0px 0px 0px;
    
}
a { color: inherit; }
    
p {

    font-size: inherit;
}
