* {
    padding: 0;
    margin:0;
    font-family: 'Roboto', sans-serif;
}
a{
    all:unset;

}
a:hover {
    opacity: .7;
    cursor: pointer;
}
.mobile-menu {
    height: 100%;
    width: 90%;
    background-color: black;
    position: absolute;
    z-index: 9;
    opacity: .9;
    color: white;
    display: none;
    position: fixed;
}

.mobile-ul {
    text-align: center;
    line-height: 50px;
    font-size: .9rem
}
.service-ul {
}
.mobile-arrow {
    line-height: 0px;
}

.exit-button {
    margin-left: 50px;
    margin-top: 15px;
    font-size: 1.4rem;
}
.header-container {
    position: relative;
    display: flex;
    height: 500px;
    width: 100%;
    margin:0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("https://images.pexels.com/photos/886465/pexels-photo-886465.jpeg?cs=srgb&dl=achievement-agreement-business-886465.jpg&fm=jpg");
    background-attachment: fixed;
    justify-content: center;
}

.logo-container {
    position: absolute;
    top: 30%; left: 50%;
    transform: translate(-50%,-50%);
    height:150px;
    width: 500px;
    background-size: Contain;
    background-repeat: no-repeat;
    background-image: url("/images/gnlogo.png")
}

.menu-icon {
    height: 30px;
    padding-top:30px;
    display:none;
}
.nav {
    background-color: black;
    color: white;
    width: 100%;
    height: 75px;
    text-align: center;
}

.nav span {
    font-size:1.6rem;
    padding-left:10px;
    padding-right:10px;
}

li .drop-arrow{
    font-size: 1.3rem;
    padding-left:0px;
    padding-right: 0px;
    margin:0;
}
.info-container{
    margin:auto;
    text-align: center;
    background-color:#ca9e2e;

    padding: 20px;
    font-weight: bold;
    width:90%;
    color:white;
}
.info-container h1{
    padding-bottom:40px;
}
.promo{
    color:white;
    padding-top:40px;
    font-size: 2rem;
}
.nav li {
    font-size: 1.2rem;
    line-height: 75px;
    display: inline-block;
}

.hero-container {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height:600px;
    width: 100%;
    background-image: url("/images/hero.jpg")
}

.content-container {
    grid-gap:100px;
    margin: auto;
    background-color:white;
    height: auto;
    width: 90vw;
    display: grid;
    grid-template-columns: 2fr 1fr;
}
blockquote {
    width: 70%;
    margin: auto;
    padding-top:20px;
    padding-bottom:20px;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
}
.content ul {
}
.content ul li {
    padding-bottom: 10px;
    line-height: 40px;
}
.content p{
    font-size: .9rem;
    font-weight: 300;
    line-height: 30px;
}
.content {
    padding:70px;
}
.content h4 {
    margin-bottom: 20px;
    line-height: 2rem;
}
.content h1 {
    font-size: 4rem;
}
.form-container h1{
    text-align: center;
}
.form-container {
    color:white;
    text-align: left;;
    padding:40px;
    height:100%;
    background-color:#ca9e2e;
}
.form-container input {
    padding:5px;
    font-size: 1rem;
    border-radius: 5px;
    margin:5px;
}
#input-submit {
    color: white;
    display: block;
    text-align:center;
    background-color: #b36e08;
    border:none;
    font-size: 2rem;
    padding: 15px;
    margin:auto;
    margin-top:40px;
}
#input-email, #input-company, #input-phone, #input-subject{

    width: 90%;
}
#input-message {
    margin-top:30px;
    width:90%;
    height:100px;
    resize: none;
    border-radius: 10px;
    padding: 20px;
}

#input-first-name{
    width:100px;
}
#input-last-name{
    width:100px;
}
.content h1 {

    margin-bottom:30px;
    font-size: 2rem;
}
.content {
    padding-top:40px;
}
.content h4 {
    color:#ca9e2e;
}
.info-box h1 {
    padding-bottom: 20px;
}

.footer {
    color:white;
    text-align: center;
}

.footer div {
    padding-top:90px;
}
.info-box p {
    font-size: 1.4rem;
}
.info-box {
    text-align: center;
    opacity: .9;
    color: white;
    position: absolute;
    margin-top: 5%;
    margin-left: 25%;
    height:auto;
    width: 40%;
    background-color: #ca9e2e;
    padding: 100px;

}

.dropdown-box {
    font-size: 1rem;
    transform: translateX(-40px);
    line-height: 35px;
    position: absolute;
    background-color: black;
    width: 229px;
    height: 150px;
    z-index: 1;
    display: none;
}

.card-container {
    text-align: center;
    margin-top:100px;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
}

.service-card {
    margin-bottom:60px;
}

.service-card p {
    padding-top:20px;
    padding-left: 70px;
    padding-right: 70px;
}

h2:hover {
    transition-duration: 300ms;
    color:#ca9e2e;
}

.footer {
    width: 100%;
    height: 200px;
    background-color:black;
}


@media all and (max-width: 824px) {
    .header-container {
        height: 270px;;

    }
    .logo-container{
        width: 90%;
    }
    iframe{
        width: 100%;
    }
    .content-container {
        width: 100%;
        grid-template-columns: 1fr
    }
    #input-message{
        height: 40px;;
    }
    .card-container {
        text-align: center;
        margin-top:100px;
        display: grid;
        grid-template-columns:repeat(1, 1fr);
    }
    .hero-container {
        display: flex;
        background-size: cover;
        background-repeat: no-repeat;
        height:400px;
        width: 100%;
        background-image: url("/images/hero.jpg");
        justify-content: space-around;
    }
    .info-box h1 {
        padding-bottom: 20px;
    }
    
    .info-box p {
        font-size: 1.2rem;
    }
    .info-box {
        text-align: center;
        color: white;
        margin: auto;
        margin-top: 30px;
        height:auto;
        width: 70%;
        background-color: #ca9e2e;
        padding: 30px;
    }
    .nav li, .nav span {
        display: none;
        
    }
.card-container p {
    padding:10px;
}
    .menu-icon {
        display: block;
        margin: auto;
        height: 30px;
        padding-top:23px;

    }
}

