* {
    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;
  }

#hero {
    background: url(assets/images/office.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #b4b4b4;
    background-blend-mode: multiply;
    opacity: .95;
    padding: 10em 0;
}

#hero h1 {
    color: #ebe7de;
    font-weight: 900;
    font-size: 65px;
    text-align: center;
    text-transform: uppercase;
}

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;
}

a {
    text-decoration: none;
}

#about-us {
    margin: auto;
    margin-top: 3em;
    width: 1100px;
}

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;
}

#col-left {
    background: linear-gradient(to bottom, #ffffff, #D2CBC6);
    padding: 2.5em;
    box-shadow: -14px 0px 44px 0px #C1C1C1;
}

#col-right {
    background: linear-gradient(to bottom, #ffffff, #D2CBC6);
    padding: 2.5em;
    box-shadow: -14px 0px 44px 0px #C1C1C1;
}

#col1 {
    margin: auto;
    padding-top: 2em;
    padding-bottom: 1em;
  
}

#col1-about {
    margin: auto;
}

#col1-about h1 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}

#col1-about p {
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}

#col1 h1 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}

.inner {
    width: 20%;
    height: 3px;
    margin: 0px auto;
    margin-top: 1em;
    border-bottom: 1px solid #ffffff7d;
}

.inner1 {
    width: 10%;
    height: 3px;
    margin: 0px auto;
    margin-top: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #624E54;
}

#col1 p {
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}


#slogan {
   font-size: 20px;
   font-family: 'Public Sans', sans-serif;
   font-weight: 400;
   font-style: italic;
   text-align: center;
}

#businesses {
    margin: auto;
    width: 1100px;
    margin-bottom: -3.5em;
}

#individuals {
    margin: auto;
    width: 1100px;
    margin-bottom: 4em;
}

#col2 {
    background: url(assets/images/quote.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 7%;
    background-color: #F9F7F6;
    padding: 7em 2em;
    text-align: center;
}

#col2 p {
    font-style: italic;
    text-align: center;
    font-size: 17px;
    margin-top: -3.5em;
    margin-bottom: -2em;
}

#quote {
    background-image: url(assets/images/main_.png);
    background-color: #ffffff;
    background-blend-mode: normal;
    opacity: 0.8;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 19px;
    margin-top: 3em;
    padding: 3em 1em;
    color: #D2CBC6;
    text-align: center;
}

/*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;
  }

#developerLink { /*Website Developer*/
    color: #ebe7de;
}

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%;
}

#hero {
    
    padding: 6em 0;
}

#hero h1 {
    font-size: 32px;
}

#about-us {
    width: 100%;
}

button {
    margin-top: 1.5em;
}

#col1-about {
    margin-bottom: 2em;
}

#col1 h1 {
    font-size: 24px;
}

#col1 p {
    font-size: 18px;
}


#businesses {
    width: 100%;
}

#individuals {
    width: 100%;
}

#col2 {
    background-position: top center;
    background-size: 25%;
    padding: 5.5em 1.4em;
}

#col2 p {
   
    margin-top: -1.8em;
    margin-left: 1.5em;
    margin-right: 1.5em;
}



}


@media (min-width: 481px) and (max-width: 600px) {
    .container-fluid {
        flex-direction: row;
}

nav li {
    padding: 0 0;
}

#logo {
    width: 85%;
}

#logo {
    width: 85%;
}

#hero {
    padding: 8em 0;
}

#hero h1 {
    font-size: 35px;
} 

#about-us {
    width: 100%;
}

#col1-about {
    margin-bottom: 2em;
}

#businesses {
    width: 100%;
}

#individuals {
    width: 100%;
}

#col2 {
    background-position: top center;
    background-size: 18%;
}

#col2 p {
    text-align: justify;
    margin-top: -3.5em;
    margin-left: 1.5em;
    margin-right: 1.5em;
}

}

@media (min-width: 601px) and (max-width: 768px) {
    .container-fluid {
        flex-direction: row;
}

#logo {
    width: 95%;
}

nav li {
    padding: 0 0;
}

#hero h1 {
    font-size: 40px;
}  

#hero {
    padding: 8em 0;
}

#about-us {
    width: 100%;
}

#col1-about {
    margin-bottom: 2em;
}

#businesses {
    width: 100%;
}

#individuals {
    width: 100%;
}

#col2 {
    background-position: top center;
    background-size: 15%;
}

#col2 p {
    margin-top: -3.5em;
    text-align: justify;
    margin-left: 3em;
    margin-right: 3em;
}

}

@media (min-width: 769px) and (max-width: 881px) {
    .container-fluid {
        flex-direction: row;
}

#logo {
    width: 110%;
    height: auto;
}

#hero {
        padding: 10em 0;
}

nav li {
    padding: 0 0;
}

#hero {
    padding: 7.25em 0;
}

#hero h1 {
    font-size: 45px;
}

#about-us {
    width: 100%;
}

#businesses {
    width: 100%;
}

#individuals {
    width: 100%;
}

#col2 {
    background-position: top center;
    background-size: 12%;
}

#col2 p {
    margin-top: -3.5em;
    margin-left: 4em;
    margin-right: 4em;
}
}

@media (min-width: 769px) and (max-width: 881px) {
    .container-fluid  {
    flex-direction: column;
}

nav li {
    padding: 0 0;
}

#hero {
    padding: 7.25em 0;
}

#hero h1 {
    font-size: 55px;
}

#about-us {
    width: 100%;
}

#businesses {
    width: 100%;
}

#individuals {
    width: 100%;
}

#col2 {
    background-position: top center;
    background-size: 9%;
}

#col2 p {
   margin-left: 6em;
   margin-right: 6em;
}
}

@media (min-width: 1026px) and (max-width: 1201px) {

#hero {
    padding: 9em 0;
}

#about-us {
    width: 100%;
}

#businesses {
    width: 100%;
}

#individuals {
    width: 100%;
}

 #col2 {
    background-size: 8%;
}

 #col2 p {
    margin-left: 6em;
    margin-right: 6em;
 }
}