*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* navigation bar */

header{
    height: 10vh;
    width: 100vw;
    position: fixed; 
    display: block;
    border-bottom: 0.097rem solid black;
    z-index: 2;
    background-color: #FFC017;
}

.navbar{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-around;
    align-items: center;
}

.container{
    height: 100%;
    width: 27.4%;
    display:flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-left: 1.8rem;;
}

.navbar>.container>a{
    height: 100%;
    width: 36.2%;
}

.navbar>.container>a>img{
    height: 41.3%;
    width: 100%;
    position: relative;
    top: 30%;
}

.container>.search{
    display: flex;
    height: 54%;
    width: 55.8%;
    margin: 0% 5% 0% 0%;
    border: 0.1rem solid #F9F9F9;
    background-color: #F9F9F9;
    align-items: center;
    justify-content: space-evenly;
    overflow: hidden;
    border-radius: 4rem;
}

.container>.search>label>img{
    position: relative;
    left: 0.8rem;
    height: 700%;
    width: 77.6%;
    overflow: hidden;
}

.container>.search>input{
    position: relative;
    height: 100%;
    width: 90%;
    left: 1.365rem;
    bottom: 0.07rem;
    background-color: #F9F9F9;
    border-color: #F9F9F9;
    box-shadow: none;
    font-family: "Open sans", sans-serif;
    color: #242424;
    font-weight: 600;
    font-size: 0.848rem;
    border: none;
}

.container>.search>input:focus{
    outline: none;
}

.nav-options{
    display: flex;
    justify-content: space-between;
    height:100%;
    width: 28.5%;
    align-items: center;
    list-style: none;
    margin-right: 2.86rem;
}

.nav-options li a{
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 550;
    font-size: 0.79rem;
    color: black;
}

.nav-options li a > button{
    font-size: 0.79rem;
    color: white;
    font-family: 'Open Sans', sans-serif;
    border: 0.8rem solid black; 
    border-radius: 2rem;
    background-color: black;
    font-weight: 750;
}

/*main body*/

/*upper section*/

main{
    position: relative;
    display: flex;
    flex-direction: column;
    top: 10vh;
    width: 100vw;
    z-index: 0;
}

.upper-section{
    display: flex;
    max-width: 100%;
    height: 61vh;
    background-color: #FFC017;
}

.upper-left{
    display: flex;
    flex-direction: column;
    align-content: center;
    height: 100%;
    width: 38%;
    margin: 0 2.8% 0 10.4%;
}

.upper-left>h1{
    position: relative;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 6.3rem;
    top: 18%;
}

.upper-left>h3{
    position: relative;
    font-family: "Open-sans", sans-serif;
    font-weight: 549;
    top: 24%;
    font-size: 1.5rem;
}

.upper-left>a{
    position: relative;
    top: 33%;
    width: 100%;
    height: 20%;
}

.upper-left>a>button{
    font-size: 1.3rem;
    color: white;
    background-color: black;
    padding: 0% 7.1%;
    border: 0.5rem solid black;
    border-radius: 2rem;
}

.upper-right{
    display: inline-block;
    height: 100%;
    width: 40%; 
    margin: 0% 0% 0% 8%;   
}

.upper-right>img{
    width: 100%;
    height: 100%;
}

/*lower section*/

.lower-section{
    display: flex;
    flex-direction: column;
    width: 100vw;   
}

.lower-upper{
    display: flex;
    flex-direction: column;
    width: 90%;
}

#heading{
    display: flex;
    height: 4vh;
    margin-left: 10.5%;
    width: 100%;
    position: relative;
    top: 2.5em;
}

#heading>img{
    display: inline;
    height: 90%;
    width: 2%;
}

#heading>h4{
    display: inline;
    position: relative;
    left: 0.8%;
    height: 100%;
    width: 20%;
    color: #242424;
    font-weight: 500;
    font-family: "Open sans", sans-serif;
    font-size: 1em;
    text-align: left;
}

#content{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 95%;
    left: 9rem;
    top: 3.5rem;
}

.part{
    display: flex;
    height: 8.5rem;
    width: 26.5rem;
}

.part>#number{
    font-weight: 700;
    font-size: 2rem;;
    display: inline-block;
    font-family: "Open sans", sans-serif;
    color: #F2F2F2;
    height: 70%;
    width:9.5%;
    margin-right: 1rem;;
}

.part>#bod{
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 100%;
    line-height: 1.5rem;
}

#bod>#head{
    display: flex;
    width:100%;
    position: relative;
    height: 20%;
}

#bod>#head>img{
    height: 78%;
    width: 6%;
    border-radius: 22%;
}

