#navimg .nav{
  background-image: url('../img/Student-Study-Laptop-Home-Notes-Desktop.jpg');
  height: fit-content;
  background-repeat: no-repeat;
  background-size: cover;
}
#f {
  background-color: #fde8cd;
  height: 60px;
}
.nav {
  background-color: #333;
  overflow: hidden;
  margin-bottom: 60px
}
#about{
  padding-top: 17px;
  padding-right: 20px;
}
#myBtn{
  width: 100px;
}
.nav a {
  float: right;
  color: #49381f;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 25px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100px;
}

.nav a:hover {
  background-color:  #00917C;
  
}

.nav a.active {
  background-color: #49381f;
  color: white;
}
#logo{
  font-family: 'Berkshire Swash', cursive;
  font-size: 50px;
  margin-left: 15px;
  color: #49381f;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fde8cd;
}
#TopSec {
  margin-top: 25px; 
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  text-align: justify;
  margin-bottom: 25px;
}
#botSec {
  margin-top: 25px; 
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: justify;
  margin-bottom: 25px;
  position: relative;
}
#secondImages {
  position: absolute;
  top: 0px;
  right: 0px;
}
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-front {
  background-color: #bbb;
  color: black;
} 
.flip-card-back {
  background-color: #00917C;
  color: white;
  transform: rotateY(180deg);
}
ul li {
  margin-bottom: 30px;
}
#cardsSec{
  margin-bottom: 70px;
}
footer{
  background-image:url(https://www.kateunderwoodhr.co.uk/wp-content/uploads/2020/05/training-and-furlough-1-980x490.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
    margin-top: 10px;
    clear: both;
    height: 300px;
  }
.footer-left,.footer-center,.footer-right{
  display: inline-block;
  vertical-align: top;
}
.footer-left{
  width: 30%;
  margin-left: 5%;
}
footer h3{
  color:  #ffffff;
  font: normal 36px 'Open Sans', cursive;
  padding-left: 42px;
}
.footer-company-name{
  color: #fffbfb;
  font-size: 21px;
  font-weight: normal;
  margin: 40px;
}
.footer-center{
  width: 35%;
}
.footer-center i{
  background-color:  #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}
.footer-center i.fa-envelope{
  font-size: 17px;
  line-height: 38px;
}
.footer-center p{
  display: inline-block;
  color: #ffffff;
  font-weight:400;
  vertical-align: middle;
  margin:0;
}
.footer-center p span{
  display:block;
  font-weight: normal;
  font-size:14px;
  line-height:2;
} 
.footer-center p a{
  color:  white;
  text-decoration: none;
}
.footer-right{
  width: 25%;
}
.footer-company-about{
  line-height: 27px;
    color: #f0f8ff;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.footer-company-about span{
  display: block;
  color:  #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer-icons{
  margin-top: 25px;
} 
.footer-icons a{
  display: inline-block;
  width: 67px;
  height: 35px;
  cursor: pointer;
  background-color:  #33383b;
  border-radius: 20px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}

::-webkit-scrollbar {
  width: 15px;
} 
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #fde8cd; 
} 
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px #fde8cd; 
}
