@media only screen and (max-width: 767px) {
    body header img#logo {
        max-width: 95%!important;
        max-height: 95%!important;
        height: auto!important;
        width: auto!important;
    }
}

@media only screen and (max-width: 980px) {
    body header img#logo {
        max-width: 95%!important;
        max-height: 95%!important;
        height: auto!important;
        width: auto!important;
    }
}

.button-RMI {
		background-color: #662d91;
		border: none;
		color: white;
		padding: 20px 34px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 20px;
/*		margin: 4px 2px; */
		margin-top: 1.5em;
		cursor: pointer;
}

.button-RMI:hover {
		background-color: #669900;
}

.el-flex-row {
		display: flex;
		flex-wrap: wrap;
}

.el-flex-row .et_pb_column {
		display: flex;
		flex-direction: column;
}

.et-pb-contact-message p {
		font-family: Open Sans, Helvetica, sans-serif;
		font-size: 36px;
		line-height: 1.8em;
}

.et_mobile_menu {
		border-top: 1px solid #669900 !important;
}

#et-top-navigation nav>ul>li>a {
		font-size: 2.2em !important;
		color: #111 !important;
		padding-bottom: 2em !important;
		padding-top: 1em !important;
}

#et-top-navigation nav>ul>li>a:hover {
		opacity: .25;
}

/*REMOVED */

/*
#main-header {
		border-bottom: 1px solid #ddd;
}
*/

/*
#top-menu > li > a {
		font-size: 2em !important;
}
*/