body{
  font-family: "Oswald", sans-serif;
}


button, input {
  font-family: "Oswald", sans-serif; }


#college-area{
  display: block;
  background-image:  linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
  url('college.png');
  background-size: cover;
  color: white;
  background-color: #efffef;
}

#logo{
  position: absolute; 
  top: 20px; 
  right:100px; 
  width: 180px; 
  height: 180px;
}


#login{
  display: flex;
  background-color: #D54C4C;
}

#login-submit{
  color: white;
  background-color: #8D2828;
  border: 0px;
  font-size: 20px;
  transition: background-color 0.5s ease-out 100ms
}

#login-submit:hover{
  background-color: #D54C4C;
  color: white;
}

#heading{
  font-size: 60px;
  color: #D54C2C;
}

#login-body{
  display: flex;
}

#login-area{
  display: inline-block;
  background-color: #FFFFFF;
  height: 750px;
}

#login-component{
  display: inline-block;
  margin-top: 40px;
}


#lbl-username{
  font-size: 30px;

}

#lbl-password{
  font-size: 30px;
}

.nav-bar{
  background-color: #D54C4C;
  height: wrap-content;
}
.nav{
  justify-content: left;
}

.nav .nav-link{
  color: white;
  justify-content: bottom: 
}

.nav .nav-link:hover{
  background-color: white;
  color: #D54C4C;
  font-size: 18px;
}

.center{
  text-align: center;
}

.red{
  color: #D54C4C;
  justify-content: center; 
}

.table .red{
  color: white; 
  background-color: #D54C4C;
}


.r{
  color: white; 
  background-color: #D54C4C;
  justify-content: center;
}

thead th{
  text-align: center;
}

td{
  text-align: center;
}

#home-logo{
  width: 100px;
  height: 100px;
}

#active{
  background-color: white;
  color: #D54C4C;
  font-size: 18px;
}




/*body {
  margin: 88px 122px;
  color: white;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  background-image: url("college.png");
  background-size: cover; }
  img{
    height:150px;
    width: 120px;
  }
  body h1 {
    font-size: 64px; }
  body h2 {
    color: white; }
  body ul {
    padding-left: 26px;
    padding-bottom: 13px;
    border-bottom: 1px solid; }
  body li {
    display: inline-block;
    padding-right: 62px;
    color: white; }
  body a {
    color: inherit;
    text-decoration: none; }
    body a:hover {
      opacity: .7; }
  body .btn {
    background-color: #375582;
    color: white;
    display: inline-block;
    padding: .6em 2.4em;
    margin: 20px 0;
    border-radius: 4px; }
  body form ::placeholder {
    color: inherit; }
  body form input {
    width: 400px;
    font-size: 18px;
    color: #375582;
    display: block;
    outline: none;
    border: none;
    border-bottom: 1px solid;
    margin: 46px 0;
    padding: 6px 14px; }
  body form select{
    width: 428px;
    font-size: 18px;
    color: #375582;
    display: block;
    outline: none;
    border: none;
    border-bottom: 1px solid;
    margin: 46px 0;
    padding: 6px 14px;
  }
  body form option{
    width: 428px;
    font-size: 18px;
    color: #375582;
    display: block;
    outline: none;
    border: none;
    border-bottom: 1px solid;
    margin: 46px 0;
    padding: 6px 14px;
  }

  body form input[type="submit"] {
    
    color: white; 
    border: none;
    width: max-content;
    font-size: 20px;
    padding: .6em 3em;
  }

    body form input[type="submit"]:hover {
      color: #375582;
      border: none;
      background-color: white; }
  body form input:first-of-type {
    margin-top: 0; }
  body .link-section {
    margin-top: 22px; }
    body .link-section a {
      margin-right: 16px; }
  body #examples h2 {
    margin: 28px 0 0; }
  body #examples p {
    width: 800px; }
  body #examples ol {
    padding: 0; }
  body #examples li {
    margin: 10px 18px;
    display: list-item;
    list-style-position: inside; }
  body #examples li li {
    margin-left: 32px; }
    }
  table.blueTable {
    border: 1px solid #1C6EA4;
    background: #808080;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
  }
  table.blueTable td, table.blueTable th {
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
  }
  table.blueTable tbody td {
    font-size: 16px;
    color: #808080;
  }
  table.blueTable tr:nth-child(odd) {
    background: #375582;
  }
  table.blueTable tr:nth-child(even) {
    background: white;
  }
  table.blueTable thead {
    background: #1C6EA4;
    background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    border-bottom: 2px solid #444444;
  }
  table.blueTable thead th {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #D0E4F5;
  }
  table.blueTable thead th:first-child {
    border-left: none;
  }

*/