/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


@font-face{
    font-family: Roboto-Regular;
    src: url(Roboto-Regular.ttf);
}


@font-face{
    font-family: Roboto-Thin;
    src: url(Roboto-Thin.ttf);
    font-display: swap;
}


@font-face{
    font-family: Roboto-Bold;
    src: url(Roboto-Bold.ttf);
    font-display: swap;
}

body{
    padding: 0;
    margin: 0;
}

img{
    width: 100%;
    height: auto;
}

#cf_banner{
    background: url("./Background.png");
    background-size: cover;
    background-repeat: no-repeat;
    font-family: Roboto-Regular;
    font-weight: 100;
    color: #fff;
    font-size: 16px;
    font-size: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vw;;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    letter-spacing: 1px;

    overflow: hidden;
}

#cf_link{
    text-decoration: none;
}

#cf_banner h1{
    font-size: 48px;
    font-size: 1.8rem;
    font-size: clamp(1.2rem, 5vw, 2.8rem);
    font-family: Roboto-Bold;
    font-weight: 100;
    line-height: 1.2em;
    margin-bottom: 1.5rem;
}

#cf_banner h2{
    font-size: 24px;
    font-size: 1.1rem;
    font-size: clamp(0.8rem, 3vw, 3rem);
    font-family: Roboto-Thin;
    font-weight: 100;
    margin-bottom: 2em;
    line-height: 1.4em;
}

#cf_banner h2 strong{
    font-family: Roboto-Regular;
    font-weight: 100;
}

#cf-logo{
    max-width: 210px;
    width: 100%;
    height: auto;
}

.cf-half{
    max-width: 530px;
    padding: 2rem;
    margin:auto;
    width: auto;
}

.cf-images{
    padding: 0;
    position: relative;
    max-width: 366px;
    display: none;
}

#cf_overflow{
    display: none;
    -webkit-transform: translateX(330px);
    -ms-transform: translateX(330px);
    transform: translateX(330px);
    width: 100%;
    position: absolute;
}

#cf_image{
    -webkit-box-shadow: -1px 0px 30px 0px #222;
    -webkit-box-shadow: -1px 0px 30px 0px #222;
    box-shadow: -1px 0px 30px 0px #222;
    display: none;
}
@media all and (min-width: 430px){
    .cf-half{
        width: 45vw;
    }
}

@media all and (min-width: 768px){
    #cf_banner{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        max-width: 950px;
        height: 316px;
    }
    #cf_overflow{
        display: block;
        top: 1px;
    }

    #cf_image{
        display: block;
        height: 100%;
        width: auto;
    }

    .cf-images{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
    }
    .cf-half{
        width: auto;
    }

        #cf_banner h1{
        font-size: 48px;
        font-size: 1.8rem;
        font-size: clamp(1.5rem, 2vw, 1.8rem);
        font-family: Roboto-Bold;
        font-weight: 100;
        line-height: 1.2em;
        margin-bottom: 1.5rem;
    }

    #cf_banner h2{
        font-size: 24px;
        font-size: 1.1rem;
        font-size: clamp(1rem, 2vw, 1.1rem);
        font-family: Roboto-Thin;
        font-weight: 100;
        margin-bottom: 2em;
        line-height: 1.4em;
    }
}
