/*@font-face {
    font-family: 'RegularCargo';
    src: url('/static/fonts/RegularCargo/Regular-Cargo.woff') format('woff'),
    url('/static/fonts/RegularCargo/Regular-Cargo.ttf') format('truetype');
}*/

/*@font-face {
    font-family: 'TTTricks-Bold';
    src: url('/static/fonts/TTTricks-Bold_web/font.woff') format('woff'),
    url('/static/fonts/TTTricks-Bold_web/font.ttf') format('truetype');
}*/

body {

    text-align: center;
    color: #FFF;
    background-color: #000;
}

body, p {

    font-family: Helvetica, Arial, sans-serif; /* "TTTricks-Bold", */
}

.required:after {
    content:" *";
}

input[name$='[inputUserName]'] {
    display: none;
}

.custom-padding {
    padding-top: 3em;
    padding-bottom: 3em;
}

section.wysiwyg {

    background-color: #FF4E00;
}

section.transparent {
    background-color: transparent;
}

section.transparent h2 {
    color: #EFC103;
}

section.green {

    background-color: #52B200;
}

section.black {

    background-color: #000;
}

section.orange-red h3 {
    color: #FF4E00;
}

.green h3,
.green h2 {

    color: #000;
}

.logo {
    margin: 0px auto;
    margin-top: 5em;
    margin-bottom: 5em;
}

.logo-footer {
    margin-right: 1rem;
}

.social-icons {
}

.social-icons li {
    display: inline;
    padding-left: 8px;
    padding-right: 8px;
}

h1 {
    font-family: Helvetica, Arial, sans-serif; /*"RegularCargo", */
    color: #EFC103;
    hyphens: auto;
    font-size: 80px;
}

h2 {
    font-family: Helvetica, Arial, sans-serif; /*"RegularCargo", */
    font-size: 60px;
}

h3, label {
    font-family: Helvetica, Arial, sans-serif; /*"RegularCargo", */
    color: #FFF;
    text-transform: uppercase;
}

.form-group {

    text-align: left;
}

a,
a:visited,
a:hover {
    color: white;
}

.btn {

    background-color: #FF4E00;
    padding: 0.5em 2em;
    border-radius: 5px;
    border: none;
    color: #FFF;
    font-family: Helvetica, Arial, sans-serif; /*"RegularCargo", */
    text-transform: uppercase;
    width: 100%;
    margin-top: 1em;
}

.btn:hover {

    background-color: #b93900;
}

footer {

    padding-top: 5em;
    padding-bottom: 12em;
    color: #000;
    background-color: #52B200;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {

    margin: 0;
    padding: 0;
}

footer a {

    color: #000;
}

li a {

    text-align: center;
    color: #fff;
}

footer h3 {

    color: #FF4E00;
}

.block img {
    height: 64px;
    width: auto;
}

.arrow {
    margin-top: 104px;
    width: auto !important;
    height: 1.5rem !important;
}

/*.header {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}*/

.main {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    perspective: 12px;
}

.section {
    height: auto;
    position: relative;
}

.parallax::after {
    /* Display and position the pseudo-element */
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.priority {
    transform: translate3d(0, 0, 1.5px);
}

.bg-header::after {
    background-image: url("/Kriens/web/frontend.jpg");
    background-repeat: no-repeat;
    
    /* Move the pseudo-element back away from the camera,
	 * then scale it back up to fill the viewport.
	 * Because the pseudo-element is further away, it appears to move more slowly, like in real life. */
    background-size: cover;
    transform: translateZ(-1px) scale(1.2);
    backface-visibility: hidden;
    /*-webkit-transform: translateZ(3px) scale(0.625);*/
    /* Force the background image to fill the whole element. */
    z-index: -2;
    /* Keep the image from overlapping sibling elements. */
}

.bg-0, .bg-1, .bg-2, .footer-fixed {
    transform: translate3d(0, 0, 1.5px) scale(1);
}

.bg-3::after {
    background-image: url("/Kriens/web/bottom.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: center center;*/
    transform: translateZ(1px) scale(1.25);
    backface-visibility: hidden;
    -webkit-transform: translateZ(1px) scale(1.25);
    z-index: -2;
    filter: brightness(50%);
}

.size-20 {
    font-size: 20px;
}

.form-footer {
    font-size: 1.5rem;
}

@media only screen and (max-width: 575px) {
    .form-group {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 40px;
    }
    
    h2 {
        font-size: 40px;
    }
    section.bg-header .col-md-4 {
        margin-bottom: 60px;
    }
    
    section.bg-header .social-icons {
        margin-top: 0;
    }
    section.bg-3::after {
        transform: translateZ(-1px) scale(1.4);
    }
}

@media only screen and (max-width: 992px) {
    .main {
        perspective: 3px;
    }
    
    .bg-header::after {
        transform: translateZ(-1px) scale(1.9);
        background-size: cover;
    }
    
    .bg-3::after {
        transform: translateZ(-1px) scale(1.4);
    }
    
    .bg-0, .bg-1, .bg-2, .footer-fixed {
        transform: translate3d(0, 0, 0px) scale(1);
    }
    
    .priority {
        transform: translate3d(0, 0, 0px);
    }
}

@media only screen and (max-width: 1200px) {
    .bg-header::after {
        transform: translateZ(-1px) scale(1.9);
        background-size: cover;
    }
}
