@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../Fonts/IBM_Plex_Sans/IBMPlexSans-VariableFont_wdth,wght.ttf') format('truetype');
}

@font-face {
    font-family: 'IBM Plex Sans Italic';
    src: url('../Fonts/IBM_Plex_Sans/IBMPlexSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../Fonts/Roboto_Condensed/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed Italic';
    src: url('../Fonts/Roboto_Condensed/RobotoCondensed-Italic-VariableFont_wght.ttf') format('truetype');
}

html, body {
    font-family: "IBM Plex Sans", Arial, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #545454;
    position: relative;
}

.navbar {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.header {
    z-index: 10000;
}

.subpage {
    background: #545454;
    /*background: linear-gradient(0deg, rgba(255, 255, 255, 1) 70%, rgba(26, 200, 219, 1) 90%, rgba(26, 200, 219, 1) 100%);*/
    padding-top: 15rem;
}

.subpage .content {
    width: 70%
}

.subpage .content header {
    text-align: center;
    font-size: 2rem;
    margin: 4rem 0 6rem;
}

.subpage .content header:after {
    border-bottom: .0625rem solid #535353;
    content: "";
    display: block;
    left: 50%;
    margin-left: -5rem;
    position: absolute;
    width: 10rem;
}

h1, h2, h3, h4 {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 300;
}

a {
    color: #545454;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #1AC8DB;
    text-decoration: underline;
}

.w-50 {
    width: 50%
}

.w-100 {
    width: 100%
}

.d-flex {
    display: flex;
}

.d-none {
    display: none;
}

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

.jcc {
    justify-content: center;
}

.jce {
    justify-content: end;
}

.jcse {
    justify-content: space-evenly;
}
.footing{
    .parallax {
        height: 40rem;
    }
}
.logo {
    background: #ffffff;
    width: 30rem;
    height: 15rem;
    border-radius: 0 0 20rem 20rem;
}

.logo.home {top: -1.5rem}

.logo img {
    width: 15rem;
    height: 15rem;
}

.logo-straight img {
    height: auto;
}

.container {
    max-width: 83.75rem;
    margin: 0 auto;
}

.main-content {
    background: #ffffff;
    line-height: 2rem;
    font-size: 1.1rem;
}

.color-transition {
    transition: color .4s ease;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-left {
    text-align: right;
}

.text-bold {
    font-weight: bold;
}

.uppercase{
    text-transform: uppercase;
}

.footing { margin-top: 4rem; }

footer {
    background: #f8f8f8;
    /*margin-top: 4rem;*/
    /*border-top: 3px solid #1AC8DB;*/
}


.corporate {
    padding-top: 1rem;
    background: #009775;
    width: 100%;
}


.footer-menu {
    list-style-type: none;
    font-weight: bold;
    flex-direction: column;
    padding: 0
}

.footer-menu li {
    margin-right: 2rem;
    line-height: 1.5;
}

.footer-menu li .nav-link {
    color: #545454;
    text-decoration: none;
}

.footer-menu li .nav-link:hover {
    color: #1AC8DB;
    text-decoration: underline;
}

.breadcrumbs {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.breadcrumbs nav {
    width: 70%
}

.breadcrumbs ul {
    list-style-type: none;
    padding: 0;
}

.breadcrumbs li {
    margin-right: 1rem;
}

.breadcrumbs li a {
    font-weight: normal;
}

.breadcrumbs li.active {
    color: #1AC8DB;
    font-weight: bold;
}

.address {
    padding: 2rem 0;
}

.align-end {
    align-items: end;
}

.align-center {
    align-items: center;
}

.position-absolute {
    position: absolute;
}

.position-relative {
    position: relative;
}

.position-fixed {
    position: fixed;
}

button {
    padding: 20px;
    border: none;
}

.btn-primary {
    color: #ffffff;
    background: #545454;
}

.btn-primary:hover {
    background: #1AC8DB;
}

.btn-secondary {
    background: #1AC8DB;
    color: #ffffff;
}

.btn-round { border-radius: 100%; padding: 5px; font-size: 1.3rem; width: 3rem; height: 3rem; }

.f-right {float: right;}

.frame-type-textpic.frame-layout-3 .ce-textpic {
    display: flex;
    align-items: center;
}

.frame-type-textpic.frame-layout-3 .ce-intext.ce-left .ce-gallery {
    margin-right: 3rem;
    width: 60%;
}

.frame-type-textpic.frame-layout-3 .fluid {
    max-width: 100%;
    width: auto;
    margin-right: 2rem;
    height: auto;
}

.frame-type-textpic.frame-layout-3 .ce-bodytext{
    line-height: 1.5;
    width: 40%;
}

.frame-type-textpic.frame-layout-3 .ce-bodytext header h2{
    font-size: 2.5rem;
}

.p-2 {
    padding: 2rem;
}
