
/* ************************************************************************* */
/* Fonts                                                                     */
/* ************************************************************************* */

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype"); 
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); 
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-display: block;
    font-weight: 400;
    src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); 
}

.eui_fontawesome {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.eui_fontawesome_brands {
    font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ************************************************************************* */
/* General                                                                   */
/* ************************************************************************* */

body,
input {
    background-color: #FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 1.5em;
    clear: left;
    padding-top: 2em;
}

h2 {
    font-size: 1.2em;
    clear: left;
}

img {
    border: 0px;
    vertical-align: middle;
}

a {
    color: #4A69C4;
}

a:hover {
    text-decoration: underline;
}

code,
pre {
    display: block;
    box-shadow: inset 0 0 1em rgba(0, 0, 0, 0.2);
    padding: 1em;
    margin: 0.5em;
    border-left: 1em solid rgb(192, 192, 195);
    background-color: rgba(0, 0, 0, 0.02);
}

span.code {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 0.8em;
    display: inline-block;
    box-shadow: inset 0 0 1em rgba(0, 0, 0, 0.2);
    padding: 0.5em;
    margin: 0.2em;
    border-left: 1em solid rgb(192, 192, 195);
    background-color: rgba(0, 0, 0, 0.02);
}

.nowrap {
    white-space: nowrap;
}

.center {
    text-align: center;
}

#root {}

#content {}

#header {
    position: fixed;
    padding: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    background: rgba(32, 100, 196, 0.9);
    background: linear-gradient(to bottom, rgba(32, 100, 196, 0.9) 0%, rgba(77, 167, 253, 0.9) 100%);
    box-shadow: 0px 0px 3em black;
    z-index: 9999;
}

#header-placeholder {
    height: 40px;
}

#header-logo {
    display: block;
    position: absolute;
    padding-left: 60px !important;
    margin: 0px;
    background-image: url('/images/icon.png');
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: 10px center;
    height: 40px;
    font-size: 1.5em;
    color: rgba(255, 255, 255, 0.2);
}

#mobile-menu {
    display: none;
}

#header-links {
    position: absolute;
    right: 0px;
}

#header-logo,
#header-links a {
    display: inline-block;
    font-size: 1.3em;
    padding: 0px;
    margin: 0px;
    padding-left: 1em;
    padding-right: 1em;
    /*
	margin-left:1em;
	margin-right:1em;
	*/
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 2px 2px #444444;
    background-color: rgba(255, 255, 255, 0);
    transition: color 0.5s, background-color 1s, opacity 0.5s;
    cursor: pointer;
}

#header a:hover {
    color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.content {
    padding: 2em;
}

.content1,
.content3 {
    background-color: #444444;
    background-image: url('../images/bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: inset 0px 0px 20px black;
    color: white;
    text-shadow: 0px 0px 2px black, 0px 0px 2px black, 0px 0px 2px black, 0px 0px 2px black;
}

.content1 a,
.content1 a:visited,
.content3 a,
.content3 a:visited {
    color: white;
}

#footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    clear: both;
    padding: 0.5em;
    background-color: #222;
    color: #999;
    text-align: center;
    line-height: 1em;
    box-shadow: 0px 0px 3em black;
}

#footer a,
#footer a:visited {
    color: #cccccc;
}

#footer-placeholder {
    height: 8em;
}

#footer-airvpn {
    height: 1.5em;
}

.notes-right {
    float: right;
    margin: 1em;
    padding: 1em;
    box-shadow: 0px 0px 1em rgba(0, 0, 0, 0.2);
    background-color: #fafaff;
}

#man-html {
    text-align: left;
    padding: 1em;
    background-color: white;
}

#article {
    padding: 2em;
}

#support_forums {
    float: right;
    width: 30%;
    background-color: white;
    padding: 1em;
    box-shadow: 0 0.3em 1.5em 0 rgba(0,0,0,.08);
}

#support_forums img {
    float: left;    
    margin: 0.5em;
}

#support_forums_link {
    display: block;
    font-size: 1.5em;
    text-align: center;
}

#support_body {
    /*padding:2em;*/
}

.support_faq {
    width: 15em;
    padding: 0.5em;
    margin: 1em;
    box-shadow: 0 0.3em 1.5em 0 rgba(0,0,0,.08);
    background-color: #fcfcfc;
    text-decoration: none;
    transition: 0.5s background-color, 0.5s transform;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    text-align: center;
}

.support_faq img {
    max-height: 2em;
    margin-right: 1em;
    float: left;
}

.support_faq:hover {
    background-color: white;
    transform: scale(1.215);
    text-decoration: none;
}

#article h1 {}

@media only screen and (max-width: 1000px) {}

@media only screen and (max-width: 1000px) {
    #mobile-menu {
        position: absolute;
        top: 0em;
        right: 0.2em;
        display: block;
        color: white;
        cursor: pointer;
        opacity: 0.7;
        font-size: 2em;
        z-index: 1;
    }
    #mobile-menu:hover {
        opacity: 1;
        transition: opacity 0.5s;
    }
    #header-links {
        background-color: rgba(0, 0, 0, 0.8);
        box-shadow: 0px 0px 1em black;
        opacity: 0;
        display: none;    
        padding-top: 3em;
        padding-bottom: 2em;
        z-index: 0;
    }
    #header-links a {
        display: block;
    }
    #header-links.mobile-menu-open {
        opacity: 1;
        display: block;
    }
    #support_forums {
        float: none;
        width: auto;
        box-shadow: inherit;
    }
    #footer {
        font-size: 2vw;
    }
}