.font-ibm {
    font-family: 'IBM Plex Sans', sans-serif;
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.font-roboto {
    font-family: 'Roboto', sans-serif;
}

.font-noto {
    font-family: 'Noto Sans', sans-serif;
}


.Logo {
    max-height: 50px;
}


.ImageGrid > a:not(.SingleImage), .tileContentImage {
    display: block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-bottom: 55%;
}

.tile-image {
    width: 525px;
    height: 320px;
    background-position: center center;
    background-repeat: no-repeat;
}

.TileContent .textSide {
    box-shadow: 10px 10px 43px rgba(0 0 0 / 15%);
}

.youtube-embed {
    width: 320px;
    height: 180px;
}

.transition-all {
    transition-duration: 300ms;
}

.languages {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.languages .selected:hover + a, .languages a:hover {
    opacity: 1;
    visibility: visible;
}

textarea:focus, input:focus, select:focus {
    outline-color: #ddd;
    outline-width: thin;
}

button:focus {
    outline: none;
}

#contactEmailSuccess button {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05LjkyNjI5IDAuODc1MDAxTDYgNS45NzU0TDIuMDczNzEgMC44NzVMOS45MjYyOSAwLjg3NTAwMVoiIGZpbGw9IiNDMUJGQ0MiIHN0cm9rZT0iI0MxQkZDQyIgc3Ryb2tlLXdpZHRoPSIxLjI1Ii8+Cjwvc3ZnPgo=") no-repeat center right 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.g-recaptcha > div {
    margin: 0 auto;
}


ul, ol {
    list-style: disc; 
    list-style-position: inside;
}

p {
    min-height: 1px;
    margin-bottom: 0.25rem;
}

.HeroHeader .content {
    max-width: 320px;
}

.HeroHeader {
    display: block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: auto 100%; 
}

.HeroHeader > .container {
    height: 500px;
}

@media (min-width: 1200px){
    
    .HeroHeader {
        background-size: 100% auto; 
    }

    .HeroHeader > .container {
        height: 700px;
    }

    .container {
        width: 1050px;
    }

    .Logo {
        max-height: unset;
    }

    .youtube-embed {
        width: 1050px;
        height: 590px;
    }

    .TileContent > div {
        height: 400px;
    }

    .HeroHeader .content {
        max-width: 360px;
    }
}
    
@media (min-width: 1536px){
    .HeroHeader>.container {
        height: 700px;
    }
}


@media (max-width: 576px){
    .featherlight-content {
        width: 90% !important;
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
        padding-top: 2rem !important;
        padding-bottom: 1rem !important;
    }
}

.devlanding-lead-form, .devlanding-lead-form a, .devlanding-lead-form h6, #contactEmailSuccess h1, #contactEmailSuccess h3 {
    color: rgb(46, 41, 78);
}

.header-text-bg {
    padding: 2rem 1rem;
    background: rgba(0, 0, 0, 0.5);
}

.languages .selected {
    background: rgba(0, 0, 0, 0.5);
}

.HeroHeader .devlanding-lead-form {
    position: absolute;
    right: 10%;
    top: -23%;
}

.HeroHeader h1 {
    font-size: 1.75rem;
    line-height: 2rem;
    margin-bottom: 0.75rem;
}

.HeroHeader h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
}

.header-logo {
    margin-bottom: 1rem;
}

@media(min-width: 768px){
    .devlanding-lead-form {
        width: 340px;
        margin: 0 auto;
    }

    .header-text-bg {
        display: flex;
        padding: 0;
        height: 50%;
    }

    
    .header-logo {
        position: absolute;
        top: -70px;
    }

    .HeroHeader h1 {
        font-size: 2.25rem;
        line-height: 2.5rem;
        margin-bottom: 1rem;
    }
    
    .HeroHeader h2 {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 1.5rem;
    }

    .languages {
        top: 2rem;
        right: 0;
    }
}
