.banner {
    background-color: #4c0303;
    color: #ffffff;
    /* height: 104px; */
    width: 100%;
}

.tile {
    /*
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 130px;
    */
    text-align: center;
}

.logo {
    float: center;
    max-width: 60px;
    max-height: 90px;
    background: transparent;
    padding-top: 5px;
}

.title {
    float: center;
    max-width: 400px;
    max-height: 70px;
    background: transparent;
}

.foot {
    float: center;
    max-width: 400px;
    max-height: 70px;
    background: transparent;
    padding-top: 15px;
    padding-left: 40px;
}
.column2 {
    align-content: center;
    float: left;
    width: 50%;
    padding: 5px;
    display: inline-block;
}

.column3 {
    align-content: center;
    float: left;
    width: 33%;
    padding: 5px;
    display: inline-block;
}

.email {
    color: #0e6399;
    font-weight: 700;
}

.fc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.halfImage {
    width: 400px;
    height: 391px;
    padding-top: 19px;
}

.halfTiles {
    background-color: #990606;
    width: 400px;
    height: 400px;
    max-height: 350px;
    padding:20px;
    color: #ffffff;
    border-style: solid;
    border-color: #ffffff;
    border-width: 20px;
    border-radius: 5px;
}

.imgHome {
    max-width: 500px;
}

.mtb {
    margin-top: 0px;
    margin-bottom: 0px;
}

.pb1 {
    padding-bottom: 15px;
}

.pb2 {
    padding-bottom: 30px;
}

.px1 {
    padding-left: 10px;
    padding-right: 10px;
}

.px2 {
    padding-left: 20px;
    padding-right: 20px;
}

.px3 {
    padding-left: 30px;
    padding-right: 30px;
}

.px4 {
    padding-left: 40px;
    padding-right: 40px;
}

.py1 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py3 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py4 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pl {
    padding-left: 20px;
}

.ml {
    margin-left: 110px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.serviceTiles {
    background-color: #990606;
    width: 325px;
    max-height: 325px;
    padding:20px;
    color: #ffffff;
    border-style: solid;
    border-color: #ffffff;
    border-width: 20px;
    border-radius: 5px;
}

.showTiles {
    max-width: 300px;
    max-height: 400px;
    padding: 20px 20px 20px 20px;
}

.ta {
    text-align: center;
}

.textBold {
    font-weight: bold;
}

.textColor {
    color: #ffffff;
}

.textNav {
    font-style: normal;
    font-weight: normal;
}

.textSize18 {
    font-size: 18px;
}

.va {
    vertical-align: center;
}

.width100p {
    width: 100%;
}

.width80p {
    width: 80%;
}

#wrapper {
    width: 100%;
    height: 100%;
    background-image:url(polystone_canyon_design.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

footer {}

h1 {}

h2 {}

h3 {
    margin-top: 0px;
}

h4 {}

header {}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

p {
    font-family: "Times New Roman", Times, serif;
}

nav a:hover {
    color: #0e6399;
}

nav a:link {
    color: #ffffff;
    text-decoration: none;
}

nav a:visited {
    color: #ffffff;
}

nav {
    text-align: center;
    font-weight: bold;
    background-color: #990606;
    margin-top: 0;
}

main{
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

table {
    width: 98%;
}

ul {
    list-style-type: square;
    list-style-position: outside;
    color: #ffffff;
    background: #4c0303;
}

@media only screen and (min-width: 992px) {
    .title {
        float: center;
        max-width: 400px;
        max-height: 70px;
        background: transparent;
        padding-top: 15px;
        padding-left: 40px;
    }
}
@media only screen and (min-width: 768px) {
    .title {
        float: center;
        max-width: 400px;
        max-height: 70px;
        background: transparent;
        padding-top: 15px;
        padding-left: 40px;
    }
}