*{
    padding:0;
    margin:0;
    box-sizing: border-box;
}

body{
    width:100%;
    position:relative;
    font-family: 'Bree Serif', serif;
}

ul.list{
    list-style-type: none;
    margin:0;
    padding: 10px;
    display: flex;
    margin-left: 20px;
}

.nav-links{
    margin-top: 10px;
    display: flex;
    list-style: none;  
  }


  

.search-box{
    border: none;
    border-bottom: 1px solid #aaa;
    background: transparent;
    outline: none;
    height: 30px;
    color:#fff;
    width:250px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight:500;
    transition: 0.5s;
}


section{
    display: block;
    margin: 20px 0;
}
.college-stats{
    /* border: 1px solid black; */
    background: url('images/pexels-pixabay-267885.jpg');
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-attachment: fixed;
    border: none;
}

#search{
    border-radius: 5px;
    margin:10px;
    /* text-align: right; */
    float: right;
}

.important-links{
    border:1px solid #FC7437;
    border-radius:5px;
    box-shadow: 5px 5px 5px gray;
    padding:10px;
}

/* .feature-doodle{
    background: url('images/doodle.jpg');
    padding-top:60px;
    padding-bottom:40px;
} */

.navbar .navbar-nav .nav-link{
    
    color: #fff;
}
.navbar .navbar-nav .nav-link:hover {
    background-color: #FC7437;
    color: #000000;
}

