@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;500;700&display=swap');

/* colors 
color: #5C9CAA;
*/

body {
    color: #EEE8A9;
    background: #1f282e; 
}

li.nav-item a.nav-link.active,
a, a:hover,
.popover-body {
    color: #EEE8A9;
}

a { cursor: pointer; }
.popover-body {
    font-size: 1.05em;
}

p.h1,
#about p,
#contact h1,
#foot,
.popover-body {
    background-image: linear-gradient(120deg, #003857, #003e61, #00456a, #004b74, #00527e, #00527e, #00527e, #00527e, #004b74, #00456a, #003e61, #003857),
        url('./pictures/bg/bg4.jpg');
    background-blend-mode: color;
    box-shadow: 2px 2px 5px #000;
}

.main {
    background: url('./pictures/pulpit.jpg');
    background-size: cover;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .35);
}

.border-div {
    position: absolute;
    background-image: linear-gradient(300deg, #1f282e, #242d34, #29323a, #2e3841, #333d47, #38424d, #3d4653, #434b59, #495060,  #29323a, #242d34);
    opacity: .3;
}

html, body, .bg-basic, .border-div, .bg-gallery {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
    overflow-y: scroll;
}

/* Useful stuff */

.bg-basic {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

a, a:hover {
    text-decoration: none;
}

p {
    font-size: 1.5em;
    text-align: justify;
}

h1 {
    font-size: 7vw;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    text-shadow: 2px 2px 10px #000;
}

hr {
    margin: 0;
    border-top: solid 1px #7e8891;
}

section {
    padding: 3rem 0;
}

/* 
    Navbar
*/

nav.navbar.fixed-top {
    bottom: 0;
    right: unset;
}

li.nav-item a.nav-link {
    color: #5C9CAA;
    transition: .35s;
}

li.nav-item a.nav-link.active {
    font-size: 1.25em;
    padding: .1em;
}

.navbar-nav {
    writing-mode: vertical-rl;
    font-size: 4vh;
    text-transform: uppercase;
    padding: 2rem 0;
    margin: 0;
    transition: all .35s linear;
    line-height: normal;
}

/* 
    Home
*/

.logo-header .text-outlined {
    margin-left: auto;
    font-size: 2.5vw;
    z-index: 5;
    line-height: 1;
}

.logo-header .text-outlined h1 {
    background-color: #5C9CAA;
    color: transparent;
    text-shadow: 2px 2px 4px rgba(31, 40, 46, .35);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.text-outlined p {
    color: #EEE8A9;
    text-transform: uppercase;
    text-align: end;
}

/* 
    About
*/

#about .container {
    width: 75%;
}

.bg-about {
    background: url('./pictures/bg/bg5.jpg'), url('./pictures/bg/bg4.jpg');
    background-blend-mode: luminosity;
    opacity: .5;
    background-size: contain;
}

.about-img {
    border: 1px solid #212121;
    box-shadow: 1px 1px 10px #000;
    background-size: cover;
}

.img-bg {
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #1F282EFF, #1F282E33 45%, #1F282EFF);
    height: 100%;
    width: 100%;
}

.question {
    color: #96BCAA;
    font-size: .5em;
}

p.about-txt,
p.seller-txt {
    margin: 0;
    font-size: 1.5vw;
}

.seller-txt {
    text-shadow: 1px 1px 3px #1f282e;
}

.about-text {
    position: absolute;
    left: 80%;
    top: 1.5rem;
    width: 100%;
}

/*
    Gallery
*/

.bg-gallery {
    background: url('./pictures/bg/bg5.jpg');
    opacity: .75;
    background-size: contain;
    
}

.img-div {
    position: relative;
    padding:  0;
    margin: 1rem 0;
}

.gallery-img {
    display: block;
    width: 100%;
    transition: ease .35s;
    box-shadow: 1px 1px 10px #000;
}

.img-div:hover .overlay {
    opacity: 1;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(37, 37, 37, .7);
    margin: 0;
    cursor: pointer;
}

.text {
    font-size: 2em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

/* 
    Contact
 */

#contact {
    min-height: 100%;
}

.bg-contact {
    background: url('./pictures/bg/bg3.jpg');
    opacity: .5;
}

.bg-shadow {
    background-color: #100E0E88;
}

.contact-img {
    background: url('./pictures/krajobraz/sample/01.jpg');
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 50%;
    min-height: 100%;
    top: 0;
    left: 50%;
    z-index: -1;
}

.picture-text {
    text-align: end;
}

.picture-text h1 {
    padding-right: 1rem;
}

.card {
    background-image: linear-gradient(120deg, #003857, #003e61, #00456a, #004b74, #00527e, #00527e, #00527e, #00527e, #004b74, #00456a, #003e61, #003857);
    margin-top: 2rem;
    opacity: .7;
}

.card:hover {
    opacity: 1;
}

.card img {
    padding: 1rem;
}

/* Form */
form#contactForm {
    background-repeat: no-repeat, repeat;
    background-image: url('./pictures/bg/bg3.jpg'), url('./pictures/bg/bg4.jpg');
    background-blend-mode: screen;
    padding: 1rem;
    opacity: .85;
}

.btn-submit {
    background-color: #100E0E;
    background-image: linear-gradient(to right top, #05040433, #0a080933, #0f0d0d33, #13101133, #16131433);
    padding: .75rem 2rem;
    margin: 1rem 0;
    color: #EEE8A9;
    font-size: 1.25em;
}

.form-control,
.form-control:focus,
.form-control:active,
.btn-submit:focus,
.btn-submit:active {
    background-color: #100E0E99;
    background-image: linear-gradient(to right top, #05040433, #0a080933, #0f0d0d33, #13101133, #16131433);
    box-shadow: none;
    color: gold;
}

#contactForm {
    width: 75%;
}

.form-floating textarea.form-control {
    height: 15vw;
}

.form-control {
    border: 1px solid #100E0Ec9;
    box-shadow: 0px 0px 10px 10px #100E0E45 inset;
    border-radius: 3px;
}

.form-control:focus,
.form-control:active,
.btn-submit:focus,
.btn-submit:active {
    border: 1px solid #EEE8A9;
    background: #100E0EDD;
}