/*hide logo*/

.header-layout-branding-center-nav-center .header-title-nav-wrapper {flex-basis:100%!important; align:center!important; height:3vw; margin-top:-2vw; padding-bottom:1vw}

.header-title-logo img {margin-bottom:-8.5%!important; margin-top:-2vw; opacity:0;}

.header-nav-item:nth-child(4){margin-left: 2vw!important}

// Navigation Links Spacing //

.header-nav-item a {

margin: 0px 20px !important;

}

/* heading fonts*/

h1 {

font: casey;

font-size: 90px;

line-height:0.8em;

}

h2{

font-family: bebas neue;

font-weight: 600;

letter-spacing: 0.1em;

}

h3{

font-family: bebas neue;

font-weight: 600;

}

/*change font size of header 1 on mobile*/

@media screen and (max-width: 641px) {

h1 {font-size: 43pt}

}

/*moves main header text up & turns it white on mobile*/

.textmove h1{

transform: rotate(-15deg);

@media screen and (min-width: 941px) {

font-size: 130px;}

@media screen and (max-width: 641px) {

font-size: 80px;

color:#fff !important;

}

}

/*rotate text on pricing page*/

@media only screen and (min-width: 640px) {

.rotate h1{

writing-mode: vertical-rl; transform: rotate(180deg);

}

}

/* change summary title font */

.sqs-block-summary-v2 {

.summary-title,

.summary-heading {

font-family: bebas neue !important;

font-weight: 900;

font-size: 20px !important;

letter-spacing: 2px;

} }

.sqs-block-summary-v2 {

.summary-excerpt {

font-family: raleway;

}}

/* introduction background color */

section[id^="introduction"]:before {

background: #79531B;

content: '';

position: absolute;

right: 0;

top: 0;

width: 100%;

height: 100%;

display: block;

}

/* on the blog background color */

section[id^="on-the-blog"]:before {

background: #DEC29E;

content: '';

position: absolute;

right: 0;

top: 0;

width: 100%;

height: 100%;

display: block;

}

/* about me background color */

section[id^="about-me"]:before {

background: #c08e72;

content: '';

position: absolute;

right: 0;

top: 0;

width: 100%;

height: 100%;

display: block;

}

/* fun facts background color */

section[id^="fun-facts"]:before {

background: #dec29e;

content: '';

position: absolute;

right: 0;

top: 0;

width: 100%;

height: 100%;

display: block;

}

/* ready when you are background color */

section[id^="ready"]:before {

background: #EDE2D7;

content: '';

position: absolute;

right: 0;

top: 0;

width: 100%;

height: 100%;

display: block;

}

/* thank you background color */

section[id^="thank"]:before {

background: #EDE2D7;

content: '';

position: absolute;

right: 0;

top: 0;

width: 100%;

height: 100%;

display: block;

}

/*testimonials carousel*/

/*testimonials carousel bold text settings*/

.sqs-gallery-design-carousel-slide .summary-excerpt p strong {

font-size: 24px;

line-height:24px;

color:#dec29e;

font-family: bebas neue;

font-weight: 900;

letter-spacing:2px;

display: block;

}

/*testimonials carousel background color*/

.summary-block-wrapper.sqs-gallery-design-carousel {

background: #757263;

max-width: 1000px;

margin: 0 auto;

padding: 40px;

border-radius: 30px;

border: solid #757263;

}