@import url(../fonts/stylesheet.css);

* {
    padding: 0;
    margin: 0;
}
*::selection {
    color: white;
    background-color: black;
}
body {
    background-color: black;

}

main {
    background-image: url(../images/hero.jpg)  ;
    background-repeat: no-repeat;
}
/* HERO */
#hero  {
    /* background: url(../images/hero.jpg) center/cover no-repeat; */
    /* background-color: black; */
    min-height: 80vh;
    color: white;
}
#hero a {
    color: white;
    font-family: 'Proxima Nova';
}
.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 200px;
    scale: 1.6;
}
.hero .btn {
    background-color: #2ff4b2;
    color: white;
    border-radius: 60px;
    border: none;
    scale: 0.8;
    padding: 15px 30px;
}

/* Gallery */

#gallery, #gallery2 , #gallery3, #gallery4 , #socials{
    min-height: 70vh;
}
#gallery * {
    padding: 0;
}
#gallery img{
    height:700px;
    width: 975px;
    object-fit: cover;
    object-position: center;

}



/* PHILOSOPHY */

#philosophy {
    padding: 200px 0px;
    background-color: #002958;
    color: white;
    font-family: 'Sofia';
    font-weight: lighter;
}
#philosophy blockquote {
    border-left: 1px solid white;
}
#philosophy h2 {
    padding: 10px 0px;
}
#philosophy a{
    color: #2ff4b2;
    padding-left: 20px;
    text-decoration: none;
}

/* COMPANY   */
#company {
    min-height: 30vh;
    padding: 2rem 0rem;
    font-family: 'Sofia', sans-serif ;
    font-weight: lighter;
}
/* SOCIALS */
#socials {
    padding: 0rem 100px;
    font-family: 'Sofia';
    font-weight: lighter;
}


/* FOOTER */

footer span {
    color: #2ff4b2;
}
footer {

    background-color: #002d5a;
    color: white;
}
footer ul {
    display: inline-flex;
    list-style: none;
    padding: 10px 0;
    
}
footer li {
    padding: 0px 10px;
}
footer a {
    color: white;
    text-decoration: none;
}





