/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

html {
    scroll-behavior: smooth;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
.blue.connex{
    background-color: #0c4d90 !important;
}


#navbar  nav{
    transition: transform .4s ease;
    transform: translateY(0);
}
#navbar.hidden nav{
    transform: translateY(-60px);
}

#main-logo{
    position: relative;
    margin: 10px auto 10px;
    width: 100%;
    max-width: 800px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    height: 128px;
    background-image: url(../images/CONNEXWORX-F-02.jpg);
}
#main-logo::after{
    content: 'TM';
    opacity: 0.5;
    color: white;
    position: absolute;
    top: 0;
    right: -20px;
}

#logo-container img{
    height: 45px;
    margin-top: 5px;
    margin-left: 30px;
    transition: height .2s ease, margin .2s ease;
}
@media only screen and (min-width: 601px) {
    #logo-container img {
        height: 60px;
        margin-top: 3px;
    }
}

.section.full{
    font-size: 16px;
    min-height: calc(100vh - 60px);
}

.section-head {
    position: relative;
    display: flex;
    justify-content: center;
}
.section-head:after{
    content: '';
    height: 2px;
    background-color: #0c4d90;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.section-title{
    font-size: 1.75em;
    display: inline-block;
    background: white;
    padding: 0 1.5rem;
    margin: 0 auto;
}

.products img{
    height: 100px;
}

.grid {
    display: grid;
    grid-template-columns: 1fr;
}
.grid > div {
    margin-bottom: 10px;
}

@media only screen and (min-width: 601px) {
    .grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (min-width: 992px) {
    .grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.sidenav-overlay{
    z-index: 995 !important;
}

.anchor{
    position: absolute;
    top: -60px;
    pointer-events: none;
}