/* Overwrite default boostrap styles */

.btn-primary {
    background: #EC912C; /* default orange */
    color: white;
    border: 0;
    margin: 0 auto;
    padding: 13px;
    font-family: 'Poppins', sans-serif;
    display: block;
    margin: 26px auto 15px auto;
    font-size: 16px;
}

.btn-primary:hover {
    background: #41764B; /* default green*/
}

.btn-lg {
    font-weight: 500;
    font-size: 18px;
    padding: 14px;
}

.error{
    color:red;
}

.lead {
    font-weight: 400;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: none;
}

.toast-container {
    position: fixed;
    bottom: 0;
    z-index: 9;
    width: 100%;
}
.toast-header {
    background: rgba(219, 255, 224, 1);
}
.toast {
    width: 100%;
    display: inline-block;
	/* reset container's center alignment */
	text-align: left;
    background: white;
    border-radius: 0;
}

.toast-body {
    background: white;
    padding: .75rem .75rem 0 .75rem;
    border-top: 1px solid #adcf6e; /* light green */
}

.toast-body p, .toast-body a {
    font-size: 14px;
}

/* Overwrite Navigation styles*/

.navbar {
    border-bottom: 1px solid #adcf6e; /* light green */
    padding-right: 0;
    padding-top: 32px;
}

.navbar .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.navbar-brand {
    padding-right: 0;
}
.navbar-brand img {
    width: 30vw;
    max-width: 280px;
    margin-left: 10px;
}
.navbar-light .navbar-nav .nav-link, .dropdown-item, .nav-item {
    color: #41764B; /* default green*/
    font-size:18px;
    font-weight: 600;
    text-align: left;
}

.dropdown-item {
    font-weight: 400;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='green' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
    color: #EC912C; /* default orange */
    border-color: #adcf6e; /* light green */
    margin: 8px 5px 0 0;
}

@media (max-width:769px) {
    .navbar-light .navbar-nav .nav-link, .dropdown-item, .nav-item {
        text-align: left;
    }
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link:focus, .dropdown-item:hover {
    color: #ADCF6E; /* light green*/
}

#nav-contact {
    padding-right: 10px;
    margin-bottom: 0;
}


#nav-contact a:hover, #nav-contact a:active, #nav-contact a:focus {
    background: #41764B; /* default green*/
    transition: 0.2s;
}

.nav-item {
    padding: 0 0.5rem;
    min-width: 100px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #41764B; /* default green*/
}

ul.dropdown-menu {
    border: 0;
    border-bottom: 1px solid #ADCF6E; 
    border-radius: 0 0 5px 5px;
    background: #f8f9fa;
    padding: 7px 5px 5px 5px;
}

ul.dropdown-menu:after {
  content: "";
  background: #f8f9fa;
    border: 1px solid #ADCF6E; 
    border-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
    right: 0;
    width: 100%;
  height: 104px;
border-radius: 0 0 5px 5px;
    z-index: -9;
}

@media (min-width: 768px) {
.navbar-expand-md .navbar-nav .dropdown-menu {
    margin-top: 0;
    top: initial;
    }
}

@media (min-width: 770px) {
    .navbar-expand-md .navbar-nav {
        margin-top: 5px;
    }
    #nav-contact a {
        background: #EC912C;
        color: white;
        border-radius: 5px;
        font-weight: 600;
        width: 130px;
        text-align: center;
        padding: 5px;
        float: right;
        margin: 5px;
    }
    

}

@media (max-width: 767px) {
    
        #nav-contact a:hover, #nav-contact a:active, #nav-contact a:focus {
    background: none;
}
    
    .navbar-collapse.collapse.show {
        height: 100vh;
    }
    
    .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .navbar-brand img {
        width: 230px;
        margin-left: 15px;
    }
    
    .nav-item {
        margin-top: 10px;
    }
    
    ul.dropdown-menu {
        display: block;
        background: none;
        border: 0;
    }
    
    ul.dropdown-menu:after {
        border: 0;
    }
}

@media (max-width: 569px) {
    .navbar-brand img {
        width: 200px;
    }
}

.dropdown:hover .dropdown-menu {
    display: block;
}


/* Custom Styles */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

html {
    margin-top: 55px; /* navbar spacer */
    overflow-x: hidden;
}

main {
    background: white;
}

body {
    overflow-x: hidden;
    overflow-y: hidden;
    background: #F5F5F5;
}

h1, h2, h3, h4, h5, h6, p, li, button {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

h1, h2, h3, h4 {
    color: #41764B;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
}

img {
    width: 100%;
}

ul {
    list-style: none;
}

li h5 {
    color: #41764B; /* default green*/
}

p {
    line-height: 1.5;
    font-size: 1.1rem;
    color: rgb(20, 20, 20);
}

a {
    color: #41764B; /* default green*/
}

a:focus, a:active, a:hover {
    color: #ADCF6E; /* light green*/
}

.nav-top-bar {
    width: 100%;
    height: 32px;
    background: #41764B; /* default green*/
    position: absolute;
    top: 0;
    z-index: 9999;
    margin: 0;
        }
.nav-top-bar * {
    color: white;
}
.header-social-wrapper {
    position: absolute;
    right: 0;
    width: fit-content;
    padding-right: 20px;
}

#phone-icon {
    width: 20px;
    margin: 5px;
}

