* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
  font-size: 62.5%;
  font-family: "catamaran", "sans-serif";
  font-weight: 400; /*also loaded 200,400,600,800, for bold*/
}

/*-----FOOTER-----*/


.footer-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    flex-direction: column;
    padding: 0;
    font-family: "catamaran", "sans-serif";
    color: white;
    font-size: 1.9rem;
    background-color: #421f5d;
    margin-top: auto;
    width: 100%;
}

.footer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 20px 0; */
    max-width: 100%;
}

.footer-column1, .footer-column3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
    /* padding: 0 0 20px 0; */
}

.footer-column1-header, .footer-column3-header {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    /* font-size: 1.3rem; */
    font-weight: 600;
    padding-top: 3.2rem;
 }

.footer-column1-header h3, .footer-column3-header h3 {
    font-size: 2.9rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

 .footer-column1-text, .footer-column3-text {
    text-align: left;
    /* margin-right: 4rem; */
 }

 .footer-column1-text ul, .footer-column3-text ul { 
    font-weight: 400;
    list-style: none;
 }

 .footer-column1-text ul li {
    font-size: 1.9rem;
    line-height: 1.2;
 }

 .footer-column1-text ul li a{
    text-decoration: none;
    color: #fff;
    padding: 0;
    margin: 0;
    }
    .footer-column1-text ul li a:hover, .footer-column1-text ul li a:active {
    color: #e8b6ff;
    }

.footer-logo {
    width: 35%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-top: 2rem;
}

.footer-column2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.footer-column2-text {
    text-align: center;
    line-height: 1.4;
}

.footer-slogan {
    font-family: "animal-chariot";
  font-size: 3.6rem;
  font-weight: 500;
  margin: 0 1.1rem;
}

.footer-socialicons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

.footer-socialicons i{
    margin: 0;
    color: white;
    font-size: 4rem;
    padding: 0 1rem;
}

.footer-socialicons i:hover {
    color: #e8b6ff;
}

/* .footer-column3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
} */

.footer-column3-text {
   
    text-align: center;
    margin: 0 2rem 2rem 2rem;
}

 .footer-column3-text ul li {
     font-size: 1.9rem;
    line-height: 1.6;
 }

 .footer-column3-text ul li:last-child {
    line-height: 1.1;
 }

 .footer-copyright p {
    margin-bottom: 0;
 }

 #footerwrapper p:last-child {
    margin-bottom: 0;  
 }

