@import "//fonts.googleapis.com/css?family=Italiana:400";
@import "//fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap";
@import "//fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900";

html {
    font-size: 112.5%
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.small-screen-line-break {
    display: none
}

body {
    background-color: #000;
    font-family: 'Italiana', serif;
    background: #dedede;
    color: #FFF
}

.main-content {
    width: 80%
}

body .prompt-text {
    font-size: 15px
}

body nav {
    opacity: 0
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Italiana', serif
}

h1 {
    font-size: 1.802rem
}

h2 {
    font-size: 1.602rem
}

h3 {
    font-size: 1.424rem
}

h4 {
    font-size: 1.266rem
}

h5 {
    font-size: 1.125rem
}

.h1 {
    font-size: 1.802rem
}

.h2 {
    font-size: 1.602rem
}

.h3 {
    font-size: 1.424rem
}

.h4 {
    font-size: 1.266rem
}

.h5 {
    font-size: 1.125rem
}

.list-font {
    font-size: 1.3rem
}

.main-text-font {
    font-size: 2.5em
}

.dummy-text-font {
    font-size: 1.8px rem
}

small,
.text_small {
    font-size: .889rem
}

@media screen and (max-width: 1588px) {
    body .main-content {
        width: 80%
    }

    .dummy-text-font {
        font-size: 1.8rem
    }

    body .dummy-text-font {
        font-size: 1.7rem
    }
}

@media screen and (max-width: 1020px) {
    .dummy-text-font {
        font-size: 1rem !important
    }
}

@media screen and (max-width: 612px) {
    .dummy-text-font {
        font-size: .8rem !important
    }

    .small-screen-line-break {
        display: block
    }

    .main-content-txt {
        margin-bottom: 15px !important;
        line-height: 44px !important
    }
}

@media screen and (max-width: 550px) {
    .contact {
        text-align: center !important;
        margin: 0 auto
    }
}

@media only screen and (max-width: 505px) and (min-width: 320px) {
    body .dummy-text-font {
        font-size: .9rem
    }
}

@media screen and (max-width: 820px) {
    body nav {
        opacity: 1
    }

    .img-box {
        box-sizing: content-box;
        margin: 50px;
        height: 400px;
        width: 450px;
        overflow: hidden;
        display: inline-block;
        color: #fff;
        position: relative;
        background-color: #fff;
        font-family: Raleway;
        background-color: #202125;
        transition: transform .4s ease;
        transition: box-shadow 1s;
        box-shadow: rgba(0, 0, 0, 0.3) 0 19px 38px, rgba(0, 0, 0, 0.22) 0 15px 12px
    }

    .img-box-caption {
        color: red;
        z-index: 1
    }

    .left-side {
        width: 100%;
        height: 50%;
        position: absolute;
        bottom: 0
    }

    .right-side {
        width: 100%;
        height: 50%;
        right: 0;
        top: 0;
        position: absolute
    }

    .img-box-big {
        height: 800px;
        width: 70%
    }

    .img-box-big img {
        float: right;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .4s ease;
        z-index: 0
    }

    body .prompt-text {
        font-style: italic;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
        font-size: 25px
    }

    .img-box:hover img {
        transform: scale(1.05)
    }

    .img-box:hover .transparent-box {
        background-color: rgba(0, 0, 0, 0.25)
    }

    .img-box-big:hover .transparent-box {
        background-color: rgba(0, 0, 0, 0)
    }

    .img-box:hover .caption {
        transform: translateY(20px);
        opacity: 1
    }

    .img-box:hover {
        cursor: pointer;
        box-shadow: rgba(0, 0, 0, 0.4) 0 21px 40px, rgba(0, 0, 0, 0.4) 0 17px 14px
    }
}

@media screen and (min-width: 820px) {

    h1,
    h2,
    h3,
    h4,
    h5 {
        font-family: 'Italiana', serif
    }

    body nav {
        opacity: 1
    }

    .img-box {
        box-sizing: content-box;
        margin: 50px;
        height: 400px;
        width: 450px;
        overflow: hidden;
        display: inline-block;
        color: #fff;
        position: relative;
        background-color: #fff;
        font-family: Raleway;
        background-color: #141417;
        transition: transform .4s ease;
        transition: box-shadow 1s;
        box-shadow: rgba(0, 0, 0, 0.3) 0 19px 38px, rgba(0, 0, 0, 0.22) 0 15px 12px
    }

    .left-side {
        width: 50%;
        height: 100%;
        position: absolute
    }

    .right-side {
        width: 50%;
        height: 100%;
        right: 0;
        position: absolute
    }

    .img-box-big {
        height: 800px;
        width: 70%
    }

    .img-box-big img {
        float: right;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .4s ease
    }

    body .prompt-text {
        font-style: italic;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
        font-size: 30px
    }

    .img-box:hover img {
        transform: scale(1.05)
    }

    .img-box:hover .transparent-box {
        background-color: rgba(0, 0, 0, 0.25)
    }

    .img-box-big:hover .transparent-box {
        background-color: rgba(0, 0, 0, 0)
    }

    .img-box:hover .caption {
        transform: translateY(20px);
        opacity: 1
    }

    .img-box:hover {
        cursor: pointer;
        box-shadow: rgba(0, 0, 0, 0.4) 0 21px 40px, rgba(0, 0, 0, 0.4) 0 17px 14px
    }

    h1 {
        font-size: 3.052rem
    }

    h2 {
        font-size: 2.441rem
    }

    h3 {
        font-size: 1.953rem
    }

    h4 {
        font-size: 1.563rem
    }

    h5 {
        font-size: 1.25rem
    }

    .h1 {
        font-size: 3.052rem
    }

    .h2 {
        font-size: 2.441rem
    }

    .h3 {
        font-size: 1.953rem
    }

    .h4 {
        font-size: 1.563rem
    }

    .h5 {
        font-size: 1.25rem
    }

    .list-font {
        font-size: 1.5rem
    }

    .logo-font {
        font-size: 2.5rem
    }

    .main-text-font {
        font-size: 3.7rem
    }

    .dummy-text-font {
        font-size: 2rem
    }

    small,
    .text_small {
        font-size: .8rem
    }

    .line-break-hidden-on-desktop {
        display: none
    }

    .main-content {
        width: 60%
    }
}

.vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.roboto-light {
    font-weight: 100;
    font-family: 'Roboto', serif;
    letter-spacing: .025em
}

.italiana {
    font-weight: 100;
    font-family: 'Italiana', serif;
    letter-spacing: .025em
}

li,
a {
    text-decoration: none;
    color: white
}

header {
    display: flex;
    position: sticky;
    top: 0;
    justify-content: space-between;
    align-items: center;
    padding: 30px 5%;
    line-height: 30px;
    z-index: 500
}

.logo {
    cursor: pointer;
    vertical-align: middle;
    z-index: 600;
    margin-right: 10px;
    border-radius: 50%;
    width: 60px
}

nav {
    z-index: 500
}

.nav-links {
    list-style: none
}

.nav-links li {
    display: inline-block;
    padding: 0 2vw;
    vertical-align: middle;
    letter-spacing: .025em
}

.nav-links li a {
    vertical-align: middle;
    -webkit-text-stroke: .25px #FFF;
    white-space: nowrap
}

.nav-links li a:hover {
    color: grey;
    outline: none;
}

.navbar {
    background-color: #202125
}

.navbar-toggler {
    display: none
}

.main-content {
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(140, 140, 140, 0);
    height: 180px;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0);
    border-radius: 1px
}

