*{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    border: border-box;
    scroll-behavior: smooth;
}
body{
    padding: 0px;
    background-color: black;
}
.nav-bar{
    height: 90px;
    background-color: black;
    color: white;
    display: flex;
    justify-content: space-evenly;
}
.nav-logo{
    height: 90;
    width: 30%;
}
.logo{
    background-image: url(images/SpaceX-White-Logo.wine.png);
    background-size: cover;
    height: 150px;
    width: 100%;
    position: relative;
    top: -95px;
    left: -10px;
    margin-top: 35px;
}

.nav-opt{  
    height: 26px;
    width: 70%;
    margin-top: 47px;
    font-size: 0.75rem;
    font-weight: 700;
}

.nav-opt a{
    display: inline;
    margin-right: 1.5rem;
}
.nav-opt a:hover{
    text-decoration: underline 2px;
    transition: all 1
    s linear;
}

.nav-menu{
    display: flex;
    margin-top: 2.4rem;
    margin-right: 5%;
    font-size: 1.5rem;
}

.nav-menu a{
    height: 26px;
    width: 80%;
    margin-top: 0.65rem;
    margin-right: 30px;
    font-size: 0.75rem;
    font-weight: 700;
}

.box1{
    background-image: url(images/img-1.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    height: 700px;
}
.box2{
    background-image: url(images/img-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
}
.box3{
    background-image: url(images/img-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 685px;
}
.box4{
    background-image: url(images/img-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
}
.box-text{
    margin-left: 35px;
    position: relative;
    top: 450px;
}

#text1{
    color: white;
    font-size: 1.2rem;
}
#text2{
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
}

.panel1{
    height: 80px;
}
.panel2{
    margin-left: 20%;
    padding-top: 30px;
    width: 60%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 0.85rem;
    font-weight: 700;
}
.button{
    margin-top: 25px;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    text-align: center;
    padding: 15px   50px;
}
.button:hover{
    background-color: white;
    color: black;
}
#text3{
    font-size: 0.85rem;
    font-weight: 700;
}