/******* Do not edit this file *******
Eminent Code Snippets CSS and JS
fonts.css */

@font-face {
font-family: AktivGroteskLight;
src: url(../fonts/AktivGrotesk-Light.ttf);
}

@font-face {
font-family: AktivGroteskRegular;
src: url(../fonts/AktivGrotesk-Regular.ttf);
}

@font-face {
font-family: AktivGroteskMedium;
src: url(../fonts/AktivGrotesk-Medium.ttf);
}

@font-face {
font-family: AktivGroteskBold;
src: url(../fonts/AktivGrotesk-Bold.ttf);
}

body {
    font-family: AktivGroteskRegular,Arial,sans-serif;
    color: #373532;
    line-height: 1.5;
}

p {
    font-size: 21px;
/*    line-height: 1.8; */
}

p:first-of-type {
    margin-block-start: 0em;
}

p:last-of-type {
    margin-block-end: 0em;
}

p.light {
    font-family: AktivGroteskLight,Arial,sans-serif;
    font-size: 40px;
    line-height: 1.2em;
}

@media screen and (max-width: 910px) {
    p.light {
        font-size: 32px;
        max-width: 260px;
        margin: 0 auto;
    }
}

h1, h2, h3, h4 {
    margin: 0;
    margin-block-end: 0.5em;
    font-weight: unset;
}

h1 {
    font-family: AktivGroteskBold,Arial,sans-serif;
    font-size: 80px;
    line-height: 1.25;
}

h1.alt-44 {
    font-size: 44px;
}

h2 {
    font-family: AktivGroteskBold,Arial,sans-serif;
    font-size: 30px;
}

h2.alt-44 {
    font-size: 44px;
    line-height: 1.25;
}

@media screen and (max-width: 900px) {
    h1 {
        font-size: 48px;
    }
}

@media screen and (max-width: 600px) {
    h1.alt-44 {
        font-size: 34px;
    }
    
    h2.alt {
        font-size: 36px;
    }
}

h3 {
    font-family: AktivGroteskMedium,Arial,sans-serif;
    font-size: 23px;
}

.read-more {
    white-space: nowrap;
    display: block;
    margin-block-start: 1em;
}

.read-more a {
    color: #373532;
    font-family: AktivGroteskBold,Arial,sans-serif;
    text-decoration: none;
}

.read-more img {
    width: 20px;
    margin-left: 10px;
}

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

@media screen and (max-width:600px){
    .variable-text-align {
        text-align: left;
    }

    .variable-text-align hr {
        margin: 30px auto 30px 0;
    }
}

@media screen and (max-width:940px){
    .fartyg-ai h2 {
        font-size: 22px;
    }
}

.color-blue {
    color: #025492;
}

.btn{
    cursor:pointer;
    color:#fff;
    border:2px solid #000;
    text-decoration:none;
    padding:10px 20px;
    padding:10px 40px;
    font-family:AktivGroteskMedium,Arial,sans-serif;
    background:#000;
    transition:all .3s ease;
    -webkit-appearance:none;
    display:inline-block;
    font-size:14px;
    font-size: .9em;
}

.btn:focus{
    outline:0;
    box-shadow:0 0 0 2px grey;
    transition:.3s ease-out;
    border:2px solid #fff
}

.btn-yellow {
    border:2px solid #FAB900;
    background:#FAB900;
    color:#34322e;
    position:relative
}

.btn-yellow img {
    width: 20px;
    margin-left: 10px;
}

/* .btn-yellow:after */
.btn-yellow:before {
    content:"";
    position:absolute;
    top:-7px;
    left:-7px;
    right:-7px;
    bottom:-7px;
    border:3px solid rgba(255,184,56,.4);
    opacity:0;
    transition:opacity .3s ease-in-out
}

.btn-yellow:hover{
    border-color:#fa9900;
    background:#fa9900;
    color:#34322e
}

.btn-yellow:focus{
    background:#fa9900;
    outline:0;box-shadow:none;
    border:2px solid #fa9900
}

/* .btn-yellow:focus:after */
.btn-yellow:focus::before {
    opacity:1
}

.btn-yellow.disabled{
    border-color:#5f625f;
    pointer-events:none;
    color:#afb0af;
    background:#5f625f;
    box-shadow:none
}

.site-info p {
    font-size: .8em;
    text-align: center;
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}