﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 15px;
    padding-bottom: 20px;
    color: white;
}
.contact-image {
    height: 70px;
    width: 70px;
}


.z-ordertrick {
    background:inherit;
    z-index:1000;

}

.contact-info {
    float: right;
    vertical-align: -webkit-baseline-middle;
    margin-top: 28px;
    margin-left: 30px;
}
.yellow-box {
    border-color: rgb(255, 194, 14);
    border-width: 1px;
    border-style: solid;
    padding: 20px;
    background: rgba(0,0,0,0.5);
    margin: auto;
}
.homeback {
    background: url(/images/Centro_Home_Wide.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.pageback {
    background: url(/images/Tire_tread.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wrapper {
    margin-top: 225px;
    
}

.textcenter {
    text-align:center;
}
.flex-parent-element {
    display: flex;
    width: 100%;
}

.flex-child-element {
    flex: 1;
   
    margin: 10px;
}

    .flex-child-element:first-child {
        margin-right: 20px;
    }

.centrobig {
    color: #999999;
    position: absolute;
    top: 44px;
    left: 50%;
    transform: translate(-50%, 15px);
    z-index: 100;
}

a {
    color: rgb(255, 194, 14);
    text-decoration: none;
}
.front-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    color: white;
    text-align: Left;
    border-top-color: rgb(255, 194, 14);
    border-top-width: 1px;
    border-top-style: solid;
    padding: 20px;
    background: rgba(0,0,0,0.5);
    margin-left: 0px;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    }

.orange-bar {
    border-bottom-color: rgb(255, 194, 14);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    width:100%;
    height:0px;
    margin-bottom: 5px;
}

.home-body-text {
    color: white;
    font-family: "Arial";
    color: white;
    line-height: 1.313;
    font-size: 19px;
    margin-left: 35px;
}
.home-div{

}

.nav-pad-color {
    padding: 10px 0 10px 0;
    margin-bottom: 40px;
    border-bottom-color: rgb(255, 194, 14);
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.nav-text{
    font-family:Arial;
    color:white
}

.logopad{
    padding:10px;
}

span {
}

.name {
    color: rgb(255, 194, 14);
    font-weight: bold;
}


/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

h1 {
    font-size: 1.25em;
    display: block;
    font-size: 1.25em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
}

h1, h2, h3 {
    margin: 0.5em 0;
}

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    color: rgb(255, 194, 14);
    font-weight: bold;
    text-transform: uppercase;
}

p {
    color: white;
}



