#banner {
    margin-top: 44px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    font-family: 'Amatic SC', cursive;
    padding-bottom: 40px;
}

#banner img.ma-me-time {
    margin-top: 20%;
    width: 75%;
}

#banner img.ma-me-baby {
    width: 100%;
}

#banner #welcome {
    font-size: 58px;
    margin-left: 10%;
    align-self: center;
}

#banner-text {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 25px;
    letter-spacing: 2px;
    word-spacing: 2px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    font-style: oblique;
    font-variant: normal;
    text-transform: none;
}

#welcome-text {
    padding: 20px;
    background-color: grey;
    font-family: 'Poppins', sans-serif;
    color: white;
}

#courses {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: grey;
    padding-top: 40px;
    padding-bottom: 40px;
}

.course-item {
    padding: 20px;
}

div.polaroid img {
    height: 245px;
    border-bottom: 1px solid lightgray;
}

div.polaroid {
  width: 400px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  cursor: pointer;
}

div.polaroid-text-container {
  text-align: center;
  padding: 10px 20px;
  font-family: 'Amatic SC', cursive;
  font-size: 24px;
}

@media (max-width: 1300px) {
    div.polaroid {
        width: 200px;
    }

    div.polaroid img {
        height: 145px;
    }

}

@media (max-width: 1024px) {
    #banner #welcome {
        font-size: 38px;
    }

    #welcome-text {
     font-size: 16px;
    }

    div.polaroid {
        width: 200px;
    }

    div.polaroid img {
        height: 145px;
    }
}

@media (max-width: 480px) {
    #banner {
        height: 210px;
    }

    #banner #welcome {
        font-size: 24px;
    }

    #welcome-text {
     font-size: 16px;
    }

    #courses {
        flex-direction: column;
    }

    div.polaroid {
        width: 200px;
    }

    div.polaroid img {
        height: 145px;
    }
}
