input, textarea, select {
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
 }

#landing {
    width: 100%;
    height: 80vh;
    background: url('../res/background/landscape.jpeg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#topFade {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    height: 20vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

#mainContent {
    width: 100%;
}

#mainContent::after {
    content: "";
    display: block;
    clear: both;
}

#bidBox {
    display: inline-block;
    position: relative;
    top: 50px;
    padding: 30px;
    background-color: #0052A5;
    box-shadow: 4px 4px 2px 1px #001B37;
    box-sizing: border-box;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#bidForm input {
    width: 300px;
    box-sizing: border-box;
}

#bidForm input:not([type=submit]) {
    outline: none;
    border: 5px solid white;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, .5);
    margin: 5px 0px 5px 0px;
    padding: 8px;
}

#bidForm input:focus {
    border-color: #cccccc;
}

#category {
    width: 300px;
    margin: 5px 0px 5px 0px;
    padding: 6px;
    -webkit-appearance: menulist;
}

#bidSpecial {
    width: 300px;
    box-sizing: border-box;
    resize: none;
}

#bidSubmit {
    cursor: pointer;
    margin-top: 10px;
    border: none;
    outline: none;
    font-size: 1.2em;
}

#services {
    width: 60%;
    color: #333333;
    float: left;
}

.service {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
}

.serviceHeader {
    font-size: 3em;
}

.service p {
    font-size: 2em;
    line-height: 1.5em;
}

.serviceDivider {
    width: 80%;
    margin: 0 auto;
    border-bottom: 2px solid #E0162B;;
}

aside {
    width: 39%;
    float: left;
}

#title {
    width: 95%;
    font-size: 1.5em;
    margin-top: 50px;
    margin-left: auto;
    padding-left: 10px;
    border-left: 4px solid #E0162B;
    border-left: 4px solid #E0162B;
}