/*
Theme name: Sea Island Shrimp House Brand
Description: Custom Theme
*/

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

html,body {
    overflow-x: hidden;
}

body {
	font-family: "brother-1816", 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, p {
	margin-block-start: 0;
	margin-block-end: 0;
	font-style: normal;
}

h1, h2, h3, h4 {
	font-family: "new-kansas", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.2em;
	letter-spacing: -.03em;
	margin-block-start: .125em;
	margin-block-end: .125em;
}

h5, h6, nav li a {
	font-family: "vinyl", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	text-transform: uppercase;
	margin-block-start: .5em;
	margin-block-end: .5em;
}

h1 {
	font-size: 84px;
}

h2 {
	font-size: 60px;
}

h3 {
	font-size: 72px;
}

h4 {
	font-size: 32px;
}

h5 {
	font-size: 24px;
}

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

p i {
	font-style: italic;
}

p strong {
	font-weight: 700;
}

p a {
	text-decoration: underline;
}

section a {
	color: #ef9c23;
}

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

.columns ul li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #ef9c23; /* 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*/

.images#logo {
	width: 100%;
	height: auto;
}

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 a {
	font-size: 24px;
	text-decoration: none;
}

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

.home-logo a {
	background-color: #003b62;
}

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

.menu li {
	float: left;
}

.menu a {
	color: #003b62;
}

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

/*SECTION COLORS*/

section.plain-white, nav.plain-white, footer.plain-white, div.plain-white {
	background-color: #fefefe;
	color: #003b62;
}

section.nocturnal, nav.nocturnal, footer.nocturnal, div.nocturnal {
	background-color: #003b62;
	color: #fefefe;
}

section.old-boat, nav.old-boat, footer.old-boat, div.old-boat {
	background-color: #eeede9;
	color: #003b62;
}

section.plain-white h1, section.plain-white h2, section.plain-white h4, section.old-boat h1, section.old-boat h2, section.old-boat h4, div.old-boat h1, div.old-boat h2, div.old-boat h4  {
	color: #df4133;
}

section.plain-white h3, section.old-boat h3, div.plain-white h3, div.old-boat h3 {
	color: #003b62;
}

/*FONT COLORS*/

.rector-red h5, h5.rector-red, .rector-red h6, h6.rector-red {
	color: #df4133;
}

.sea-green h5, h5.sea-green, .sea-green h6, h6.sea-green {
	color: #42bfbb;
}

.pandorange h5, h5.pandorange, .pandorange h6, h6.pandorange {
	color: #ef9c23;
}

/*SECTIONS*/

.menu-container {
	width: 100%;
}

#menu-main-menu {
	width: 100%;
}

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

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

.images .display---flex p {
	margin-block-end: 0;
}

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

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

.title-text img {
	max-width: 180px;
}

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

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

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

@media screen and (min-width: 768px) {
	
	nav {
		width: 100%;
		position: fixed;
		z-index: 4;
	}
	
	.main-nav {
		width: calc(100% - 240px);
	}
	
	.home-logo a {
		padding: 16px;
	}
	
	.home-logo img {
		max-width: 208px;
	}
	
	#menu-main-menu {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.main-nav li {
		flex-grow: 1;
	}
	
	.images .grid-100 p {
		padding-right: 50%;
	}
	
	.images .display---flex p, .images .display---flex div {
		padding-left: 12px;
	}
	
	.intro .grid-50 {
		min-height: 640px;
	}
	
}

@media screen and (min-width: 1366px) {
	
	.intro .grid-50 {
		min-height: 720px;
	}
	
}

@media screen and (min-width: 1920px) {
	
	.intro .grid-50 {
		min-height: 960px;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	
	h1 {
		font-size: 72px;
	}

	h2 {
		font-size: 54px;
	}

	h3 {
		font-size: 36px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}
	
	.intro.enllax {
		background-size: 120%;
	}
	
}

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

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 48px;
	}

	h4 {
		font-size: 24px;
	}
	
	.home-logo {
		padding: 0;
		background-color: #003b62;
	}
	
	.main-nav li {
		width: calc(50% - 24px);
		padding: 12px;
	}
	
	.intro .grid-container-full {
		min-height: calc(70vh - 48px);
		padding-top: 16px;
	}
	
	.arrow img {
		transform: rotate(90deg);
	}
	
	.type h5:not(h5.sea-green) {
		font-size: 1.25em;
	}

	.type p {
		font-size: 1.75em;
	}
	
	.intro.enllax {
		background-size: 192%;
	}
	
	li.color-square {
		min-height: 200px;
		padding: 2px 18px;
	}
	
	.voice .grid-10.mobile-grid-100 {
		margin-top: 16px;
	}
	
}
