@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Josefin+Sans:wght@500&family=Rubik+Pixels&family=Teko:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&family=Teko:wght@600&display=swap');

#back{ 
    background: url(desertbackground.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#container{
    max-width: 80%;
    margin: 0 auto;
    background-color: #d49e39;
    padding: 2%;
    border-radius: 30px;
}
.container2{
    margin: 10%;
}
.container3{
    margin: 2%;
}

#head{
    font-family: 'Bungee', cursive;
    text-shadow: 2px 2px 3px #595458;
    font-weight: bolder;
    font-size: 3.15em;
    padding-bottom: 2%;
}
#truck{
    max-width: 85%;
}
#truck2{
    max-width: 85%;
    transform: scaleX(-1);
}

.navbar {
    border-radius: 30px;
}

.navbar-nav {
    font-family: 'Teko', sans-serif;
    font-weight: bolder;
    font-size: 1.8em;
}

.navbar .navbar-nav > a {
    color: #fff;
    position: relative;
    text-decoration: none;
}

.navbar .navbar-nav > a:hover {
    text-decoration: underline;
    color: #f0c094;
}

.navbar-nav > a.active {
    color: #f0c094; 
}

.navbar-nav > a {
    color: #ffffff;
    position: relative;
    text-decoration: none;
}

.navbar-nav > a:hover::after {
    border-color: #000000;
    right: 0;
}

.navbar-nav > a::after {
    border-radius: 1em;
    content: "";
    position: absolute;
    right: 100%;
    bottom: .14em;
    left: 0;
    transition: right .4s cubic-bezier(0,.5,0,1),
                border-color .4s ease-out;
}

footer{
    line-height: 97%;
    font-family: 'Teko', sans-serif;
    margin-top: 5%;
    font-size: medium;
}
h5{
    font-family: 'Teko', sans-serif;
    padding-top: 5%;
}
.title{
    font-family: 'Bungee', cursive;
    padding: 2%;
}
table{
    font-family: 'Teko', sans-serif;
    line-height: 90%;
    margin-top: 5%;
}
.text{
    font-family:  'Open Sans', sans-serif;
    font-weight: bold;
    font-size: large;
    padding: 2%;
}
.carousel-inner {
    padding: 4%; 
}

.carousel-inner img {
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); 
}
.form-label{
    font-family: 'Bungee', cursive;
}

.d-grid.btn-grid button,
.d-grid.btn-grid a {
    font-family: 'Bungee', cursive;
}
.menu{
    font-size: 1.2em;
    line-height: 97%;
}
.menu2{
    font-size: 1.6em;
    line-height: 97%;
}
.custom-button{
    font-family: 'Teko', sans-serif;
}

.custom-file-input {
    cursor: pointer;
}


.input-group-text {
    background-color: #dad7cd;
    border-color: #000000;
}

textarea.form-control {
    resize: none;
    background-color: #dad7cd;
}


.form-group{
    font-family: 'Teko', sans-serif;
    font-size: larger;
    
}