

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    color: #3a3e45;
}

h1 {
    font-family: 'Lora', serif;
}

h2 {
    font-family: 'Lora', serif;
}


nav {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

nav img {
    width: 100%;
    max-width: 300px;
    margin: 2em;
}

nav a {
    color: #d7395c;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 30px;
}

img{
    max-width: 100%;
}

.slider {
    display: flex;
    width: 100%;
    height: 800px;
    align-items: center;
    justify-content: center;
    /*background-image: url(./Images/computerslider.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.fade {
    width: 100%;
}
.fade .button {
    bottom: 41%;
    right: 50%;
    position: absolute;
    transform: translate(50%);
}
.slick-prev:before, .slick-next:before {
    font-size: 60px;
}
.slick-prev {
    left: 10px;
    z-index: 10;
}
.slick-next {
    right: 50px;
    z-index: 10;
}
.fade div{
    width: 100%;
    height: 80vh;
}
.fade div:nth-of-type(1){
    background-image: url("./Images/computerslider.jpg");
}

.fade div:nth-of-type(2){
    background-image: url(./Images/slide2.jpg);
}

.fade div:nth-of-type(3){
    background-image: url(./Images/slide3.jpg);
}

.button {
    background-color: #d7395c;
    border: none;
    color: white;
    padding: 15px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    border-radius: 12px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    outline: none;
    width: 15em;
    height: 3em;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
}

.button:hover {
    background-color: white;
    color: #d7395c;
    border: 3px solid #d7395c;
}

.container {
    display: flex;
    width: 100%;
    min-height: 400px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
}

.container > p {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 1px;
    line-height: 1.5;
}

.container-2 {
    display: flex;
    width: 100%;
    min-height: 800px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.photo-1 {
    background-image: url("./Images/romantyczna-2.jpg");
    width: 20%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*
            -webkit-transition-duration: 0.4s;  Safari 
            transition-duration: 0.4s;*/
}

.photo-2 {
    background-image: url("./Images/elegancka.jpg");
    width: 20%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.photo-3 {
    background-image: url("./Images/hipster.jpg");
    width: 20%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.photo-4 {
    background-image: url("./Images/energiczna.jpg");
    width: 20%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fading:hover div {
    opacity: 1;
}

.fading div {
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s;
    text-align: center;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fading div span {
    font-weight: 700;
    color: #ffffff;
    font-size: 1.7em;
    text-shadow: 0 5px 11px #84687bcc;
}

.container-3 {
    display: flex;
    background-image: url(./Images/symphony.png);
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    min-height: 1200px;
}

.texting {
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.5;
    width: 50%;
}

#profil {
    border-radius: 50%;
    width: 500px;
    height: 500px;
    overflow: hidden;
    border: 20px solid white;
}

#profil img {
    width: 100%;
}

.container-4 {
    display: flex;
    width: 100%;
    min-height: 500px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.flex {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.icons i {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #ffabd4;
    text-align: center;
    display: inline-block;
    padding: 50px;
    color: white;
    font-size: 3em;
}

.icons p {
    text-align: center;
}

.icons i:hover{
    box-shadow: 0 0 24px 0 #905270;
    color: #ffabd4;
    /*background-color: #ffdeee;*/
    background-color: white;
    
}

.baner {
    display: flex;
    width: 100%;
    height: 600px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#promo{
    background-image: url(./Images/komputer.jpg);
}

.container-5 {
    display: flex;
    width: 100%;
    min-height: 100px;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
}

.container-6 {
    display: flex;
    width: 100%;
    min-height: 500px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}



.visual {
    width: 30%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}

#logo {
    background-image: url("./Images/chooselogo.jpg");
}

#kolory{
    background-image: url("./Images/kolory.jpg");
}
   
#fonty{
    background-image: url("./Images/fonty.jpg");
}


#gratis{
    background-color: #c7eef2;
    height: 400px;
    justify-content: center;
}

.blog-container{
    display: flex;
    width: 100%;
    min-height: 1000px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}



#post-1{
    background-image: url("./Images/croissant.jpg");
    height: 700px;
    
}

#post-2{
    background-image: url("./Images/hat.jpg");
    height: 700px;
}

#post-3{
    background-image: url("./Images/notebook.jpg");
    height: 700px;
}


#group{
    background-image: url("./Images/friends.jpg");
    justify-content: center;
}

#group div {
    color: white;
}


.flex-2 {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.icon-2 i {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #6fd4de;
    text-align: center;
    display: inline-block;
    padding: 50px;
    color: white;
    font-size: 3em;
    margin-right: 20px;
}

.icon-2 i:hover{
    box-shadow: 0 0 24px 0 #bfbfbf;
    color: #6fd4de;
    /*background-color: #ffdeee;*/
    background-color: white;
}

footer {
    text-align: center;
    min-height: 100px;
    padding-top:80px;
}

.hej {
    font-family: 'Dancing Script', cursive;
    font-size: 60px;

}


@media screen and (max-width: 800px) {
    nav {
        flex-flow:column-reverse;
    }

    nav img {
        order: 1;
    }

    .container-2 {
        flex-direction: column;
    }
}