.header-number p {
    font-size: 17px;
    margin: 3px;
}
.header-social img{
    width: 20px;
    margin: 5px 10px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #ADCF6E; /* light green*/
    background: none;
}

.jumbo-bg h1 {
    font-weight: 400;
    margin: 1rem 0 3rem 0;
}

.jumbo-bg {
    background-size:cover;
    background-position: center;
    height: 600px;
    padding: 100px;
}

.jumbo-bg .info-veil {
    margin-top:40px;
}

.contact-jumbo {
    background-size:cover;
    background-position: center;
    padding: 100px;
    height: 500px;
}
@media (max-width: 569px) {
    
    .header-number p {
        margin: 2px 0;
        position: absolute;
        left: 10px;
    }
    .header-social-wrapper {
        padding-right: 0;
    }
    .contact-jumbo {
        height: 400px;
        margin-top: 100px;
    }
}

.gray-panel {
    background: #F5F5F5;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.hero-panel {
    background-size:cover;
    background-position: center;
    margin: 60px 60px 0 60px;
    padding: 0;
}

.hero-veil {
    background: rgba(255, 255, 255, 0.85);
    padding: 50px 10px;
    margin: 80px auto 0 auto;
    height: fit-content;
    border-radius: 20px;
    max-width: 700px;
}

.hero-veil h5 {
    font-weight: 500;
    letter-spacing: 2px;
    margin: 10px 0 20px;
    color: rgb(78, 78, 78);
}

.info-veil {
    background: rgba(255, 255, 255, 0.85);
    padding: 40px;
    border-radius: 10px;
    max-width: 650px;
    margin: 0 auto;
}

.info-veil h1 {
    line-height: 1.2;
}

.local-trends .row div {
    background: #41764B;
    border-radius: 20px;
    text-align: center;
    color: white;
}

.local-trends .row div img {
    height: 50px;
    width: 60px;
    display: block;
    margin: 20px auto 0 auto;

}

.local-trends > div > div {
   padding-top: 1rem;
    padding-bottom: 0.5rem;
    margin: 1rem 2.5rem;
}

.local-trends > div > div > div {
    padding: 0px 20px;
}

.local-trends > div > div > div > p {
    margin-top: 1rem;
    margin-bottom: 5px;
    color: white;
}

.local-trends .local-data {
    width: 180px;
    height: 180px;
    display: block;
}

.two-pane {
    margin: 0 auto;
}

.two-pane p, .two-pane h3{
    text-align: left;
}

.two-pane img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 30px;
}

#macmock {
    margin: 50px auto 0 auto;
}

.small-caps-title {
    font-size:14px;
}

.contact-panel {
    margin: 80px 0 80px 0;
    height: 300px;
    background-image: url("assets/squares-BG/square-bg.png");

}
.contact-tab {
    font-weight: 500;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
}

.cookie-title {
    margin: 0 auto;
    color: black;
}

.cookie-button-wrapper {
    display: flex;
    justify-content: center;
    padding-top: .75rem;
}

#cookie-accept:hover,#cookie-accept.btn-outline-primary:hover {
    background: #adcf6e; /* light green */
    border-color: #adcf6e; /* light green */
    transition: 0.2s;
    color: rgb(19, 19, 19);
}

#cookie-accept {
    background: #41764B; /* default green */
    display: inline-block;
}

#cookie-accept.btn-outline-primary {
    border-color: #41764B; /* default green */
    color: white;
}
#cookie-close {
    position: absolute;
    right: 10px;
}
.cookie-icon {
    width: 40px;
}

footer {
    padding-top: 20px;
    background: #393939;
}

footer h4 {
    font-weight: 600;
    text-align: left;
}

.footer-solutions {
    padding-left: 0;
}
.footer-social {
    display: flex;
}
.footer-social img{
    width:35px;
    margin: 0 auto;
}

footer a, footer p, footer h4{
    color: white;
    font-size: 18px;
    text-decoration: none;
}

footer ul {
    list-style-type: none;
}

.footer-logo {
    margin: 50px 20px;
    width: 280px;
}

.copyright {
    color: grey;
    text-align: center;
    font-size: 16px;
    padding: 25px 0 25px 0;
}

@media (max-width: 1200px) {
    .footer-logo {
        margin-left: 40px;
    }
}
@media (max-width: 769px) {
    
    .footer-logo {
        display: block;
        margin: 50px auto 0 auto;
    }
    
    #footer-contact * {
        text-align: center;
    }
    
    section {
        margin: 15px;
    }
}
    
@media (max-width: 569px) {
    
    .jumbo-bg {
        height: 500px;
    }
    
    .hero-panel {
        margin: 0;
    }
    
    .hero-veil {
        margin: 60px 10px;
    }
    .local-trends > div > div > div{
        padding: 0;
    }
    .local-trends > div > div {
        padding: 0;
        margin: 1.5rem;
    }
    .local-trends .row > div {
        width: 125px;
        height: 125px;
        margin: 15px;
    }
    .contact-jumbo {
        padding: 10px;
    }
    
    .contact-jumbo h1 {
        max-width: 350px;
        margin: 0 auto;
    }
    
    .full-panel {
        padding: 30px;
    }
}

@media (min-width: 769px) {
    .full-panel {
        padding-top:150px;
    }
}
