/* ==========================================================================
CUSTOM RESPONSIVE CSS
========================================================================== */

/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

    h1, h2.section-header {
        font-size: 2rem;
    }
    

    header h2 {
        font-size: 1.6rem
    }
    
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .7rem;
        padding-left: .7rem;
        font-size: .8rem;
    }

    .navbar-brand img {
        width: 183px;
        height: auto;
    }

    .nav-btn {
        margin-left: .7rem;
    }

    .welcome-image {
        max-width: 100%;
    }

    .table tbody tr th {
        width: 150px;
    }

    #agenda, #register {
        background-size: 45%;
      
    }

    .contact-module {
        width: auto;
    }

    #venue-panel {
        width: 70%;
    }
/* 
    .foot-links a {
        flex-grow: 1;
        flex-basis: 0;
    } */
    
 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding-left: 1.2rem;
        font-size: 1rem;
    }

    .nav-btn {
        margin-left: 1.2rem
    }

    header {
        padding-top: 9em;
        padding-bottom: 9rem;
    }

    #agenda, #register {
        background-size: 50%;
      
    }

    #venue-panel {
        width: 50%;
    }
 }


 /* XXL devices (large desktops, 1600px and up) */
@media (min-width: 1600px) { 

    header {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }

    h1, h2.section-header {
        font-size: 2.2rem;
    }
    

    
    #agenda, #register {
        background-size: 40%;
      
    }
    
 }




 @media (max-width: 992px) { 
 
    .foot-links a {
        width: 100%;
        
    }
    
 }

 @media (max-width: 576px) { 

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
       
        padding-right: var(--bs-gutter-x, .95rem);
        padding-left: var(--bs-gutter-x, .95rem);
       
    }

 }
