body{
  background-image: url(/files/geometric-shapes.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  margin: 0px;
  padding: 0px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.sebox{
  color: rgb(7, 7, 7);
  padding-left: 20px;
  margin-bottom: 20px;
  box-shadow: black 0.2px 0.4px 8px;
  border-radius: 30px;
  border-style: none;
}

#seabox{
  width: 60%;
  margin: 0 auto;
  margin-bottom: 30px;
  height: 50px;
  padding-left: 10px;
  box-shadow: black 0.2px 0.2px 2px;
}

.sebtn{
  text-align: center;
  height: 50px;
  width: 10%;
  color: #FFFFFF;
  background-color: transparent;
  background-image: linear-gradient(180deg, #007DD1 0%, #002238 86%);
  border-radius: 45px 45px 45px 45px;
  box-shadow: 11px 8px 9px -6px rgb(0 0 0 / 50%);
}

.title{
  text-align: center;
  color: rgb(255, 255, 255);
}

.search-container{
  text-align: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
}

.top-nav > a{
  margin-left: auto;
  margin-right: auto;
  width: 20%;
}

form{
  vertical-align: center;
}

.logo{
  text-align: center;
  margin-top: 60px;
  width: 20%;
}

.ccd{
  text-align: center;
  padding: 20px;
}

.inst{
  text-align: center;
  padding-bottom: 20px;
}

.notered{
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  color: red;
  width: 40%;
}

.brand{
  padding-top: 100px;
  text-align: center;
}


a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}


/* later added for nav  */
.row{
  width: 940px;
  margin: 0 auto;
}

#logoid{
  padding: 20px;
}


/* later added for nav  */



/* Header area  */
.top-nav {
  margin: 0 auto;
  padding: 20px;
  vertical-align: middle;
  background-color: #002238;
}

.top-nav a {
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.top-nav a:hover {
  color: rgb(77, 109, 192);
}

.top-nav a.active {
  color: rgb(196, 196, 196);
}




/* On mobile devices */
@media screen and (max-width: 992px) {
  .sebox{
      width: 80%;
  }

  #logoid{
    padding: 20px;
    clear: both;
  }

  #seabox{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  
  .sebtn{
      width: 40%;
  }

  .notered{
      width: 80%;
  }

  .center {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
    }
}