
@font-face {
    font-family: 'pp_neue_worldCnRg';
    src: url('../fonts/ppneueworld-condensedregular-webfont.woff2') format('woff2'),
         url('../fonts/ppneueworld-condensedregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pp_neue_worldextended_thin';
    src: url('../fonts/ppneueworld-extendedthin-webfont.woff2') format('woff2'),
         url('../fonts/ppneueworld-extendedthin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pp_neue_worldregular';
    src: url('../fonts/ppneueworld-regular-webfont.woff2') format('woff2'),
         url('../fonts/ppneueworld-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pp_neue_worldSCnultraBd';
    src: url('../fonts/ppneueworld-semicondensedultrabold-webfont.woff2') format('woff2'),
         url('../fonts/ppneueworld-semicondensedultrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pp_neue_worldSExBlk';
    src: url('../fonts/ppneueworld-semiextendedblack-webfont.woff2') format('woff2'),
         url('../fonts/ppneueworld-semiextendedblack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pp_neue_worldsuperCnLt';
    src: url('../fonts/ppneueworld-supercondensedlight-webfont.woff2') format('woff2'),
         url('../fonts/ppneueworld-supercondensedlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pp_neue_worldthin';
    src: url('../fonts/ppneueworld-thin-webfont.woff2') format('woff2'),
         url('../fonts/ppneueworld-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    background-color: #ebebeb;
    background:rgb(243, 237, 222);
    color:black;
    font-family:'pp_neue_worldregular';
    overflow-x: hidden;
    padding:0;
    margin:0;
}

body:before {
    content:"";
    display:block;
    position:fixed;
    width:100%;
    height:100%;
    opacity:0.3;
    background-image:url('../assets/bg-texture.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:50% 0;
}

.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family:"pp_neue_worldSCnultraBd";
    font-weight: bold;
    position:relative;
    height: 363px;
}

.polaroid-video {
    width: 300px;
    height: 363px;
    min-height:363px;
    overflow: hidden;
    position: absolute;
    transform: rotate(-5deg);
    z-index: 3;
    left: 0;
    top: 0;
    box-shadow:1px 1px 7px 0px #00000075;
}

.polaroid-video .age {
    z-index:3;
    position:absolute;
    bottom:5px;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    flex-direction:row;
    gap:5px;
    font-size:40px;
    line-height:40px;
    color:#2f2f2f;
}

.polaroid-video .polaroid {
    position:absolute;
    top:0;
    left:0;
    z-index:2;
}

.polaroid-video .polaroid img {
    max-width:100%;
    width:100%;
    min-width: 100%;
}

.polaroid-video .video {
    position:relative;
    top:0;
    left:0;
    margin:10px;
    background:black;
    height:300px;
}

.polaroid-video video {
    max-width:100%;
    width:100%;
    min-width: 100%;
}

.header .title {
    font-size:70px;
    line-height:70px;
    margin-left:350px;
}

.content {
    max-width:1080px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content: center;
    z-index:2;
    position: relative;
    margin: 0 auto;
}



div.text-1 {
    font-size:30px;
    line-height:normal;
    text-align:center;
    margin-top:40px;
}

div.text-1 a {
    text-decoration:none;
    font-weight:bold;
}

div.gps {
    font-size:18px;
    font-style:italic;
    margin-top:10px;
    text-align:center;
}

div.text-2 {
    font-size:30px;
    margin-top:20px;
    text-align:center;
    color:#d15ea7;
    font-weight:bold;
}

div.text-3 {
    margin-top:10px;
    font-size:18px;
    text-align:center;
}

div.text-4 {
    margin-top:10px;
    font-size:30px;
    text-align:center;
    color:#9f3678;
    font-weight:bold;
}

div.text-5 {
    margin-top:20px;
    font-size:25px;
    text-align:center;
}

div.text-6 {
    margin-top:20px;
    font-size:25px;
    text-align:center;
}

div.text-7 {
    margin-top:20px;
    font-size:25px;
    text-align:center;
    font-family:"pp_neue_worldSCnultraBd";
}

div.footer-text {
    display: flex;
    flex-direction: row;
    width: 100%;
    display:flex;
    flex-direction:column;
    font-size:18px;
    margin-top:30px;
}

div.footer-text p {
    margin:0;
}

.left-decorations {
    left:0;
    top:0;
    height:auto;
    max-height:100vh;
    width:100px;
    overflow:hidden;
    position:fixed;
    z-index:0;
}

.left-decorations .img {
    display:flex;
    flex-direction:column;
}

.left-decorations img {
    max-width:100px;
    width:100px;
}

.right-decorations {
    right:0;
    top:0;
    height:auto;
    max-height:100vh;
    width:100px;
    overflow:hidden;
    position:fixed;
    z-index:0;
}

.right-decorations .img {
    display:flex;
    flex-direction:column;
}

.right-decorations img {
    max-width:100px;
    width:100px;
}

@media (max-width:1280px){
    .content {
        width:calc(100% - 100px);
        padding-left:100px;
    }

    .right-decorations {
        display:none;
    }

    .header {
        flex-direction:column;
        height:auto;
    }

    .header .polaroid-video {
        position:relative;
    }

    .header .title {
        margin-left:0;
        font-size:30px;
        line-height:30px;
        margin: 40px 0 0px 0;
    }

    div.text-1 {
        margin-top:20px;
    }
}

@media (max-width:500px){
    body {
        margin:0;
        padding:0;
    }

    .left-decorations {
        width:100%;
        max-height:100px;
        position:absolute;
    }

    .left-decorations .img {
        display:flex;
        flex-direction:row;
    }

    .left-decorations .img img {
        height:100px;
    }

    .right-decorations {
        width:100%;
        max-height:100px;
        bottom:0;
        display:flex;
        top:auto;
        margin-top:100px;
        position:relative;
    }

    .right-decorations .img {
        display:flex;
        flex-direction:row;
    }

    .right-decorations .img img {
        height:100px;
        width:auto;
    }
    
    .content {
        width:calc(100% - 40px);
        margin: 0 20px;
        padding-left:0;
    }

    div.text-1 {
        font-size:20px;
    }

    div.text-5 {
        font-size:20px;
    }

    div.text-6 {
        font-size:20px;
    }

    div.text-7 {
        font-size:20px;
    }
    
}