@font-face {
    font-family: cocogooselight;
    src: url(../assets/cocogoose/CocogooseProLight-trial.ttf);
}
@font-face {
    font-family: cocogooseheavy;
    src: url(../assets/cocogoose/CocogooseProtrial.ttf);
}
.main-header {
    background-color: white !important;
    height: 100px;
}

.main-header img {
    position: relative;
    z-index: 101;
}
.navbar-brand {
        margin: auto;

    }

.first-section {
    background-color: white !important;
    margin-top: 10px;
    max-height: 600px;
}

.first-section-text h1 {
    color: black;
    font-family: 'Seidlitz_Font';
    font-size: 80px ;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}

.first-section-image,
.first-section-text {
    margin: auto !important;
}

.first-section-image {
    width: 450px;
    text-align: center;
}


.button {
    background-image: linear-gradient(to right, #00CC99, #002F8A);
    /* background-color: #002F8A; */
    margin-top: 15px;
    position: relative;
    z-index: 101 !important;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-family: cocogooseheavy;
    border-radius: 25px;
}
@media only screen and (max-width: 470px) {
  

    .first-section-image {
  width: 350px;
    }
    .first-section-text h1 {

  font-size: 60px;
    }
}