/* Universal Container  */
body {
    margin:0px;
    padding:0px;
    margin-right: 0px;
    font-family: 'Roboto', sans-serif;
    background: rgb(231, 230, 227);
}
/* navbar top  */
.navbar-text {
    padding-top:15px;
    padding-left:10px;
}
.navbar-top {
    background:rgb(133, 45, 45);
    height: 40px;
    width: 100%;
}
.logo-img {
    width: 300px;
}
.row {
    margin-right: 0px;
    margin-left: 15px;
}
.nav-topper {
    list-style-type: none;
    padding-top:30px;
}
.nav-topper li, .nav-topper2 li {
    display: inline-block;
}
.nav-topper li a {
    padding-right:20px;
    font-weight: bold;
    padding-bottom:3px;
}
.login-button {
    border:2px solid blue;
    padding:4px 10px;
    text-align: center;
}
.login-button:hover {
    border:2px solid red;
    text-decoration: none;
    color:black;
}
.nav-topper2 {
    padding-top:15px;
    list-style-type: none;
}
.nav-topper2 li a {
    padding-right:15px;
    font-weight: bolder;
    color:black;
    margin-bottom:5px;
}
.info-button {
    text-decoration: none;
    background: rgb(133, 45, 45);
    color: white;
    padding: 10px;
}
.background-container {
    background: url('../images/campus_bridge_river.jpg');
    width: 100%;
}
.harvard-text-heading {
    font-size: 50px;
    color:white;
    text-align: center;
    padding-top:60px;
    font-family: Roboto;
    font-weight: bolder;
   
}
.card-custom {
    margin-top:20px;
    background: lightgray;
    border-top: 8px solid rgb(133, 45, 45);
    height: 200px;
    width: 100%;
    margin-bottom:10px;
}
.card-heading {
    padding:10px 20px;
    text-align: center;
    background:white;
    text-transform:uppercase;
    font-size: 28px;

}
.card-content ul {
    list-style-type: none;
}
.card-content ul li a {
    color: rgb(133, 45, 45);
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}
.card-content ul li a:hover {
    color:black;
}
.student-success-heading {
    font-size: 30px;
}
.student-success-para {
    font-size: 19px;
}
.student-section {
 padding:50px 0px 20px 20px;
}
.card-student {
    width: 100%;
    height: 600px;
    background:white;
    padding:20px;
    margin-top:10px;
}
.studen-img {
    width: 100%;
    height: auto;
}
.card-student h4 {
    padding-top:10px;
    font-weight: bold;
}

.footer {
    background: black;
    margin-top:20px;
    width: 100%;
    height:auto;
    margin-right: -15px;
    margin-left: -15px;
    color:white;
}
.footer-top-section {
    list-style-type: none;
    padding-top: 10px;
    padding-left: -15px;
    margin-left: -38px;
    
}
.footer-top-section li {
    display: inline-block;
}
.footer-text {
    padding-left:65px;
}
.footer-top-section li a {
   color:white;
   font-size:15px;
   font-weight: bold;
   padding-right:20px;
}