/* Reset default margin and padding */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body styles */
body {
    font-family: 'Montserrat', sans-serif;
    /*
    background-color: #f0f0f0;  /* Example background color */
}

h1{
    font-weight:400;
    font-size:36px;
}
h2{
    font-weight:400;
    font-size:32px;
}
h3{
    font-weight:400;
    padding-bottom:20px;
}
orange, .orange {
    font-weight: 600;
    color: #ff931e;
}
blue, .blue {
    font-weight: 600;
    color: #00a0dc;
}
.cta {
    background-color: #04AA6D;
    color: white;
    font-size: 18px;
    padding: 6px 15px;
    margin-top: 4px;
    margin-right: 10px;
    display: block;
    border-radius: 5px;
}

/* Container styles */
.container {
    /*
    max-width: 1000px;
    */
    margin: 0 auto;
    /*
    padding: 20px;
    */
    align-content: center;
}

/* Nested Columns Layout */
.nested-columns {
    display: flex;
    flex-wrap: wrap;
    /*margin-bottom: 20px;      /* Adjust margin between rows */
}

.column {
    flex: 1;
    background-size: cover;
    background-position: center;
    /*
    height: 200px;              /* Example height */
    /*
    margin-right: 20px;         /* Adjust margin between columns */
    /*
    padding: 20px;              /* applies everywhere */
    margin-bottom: 2px;        /* Adjust margin between rows */
}



/* top navigation */


.topnav {
            /*
            display: flex;
            align-items:center;
            padding-top: 35px;
            max-width:1000px;
            */
            height:100px;
            margin-left: auto;
            margin-right: auto;
}
        
        .nav-logo {
            /*
            width:200;
            float:left; 
            padding-left:20px;  
            */
        }
            .nav-menu {
/*                float:right; 
                margin-top: 10px;
                font-size:.9em;
                padding-right:20px; */
            }
                .nav-menu .menu-item {
                    margin-right:5px;
                    padding-top: 0;
                    padding-bottom: 7px;
                    border-bottom: #fff solid 2px;
                }
                .nav-menu .gt {
                    margin-right:5px;
                    padding-top: 0;
                    color: #ccc;
                }
                .nav-menu .pipe {
                    margin-left: 5px;
                    margin-right: 15px;
                    padding-left:1px;
                    height:32px;
                    background-color: #a9a9a9;
                }
                
                .nav-menu .menu-item a {
                    text-decoration:none;
                    color:#444;
                }
                .nav-menu .menu-item:hover {
                    border-bottom: #00a0dc solid 2px;
                }
                

/* Style the navigation bar */
.navbar {
  display: flex;
  justify-content: space-between;
  background-color: white;
  /*
  padding: 1rem;
  */
}

/* Navigation links */
.nav-links {
  display: flex;
  list-style: none;
}

.nav-links li a {
  text-decoration: none;
  color: #333;
  padding: 0 8px;
  display: block;
  font-weight: 400 !important;
}

.nav-links li a:hover {
    padding-bottom: 8px;
    border-bottom:2px solid #00a0dc;
}

.footernav li {
    padding-left:       2px; 
    list-style-type:    none; 
    padding-bottom:      6px;
}

.footernav a {
    text-decoration:    none;
    color:              #333;
  font-weight: 400 !important;
}

.legal {
    font-size:          .7em;
    padding-top:        10px;
}



/* Hamburger Menu */
.hamburger {
  display: none;
  font-size: 2rem;
  color: black;
  cursor: pointer;
}

/* Overlay Menu */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 10;
}

.overlay .logo,
.overlay .hamburger {
  position: absolute;
}

.overlay .logo {
  top: 0;
  left: 0;
  padding: 1rem;
}

.overlay .hamburger {
  top: 0;
  right: 0;
  padding-right: 25px;
  padding-top:20px;
}

.overlay-content {
  padding-top: 4rem;
  text-align: right;
  list-style-type: none;
}

.overlay a {
  padding: 10px;
  text-decoration: none;
  color: black;
  display: block;
  transition: 0.3s;
}

.overlay li {
  margin:10px;
  border-bottom:solid 2px #00a0dc;
  font-size:1.5em;
}


/* HERO styles */



        
        .hero {
            align-items: center;
            justify-content: center;
            height: calc(100vh - 100px) !important;
            
            background-image:url("../img/bg-silhouette-2000.jpg") ;
            background-size:     cover;                      /* <------ */
            background-repeat:   no-repeat;
            background-position: center center;              /* optional, center the image */

        }
        
        .color-overlay {
            display: flex;
            height: calc(100vh - 100px) !important;
            width:100%;
            background: rgba(0, 0, 0, .5);
            align-items: center;
            justify-content: center;
        }
        
        .counter {
            flex: 1;
            text-align: center;
            align-items: center;
            justify-content: center;
        }
/*        
        .counter h1{
            margin-bottom: 10px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            font-size: 48px;  
        }
*/
        .counter h2 {
            margin-bottom: 10px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            font-size: 32px; 
        }
        

