:root {
	--font1 : 'Montserrat', sans-serif;
	--font2 : 'Pacifico', cursive;
	--font3 : 'Unkempt', cursive;
	--color1 : #1c555e;	
	--color2 : #073f4c;
	--color3 : #02a0a1;
	--Thin: 100;
	--ExtraLight: 200;
	--Light: 300;
	--Regular: 400;
	--Medium: 500;
	--SemiBold: 600;
	--Bold: 700;
	--ExtraBold: 800;
	--Black: 900;
}

.section-settings {
    background: linear-gradient(to bottom, var(--color1) 50%, var(--color2) 50%);
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-description, .menu-toggle, .site-main header, .entry-footer {
	display: none;
}

.site-main .entry-content, .post, .page {
	margin: 0;
}

.site-title a {
    font-family: var(--font2);
    text-shadow: rgba(0, 0, 0, 0.25) 2px 2px 2px;
    font-size: 26px;
    line-height: 28px;
    color: white !important;
    text-transform: lowercase;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: white;
}

.section-settings .grid-container {
	width: 100%;
}

.section-settings .grid-x {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.section-settings .site-title {
    margin-bottom: 8px;
}

.section-settings .nav-menu {
    display: flex;
    justify-content: flex-end;
}

.hero-section .content-wrapper {
    font-family: "Courier New", Courier, monospace;
    font-size: 20px;
}

.hero-section .hero-image {
	display: block;
	margin: auto;
}

.hero-section {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;	
}

.hero-section svg {
    background-color: transparent;
    fill: white;
    height: 20px;
    margin-bottom: -20px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.image-content-section {
	padding-top: 40px;
	padding-bottom: 40px;	
}

section .featured-image {
    z-index: 2;
    position: relative;
    max-height: 340px;
    width: auto;
    margin: auto;
    display: block;
}

.image-content-section .image-wrapper {
    display: flex;
    justify-content: center;
}

.image-content-section .content-wrapper {
    font-family: var(--font3);
    text-align: center;
    color: white;
    margin-top: 20px;
}

section h3 {
	font-family: var(--font3);
    font-size: 50px;
    line-height: 52px;
	margin-bottom: 15px;
	color: white;	
	text-align: center;
}

section .description {
    font-family: var(--font3);
    font-size: 24px;
    line-height: 38px;
    color: white;
    text-align: center;
    margin-bottom: 30px;
}
.crs-cris .description {
    font-family: var(--font1);
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.graphs-section .graph-row {
    display: flex;
    align-items: center;
    column-gap: 30px;
    border-top: 1px solid white;
    padding: 10px 15px;
}

.graphs-section .graph-row .label-column {
    width: 290px;
}

.graphs-section .graph-label {
    width: fit-content;
    padding: 10px 20px;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
}

.graphs-section .graph-score {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.graphs-section .graph-image {
    max-height: 70px;
    width: auto;
    max-width: 45px;
}

.fade-bg {
    background: linear-gradient(rgb(21, 161, 181) 30%, rgb(184, 184, 184) 70%) !important;
}

.testimonials-section .testimony-image {
    border-radius: 90px 0px 90px 90px;
    border: 3px solid var(--color3);
    width: 80px;
    height: auto;
}

.testimonial-item-wrapper {
    border: 1px solid rgb(213, 239, 238) !important;
    border-radius: 4px;
    padding: 20px;
}

.testimony-name {
    color: var(--color3);
    font-weight: 700;
}

.testimonials-section .testimony {
    margin-bottom: 15px;
    color: #666;
    text-align: center;
}

.testimonials-section .profile-wrapper {
    display: flex;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;
}

.testimonial-item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimony-company {
    font-size: 13px;
    line-height: 15px;
}

.testimonials-section h3, .testimonials-section .description {
	color: var(--color1);	
}

.testimonials-section {
	padding-top: 0;
}

.copyright {
    padding: 5px 15px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
	color: #666;
}

.copyright a {
	color: var(--color1);
}

.contact-section .subheading {
    font-family: var(--font3);
    font-size: 24px;
    line-height: 38px;
    color: white;
    text-align: center;
    margin-bottom: 30px;
}

.contact-section.crs-cris .description {
	font-size: 18px;
}

.contact-section .image-wrapper {
    padding: 20px;
    border: 1px solid #d5efee;
    border-radius: 4px;
    max-width: 280px;
    margin: auto;
    text-align: center;
    color: white;
}

.contact-section .name {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}

.contact-section .featured-image {
    border-radius: 90px 0px 90px 90px;
    border: 3px solid var(--color3);
    width: 100px;
    height: auto;
    margin-top: -80px;
}

.contact-section .hire-wrapper {
	margin-top: 20px;
}

.contact-section .hire-img {
	width: 60px;
	height: auto;
}

.contact-section .hire-me {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1023px) {
	.rev-mobile .item-wrapper {
		flex-direction: column-reverse;
	}
	.fade-bg {
    	background: linear-gradient(rgb(21, 161, 181) 2%, rgb(184, 184, 184) 97%) !important;
	}
	.contact-section .item-wrapper {
		row-gap: 50px;
	}
}

@media only screen and (max-width: 767px) {
	section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.section-settings .nav-menu {
    	justify-content: center;
	}
	.section-settings .site-title {
    	text-align: center;
	}
	.graphs-section .graph-label {
		margin: auto;
	}
	.graphs-section .graph-row {
		flex-direction: column;
    	row-gap: 15px;
	}
	.graphs-section .graph-label, .graphs-section .graph-row .label-column {
    	width: 100%;
    	text-align: center;
	}
}