
ul { list-style: none; }
ul>li>a {
color: white;
text-decoration: none;
line-height: 1.8;
}
ul>li>a:hover,
a:hover{
color: #ff6600;
font-weight: 500;
}

.col-heading {
display: block;
font-size: 15px;
text-transform: uppercase;
color:white;
font-weight: 700;
font-family: Arial, Helvetica, sans-serif;
margin: 1rem 0;
padding: .4rem 0px;
border-bottom: 1px solid white; 
letter-spacing: 3px;
}
.about-content{
  width:75%;
  margin: 0 auto;
}
.fa {
color:#002b49;
margin-right: 10px;
font-size:18px;
width:2.25rem;
}
#to-top {
display: none;
position: fixed;
bottom: 70px;
right: 20px;
font-size: 18px;
border: none;
outline: none;
background-color: #111E6C;
color: white;
padding: 15px;
border-radius: 14px;
cursor: pointer;
z-index: 99;
}
#to-top:hover {
background-color: rgb(9, 197, 197);
}

#bottom-footer {
background-color:#3024dd;
color:white;
margin-top: 2rem;
padding-top: .3rem;
}
footer {
  text-align: left;
  padding: 1px;
  padding-left: 315px;
  padding-top: 0px;
  background-color: #0e0747;
  color: white;
}
.vertical-links>li {
display: inline-block;
vertical-align: text-bottom;
}
.vertical-links>li>a {
color: white;
font-weight: 400;
margin-left: 1rem;
list-style-type:square;
}


.fa {
  padding: 10px;
  font-size: 20px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}


.profile{
  padding:2rem;
  border-bottom: lightgray 1px solid;
}
.motto-box{
  min-height: 6rem;
}
.media-body{
  padding-left: 2rem;
}