.highlight {
    color: #add8e6
}

.main-content-wrapper {
    height: 100% !important;
    background-color: #202125
}

.main-content-txt {
    letter-spacing: .025em;
    text-align: center;
    margin-bottom: 5px;
    margin-top: -12px
}

.dummy-text {
    text-align: center
}

.gallery-wrap {
    background-color: #202125
}

.title-wrap {
    background: #000;
    height: 180px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.gallery {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #202125
}

.gallery-images {
    height: 450px;
    width: 450px;
    object-fit: cover;
    transform: scale(1.0);
    transition: transform .4s ease;
    border-radius: 1px
}

.caption>p:nth-child(2) {
    font-size: .8em
}

.transparent-box {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color .3s ease
}

.caption {
    position: absolute;
    font-size: 20px;
    left: 20px;
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease
}

.opacity-low {
    opacity: .5
}

.fade {
    transition: opacity .35s ease-in
}

.fadeOut {
    opacity: 0
}

.fadeIn {
    opacity: 1
}

.hidden {
    display: none
}

body #moreBtn {
    position: absolute;
    bottom: 5px
}

.center {
    text-align: center
}

h1 {
    transform: scale(0.94);
    animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1)
}

@keyframes scale {
    100% {
        transform: scale(1)
    }
}

span {
    display: inline-block;
    opacity: 0;
    filter: blur(4px)
}

span:nth-child(1) {
    animation: fade-in .8s .1s forwards cubic-bezier(0.11, 0, 0.5, 0)
}

span:nth-child(2) {
    animation: fade-in .8s .2s forwards cubic-bezier(0.11, 0, 0.5, 0)
}

