.custom-logo { 
	width:400px;
}

.ow-button-base a {
      background: #1f85c0 !important;
      border-color: #1f85c0 !important;
      color: #ffffff !important;
    }
    .ow-button-base a:hover {
      background: #1f81aa !important;
      border-color: #1f81aa !important;
    }

.mainbtn {
		background: #DB0000 !important;
      color: #ffffff !important;
		padding:10px 20px 10px 20px;
		font-size:.8rem;
		font-weight:700;
		font-family: Montserrat,sans-serif;
		letter-spacing:1px;
}

.site-footer .site-info span:after {
		display:none;
}

@media screen and (max-width: 768px) {
.content2 {
			background-color: #fff;
			background-position: right;
    	background-size: cover;
}

}