h1 { font-size: 36px; }

h2 { font-size: 30px; }

h3 { font-size: 1.5rem; }

h4 { font-size: 18px; }

h5 { font-size: 0.875rem; }

h6 { font-size: 12px; }

h4 { font-weight: 600; }

h5,
h6 { font-weight: bold; }

@media (max-width: 767.98px) {

	h1 {
		font-size: 1.75rem;
	}

	h2 {
		font-size: 1.5rem;
	}

	h3 {
		font-size: 1.25rem;
	}

	h4 {
		font-size: 1rem;
	}

}

.play-icon {
    position: relative;
    display: block;
    font-size: 28px;
    width: 60px;
    height: 60px;
    line-height: 62px;
    left: 50%;
    margin-left: -30px;
    border-radius: 50%;
    color: #267DF4 !important;
    background-color: #FFF;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}

.play-icon i {
    position: relative;
    left: 4px;
}

.play-icon:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

body.device-xl .onepage-outdoor-negetive,
body.device-lg .onepage-outdoor-negetive {
    margin-top: -300px;
}

@media (min-width: 768px) {
    #slider h2 {
        font-size: 52px;
    }

    .text-overlay-title h3 {
        font-size: 22px;
        letter-spacing: 1px;
        font-weight: 600;
    }
}

.gmap_marker {
    color: black;
}

