* {
    box-sizing: border-box;
}

.container-fluid {
    flex-direction: column;
}

.navbar-brand {
    margin: auto;
    width: 200px;
    padding: 15px 0;
}

.navbar-nav > li > a {
    font-family: 'Amiko', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    border-top: 0.5px solid #f5f5f5;
    padding-top: 18px;
}

.navbar-toggler {
    border: transparent;
    margin: auto;
}

.dropdown-menu {
    border: transparent;
    font-family: 'Amiko', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #6e6e6e;
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  
  .dropdown:hover .dropdown-menu {
    display: block;
}

main {
    color: #6e6e6e;
}

main h1 {
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 1px;
}

main p {
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
}

/*styling the menu toggle button*/

button {
    display: block;
    margin: auto;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-image: linear-gradient(to top, #bd7c46, #d9a66d);
    color: #424242;
    border: transparent;
    padding: 12px 15px;
}

#hero {
    background: url(assets/images/justice_.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #b4b4b4;
    background-blend-mode: multiply;
    opacity: 0.95;
    padding: 10em 0;
}

#hero h1 {
    color: #ebe7de;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    font-size: 55px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

.inner {
    width: 20%;
    height: 3px;
    margin: 0px auto;
    margin-top: 1em;
    border-bottom: 1px solid #ffffff7d;
}

.inner1 {
    width: 20%;
    height: 3px;
    margin: 0px auto;
    margin-top: 1em;
    border-bottom: 1px solid #624E54;
}

#content {
    margin: auto;
    width: 1100px;
    padding: 2.5em 0;
    color: #6e6e6e;
}

#col1 {
    margin: auto;
    padding: 2.5em;
}

#col1 h1 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}

#below-header {
    font-size: 20px; 
    font-style: italic;
}

#col1 p {
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    text-align: center;
}

#col2 {
    box-shadow: -14px 0px 44px 0px #C1C1C1;
}

#contact-details {
    padding-top: 1.5em;
}

form {
    padding: 2.5em;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

form input {
    width: 100%;
    border: none;
    padding-top: 30px;
    padding-bottom: 8px;
    border-bottom: 1px solid  #624E54;;
}

.col-half1 {
    width: 50%;
    float: left;
    padding-right: 5px;
}

.col-half2 {
    width: 50%;
    float: left;
    padding-left: 5px;
}

form button {
    color: #424242;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 25px;
    background-color: transparent;
    float: right;
    margin-top: 0.8em;
    margin-bottom: 3em;
}
    
textarea {
    width: 100%;
    border: none;
    height: 130px;
    padding-top: 25px;
    border-bottom: 1px solid #1327437d;
}

#google-location {
    margin-top: 1em;
}

/* reCAPTCHA widget */
.g-recaptcha {
    display: inline-block;
  }
  
.g-recaptcha > div {
    transform: scale(0.95);
    transform-origin: 0 0;
}
  
/*scroll to top button*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 100%;
  }
  
  #myBtn:hover {
    background-color: #555;
  }


footer {
    font-family: 'Public Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #ebe7de;
    background-color: #3a3a3a;
    padding-top: 2em;
    padding-bottom: 1em;
}

#developer-link {
    color: #ebe7de;
}

a {
    text-decoration: none;
}

/* Media Queries */

@media (min-width: 250px) and (max-width: 480px) {
    .container-fluid {
        flex-direction: row;
    }

nav li {
        padding: 0 0;
    }

#logo {
    width: 80%;
    height: auto;
}

#hero {
    padding: 5em 0;
}

#hero h1 {
    font-size: 32px;
}

#below-header {
    font-size: 18px; 
    font-style: italic;
}

#content {
  width: 100%;
}

}


@media (min-width: 481px) and (max-width: 600px) {
    .container-fluid {
        flex-direction: row;
}
#logo {
    width: 80%;
    height: auto;
}

#hero {
    padding: 5em 0;
}

#hero h1 {
    font-size: 35px;
} 

#content {
    width: 100%;
}

}


@media (min-width: 601px) and (max-width: 768px) {
    .container-fluid {
        flex-direction: row;
}

nav li {
    padding: 0 0;
}

#hero {
    padding: 7em 0;
}

#hero h1 {
    font-size: 40px;
}  

#content {
    width: 100%;
}

}


@media (min-width: 769px) and (max-width: 881px) {
    .container-fluid {
        flex-direction: row;
}

#hero {
        padding: 10em 0;
}

nav li {
    padding: 0 0;
}

#hero {
    padding: 7.25em 0;
}

#hero h1 {
    font-size: 55px;
} 

#content {
    width: 100%;
}

}

@media (min-width: 881px) and (max-width: 1025px) {
    .container-fluid {
        flex-direction: row;
}

nav li {
    padding: 0 0;
}

#hero {
    padding: 7.25em 0;
}

#hero h1 {
    font-size: 55px;
}

#content {
    width: 100%;
}

}

@media (min-width: 1026px) and (max-width: 1201px) {

#hero {
    padding: 10em 0;
}

#content {
    width: 100%;
}

}