@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;600&family=Montserrat:wght@300;500;600;700&display=swap');
@media screen and (max-width: 430px) {
    h1 {
        font-size: 3em;
        letter-spacing: -1.5px; 
    }
}
@media screen and (min-width: 430px) {
    h1 {
        font-size: 4em;
        letter-spacing: -2px; 
    }
}
body {
    margin: 0;
    padding: 15px;
}
p, nav, div {
    font-family: 'Inter', sans-serif;
}
* {
    overflow-wrap: break-word;
}
h1 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1;
}
h1 strong {
    font-weight: 600;
    letter-spacing: 0px !important; 
}
h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 0.8em 0;
    letter-spacing: -1px; 
}
h2 strong {
    font-weight: 600;
}
.content {
    max-width: 800px;
    /* min-width: 600px; */
    flex: 1 1 600px;
    /* flex-basis: 50%; */
}
.container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 60px;
    align-content: space-between;   
}
.container_narrow {
    display: flex;
    flex-wrap: wrap;
    column-gap: 60px;  
}
.full_width {
    margin-left: -15px;
    margin-right: -15px;
}
.spacer {
    height: 60px;
    clear: both;
}

/*--------------------------*/

.logo {
    display: inline-block;
    margin: -15px 0 0 -15px;
    padding: 15px 15px 5px 15px;
    border-right: solid 1.5px;
    /* border-bottom: solid 1px; */
    border-color: black;
    /* background-color:#ea1180;
    filter: invert(100%); */
}
.main-menu {
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1em;
    text-transform: uppercase;
}
.main-menu strong {
    font-weight: 700;
}
.main-menu ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-menu ul li {
    display: inline-block;
    padding: 0 0 0 15px;
}
.main-menu a {
    text-decoration: none;
    color: black;
}
.cta {
    max-width: 400px;
    flex: 1 1 260px;
}
.btn {
    display:inline-flex;
    border: solid black;
    border-width: 1px 2px 2px 1px;
    font-size: 1em;
    padding: 15px;
    background: white;
    text-decoration: none;
    color: black;
}
.btn:hover {
    background: black;
    text-decoration: none;
    color: white;
}
.mp_section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 60px;    
    padding: 40px 15px 40px 15px;
}
.mp_section p {
    margin: 0;
    padding-bottom: 40px;
}
.mp_section_header {
    width: 100%;
}
.lp_theme {
    width: 100%;
    background-color: black;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 12px;
    height: 100px;
}
.lp_theme .cyan {background-color: #00e5ff;}
.lp_theme .magenta {background-color: #ea1180;}
.lp_theme .yellow {background-color: #f2d80c;}
.lp_theme .black {background-color: #f3f3f3;}
.lp_bg {
    background-color: black;
    color: whitesmoke;
}
.oti_theme {
    background: url(img/oti_pattern_ht.gif) repeat;
    background-size: 30px 60px;
    height: 60px;
}
.oti_bg {
    background: #f2d80c;
    color: black;
}
.mc_theme {
    background: url(img/mc_bg.gif) repeat;
    height: 100px;
}
.mc_bg {
    background: #0000FF;
    color: whitesmoke;
}
.mc_text {
    color: whitesmoke;
    padding: 15px;
}
.logos {
    width: 100%;
    /* gap: 30px 50px; */
    display: flex;
    flex-wrap: wrap;
    /* overflow: hidden; */
    align-items: center;
    /* padding-top: 10px; */
    /* max-width: 1000px; */
    
}
.logos img {
    /* float: left; */
    max-width: 100%;
    max-height: 100%;
    opacity: 100%;
    /* max-width: 100px; */
    /* min-height: 20px; */
    /* object-fit: cover;
    display: inline-block; */
}
.clogo {
    width: 115px;
    height: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    border: solid grey;
    border-width: 1px;
    padding: 15px 20px;
    margin: 0 -1px  -1px 0;
}
.sqlogo {
    width: 50px !important;
    height: 36px !important;
    padding: 12px 20px !important;

}
.smlogo {
    width: 100px !important;
    height: 30px !important;
    padding: 15px 20px !important;
}
.products {   
    flex: 1 0 300px;
}
.product {
    display: inline-flex;
    border: solid;
    border-width: 1px 1px 1px 1px;
    padding: 3px 6px;
    margin: 0 2px 6px 0;
    text-transform: uppercase;
    font-size: 0.9em;
}

