*{
    margin: 0;
    padding: 0;
    font-family: 'Barlow', sans-serif;
}
header{
    color: rgb(0, 0, 0);
    background-color: rgb(255, 0, 0);
    position: fixed;
    font-weight: bold;
    width: 100%;
    border: solid rgb(0, 0, 0);
    height: 107px;
}
#first{
    font-size: smaller;
    line-height: 30px;
    letter-spacing: 3px;
    word-spacing: 10px;
}
#logo{
    display: inline-block;
    width: 30%;
}
#navbar{
    display: inline-block;
    width: 50%;
    position: absolute;
    top: 55px;
}
#search{
    display: inline-block;
    width: 15%;
    position: absolute;
    top: 49px;
    margin-left: 900px;
}
#logoid{
    width: 150px;
    position: absolute;
    top: 18px;
    margin-left: 40px;
}
li{
    display: inline;
    margin: 34px 34px;
}
input{
    margin-left: -70px;
    margin-top: 8px;
}
h3{
    width: 100%;
    text-align: center;
    margin: auto;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    position: fixed;
}
a{
    text-decoration: none;
    color: rgb(0, 0, 0);
}
a:hover{
    text-decoration: black underline;
}
i{
    cursor: pointer;
}
i:hover{
    border: solid maroon;
}
input{
    border: solid navy;
}
#bdiv{
    position: static;
    width: 150px;
    height: 41px;
    /* display:inline-block; */
    margin-left: 1360px;
}
marquee{
    background-color: black;
    color: whitesmoke;
}
#content{
    width: 100%;
    height: 100vh;
    background-image: url(imagesforweb/banner.jpg);
    background-position: center;
    background-size: cover;
    margin-top: 109px;
}
#headlines{
    border: solid yellow;
    float: left;
    position: absolute;
    top: 394px;
    left: 351px;
    text-align: center;
}