body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
}

body,
html {
    height: 100%;
    color: #0e2e46;
    line-height: 1.8;
}

html{
    background-color: #F6F1ED;
}

/* Create a Parallax Effect */
.bgimg-1,
.bgimg-2,
.bgimg-3 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* First image (Logo. Full height) */
.bgimg-1 {
    background-image: url('./pic/VLG_DSGN_BG_NEW_1920_600.jpg');
    min-height: 800px;
}

/* Second image (Portfolio) */
.bgimg-2 {
    background-image: url('./pic/pexels-suzy-hazelwood-3004909-small.jpg');
    min-height: 400px;

}

/* Third image (Contact) */
.bgimg-3 {
    background-image: url("./pic/pexels-porapak-apichodilok-346742-small.jpg");
    min-height: 400px;
}

.w3-wide {
    letter-spacing: 10px;
}

.w3-hover-opacity {
    cursor: pointer;
}

.my-hover-outline {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.my-hover-outline:hover {
    outline: 1px solid #0e2e46;
    border-radius: 3px;
    outline-offset: 2px;
    transform: scale(1.1);
}

#services {
    background-image: linear-gradient(#EA5E1D, #0e2e46);
    color: #F6F1ED;
    text-decoration: underline;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
    .bgimg-1,
    .bgimg-2,
    .bgimg-3 {
        background-attachment: scroll;
        min-height: 400px;
        }
}

@media only screen and (max-device-width: 1024px) {
    .bgimg-1{
        background-image: url("/pic/VLG_DSGN_BG_NEW_1024.jpg");
        min-height: 300px;
    }
}

@media only screen and (max-device-width: 800px) {
    .bgimg-1{
        background-image: url("/pic/VLG_DSGN_BG_NEW_800.jpg");
        min-height: 300px;
    }
}

.myblue{
    background-color:#0e2e46;
}

.vissza{
    position: relative;
    z-index: 0;
    transition: all 300ms; 
}

.vissza::before{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -50px;
    width: 70%;
    height: 100%;
    background:
        linear-gradient( 90deg, 
            #f6ff0000,
            #EA5E1D,
            #1e00ff00);
    transition: all 700ms;
    z-index: -1;
    transform:translateX(-120px) skew(-20deg);
}

.vissza:hover::before {
    transform: translateX(300px) skew(-20deg);
}

.l-padding-top-16 {
    padding-top: 1.8rem;
}

/*Hero animation*/
