@font-face {
    /* Just some samples added, not used yet ... Don't think it's using these fonts yet */
    font-family: WorkSans-Black;
    src: url(otf/WorkSans-Black_0.otf);
    font-weight: normal;
}

@font-face {
    font-family: WorkSans-Bold;
    src: url(otf/WorkSans-Bold_0.otf);
    font-weight: normal;
}

@font-face {
    font-family: WorkSans-ExtraBold;
    src: url(otf/WorkSans-ExtraBold_0.otf);
}

@font-face {
    font-family: WorkSans-ExtraLight;
    src: url(otf/WorkSans-ExtraLight_0.otf);
}

@font-face {
    font-family: WorkSans-Light;
    src: url(otf/WorkSans-Light_0.otf);
}

@font-face {
    font-family: WorkSans-Medium;
    src: url(otf/WorkSans-Medium_0.otf);
}

@font-face {
    font-family: WorkSans-Regular;
    src: url(otf/WorkSans-Regular_0.otf);
}

@font-face {
    font-family: WorkSansSemiBold;
    src: url(otf/WorkSans-SemiBold_0.otf);
}

@font-face {
    font-family: WorkSans-Thin;
    src: url(otf/WorkSans-Thin_0.otf);
}

* {
    box-sizing: border-box;
}

html {
    font-family: WorkSans-Regular;
    color: white;
    text-rendering: optimizeLegibility;
}

html, body {
    margin: 0;
    height: 100%;
}

body {
    background: silver;
    text-align: center;
}

#mainpanel {
    max-width: 1280px;
    height: 100%;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

.button {
    background: white;
    font-family: WorkSans-Medium;
    font-size: 12pt;
    border-radius: 12px;
    padding: 2px 20px;
    border: thin solid #000000;
    display: inline-block;
    color: black;
    cursor: hand;
    cursor: pointer;
}

.button:hover {
    background-color: #7EEF95; /* Not the final colour or font */
}

#cw_logo {
    background-image: url(images/crewsware_logo_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

#pageheader {
    height: 75px;
    background: black;
    color: white;
    position: relative;
}

#pagefooter {
    background: rgba(0, 0, 0, .5);
    color: rgba(255, 255, 255, 1);
    position: relative;
    height: 75px;
    top: -75px;
    margin-bottom: -78px;
}

.row {
    display: flex;
}

.column {
    flex: 50%;
    padding: 10px 40px 10px 40px;
}

#about_cw {
    font-family: WorkSans-Regular;
    font-size: 14px;
    padding-bottom: 75px;
    color: rgba(255, 255, 255, 1);
}

#partners {
    font-family: WorkSans-Regular;
    font-size: 14px;
    /*	padding-bottom:35px; */
    color: rgba(255, 255, 255, 1);
}

#logos {
    line-height: 200px;
    background: linear-gradient(#14789A, white, white, white);
}

#logos img {
    vertical-align: middle;
}

#m_pagefooter {
    display: none;
}

#headimage {
    background: #0D4E66;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 75%;
    position: relative;
}

#headmenu, #m_headmenu {
    background: rgba(0, 0, 0, .6);
    color: rgba(255, 255, 255, 1);
    width: 100%;
    height: 22px;
    position: absolute;
    top: 0px;
}

#headmenu {
    text-align: center;
}

#m_headmenu {
    display: none;
}

.menubtn {
    padding: 0px 15px;
    height: 100%;
    text-align: center;
    display: inline-block;
    cursor: hand;
    cursor: pointer;
}

.menubtn:hover {
    color: #14789A;
    background: white;
}

#m_menubtn {
    font-size: 20px;
    border: 2px solid white;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    position: relative;
    cursor: hand;
    cursor: pointer;
    z-index: 2;
}

#m_menubtn::before {
    font-family: "FontAwesome";
    content: "\f0c9 ";
    font-size: 23px;
    color: white;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 8px;
    cursor: hand;
    cursor: pointer;
}

#m_menubtn[data-open='1']::before {
    transform: rotate(90deg);
    left: 9px;
    top: 5px;
}

.m_menubtn {
    cursor: hand;
    cursor: pointer;
}

.m_menubtn:hover {
    background: white;
    color: black;
}

#headtext {
    background: rgba(0, 0, 0, .6);
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: rgba(255, 255, 255, 1);
    padding: 12px 5px;
    text-align: center;
}

#signup {
    background: black;
    padding: 10px 3px;
    text-align: center;
    font-family: WorkSansSemiBold;
}

#separator_blackblue {
    width: 100%;
    height: 15px;
    background: linear-gradient(black, #14789A);
}

#separator_bluedarkkgrey { /* only used between solution and testimonial */
    width: 100%;
    height: 15px;
    background: linear-gradient(#14789A, #1F404B);
}

#separator_darkkgreyblue { /* only used between testimonial and solution */
    width: 100%;
    height: 15px;
    background: linear-gradient(#1F404B, #14789A);
}

#separator_bluewhite {
    height: 3px;
    width: 100%;
    background: linear-gradient(to right, #14789A 30%, white 50%, #14789A 70%);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, .5);
    position: relative;
    z-index: 1;
}

.bluepanel {
    background: #14789A;
    padding: 10px;
}

.bluewing {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: .2;
    background-image: url(images/airline_pics/wing.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.testimonialpanel {
    background: #0D4E66;
    background-image: url(images/airline_pics/board.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.feature {
    font-family: WorkSans-Regular;
    display: inline-block;
    width: 200px;
    text-align: center;
    cursor: hand;
    cursor: pointer;
    font-size: 12px;
}

.feature .feature_img {
    width: 120px;
    height: 120px;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    margin: auto;
}

.feature .feature_head {
    font-size: 20px;
    margin: 0px 5px;
}

.feature .feature_text {
    display: none;
}

.featureblock {
    display: inline-block;
}

#feature_dialog {
    width: 350px;
    display: inline-block;
    position: absolute;
    z-index: 2;
}

#feature_dialog .arrow {
    position: absolute;
}

#feature_dialog .arrowbg {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid white;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 2;
}

#feature_dialog .arrowfg {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0D4E66;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

#feature_dialog .text {
    background: #0D4E66;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    top: 9px;
    font-size: 13px;
    line-height: 14px;
    z-index: 1;
    border: 1px solid white;
}

#testimonial {
    position: relative;
    padding: 40px 50px;
    font-family: WorkSans-Regular;
    font-size: 14px;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.prev {
    left: 0;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.tlink {
    border-radius: 12px;
    padding: 0px 10px;
    display: inline-block;
    cursor: hand;
    cursor: pointer;
}

.tlink:hover {
    background: white;
    color: black;
}

@media screen and (orientation: portrait) {
    #headimage {
        background-image: url(images/image1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        max-height: 450px;
        position: relative;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 830px) {
    .featureblock {
        display: block;
    }
}

@media screen and (max-width: 750px) {
    #pageheader {
        display: none;
    }

    #pagefooter {
        display: none;
    }

    #m_pagefooter {
        display: block;
    }

    #about_cw {
        padding: 10px;
        color: rgba(255, 255, 255, 1);
    }

    #headmenu {
        display: none;
    }

    #m_headmenu {
        display: inline-block;
        width: 100%;
        height: auto;
    }

    .row {
        display: inline-block;
        padding: 10px;
    }

    .column {
        padding: 0px;
        flex: 0;
    }
}


