button{
    padding: 15px;
    border: 1px solid lightseagreen;
    color: (rgb(205, 64, 64));
}

.header {
  width: 100%;
  height: 100%;
  padding: 2% 5%;
}



nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-links ul li {
  display: inline-block;
  margin: 8px 12px;
  font-size: 18px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.nav-links ul li a {
  text-decoration: none;
  color: rgb(145, 39, 39);
}

.nav-links ul li a::after {
    content: "";
    width: 0%;
    height: 2px;
    background-color: rgb(145, 39, 39);
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li a:hover::after{
    width: 100%;
}
nav a {
     text-decoration: none;
      margin: 8px;
}

footer h2 {
    text-align: center;
}



  img {
    margin: 8px;
  }

  .header2 {
height: 100%;
width: 100%;
min-height: 60vh;
background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)),url();
background-position: center;
background-size: cover;
background-repeat: no-repeat;
position: relative;
justify-content: center;
animation: change 10s infinite ease-in-out;
overflow-y: scroll;
}

@keyframes change {
0%{
background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)),url(/images/diversity-in-college.jpg);

}
20%{
background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)),url(/images/GettyImages-911026578-5c8049a8e44144ac8c4bc724baadcc1d.jpg);

}
40%{
background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)),url(/images/Grads.jpg);

}
60%{
background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)),url(/images/international.jpg);

}
80%{
background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)),url(/images/reading.jpg);

}
100%{
background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)),url(/images/school-students-960x450.png);

}
}

body{
background-color: beige;
overflow-x: hidden;
}

.cards-box{
display: inline-block;
width: 25%;
border-radius: 5px;
margin: 40px;
box-shadow: 2px 2px 10px black;
min-height: 40vh;
padding: 0 10px;
}

@media screen {
  .cards-box{
    width: 400px;
  }
}
.title {

text-align: center;
padding: 5px;
font-size: 10px;
}

.title h3 {
background: brown;
color: #fff;
font-weight: 700;
border: 3px solid bisque;
}


.des {
text-align: center;
padding: 4px;
}

.des p {
padding-top: 80px;
}

.card {
flex-basis: 31%;
justify-content: space-between;
text-align: center;
padding-top: 0;
margin-bottom: 20%;
}

.text-bx {
padding-top: 120px;
}

.text-bx p {
font-weight: 600;
text-align: center;
background: brown;
color: #fff;
border: 5px solid bisque;
}

.header2 h1{
  text-align: center;
  color: white;  
}

.frame  {
  width: 90%;
  margin: 40px auto;
  text-align: center;
}

button {
  margin: 20px;
}

.custom-btn{
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
  7px 7px 20px 0px rgba(0,0,0,1),
  4px 4px 5px 0px rgba(0,0,0,1);
  outline: none;

}

.btn-5 {
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
    background: rgb(255,27,0);
  background: linear-gradient(0deg, rgba(255,27,0,1) 0%, rgba(251,75,2,1) 100%);
  }
  .btn-5:hover {
    color: #f0094a;
    background: transparent;
     box-shadow:none;
  }
  .btn-5:before,
  .btn-5:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    height:2px;
    width:0;
    background: #f0094a;
    box-shadow:
     -1px -1px 5px 0px #fff,
     7px 7px 20px 0px #0003,
     4px 4px 5px 0px #0002;
    transition:400ms ease all;
  }
  .btn-5:after{
    right:inherit;
    top:inherit;
    left:0;
    bottom:0;
  }
  .btn-5:hover:before,
  .btn-5:hover:after{
    width:100%;
    transition:800ms ease all;
  }


.frame{
  width: 90%;
  margin: 40px auto;
  text-align: center;
  margin-top: 220px;
}

.info{
  background: brown;
  text-align: center;
  padding-top: 80px;
  min-height: 50vh;
}


.footer {
  width: 100%;
  background-color: black;
}
.footer .col {
  width: 190px;
  height: auto;
  float: left;
  box-sizing: border-box;
  padding: 20px;
}
.footer .col h2 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 17px;
  padding: 10px 0;
  color: #FF0063;
  text-transform: uppercase;
}
.footer .col ul {
  list-style-type: none;
  padding: 0;
}
.footer .col ul li {
  color: white;
  font-size: 12px;
  padding: 5px 0px;
}
.address ul li {
  display: inline-block;
  padding-right: 5px !important;
}

.footer .col ul li:hover {
  cursor: pointer;
  color: lightgray;
  font-weight: bold;
}
.clearfix {
  clear: both;
}
 