/*--------------PLEASE PLACE ALL CUSTOM CSS HERE ---------*/
.green {background-color: #61AD7E; }
.red {background-color: #C51F16; }
:root{--red:#C51F16; --green: #61AD7E; }
.ac {
    font-family: 'lora';
    color: #c51f16;
    margin-top: 0;
    font-size: 1.4em;
    font-weight: bold;
}
@media only screen and (min-height: 600px) and (max-height: 850px) {
  body.page-template-template-feedback main#content {min-height: 80vh;/* max-height: 600px; */display: flex;justify-content: center;align-items: center;}
}

@media only screen and (min-width: 992px) {
	
}

@media only screen and (min-width: 768px) {
	
}