@import 'setup.css';
@import 'interior.css';
@import 'artDirection.css';
@import 'prints.css';
@import	'process.css';
@import	'services.css'

html {
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory; 
}

body {
	background-color: #f1f1f1;
}

inner-column {
	display: block;
	width: 85%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}


/*Color 
typography: #2A323B
background-color: #f1f1f1
a: hover glow #3F97FF*/

h1 {
	font-family: 'Space Grotesk';
	font-weight: 300;
	font-size: 30px;
	line-height: 1.5;
	color: #2A323B;
	margin-top: 80px;
	margin-bottom: 40px;
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-thickness: 2px;
}

h2 {
	font-family: 'Space Grotesk';
	font-weight: 300;
	font-size: 25px;
	color: #2A323B;
	margin-bottom: 40px;
	margin-top: 40px;
}

h3 {
	font-family: 'Space Grotesk';
	font-weight: 300;
	font-size: 20px;
	color: #2A323B;
}

p {
	font-family: 'Space Grotesk';
	font-weight: 300;
	font-size: 15px;
	color: #2A323B;
	line-height: 1.5;
}

a {
	font-family: 'Space Grotesk';
	font-weight: 300;
	color: #2A323B;
}

b {
	font-weight: 500;
}

li {
	font-family: 'Space Grotesk';
	font-weight: 300;
	font-size: 20px;
	color: #2A323B;
	line-height: 1.5;
}

.underline {
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-thickness: 2px;
}

/*Landing/Intro*/

.landing p:nth-child(1) {
	padding-bottom: 20px;
}

.intro_text {
	padding-bottom: 80px;
}

.picBorder {
	border: 2px solid #2A323B;
}

.portType {
	padding-bottom: 40px;
}

.portType:nth-child(3) {
	padding-bottom: 80px;
}


/*Portfolio*/

h2 a:hover {
	color: #3F97FF;
}


/*Clients/Collaborators*/

ul {
	padding-bottom: 60px;
}

hr {
	border-top: 2px solid #2A323B;
}

/*Menu*/

.nav-fab {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 9999;
}

/* remove default marker */
.nav-fab summary::-webkit-details-marker { display: none; }

.nav-fab summary {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: 8px 12px;
  border: 1px solid rgba(0,0,0,.25);
  border-radius: 9999px;
  background: rgba(255,255,255,.3);
  -webkit-backdrop-filter: blur(8px) saturate(160%);
  backdrop-filter: blur(8px) saturate(160%);
  color: #2e2f32;
  line-height: 1;
  user-select: none;
}

.nav-fab,
.nav-fab * {
  font-family: "Space Grotesk", sans-serif;
}

/* focus ring */
.nav-fab summary:focus-visible {
  outline: 2px solid #2e2f32;
  outline-offset: 2px;
}

/* Desktop text label / mobile icon */
.nav-fab .label { display: inline; }
.nav-fab .icon  { display: none; }
@media (max-width: 700px) {
  .nav-fab .label { display: none; }
  .nav-fab .icon  { display: inline; font-size: 20px; }
}

/* Panel */
.nav-fab .nav-panel {
  position: absolute;
  right: 0;
  margin-top: 8px;
  min-width: 220px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 12px;
  background: rgba(255,255,255,.3);
  -webkit-backdrop-filter: blur(8px) saturate(160%);
  backdrop-filter: blur(8px) saturate(160%);
  box-shadow: 0 6px 24px rgba(0,0,0,.12);
}

.nav-fab .nav-panel a {
  text-decoration: none;
  color: #2e2f32;
  font-weight: 450;
}
.nav-fab .nav-panel a:hover,
.nav-fab .nav-panel a:focus-visible {
  text-decoration: underline;
}

/* hit target size on touch */
.nav-fab summary { min-height: 36px; }
.nav-fab .nav-panel a { padding: 4px 0; }

/*Contact*/

.contact h2 {
	padding-bottom: unset;
}

.emailMe {
	padding-top: 40px;
	padding-bottom: 40px;
}

.imageIcon {
	display: flex;
	flex-direction: column;
	align-items: center;
/*	border: 2px solid red;*/
}

/*.pushy {
	border: 2px solid black;
}*/

.selfie {
	max-width: 200px;
  padding-bottom: 40px;
/*  border: 2px solid green;*/
}

.insta {
	max-width: 30px;
	right: -171px;
	position: relative;
/*	border: 2px solid purple;*/
}

.pushDown {
    margin-top: 40px;
    margin-bottom: 80px;
}


/*Tablet*/

@media(min-width: 700px){
	h1 {
		font-size: 40px;
		margin-top: 100px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 25px;
	}
	p {
		font-size: 18px;
	}

	.portfolio {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.portfolio picture {
		max-width: 500px;
	}

	.portType {
		padding-bottom: 40px;
	}

	.portType:nth-child(3) {
		padding-bottom: 80px;
	}

	.imageIcon {
		display: flex;
		flex-direction: row-reverse;
		/*	border: 2px solid red;*/
	}

	.selfie {
		max-width: 250px;
  	padding-bottom: 40px;
	}

	.insta {
		max-width: 30px;
		right: -220px;
	}

	.intro_text {
		padding-bottom: 100px;
	}

	ul {
		padding-bottom: 80px;
	}
}

@media(min-width: 950px){

	h1 {
			margin-bottom: 40px;
	}

	p {
		font-size: 18px;
	}

	.landing {
		margin-left: auto;
		margin-right: auto;
	}

	.intro_text p {
		max-width: 800px;
	}

	.imageIcon {
		margin-right: 20%;
	}
}