span:nth-child(3) {
    animation: fade-in .8s .3s forwards cubic-bezier(0.11, 0, 0.5, 0)
}

span:nth-child(4) {
    animation: fade-in .8s .4s forwards cubic-bezier(0.11, 0, 0.5, 0)
}

span:nth-child(5) {
    animation: fade-in .8s .5s forwards cubic-bezier(0.11, 0, 0.5, 0)
}

span:nth-child(6) {
    animation: fade-in .8s .6s forwards cubic-bezier(0.11, 0, 0.5, 0)
}

span:nth-child(7) {
    animation: fade-in .8s .7s forwards cubic-bezier(0.11, 0, 0.5, 0)
}

span:nth-child(8) {
    animation: fade-in .8s .7s forwards cubic-bezier(0.11, 0, 0.5, 0)
}

span:nth-child(9) {
    animation: fade-in .8s .7s forwards cubic-bezier(0.11, 0, 0.5, 0)
}

span:nth-child(10) {
    animation: fade-in .8s .7s forwards cubic-bezier(0.11, 0, 0.5, 0)
}

span:nth-child(11) {
    animation: fade-in .8s .7s forwards cubic-bezier(0.11, 0, 0.5, 0)
}

span:nth-child(12) {
    animation: fade-in .8s .7s forwards cubic-bezier(0.11, 0, 0.5, 0)
}

span:nth-child(13) {
    animation: fade-in .8s .7s forwards cubic-bezier(0.11, 0, 0.5, 0)
}

span:nth-child(14) {
    animation: fade-in .8s .7s forwards cubic-bezier(0.11, 0, 0.5, 0)
}

span:nth-child(15) {
    animation: fade-in .8s .7s forwards cubic-bezier(0.11, 0, 0.5, 0)
}

span:nth-child(16) {
    animation: fade-in .8s .7s forwards cubic-bezier(0.11, 0, 0.5, 0)
}

span:nth-child(17) {
    animation: fade-in .8s .7s forwards cubic-bezier(0.11, 0, 0.5, 0)
}

span:nth-child(18) {
    animation: fade-in .8s .7s forwards cubic-bezier(0.11, 0, 0.5, 0)
}

@keyframes fade-in {
    100% {
        opacity: 1;
        filter: blur(0)
    }
}

.gallery-text {
    text-align: center
}

.circles {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(96, 183, 199, 0.1);
    animation: animate 25s linear infinite;
    bottom: calc(-150px - 40vh)
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
    animation-duration: 20s;
    border-radius: 50%;
    border-top-left-radius: 0 !important;
    background: rgba(47, 44, 92, 0.1)
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    animation-duration: 25s;
    border-radius: 50%;
    border-top-left-radius: 0 !important;
    background: rgba(96, 183, 199, 0.1)
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    animation-duration: 20s;
    border-radius: 50%;
    border-top-left-radius: 0 !important;
    background: rgba(47, 44, 92, 0.1)
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 15s;
    border-radius: 50%;
    border-top-left-radius: 0 !important;
    background: rgba(114, 63, 145, 0.1)
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    animation-duration: 20s;
    border-radius: 50%;
    border-top-left-radius: 0 !important;
    background: rgba(96, 183, 199, 0.1)
}

.circles li:nth-child(6) {
    left: 75%;
    width: 90px;
    height: 90px;
    animation-delay: 0s;
    animation-duration: 25s;
    border-radius: 50%;
    border-top-left-radius: 0 !important;
    background: rgba(114, 63, 145, 0.1)
}

.circles li:nth-child(7) {
    left: 35%;
    width: 50px;
    height: 50px;
    animation-delay: 0s;
    animation-duration: 30s;
    border-radius: 50%;
    border-top-left-radius: 0 !important;
    background: rgba(47, 44, 92, 0.1)
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 0s;
    animation-duration: 35s;
    border-radius: 50%;
    border-top-left-radius: 0 !important;
    background: rgba(114, 63, 145, 0.1)
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 0s;
    animation-duration: 40s;
    border-radius: 50%;
    border-top-left-radius: 0 !important;
    background: rgba(47, 44, 92, 0.1)
}

.circles li:nth-child(10) {
    left: 85%;
    width: 50px;
    height: 50px;
    animation-delay: 0s;
    animation-duration: 45s;
    border-radius: 50%;
    border-top-left-radius: 0 !important;
    background: rgba(96, 183, 199, 0.1)
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 0
    }

    50% {
        transform: translateY(-60vh) rotate(360deg);
        opacity: 1
    }

    100% {
        transform: translateY(-120vh) rotate(720deg);
        opacity: 0
    }
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}