body {
    width: 100%;
    height: 100%;
}
html {
    width: 100%;
    height: 100%;
}
@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
    }
}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #FFF;
    color: #337AB7;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #337AB7;
    color: #FFF;
}

.welcome-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}

.products-section {
    height: 100%;
    padding-top: 70px;
    text-align: center;
    background: #EFDECD;
}

.hiring-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}

.about-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #EFDECD;
}

.contact-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}


.navbar-default .navbar-nav > li > a:hover {
	color: #333;
	background-color: #F0F0F0;
}
.navbar-default {
    background-color: #ef920c;
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}

#who {
    font-size:xx-large;
}

.custom-btn {
    color: #fff;
    background-color: #ef920c !important;
    font-weight: bold;
    margin-left:15px; 
    padding-left:25px;
    padding-right:25px;
    font-size: x-large;
    border-color:  #ef920c;
}

#address {
    font-size: 40px;
}

.jobs {
    text-align: left;
    margin: 25px;
}

.jobsItems {
    margin-top: 35px;
    font-size: large;
}

#jobsContainer {
    background-color: #f7f8f8;
    margin-top: 50px;
    border-radius: 4px;
}

#productsContainer {
    background-color: #f7f8f8;
    padding: 20px;
    border-radius: 4px;
}

.prodItem {
   margin-bottom:5px;
}

.tituloItem {
    font-size:large;
    font-weight: bold;
    text-align:left;
    
}

.DescItem {
    font-size: medium;
    text-align: left;
}