@import url('https://fonts.googleapis.com/css?family=Roboto|Open+Sans|Asap|Habibi|Ropa+Sans|Saira+Condensed|Yanone+Kaffeesatz&display=swap');

html {
    position: relative;
    min-height: 100%;
  }
  body {
    /* Margin bottom by footer height */
    margin-bottom: 260px;
  }
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 260px;
    color: #ffffff;
  }
  

nav img{
    height:2.5em;
    width:2.5em;
}


nav h4 {
    color: #8a3d66;
    font-weight: 700;
    font-size: 2em;
    font-family: 'Saira Condensed', sans-serif;
}


a{
    text-decoration: none;
    color: #ffffff;
    outline: none!important;
}

a:hover{
    text-decoration: none;
    color: #309987;
    outline: none;
}

.nav-link{
    color: #8a3d66!important;
    font-weight: 700;
}

main{
    margin-top:6em;
}

li{
    font-size:1em;
}

hr{
    background-color: #309987;
}

h1{
    color: #309987;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

h2{
    color: #8a3d66;
    font-size: 1.4em;
    font-weight: 600 !important;
    font-family: 'Roboto', sans-serif;
}

.carousel-inner img {
    margin: auto;
  }

.lead{
    font-weight: 600;
    line-height: 100%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: #309987;
  background-size: 100%, 100%;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: #309987;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: #309987;
}

main .container{
    margin-top: 3em;
}

.card-body{
    text-align: left;
}

.card-body h2{
    margin-top: -10px;
    text-align: center;
    font-weight: 500;
    color: #8a3d66;
}

.display-5{
    margin:0;
    background-color: #d3d3d3 ;
}

d-body li{
    font-weight: 450;
    font-size: 1.25rem;
}

.card-footer{
    background-color: #ffffff;
    border: none;
}

.btn{
    background-color: #8a3d66;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #fff!important;
    
    font-family: 'Roboto', sans-serif;
    outline: none;
}

.btn:hover{
    background-color: #309987;
    font-size: 20px;
    color: #ffffff;
    outline: none;
}

.btn img{
    padding-left: 3px;
}

td,
td > a{
    color: #8a3d66;
    font-weight: 500;
    
}

thead{
    color: #309987;
}

audio{
    outline: none;
}

@media only screen and (max-width: 720px){    
    nav img{
        height:1.5em;
        width:1.5em;
    }

    nav h4 {
        color: #8a3d66;
        font-weight: 700;
        font-size: 1.5em;
        font-family: 'Roboto', sans-serif;
    }

    main{
        margin-top:4.0em;
    }

    body {
        /* Margin bottom by footer height */
        margin-bottom: 450px;
      }

    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 450px;
        color: #ffffff;
      }

      footer .f1{
          height: 420px;
      }

      footer .f2{
          height: 45px;
      }
}