body {
    width: 960px;
    margin: 0 auto;
    font-family: "all-round-gothic", sans-serif;
    font-weight:normal;
    font-style: normal;
}

#navigation {
    background-color: #2E1A0E;
    color: #F3F1EE;
    display: flex;
    justify-content: space-between;
    width: 960px;
    height: 61px;
    position: fixed;
    z-index: 999;
}

#navigation .logo {
    padding-left: 30px;
    padding-top: 20px;
}

#navigation ul {
    display: flex;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
}

#navigation ul a {
    text-decoration: none;
    color:#F3F1EE; 
    border: 1px solid #F3F1EE;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 30px;
}

#navigation ul a.about {
    padding-left: 30px;
    padding-right: 30px;
}

#navigation ul a.active {
    background-color: #F3F1EE;
    color: #2E1A0E;
}

#navigation ul a:hover {
    background-color: #F3F1EE;
    color: #2E1A0E
}


h1 {
    color: #93E6E7;
    font-size: 120px;
    text-align: center;
    font-weight: 500;
    font-style: normal;
}

#section-one {
    position: relative;
    color:#F3F1EE;
    background-repeat: no-repeat;
    padding-top: 60px;
}

#section-one .banner-content {
    position: absolute;
    top: 170px;
    left: 97px;
    text-align: center;
}

#section-one .elements {
    padding-top: 30px;
}

#section-one .elements p {
    padding-bottom: 20px;
    font-size: 20px;
}

#section-one .elements a {
    text-decoration: none;
    color: #2E1A0E;
    background-color: #93E6E7;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 30px;
}

#section-one .elements a:hover {
    background-color: #F3F1EE;
    color: #2E1A0E
}

#section-two {
    background-color:#2E1A0E;
    color: #F3F1EE; 
    display: flex;
    justify-content: space-between;
    padding-top: 90px;
    padding-bottom: 90px;
}

#section-two .phone1 {
    margin-left: 90px;
    width: 290px;
}

#section-two .stream {
    text-align: center;
    margin-right: 90px;
    width: 290px;
}

#section-two .stream h2 {
    color: #93E6E7;
    padding-top: 60px;
    padding-bottom: 20px;
    font-size: 40px;
    font-weight: 500;
    font-style: normal;
}

#section-two p {
    font-size: 24px;
    width: 220px;
    margin-left: 35px;
}

#section-three {
    background-color: #F3F1EE;
    display: flex;
    justify-content: space-between;
}

#section-three .share {
    margin-left: 50px;
    width: 260px;
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
}

#section-three .connect{
    margin-right: 50px;
    width: 260px;
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
}

#section-three .share h2 {
    font-size: 40px;
    padding-top: 60px;
    padding-bottom: 20px;
    font-weight: 500;
    font-style: normal;
}

#section-three .connect h2 {
    font-size: 40px;
    padding-top: 60px;
    padding-bottom: 20px;
    font-weight: 500;
    font-style: normal;
}

#section-three p {
    font-size: 24px;
    padding-bottom: 50px;
}

#section-three .phone2 {
    margin-top: -70px;
    margin-bottom: -70px;
    position: relative;
    z-index: 3
}

#section-four {
    position: relative;
    /* background-image: url('../images/photo-1.jpg'); */
    color:#F3F1EE;
    background-repeat: no-repeat;
}

#section-four .contents {
    position: absolute;
    text-align: center;
    top: 100px;
    align-items: center;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#section-four h2 {
    font-size: 48px;
    width: 600px;
    font-weight: 500;
    font-style: normal;
}

#section-four .apps {
    padding-top: 30px;
}

#section-four .desktop {
    margin-top: -250px;
    margin-bottom: -160px;
    display: flex;
    flex-direction: row;
    width: 626px;
    margin-left: 290px
}

#section-five {
    background-color: #2E1A0E;
    display: flex;
    justify-content: space-between;
    gap: 90px;
    height: 780px;
}

#section-five .phone3 {
    width: 234px;
    margin-left: 90px;
    margin-top: 115px;
}

#section-five h2 {
    color: #93E6E7;
    font-size: 48px;
    text-align: center;
    margin-right: 90px;
    padding-top: 295px;
    padding-bottom: 60px;
    font-weight: 500;
    font-style: normal;
}

#section-five .right-elements {
    display: flex;
    flex-direction: column;
}

#section-five ul {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-left: 75px;
}

#section-five ul .first:hover {
    opacity: 0.7;
}

#section-five ul .second:hover {
    opacity: 0.7;
}

#section-five .third:hover {
    opacity: 0.7;
}

#section-five .third {
    padding-top: 20px;
    padding-left: 165px;
}

#footer {
    background-color:#93E6E7;
    color:#2E1A0E;
    font-size: 16px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#footer .links {
    display: flex;
    flex-direction: row;
    gap: 70px;
}

#footer .first {
    width: 85px;
}

#footer .second {
    width: 102px;
}

#footer .right {
    display: flex;
    flex-direction: row;
    gap: 60px;
    padding-left: 280px;
}

#footer .third {
    width: 136px;
}

#footer .fourth {
    width: 110px;
}

#footer .bottom {
    display: flex;
    flex-direction: row;
    padding-bottom: 25px;
    padding-right: 10px;
    justify-content: space-between;
}

#footer img {
    padding-top: 80px;
    width: 137px;
}

#footer p {
    padding-top: 92px;
}

#footer .company {
    font-weight: 500;
    font-style: normal;
}

#footer .gp {
    font-weight: 500;
    font-style: normal;
}

#footer .useful {
    font-weight: 500;
    font-style: normal;
}

#footer .general {
    font-weight: 500;
    font-style: normal;
}

#footer .first a {
    text-decoration: none;
    color:#2E1A0E;
}

#footer .first a:hover {
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
}

#footer .third a {
    text-decoration: none;
    color:#2E1A0E;
}

#footer .third a:hover {
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
}

/* begins About page */

#about {
    background-color:#F3F1EE;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#about .photo3 {
    width: 480px;
    height: 666px;
}

#about .info {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 54.5px;
    align-items: center;
}

#about h1 {
    font-size: 40px;
    color:#2E1A0E;
    font-weight: 500;
    font-style: normal;
    padding-top: 200px;
    width: 371px;
}

#about .paragraph {
    width: 330px;
    font-size: 20px;
}

#about .contact {
    font-size: 16px;
    width: 334px;
    padding-top: 40px;
}

#about p a {
    text-decoration: none;
    color:#2E1A0E;
}

#about p a:hover {
    font-weight: 700;
    font-style: normal;
}

