@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
/* a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{
    margin:0;padding:0;border:0;font-size:100%;font:inherit;
    font: inherit;
    vertical-align: initial
} */

.main::before {
    content: "";
    /* background-image: url("/images/trees-unsplash.jpg");
    opacity: .5;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px; */
}

html {
    background-color: #0ED145;
    /* background-color: #B97A56; */
}

button {
    font-weight: 700;
    background-color:#0ED145;
    border-radius: 8px;
    padding: 10px 20px;
    border-color: white;
    border-style: solid;
}

.no-show {
    display: none;
}

.nav-logo {
    background: url("/images/ctara4.png") no-repeat center center;
    background-size: cover;
    width: 100px;
}

.navbar {
    min-height: 6rem !important;
}

.navbar-brand {
    min-height: 5rem;
}
.navbar-menu {
    padding-left:3rem;
}

.navbar-item {
    font-size: 1.5rem;
}

.navbar-item.is-active {
    /* background-color: lightgreen!important; */
    font-style: italic;
    font-weight: 600;
}

.payment {
    color: white;
    font-size: 18px;
    text-decoration: none;
}