/* Add here all your CSS customizations */

/* Shared Static Hero Styles */

html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

/* 
#plans {
	scroll-margin-top: 150px;
}
*/
.hosting-features {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hosting-features li {
	margin-bottom: 8px;
}
.static-hero {
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0 auto;
	overflow: hidden;
}

.static-hero-img {
	width: 100%;
	height: auto;
	display: block;
}

.static-hero .btn {
	font-size: min(2vw, 30px) !important;
	padding: .7vw 1.6vw !important;
	line-height: 1.1 !important;
	white-space: nowrap;
}

body {
	font-size: 18px;
	line-height: 1.6;
}
p {
	font-size: 18px;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 18px;
}
h1 {
	font-size: 26px !important;
	font-weight: 600;
	line-height: 1.1;
}
h2 {
	font-size: 23px !important;
	font-weight: 500;
	line-height: 1.25;
}
h3 {
	font-size: 20px !important;
	font-weight: 500;
	line-height: 1.3;
	margin-top: 18px;
	margin-bottom: 8px;
}
h4 {
	font-size: 18px !important;
	font-weight: 500;
	line-height: 1.4;
}
h5, h6 {
	font-size: 16px !important;
	font-weight: 500;
	line-height: 1.4;
}

.cta-button-wrap {
    text-align: right;
    padding-top: 20px;
    padding-right: 35px;
		padding-bottom: 20px;
}


/* Add here all your CSS customizations */
