*{
    padding: 0;
    margin: 0;
    position: relative;
}
.logo{
    height: 80px;
    width: 150px;
    background-image: url(logo.png);
    background-size: cover;
    margin-top: 50px;
    margin-left: 60px;
}

.logo:hover{
    transition-duration: 4s;
    transform: scale(1.2);
    transform: rotatex(360deg);
}

.hero-image{
    height: 778px;
    width: 770px;
    background-image: url(hero.png);
    background-size:cover ;
    position:fixed;
    margin-left: 46.8%;
}
.container{
    width: 556px;
    display: flex;
    flex-direction: row;
    background-color: white;
}

.content-box{
    height: 456px;
    width: 498px;
    margin-left: 60px;
    margin-top: 100px;
}

.content{
    height: 200px;
    width: 400px;
    font-stretch: normal;
    font-size: 43px;
    font-weight: bolder;
    font-family: sans-serif;
    font-stretch: expanded;
}

.content-box p{
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 20px;
}

.input-box{
    display: flex;
}

.input-box p{
    font-size: 12px;
}

.input-box input{
    height: 60px;
    width: 220px;
    font-size: large;
    border-top: 1px solid rgb(0, 0, 0, 0.5);
    border-bottom: 1px solid rgb(0, 0, 0, 0.5);
    border-left: 1px solid rgb(0, 0, 0, 0.5);
    border-right: none;
    padding-left: 10px;
}

.locater{
    height: 60px;
    width: 130px;
    border-top: 1px solid rgb(0, 0, 0, 0.5);
    border-bottom: 1px solid rgb(0, 0, 0, 0.5);
    border-right: 1px solid rgb(0, 0, 0, 0.5);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.locater i{
    margin-left: 5px;
    font-size: 20px;
    color: rgb(229, 211, 50);
}

.locater a{
    font-size: 20px;
    margin-left: 5px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
}

.order{
    height: 60px;
    width: 140px;
    background-color: rgba(158, 149, 70, 0.85);
    border: 1px solid rgba(158, 149, 70, 0.5);
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.order:hover{
    background-color:rgba(158, 149, 70, 0.5) ;
}

.disclaimer p{
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 0.5);
}

.h2{
    height: 80px;
    margin-top: 10px;
    background-color: black;
}

