.myrows{
    border: 3px solid green;
    padding: 5px;
}

.mycols{
    border: 3px solid red;
}

.mycontainer{
    background-color: aqua;
}

.groovytreats{
    font-family: CooperBlack
}
#topheader{
    background-color: ghostwhite;
    border-bottom: 1px solid #ebebeb;
}

#topheader a{
    color: #2c3e50;
    font-weight: 600;
    font-size: 0.89rem;

}

.container-fluid{
    padding-left: 0;
    padding-right: 0;
}

nav ul li a {
    font-size: 1.1em;
    font-weight: 600;
}

/* START: Footer */
.full-footer{
    background-color: #34495e;
}
.top-footer p{
    color: white;
    font-weight: 600;
}

.top-footer h3{
    color: white;
}

.top-footer h4{
    color: white;
}

.bottom-footer{
    background-color: #19232e;
}

.bottom-footer p{
    color: white;
}

.top-footer a{
    color: #fff;
    font-weight: 400;
    font-size: 0.89rem;
    text-decoration: none;
}


@media (max-width:767px){
    .footer-row-space {
        /*text-align: center;*/
        padding-top: 20px;
    }
    
}

@media screen and (max-width:575px){
    .img-fluid {
        max-width: 300px;
    }
    
}

.footer-row-space a{
    display:block;
}

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
/* END: Footer */

/* START ----------------- about page ------------------ */
.breadcrumbs-section{
    background-color: #e9ecef;
}

.about-team-section-row {
    padding-bottom: 40px
}

.team-float-right{
    text-align: right;
}

.team-float-left{
    text-align: left;
}
/* END ------------------- about page ------------------ */

.newsletter{
    background-color: #004d00;
    color: white;
}

.newsletter .form-control-name {
    height: 50px;
    width: 20%;
    border-color: transparent;
    border-radius: 20px 0 0 20px;
    border-right-color: black;
}

.newsletter .form-control-email {
    height: 50px;
    width: 50%;
    border-color: transparent;
    border-radius: 0;
}
.newsletter .btn {
    min-height: 50px;
    border-radius: 0px 20px 20px 0px;
    background-color: #ff0000;
    color: #fff;
}

@media screen and (max-width:575px){
    .newsletter .form-control-name {
        height: 50px;
        width: 20%;
        border-color: transparent;
        border-radius: 20px 20px 20px 0px;
        border-bottom-color: black;
    }
    
    .newsletter .form-control-email {
        height: 50px;
        width: 50%;
        border-color: transparent;
        border-radius: 0;
    }
    .newsletter .btn {
        min-height: 50px;
        border-radius: 0px 20px 20px 0px;
        background-color: #ff0000;
        color: #fff;
    }
    
}