#bod>#head #topic{
    margin-left: 2.3%;
    width: 92%;
    height: 100%;
    font-family: "Open sans", sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    color: #242424;

}
#bod>#sub-bod{
    display: flex;
}

#bod>#sub-bod>h4{
    color: #242424;
    font-size: 0.9rem;
    font-family: "Open sans", sans-serif;
    font-weight: 750;
}

#bod>#foot>h5{
    font-family: "Open sans", sans-serif;
    font-size: 0.72rem;
    font-weight: 450;
    color: #6B6B6B;
}

.lower-lower{
    display: flex;
    width: 100vw;
    position: relative;
    top: 2rem;
    border-top: 0.01rem solid rgba(176, 173, 173, 0.45);
}
#lower-in{
    display: flex;
    width: 100%;
    position: relative;
    top:3.6rem;
}

.lower-left{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    width: 47%;
    left: 9.1%;
}

.news{
    display: flex;
    width: 100%;
    height: 9.8rem;
    margin: 0 0 3.2rem 0;
}

.news>.left-col{
    height: 100%;
    width: 70%;
    display: inline-block;
    margin-right: 1.4rem;
}

.left-col>a>#head{
    width: 98%;
    height: 11.5%;
    margin-bottom: 0.85rem;
    text-overflow: ellipsis;
}

.left-col>a{
    text-decoration: none;
}

.left-col>a>#head>span{
    font-family: "Open sans", sans-serif;
    font-weight: 650;
    color: #242424;
    font-size: 0.75rem;
}

.left-col>a>#head>img{
    height: 100%;
    width: 4.2%;
    border-radius: 14%;
}

.left-col>a>#up-bod{
    width: 98%;
    max-height:33%;
    margin-bottom: 0.4rem;
    overflow: hidden;
    font-family: "Open sans", sans-serif;
    font-weight: 750;
    font-size: 1.219rem;
    color: #242424;
}

.left-col>a>#down-bod{
    max-height: 27%;
    width: 98%;
    margin-bottom: 1.1rem;
    overflow: hidden;
    font-family: "Open sans", sans-serif;
    font-weight: 550;
    font-size: 0.939rem;
    color: #6B6B6B;
}

.left-col>#foot{
    width: 100%;
    height: 9.1%;
    font-family: "Open sans", sans-serif;
    font-weight: 480;
    font-size: 0.77rem;
    color: #6B6B6B;
}

.left-col>#foot>a{
    text-decoration: none;
    padding: 0.35rem 0.7rem;
    background-color: #F2F2F2;
    border: 0.1rem solid #F2F2F2;
    border-radius: 4rem;
    font-family: "Open sans", sans-serif;
    font-weight: 480;
    font-size: 0.77rem;
    color: #6B6B6B;
    border: #F2F2F2;
}

.news>.image{
    display: inline-block;
    height: 100%;
    width: 30%;
}

.news>.image>a>img{
    height: 100%;
    width: 100%;
}

.lower-right{
    display: block;
    height: 550vh;
    width: 43.7%;
    position: relative;
    left: 9.2%;
}

#head-lines{
    width: 100%;
    height: 9%;
    display: block;
    position: sticky;
    top: 15.3vh;
}

#head-lines>h3{
    color: #242424;
    font-weight: 650;
    font-family: "Open sans", sans-serif;
    font-size: 1rem;
    margin: 0% 0% 2.6% 14.2%;
}

#head-lines>.topics{
    display: flex;
    flex-wrap: wrap;
    margin: 0% 0% 3.5% 14.2%;
    max-width: 58%;
}

#head-lines>.topics>a{
    text-decoration: none;
    color: #242424;
    font-family: "Open sans", sans-serif;
    font-weight: 580;
    font-size: 0.87499rem;
    padding: 1.3% 2.7%;
    margin: 0% 2% 2.7% 0%;
    border: 0.3rem solid #F2F2F2;
    background-color: #F2F2F2;
    border-radius: 3.5rem;
}

#head-lines>#extra{
    width: 62%;
    margin: 0% 0% 3.4% 14.2%;
    padding-bottom: 2rem;
    border-bottom: 0.025rem solid rgba(144, 143, 143, 0.2);
}

#extra>a{
    text-decoration: none;
    font-family: "Open sans", sans-serif;
    font-weight: 620;
    font-size: 0.87rem;
    color: #1A8917;
}

#head-lines>.links{
    display: flex;
    flex-wrap: wrap;
    max-width: 65%;
    height: 8vh;
    margin: 0% 0% 2% 14.2%;
}

#head-lines>.links>a{
    text-decoration: none;
    color: #6B6B6B;
    font-family: "Open sans", sans-serif;
    font-weight: 600;
    font-size: 0.86rem;
    margin: 0% 6.5% 2.6% 0%;
}