/*
Theme name: Cosmic Cowgirl Brand
Description: Custom Theme
*/

/*/////GLOBAL/////*/

html,body {
    overflow-x: hidden;
}

body {
	font-family: commuters-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 0;
	margin: 0;
    position: relative;
}

ul {
	padding-inline-start: 0;
	list-style: none;
}

/*TYPOGRAPHY*/

h1, h2, h3, h4, h5, h6, p {
	margin-block-start: 0;
	margin-block-end: 0;
	font-style: normal;
}

h1, h2, h3 {
	font-family: cocktail-shaker, sans-serif;
	font-weight: 500;
	line-height: 1.2em;
	margin-block-start: .125em;
	margin-block-end: .125em;
}

h5 {
	font-family: commuters-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: .15em;
	text-transform: uppercase;
	margin-block-start: .5em;
	margin-block-end: .5em;
}

h1 {
	font-size: 84px;
}

h2 {
	font-size: 60px;
}

h3 {
	font-size: 42px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

p {
	font-size: 17px;
	line-height: 1.5;
	margin-block-start: 1em;
	margin-block-end: 1em;
}

p i {
	font-style: italic;
}

p strong, nav li a {
	font-weight: 700;
}

p a {
	text-decoration: underline;
}

.columns ul {
	padding-left: 1em;
}

.columns ul li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #497f83; /* Change the color */
  	font-weight: bold; /* If you want it to be bold */
  	display: inline-block; /* Needed to add space between the bullet and the text */
  	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em;
	float: left;
}

.columns li {
	padding-bottom: 12px;
}

/*GLOBAL*/

a {
	text-decoration: none;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

a:visited {
	text-decoration:none;
}

img {
	width: 100%;
	height: auto;
}

nav {
	width: 100%;
	position: fixed;
	z-index: 4;
}

nav a {
	text-decoration: none;
}

.home-logo.grid-parent {
	padding-left: 0;
	padding-right: 0;
}

.home-logo a {
	padding: 20px;
	background-color: #497f83;
}

.enllax {
	padding: 0!important;
	z-index: 1;
}

.home-logo img {
	max-width: 70px;
}

.menu li {
	float: left;
}

.menu a {
	color: #152731;
}

.menu a:hover {
	color: #b5326e;
}

.menu a::visited {
	text-decoration:none;
}

/*SECTION COLORS*/

section.Paper, nav.Paper, footer.Paper {
	background-color: #fefefe;
	color: #152731;
}

section.Blurple, nav.Blurple, footer.Blurple {
	background-color: #152731;
	color: #f0e9d7;
}

section.Beige, nav.Beige, footer.Beige {
	background-color: #f0e9d7;
	color: #152731;
}

/*FONT COLORS*/

h4.Flame, h5.Flame {
	color: #f1bc69;
}

h4.Focus, h5.Focus {
	color: #307596;
}

h4.Rorange, h5.Rorange {
	color: #b5326e;
}

/*SECTIONS*/

.main-nav {
	width: calc(100% - 110px);
}

.menu-container {
	width: 100%;
}

#menu-main-menu {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-nav li {
	flex-grow: 1;
	padding: 0 12px;
	text-align: center;
}

li.color-square {
	min-height: 280px;
	padding: 8px 0 0 24px;
}

.voice img {
	max-width: 24px;
}

.type h5:not(h5.Focus) {
	font-size: 2.5em;
}

.type p {
	font-size: 3em;
	margin-block-start: .5em;
	margin-block-end: .5em;
}

.is-intro {
	padding-top: calc(5% + 88px);
}

.images .grid-100 img {
	max-width: 580px;
}

.images .grid-parent .grid-100 {
	padding-left: 0;
	padding-right: 0;
}

.images a, .type a {
	color: #b5326e;
}

@media screen and (max-width: 767px) {
	
	h1 {
		font-size: 48px;
	}

	h2 {
		font-size: 36px;
	}

	h3 {
		font-size: 28px;
	}

	h4 {
		font-size: 24px;
	}

	h5 {
		font-size: 18px;
	}
	
	.home-logo a {
		padding: 20px;
	}
	
	.home-logo img {
		max-width: 60px;
	}
	
	.main-nav {
		width: 100%;
	}
	
	.is-intro {
		padding-top: calc(5% + 128px);
	}
	
	#top img {
		max-width: 280px;
	}
	
	.arrow img {
		transform: rotate(90deg);
	}
	
	li.color-square {
		padding-left: 18px;
		padding-right: 18px;
	}
	
	.type h5:not(h5.Focus) {
		font-size: 1.25em;
	}

	.type p {
		font-size: 1.75em;
	}
	
}
