/******/
/*** 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;
}

.button-container {
	padding: 2.25rem 0 .875rem 0;
}

a.button {
	font-weight: 600;
	border-radius: .25rem;
	padding: .75rem 1.125rem .75rem 1.125rem;
	text-decoration: none;
}

a.button:hover, nav a:hover {
	opacity: .6;
}

nav a {
	text-decoration: none;
}

footer ul {
	padding-inline-start: 0!important;
}

nav {
	margin-left: .75rem;
}

nav ul li, footer ul li {
	padding-right: .75rem;
	margin-block-start: .0625rem;
}

nav .grid-parent, section .grid-container-full .grid-parent {
	padding-left: 0;
	padding-right: 0;
}

.menu li {
	float: left;
}

nav {
	position: fixed !important;
	top: 0;
	background-color: var(--slate-grey);
}

#scroll-to-top {
	position: fixed;
	display: none;
	bottom: 1.5rem;
	left: 1.5rem;
	z-index: 10;
}

#scroll-to-top.show {
	display: hidden;
}

#scroll-to-top.show a {
	padding: .6rem 1rem .375rem 1rem;
	color: var(--brown-light);
	text-transform: uppercase;
	border-radius: .25rem;
}

/* SECTIONS */

.color-square {
	border-radius: .25rem;
	margin-bottom: .75rem;
}

.RETRO {
	border: solid;
}

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

.columns ul li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: var(--pink); /* 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: .75rem;
}

.intro-box {
	position: absolute;
	bottom: 1.25rem;
}

.intro-box img {
	max-width: 15rem;
}

.menu-container {
	width: 100%;
}

.main-nav li {
	padding: 0 .75rem;
	text-align: center;
}

.images .padding-10 img {
	max-width: 65%;
}

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

.image-single {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

#logo .grid-container.display-flex {
	padding-bottom: 10%;
}

.text-image-image, .text-image-text {
	padding-left: 0;
	padding-right: 0;
}

li.color-square {
	height: 11rem;
	padding: .5rem 0 0 1.5rem;
}

li.color-square-small {
	height: 8rem;
}

.color-square.chocolate {
	border: solid .125rem var(--brown-medium);
}

.Slate {
	border: solid 1px #EFEDE9;
}

.voice img {
	max-width: 1.5rem;
}

.type h5 {
	font-size: 1em;
}


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

.type-text h2, .type-text h5{
	text-transform: none;
}

.type-text p {
	line-height: none;
	margin-block-start: 0em;
	margin-block-end: 0em;
}

.Regular .padding-bottom {
	padding-bottom: 0px;
}

.Regular .type-link {
	padding-top: 0px;
}

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

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

	
}

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

	
}

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

}

@media screen and (max-width: 767px) {
	
	.text-image-image {
		padding-bottom: 30px;
	}
	
	.padding-top-bottom-2x {
    	padding-top: 2rem;
    	padding-bottom: 2rem;
	}
	
	.type p {
		font-size: 1rem;
	}
	
	.type-fix h1 {
		font-size: 2rem;
	}

}