/* blue button */   

        .light {
            color: #eee;
        }
        
        .text-uppercase {
            text-transform: uppercase;
        }
        
        .blue-button, .contact-form #submit{
            background: #00a0dc;
            font-family: 'Montserrat', sans-serif;
            color: white;
            font-size: 13px;
            font-weight: 600;
            line-height: 1;
            padding: 14px 25px;
            border-radius: 25px ;
            border: 1px solid #00a0dc;
            text-transform: uppercase;
            text-decoration: none;
            outline: none;
            margin-top:20px;
        }
        
        .blue-button:hover, .contact-form #submit:hover {
            background: white;
            color: #00a0dc;
        }


/*  contact form    */

.contact-form label, .contact-form p {
    font-size:14px;
    padding:4px 0;
    font-family: 'Montserrat', sans-serif;
    color:#666;
}

.contact-form textarea, .contact-form input, .contact-form select {
    font-size:14px;
    padding:4px 12px ;
    margin-bottom: 12px;
    border-radius: 8px ;
    font-family: 'Montserrat', sans-serif;
    color:#323232;
    border:1px solid #cccccc;
}

.contact-form p {
    margin-bottom: 12px;
}

.asleep {
    display:none;
}
.awake {
    display:inline;
}



/* 
*
*   general styles 
*
*/
a {
    color:#00a0dc;
    text-decoration: none;
    font-weight: 600;
}

.thousand {
    max-width:1000px;
}

.aicenter {
    align-items:center;
}
.accenter {
    align-content:center;
}
.jccenter {
    justify-content:center;
}

.text-uppercase {
    text-transform: uppercase;
}

.elbow-room {
    padding:20px;
}

.elbow-room-right {
    padding-right:20px;
}

.elbow-room40 {
    padding:40px;
}

.elbow-room-side40 {
    padding:0 40px;
}

.dedede {
    background-color:#dedede;
}

.blue-bottom {
    margin-bottom:20px;
    border-bottom: 2px solid #00a0dc;
}

.blue-bottom5 {
    padding-bottom:5px;
    margin-bottom:20px;
    border-bottom: 2px solid #00a0dc;
}

.blue-bottom20 {
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom: 2px solid #00a0dc;
}

.blue-bottom10 {
    padding-bottom:5px;
    margin-bottom:10px;
    border-bottom: 2px solid #00a0dc;
}

.HIDDEN {
    display:none;
}

.repel {
    justify-content:space-between;
}

.twenties {
    margin-top:20px !important;
    margin-bottom:20px !important;
}

.fifties {
    margin-top:50px !important;
    margin-bottom:50px !important;
}
.hundreds {
    margin-top:100px !important;
    margin-bottom:100px !important;
}
.tophat20 {
    margin-top:30px !important;
}
.tophat50 {
    margin-top:50px !important;
}
.tophat100 {
    margin-top:100px !important;
}
.bigfoot20 {
    margin-bottom:30px !important;
}
.bigfoot50 {
    margin-bottom:50px !important;
}
.bigfoot100 {
    margin-bottom:100px !important;
}

.preach {
    font-style: italic;
}
.preacher {
    font-size: .8em;
}

.zip {
    display: none;
}


.mobile-hide {
    display: inline;           
}

.mobile-show {
    display: none; 
    text-align:left;
}

.fiftypercent {
    display:flex;
    width:50%;
}

.pad-left {
    padding-left: calc(50vw - 500px) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pad-right {
    padding-right: calc(50vw - 500px) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fauxh2 {
    font-size:1.3em;
}


/* Media query for smaller screens */
@media screen and (max-width: 767px) {
    body {
        padding: 10px;
    }

    .elbow-room {
        padding:0;
    }
    
    .fiftypercent {
        width:inherit;
    }
    
    .fauxh2 {
        font-size:1em;
    }

    .pad-left, .pad-right {
        padding:0;
    }
    
    .fifties {
        margin:0;
    }
    
/*    .hero h1 {
        font-size: 1.9em;
    }
*/    
    .hero h2 {
        font-size: 1.3em;
    }
    
    .hero h3 {
        font-size: .9em;
        text-transform:uppercase;
        font-weight: 600;
    }
    
    .hero .blue-button {
        font-size:13px;
    }
    
    .mobile-hide {
        display: none;           
    }
    
    .mobile-show {
        display: inline;           
    }
    
    .topnav {
        /*padding-top: 0px;*/
        padding:10px;
        height:65px;
    }
    
    .nav-menu {
        margin-top: 0;
        padding-right:0;
    }
    
    .no-br {
        display:none;
    }
/*    
    h1{
        font-weight:400;
        font-size:36px;
    }
*/
    h2{
        font-weight:400;
        font-size:24px;
    }
    h3{
        font-weight:400;
        padding-bottom:14px;
    }
    
    .column {
        flex-basis: 100%;       /* Switch to single column layout */
        margin-right: 0;        /* Reset margin */
    }
    
.nav-logo {
    padding-top:15px;
}
    

/* Media Query */
/* @media (max-width: 468px) { */
  .nav-links { display: none; }
  .hamburger { display: block; }
/*}*/
    
    
}