@charset "UTF-8";
/* CSS Document */

html {
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
}
body {
	text-decoration: none;
	font-family: 'Inter', "sans-serif;";
	font-size: 0.6em;
	color: #333;
	margin: 0;
	font-weight: 400;
	padding: 0;
	background-color: #fff;
}
.mainContainer {
	margin-right: auto;
	margin-left: auto;
	min-height: calc(100vh - 250px);
	margin-bottom: 80px;
}

.brand {
	top: 75px;
	position: fixed;
	width: 100%;
	padding-top: 20px;
	padding-bottom:20px;
	font-size: 3.8em;
	display: block;
	color: #666;
	font-family: 'Inter', 'sans-serif';
	text-align: center;
	text-transform: uppercase;
	font-weight: 200!important;
	letter-spacing: .2em;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	z-index: 99;
}
.button {
	background-color: #222;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 25px;
	line-height: 3em;
	font-weight: 700;
}
a {
	color: #7399A4;
	text-decoration: none;
	outline: none;
	border: 0;
}
a img{
	outline: none;
	border: 0;
	max-width: 100%;
	height: auto;
}

a:link {
	text-decoration: none;
	color: #7399A4;
}
a:visited {
	text-decoration: none;
	color: #7399A4;
}
a:hover {
	text-decoration: none;
	color: #7399A4;
}
a:active {
	text-decoration: none;
	color: #7399A4;
}
a:selected {
	text-decoration: none;
	color: #FFFFFF;
}

.content {
	list-style: none;
	margin-left: auto;
	height: 100%;
	margin-right: auto;
	min-height: 100%;
	margin-top: 150px;
	margin-bottom: 75px;
}
.content p img{
	max-width: 100%;
	min-width: 100%;
	margin: 0!important;
}
.divider{
	margin: 0 0 50px 0;
}

.home {
	list-style-type: none;
	text-align: center;
	height: 240px;
	padding-top: 30px;
}
.home li  {
	display: inline;
	clear: right;
}
.homeLinks {
	display: table;
	width: 100%;
	table-layout: fixed;
	text-align: center;
	margin: auto 0;
	list-style-type: none;
	position: absolute;
	z-index: 1;
	font-family: 'Inter', sans-serif;
	font-weight: 200;
	height: 100vh;
	padding-top: 150px;/*change vertical position of call to action button*/
	background-position: center 30vh;
}
.homeLinks ul {
	display: table-row;
	list-style-type: none;
	text-align: center;
	overflow: hidden;
	height: auto;
}
.homeLinks ul li {
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
.homeLinks ul li a h2 {
	font-weight: 400;
	font-size: 2em;
	color: #000;
	text-transform: uppercase;
	width: 100%;
	background-color: rgba(215,37,81,0.60);/*NEW WORK button on index page*/
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	margin: 9px auto 0 auto;
	padding: 5px 5px 3px 5px;
}
.homeLinks ul li a h2:hover{
	background-color: rgba(215,37,81,1.00);
	color: #fff;
	color-profile: #000;
}
#info {
	margin-left: 40px;
	height: 500px;
	margin-bottom: 40px;
}
#info a {
	color: #7399A4;
}
.infoHeader{
	color: #7399A4;
	margin-bottom: 20px;
	font-size: 2em;
	font-family: 'Inter', sans-serif;
	text-transform: uppercase;
	margin-top: 40px;
	font-weight: 400;
	text-align: center;
	border-bottom: 1px dotted rgba(102,102,102,1);
	padding: 20px 0 20px 0;
}



#news {
	height: 100%;
}
#news .infoHeader{
	/* [disabled]font-size:2.5em; */
}
#news a {
	color: #7399A4;
}
#news ul {
	margin-left: 0px;
	margin-right: 0px;
	clear: left;
	float: left;
}

#news li{
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-right: 10px;
	padding-bottom: 15px;
	padding-top: 15px;
}
#news ul li a {
	color: #7399A4;
}
#news ul li:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#news ul li:last-child{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.space {
	display: block;
	margin-bottom: 250px;
	float: left;
	clear: both;
}
em {
	font-style: italic;
	text-transform: capitalize;
	/* [disabled]font-size: 1.1em; */
	font-weight: 600;
}

