body{
    background: hsl(257, 40%, 49%) url("./images/bg-desktop.svg") no-repeat center;
    background-size: cover;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
   
}
.navbar{
    position: relative;
    width: 100%;
    margin: 2rem 0 0 0 ;
   
}
.nav-c{
    position: relative;
    right: 4%;
    width: 100%;

}
.navbar-brand img{
   width: 12rem;
    height: auto;

}

.two-columns {
    display: flex;
    justify-content: center;
    margin: 2rem 0 0 0 ;

}
.column{
    max-height: 65vh;
}
.column img{
    display: flex;
    max-width: 100%;
    width: 92.5%;
    max-height: 100%;
    justify-self:right;
    padding-right: 2rem;
    

}
.column h1{
    padding-top: 2.3rem;
    text-align: left;
    font-family: "Poppins", sans-serif ;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.5;
    max-width: 90%;

    
}
.column p{
    text-align: left;
    padding-top: 0.4rem;
    padding-bottom: 0.3rem;
    font-size: 1rem;
    line-height: 1.5;
    opacity: 0.8;
    max-width: 85%;
}

.column button{
    display: grid;
    place-items: center;
    height: 2.7rem;
    width: 10rem;
    border-radius: 30px;
    border: 0;
    box-shadow: 1px 3px 10px rgb(17, 17, 17) ;
    color: hsl(257, 40%, 49%);
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    
}
.column button:hover{
    color: white;
    background-color:hsl(300, 69%, 71%) ;
}
#footer{
    position: relative;
    width: 100%;
    height: 10%;
    text-align: right;
    padding: 2rem 0 1.5rem 0;
}
.f-div{
    margin-right: 5%;
}
.footer-icons{
    margin: 2rem 0.4rem 0;
    text-decoration: none;
    color: white;
    padding-right: 1rem;
}
.footer-icons:hover{
    color: hsl(300, 69%, 71%);
    border-color: black;
    border-width: 10px;

}
.fa-brands{
    font-size: 1.3rem;
    
}
@media (max-width: 768px) {
    .navbar-brand img{
   padding-left: 2rem;
}
.two-columns {
        text-align: center;
        padding: 1rem 2rem;
        
}

.column img{
   width: 100%;
    padding-right: 0;
    
}
.column h1{
    text-align: center;
    font-size: 1.8rem ;
    max-width: 100%;
}
.column p {
        text-align: center;
        justify-self: center;
        max-width: 92%;
    }
.column button {
        margin: 1rem auto;
        justify-self: center;
        width: 13rem;
}

#footer{
    text-align: center;
    padding-bottom: 3.5rem;
    padding-top: 1.6rem;
}
.f-div{
    margin-right: 0%;
}
.footer-icons{
    margin: 2rem 0.8rem 0;
    padding-right: 0rem;
}



}

