.customlogo {
    height: 70px !important;
}

.namelogo {
    padding-top: 5px !important;
    font-size: 20px !important;
    color: #114B10;
}

@font-face {
    font-family: 'amsterdam';
    src: url('../font/amsterdam-four.ttf') format("truetype");
  }

@font-face {
    font-family: 'raleway';
    src: url('../font/ralewayextralight.ttf') format("truetype");
  }

@font-face {
    font-family: 'ralewaybold';
    src: url('../font/ralewaybold.ttf') format("truetype");
  }

.Amsterdam{
    font-family: 'amsterdam' !important;
} 

.Raleway{
    font-family: 'raleway' !important;
} 

.RalewayBold{
    font-family: 'ralewaybold' !important;
    font-weight: 900 !important;
} 



/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
  }
  
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion{
    background-color: #72AD7C !important;
    color: #fff !important;
    border: 1px solid #114B10 !important;
    border-radius: 5px;
}
.active, .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: 2px solid #114B10;
    border-top: none;
}


.accord__body {
    justify-content: center;
    justify-items: center;
}

.accord__info {
    width: 100%;
}

.text-center{
    text-align:center!important
}

.form-control {
    border: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 50px;
    width: 75% !important;
    padding: 0 25px 0 25px;
    background: #f7f9fb;
}

.form-control:hover, .form-control:focus, .form-control:active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.buttonadmin {
    position: relative;
    padding: 1.6rem 5rem;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #fcc43e ;
    text-transform: uppercase;
    background-color: #000;
    border-radius: 0.2rem;
    margin-top: 2rem;
}

.buttonadmin:hover {
    background-color: #131313;
    border-color: #fcc43e;
}

.form__content {
    padding: 5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57%;
            flex: 0 0 57%;
    background-color: rgba(53, 68, 12, 0.15);
}

/* Make sure the top bar is fixed at the top and initially hidden */
.top-bar {
    background-color: #333;
    color: white;
    padding: 10px 10px;
    padding-left: 10px !important;
    margin-bottom: auto;
    top: 0;
    width: 100%;
    left: 0;
    position: fixed;
    text-align: center !important;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    white-space: nowrap;
    overflow-x: auto;
    display: block;
    -webkit-overflow-scrolling: touch;
}

/* When scrolled down, the top bar will be shown */
.top-bar.scroll {
    transform: translateY(0);  /* Slide it into view */
}

.hero__image {
    /* width: 55%;
    height: 100%; */
    width: 35%;
    height: 72%;
    background: url('../images/photos/Anita\ Headshot\ Yellow.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: -25%;
    top: 15rem;
    border-radius: 3.2rem;
    z-index: -1;
}

.hero__logo {
    width: 60%;
    height: 83%;
    background: url('../images/logo/anita b. volpe logo dark green transparent .png') no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 70%;
    top: 9rem;
    border-radius: 3.2rem;
    z-index: -1;
}

.about__img-1{
    width: 450px !important;
    height: auto !important;
}

.calendly-badge-widget {
    right: 87px !important;
}

@media (max-width: 1280px) {

    .form__content {
        text-align: center;
    }

    .hero__blur {
        left: 41rem;
        top: 25rem;
        width: 41%;
        height: 75%;
    }

    .hero__logo {
        width: 22%;
        height: 29%;
        left: 97rem;
        top: 57rem;
    }

}

@media (max-width: 1024px) {

    .form__content {
        text-align: center;
    }

    .hero__blur {
        left: 4rem;
        top: 40rem;
        width: 96%;
        height: 33%;
    }

    .hero__image {
        width: 33%;
        height: 23%;
        left: 0rem;
        top: 15rem;
    }

    .hero__logo {
        width: 40%;
        height: 30%;
        left: 30rem;
        top: 83rem;
    }

}

/*@media (max-width: 870px) {

    .form__content {
        padding: 5rem;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-bottom: 3rem;
    }

    .form__content {
        text-align: center;
    }

    .hero__blur {
        left: 4rem;
        top: 25rem;
        width: 96%;
        height: 43%;
    }

    .hero__title{
        font-size: 5rem !important;
    }

    .hero__image {
        width: 30%;
        height: 23%;
        left: 0rem;
        top: 10rem;
    }

    .hero__logo {
        width: 40%;
        height: 30%;
        left: 26rem;
        top: 66rem;
    }

} */

/* @media (max-width: 670px) {

    .hero__title{
        font-size: 4rem !important;
    }

    .hero__image {
        width: 30%;
        height: 16%;
        left: 0rem;
        top: 20rem;
    }

    .hero__logo {
        width: 33%;
        height: 16%;
        left: 32vw;
        top: 71vh;
    }

    .aboutmemarginbottom1{
        margin-bottom: 1rem !important;
    }

    .form__content {
        text-align: center;
    }

} */

@media (max-width: 820px) {

    .form__content {
        padding: 5rem 1rem;
    }

    .hero__blur {
        left: 4rem;
        top: 25rem;
        width: 92%;
        height: 43%;
    }

    .hero__logo {
        width: 37%;
        height: 29%;
        left: 32vw;
        top: 63vh;
    }

}

@media (max-width: 480px) {

    .form__content {
        padding: 5rem 1rem;
    }

    .hero__blur {
        left: 0rem;
        top: 21rem;
        width: 103%;
        height: 50%;
    }

    .hero__logo {
        width: 34%;
        height: 16%;
        left: 32vw;
        top: 71vh;
    }

}

@media (max-width: 380px) {

    .hero__logo {
        width: 28%;
        height: 16%;
        left: 35vw;
        top: 71vh;
    }

}

@media (max-width: 344px) {

    .hero__logo {
        width: 40%;
        height: 16%;
        left: 30vw;
        top: 68vh;
    }

    .hero__blur {
        top: 19rem;        
    }

}

