*{
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-style: normal;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    color: white;
}
body{
    background-color: black;
}
.gn{
    height: 100vh;
    width: 100%;
    background: url(./img/bk-2.jpg) ;
    background-attachment: fixed;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-repeat: no-repeat;

}
.bk{
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*margin-top: 90px;*/
}
#logo{
    fill: #ffffff;
    max-width: 650px;
    margin: auto;
    text-align: center;
    margin: auto 0px auto 11px;
}
.logo{
    text-align: center;
    font-size: 24px;
}
.contact{
    margin-top: 90px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.adress{
    margin-top: 5px;
}
#ig-logo{
    width: 25px;
    fill: white;
    margin: 35px auto 0;
    transition: 150ms;
}
#ig-logo:hover{
    fill: #cb865e;
    width: 30px;
    margin-top: 30px;
}
.line{
    width: 100%;
    border-bottom: solid 3px black;
    height: 1px;
    margin: 3px auto;
}
.footer{
    background: black;
    height: 100px;
}
#logo-footer{
    fill: white;
    width: 110px;
}
.footer-cont{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    align-items: center;
    height: 100px;
}

.copyright{
    font-size: 10px;
    color: white;
}
a:hover{
    color: #cb865e
}

@media only screen and (max-width: 590px) {
    .gn{
        background-position-x: -400px;
        background-size: 300%;
    }
    .logo{
        width: 270px;
        margin: 0 auto;
    }
    .footer-cont{
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse
    }
    .contact{
        margin-top:40px;
    }
    .footer{
        height: 40px;
    }
    .footer-cont{
        height: 40px;;
    }
    .gn-2{
        height: auto;
    }
}