#news h1{
	background-color: #7399A4;
	font-size: 2em;
	color: #FFFFFF;
	font-weight: lighter;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.desc {
	height: 60px;
	width: 700px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.subscribe {
	padding-top: 50px;
}
.imgRight {
	float: right;
	margin-left: 10px;
	clear: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.imgLeft {
	margin-right: 10px;
	text-align: left;
	float: left;
	clear: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#links {
	height: 485px;
}

#links ul{
	padding: 0px;
	list-style: none;
	float: left;
	margin-right: 60px;
	margin-bottom: 20px;
	line-height: 1.5em;
}
.linksHeader{
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 1em;
}
.formContent {
	border:1px solid #ccc;
	margin-bottom: 30px;
}
.formContent p {
	font-size: 1.5em;
	line-height: 1.2em;
}
input[type=text], input[type=email], input[type=telephone], textarea{
	width: calc(80vw - 70px);
	max-width: 500px;
	border: 1px solid #CCC;
	padding:15px;
	margin:0 0 5px 0;
	font-size: 1.5em;
}
input[type=submit] {
	background-color: #7399A4;
	font-size: 1.5em;
	color: rgba(255,255,255,1);
	padding: 20px;
	width: 150px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
form {
	padding: 30px 0 10px 30px;
}
button {
	background-color: #7399A4;
	font-size: 1.2em;
	color: rgba(255,255,255,1);
	width: 150px;
	padding-right: 20px;
	padding-left: 20px;
}
form p {
	text-align: left!important;
	width: 240px;
	margin-bottom: 5px;
}
form button {
	line-height: 2.5em;
	border-radius: 25px;
	font-weight: 700;
}

.content p {
	line-height: 1.4em;
	font-size: 1.4em;
	font-weight: 400;
}
.content p img {
	margin-bottom: 10px;
	margin-left: 10px;
	border: solid 1px #000;
}
#name   {
	width: 250px;
	height: 25px;
}
#email {
	height: 25px;
	width: 250px;
}
.introText {
	overflow: visible;
}
.captionMobile {
	position: relative;
	z-index: 1;
	float: left;
	text-align: center;
	display: block;
	width: 240px;
	text-transform: capitalize;
	visibility: hidden;
	letter-spacing: -0.05em;
	color: #666666;
	font-size: 1.5em;
}

.infoHeader a img {
	margin-top: 30px;
	margin-bottom: 30px;
}
.g-recaptcha{
	
	-webkit-transform: scale(1.0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	transform: scale(1.0);
}

.push {
	height: 100px;
}

#contentWork {
	top: 0;
	margin-top: -50px;
}


@media only screen and (max-device-width: 1604px) and (min-device-width: 1366px){
	#gallery{
	min-width:90%; 
	}
	
}
.infoHeader p {
	font-size: .5em;
	color: rgba(153,153,153,1);
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
}
.cartBtn form input {
	height: 55px;
	width: 55px;
}
#amphib, #t-shirts, #dresses, #leggings, #zazzle {
	padding-top:75px;	
}
.shipping {
	display: block;
	border: thin solid rgb(51,51,51);
	margin: auto;
	padding: 20px;
}
.social{
	list-style-type: none;
	display: table;
	width: 100%;
	margin: 50px auto;
	padding-left:0;

}
.social li{
	display: table-cell;
	padding: 5px;
	text-align: center;
}
.workModule{
	display:grid;
	grid-template-columns:fit-content(800px)auto;
	grid-template-rows:fit-content(5,1fr)auto;
	grid-gap:40px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:dotted 1px #333;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.item-a{
	grid-column:1 / span 3;
	grid-row:1 / span 1;
	
}
.item-b{
	grid-column:4 / span 1;
	grid-row:1 / span 1;
	
}
.item-c{
	grid-column:1 / span 3;
	grid-row:2 / span 1;
}
.item-d{
	grid-column:1 / span 3;
	grid-row:3 / span 1;
}
.item-e{
	grid-column:1 / span 3;
	grid-row:4 / span 1;
}
.item-f{
	grid-column:1 / span 3;
	grid-row:5 / span 1;
}
.item-b strong{
	text-transform: uppercase;
	font-weight: 600;
}
.workModule p{
	/*float: left;*/
	/*text-align:right;*/
}
.workModule img{
	width:100%;
	max-width:800px;
	object-fit:contain;
}
.resume{
	font-size:1.4em;
	line-height: 1.6em;
}

.statement {
	/*width: 650px;*/
	margin:auto;
}
.workModule .rig li{
	width:50%;
	min-width: 50%;
}
.workModuleNav{
	display: table;
	table-layout: fixed;
	width:90%;
	margin:auto;
	margin-bottom: 20px;
	max-width: 1200px;
}
.workModuleNav ul{
	display:table-row;
	list-style: none;
}
.workModuleNav ul li{
	display:table-cell;
	width:50%;
	text-align: left;
	font-size: 1.6em;
}
.workModuleNav ul li:last-child{
	text-align: right;
}
@media (max-width: 640px){
	input[type=text], input[type=email], input[type=telephone], textarea{
	padding:3px;
	width: calc(80vw - 30px);
}
.workModule{
	display:grid;
	grid-template-columns:fit-content auto;
	grid-template-rows:fit-content(6,1fr)auto;
}
	.workModule img{
		width: 95vw;
	}
.item-a{
	grid-column:1;
	grid-row: 1;
}
.item-b{
	grid-column:1;
	grid-row: 2;
}
.item-c{
	grid-column:1;
	grid-row: 3;
	}
.item-d{
	grid-column:1;
	grid-row: 4;
	}
.item-e{
	grid-column:1;
	grid-row: 5;
}
	.item-e{
	grid-column:1;
	grid-row: 6;
}
	.workModule p{
		text-align: left;
	}
}
.infoHeader a:hover {
	padding:8px 10px;
	background-color:#7399A4;
	color:white;
}

#shopHeader {
	
}
