/* Enter Your Custom CSS Here */
section[class*="-section"] {
    margin-top: 0px;
    margin-bottom: 0px;
}

@font-face{
    font-family: 'Space Grotesk';
    src: url('https://hybridla.com/wp-content/uploads/2020/02/SpaceGrotesk-Medium.otf');
}

.btn {
    background: #e2ad32;
}

#cg_bg_hero {
	background:url('https://hybridla.com/wp-content/uploads/2020/04/cannabis-losangeles-1.jpg') !important;
	background-size: cover !important;
}
.cg_image_left .background-image-holder {
background: url('https://hybridla.com/wp-content/uploads/2020/04/Screen-Shot-2020-03-28-at-9.09.50-AM-compressor.png') !important;
background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}

h1,h2,h3 {
	font-family:'Space Grotesk Bold' !important;
	font-size:600;
}

h4,h5,h6 {
	font-family:'Space Grotesk' !important;
}

@media only screen and (max-device-width: 480px) {
	.form-merge-small input[type="submit"] {
   right: 0px !important;
}
	
}