@font-face {
    font-family: 'AmazonEmber';
    src: url("../fonts/AmazonEmber-Bold.eot");
    src: url('../fonts/AmazonEmber-Bold.woff2') format('woff2'),
    url('../fonts/AmazonEmber-Bold.woff') format('woff'),
    url("../fonts/AmazonEmber-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AmazonEmber';
    src: url("../fonts/AmazonEmber-Light.eot");
    src: url('../fonts/AmazonEmber-Light.woff2') format('woff2'),
    url('../fonts/AmazonEmber-Light.woff') format('woff'),
    url("../fonts/AmazonEmber-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AmazonEmber';
    src: url('../fonts/AmazonEmber-Heavy.woff2') format('woff2'),
    url('../fonts/AmazonEmber-Heavy.woff') format('woff'),
    url("../fonts/AmazonEmber-Light.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AmazonEmber';
    src: url("../fonts/AmazonEmber-Regular.eot");
    src: url('../fonts/AmazonEmber-Regular.woff2') format('woff2'),
    url('../fonts/AmazonEmber-Regular.woff') format('woff'),
    url("../fonts/AmazonEmber-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/**
 * 1.0 - Reset
 */

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,font,img,ins,kbd,q,
s,samp,small,strike,strong,sub,sup,tt,var,b,i,center,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,
mark,menu,meter,nav,output,progress,section,summary,time,video{ border:0; outline:0;
    vertical-align:baseline; background:transparent; margin:0;padding:0; }
article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{ display:block; }
nav ul{ list-style:none; }
ol{ list-style:decimal; }
ul{ list-style:disc; }
ul ul{ list-style:circle; }
blockquote,q{ quotes:none; }
blockquote:before,blockquote:after,q:before,q:after{ content:none; }
ins{ text-decoration:underline; }
del{ text-decoration:line-through; }
mark{ background:none; }
abbr[title],dfn[title], acronym[title]{ border-bottom:1px dotted; cursor:help; }
table{ border-collapse:collapse;border-spacing:0; }
hr{ display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0;}
input[type=submit],input[type=button],button{ margin:0; padding:0;}
input,select,a img{ vertical-align:middle; }
b, strong{ font-weight: bold; }
i, em{ font-style: italic; }

html{ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; -moz-box-sizing: inherit; -webkit-box-sizing: inherit; }

/* generic class */
body{ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; word-wrap: break-word; word-break: break-word; }
p{ margin-bottom: 20px;  }
ul, ol{ margin-left: 35px; margin-bottom: 20px; }
dl{ margin-bottom: 20px; }
dl dt{ font-weight: 700; margin-top: 10px; }
dl dt:first-child{ margin-top: 0px; }
dl dd{ margin-left: 20px; }
h1, h2, h3, h4, h5, h6{ line-height: 1.2; margin-bottom: 20px; }
figure{ max-width: 100%; }
pre{ overflow: auto; padding: 10px 10px; background: #f3f3f3; margin-bottom: 20px; }

.clear{ display: block; clear: both; visibility: hidden; line-height: 0; height: 0; zoom: 1; }
.clearfix{ zoom: 1; }
.clearfix:after{ content: " "; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.page-links{ clear: left; padding-top: 30px; margin-bottom: 20px; }
.page-links > span,
.page-links > a{ text-decoration: none; display: inline-block; font-size: 14px; padding: 9px 14px;
    margin-right: 7px; font-weight: bold;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* layout */
html, body{ height: 100%; }


a, button{ 	text-decoration: none;
    transition: background 300ms, color 300ms, border-color 300ms; -moz-transition: background 300ms, color 300ms, border-color 300ms;
    -o-transition: background 300ms, color 300ms, border-color 300ms; -webkit-transition: background 300ms, color 300ms, border-color 300ms; }
img{ max-width: 100%; height: auto; }
blockquote{ quotes: none; padding: 30px 30px 15px; font-size: 17px; margin-bottom: 35px;
    font-style: italic; margin-top: 35px; border-left-width: 2px; border-left-style: solid; }
/* input */
input, textarea{ border-width: 1px 1px 2px 1px; border-style: solid; }
input:focus, textarea:focus{ outline: none; }


body {
    overflow-x: hidden;
    overflow-x: clip !important;
    width: 100vw;
}
html,body{
    overflow-x: clip;
}
body * {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;

    font-family: 'AmazonEmber';
}

#menu {
    background: rgba(23, 30, 44, 0.8);
    box-shadow: 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;

    &.scrolled, &.mobile {
        background: #161e2d;
    }

    img {
        max-width: 120px;
    }

    ul {
        li {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;

            a {
                color: #fff;
                font-size: 12px;
                font-weight: bold;
                letter-spacing: 0.2px;
                text-transform: uppercase;

                &:hover {
                    color: #ff9900;
                }

                &.current-menu-item {
                    color: #ff9900;
                }
            }

            &.subscription {
                a {
                    background: #ff9900;
                    color: #161e2d;
                    padding: 10px !important;
                    border-radius: 5px;

                    &:hover {
                        background: #ffffff;
                        color: #231f20;
                    }
                }
            }
        }
    }

    #mobile-menu {
        a {
            box-sizing: border-box;
            display: block;
            width: 32px;
            height: 32px;
            position: relative;

            &:before, &:after, & span {
                background: #fff;
                content: '';
                display: block;
                width: 16px;
                height: 2px;
                position: absolute;
                left: 7px;
            }

            &:before {
                top: 11px;
            }

            & span {
                top: 15px;
            }

            &:after {
                top: 19px;
                width: 10px;
                transition: width 200ms;
                -moz-transition: width 200ms;
                -o-transition: width 200ms;
                -webkit-transition: width 200ms;
            }
        }
    }
}

#mobile-menu-overlay {
    ul {
        li {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;

            a {
                color: #fff;
                font-size: 20px;
                font-weight: bold;
                letter-spacing: 0.2px;
                text-transform: uppercase;

                &:hover {
                    color: #ff9900;
                }
            }

            &.current-menu-item {
                a {
                    color: #ffffff;
                }
            }

            &.subscription {
                a {
                    background: #ff9900;
                    color: #161e2d;
                    padding: 10px !important;
                    border-radius: 5px;

                    &:hover {
                        background: #ffffff;
                        color: #231f20;
                    }
                }
            }
        }
    }
}

.bg-grey-image {
    background-image: url('../images/bg.webp');
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    height: 100%;
    /*transform: translate(0px, -25.6px);*/
}

.bg-grey-image2 {
    background-image: url('../images/bg2.webp');
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    height: 100%;
    /*transform: translate(0px, -25.6px);*/
}

#youtube-autoplay-header {

}


/* HOME */
.photo-speaker {
    overflow: hidden;
    * { transition: all 0.3s ease; }
    .background {
        opacity: 0;
    }

    &:hover {
        .background {
            opacity: 0.5;
        }

        img {
            transform: scale(1.1);
        }
    }
}

h3.title-separator {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #c7c7c7;
    line-height: 0.01em;
    margin: 30px 0 40px;
    font-size: 20px;

    span {
        color: #161e2d;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: bold;
        background: #fff;
        padding: 0 20px;
    }
}

div.collapse-box {
    .collapse-title {
        background: #FFFFFF;
        padding: 23px 25px;
        border-radius: 4px;
        font-size: 13px;
        font-weight: bold;
        color: #161e2d;
        letter-spacing: 1px;
        transition: all 0.3s ease;
    }

    &.active {
        .collapse-title {
            background: #f90;
            color: #FFFFFF;
        }
    }

    .collapse-content {
        display: none;
        color: #FFFFFF;
        font-size: 16px;
        margin: 15px 0 30px 0;

        p {
            padding: 10px 0;
        }
    }
}


/* TERMS */
.terms {
    p {
        margin-bottom: 20px;
    }

    h4 {
        line-height: 33px;
        font-size: 28px;
        font-weight: bold;
        color: #161e2d;
        margin-bottom: 20px;
    }

    a {
        color: #ff9900;
        font-weight: bold;
    }
}
