* {
	padding: 0;
	margin: auto;
	box-sizing: border-box;
	color: #333;
	text-decoration: none;
}

body {
	background: #F7F7F7;
	font-family: "Figtree", sans-serif;
}

a:hover {
	opacity: 0.8;
}

p {
	font-size: 18px;
	line-height: 1.65;
	font-weight: 300;
	margin-bottom: 30px;
	color: #4a4a4a;
}

h1 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 5px;
}

h2 {
	font-size: 26px;
	line-height: normal;
	text-decoration: none;
	font-weight: lighter;
	padding-bottom: 20px;
}

h3 {
	font-size: 28px;
	font-style: normal;
	margin-bottom: 10px;
}

.header {
    background-color: #435b5b;
    background-attachment: fixed;
    height: 640px;
    background-repeat: no-repeat;
    background-size: auto;
}

.nav-container-inner{
	max-width: 1030px;
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
}


.nugget {
	padding: 5px 10px;
	border-radius: 20px;
	background: #222;
	color: #fff;
	border: 2px solid #222;
	display: inline-block;
}

.figure-image {
	flex: 1;
}

.figure-figcaption {
	flex: 1;
}

.figure-image img {
	height: auto;
	display: block;
	width: 234px;
}

.img-triple img {
	height: auto;
	display: block;
	width: 436px;
}

.figure-reverse {
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
	margin-top: 40px;
}






.figure {
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.figure-full {
	grid-template-columns: 1fr;
	margin-top: 50px;
	display: grid;
	align-items: center;
}

.img-single img {
	height: auto;
	display: block;
	width: 234px;
}

.img-double img {
	height: auto;
	display: block;
	width: 334px;
}

.img-triple img {
	height: auto;
	display: block;
	width: 436px;
}

.img-fullwidth img {
	height: auto;
	display: block;
	width: 980px;
	padding-bottom: 20px;
}

.more-work {
	display: flex;
	max-width: 980px;
	align-items: flex-start;
	gap: 22px;
}

.more-work img {
	border-radius: 8px;
    max-width: 100%;
}

.title {
	padding-top: 40px;
	padding-bottom: 20px;
}

.key-title {
	padding-top: 50px;
}

footer {
	padding-top: 80px;
	padding-bottom: 150px;
	width: 100%;
	display: flex;
	align-items: center;
}

footer p {
	flex: 1;
	text-align: left;
	margin-left: 15px;
	font-size: 12px;
	margin-bottom: auto;
}

footer img {
	width: 38px;
}

.bold {
	font-weight: 600;
	color: #333;
}

.white {
    color: #fff;
  }

.navbar {
	width: 100%;
	display: flex;
	padding-top: 30px;
	overflow: hidden;
}

.logo {
	width: 48px;
	cursor: pointer;
}

nav {
	flex: 1;
	text-align: right;
}

nav ul li {
	display: inline-block;
	margin-right: 0;
}

nav ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: 600;
}

nav ul li a:hover {
	opacity: 0.8;
}

.container {
	max-width: 1030px;
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
}

@media only screen and (max-width: 1030px) and (min-width: 745px) {
/* For tablet: */

.tablet{
display: block;
}

.desktop{
display: none;
}

.header{
	height: 100%;
    padding-bottom: 50px;
}

.container{
	margin-top: 0px;
}

.figure-full {
    margin-top: 20px;
}

.more-work img {
	max-width: 100%;
	border-radius: 8px;
}

footer {
    padding-top: 40px;
    padding-bottom: 80px;
}

.img-triple img {
    width: 100%;
}


.img-fullwidth img {
	width: 100%;
}


h1 {
    font-size: 34px;
}

.img-fullwidth img {
    width: 100%;
}

.title {
    padding-top: 20px;
}

}


/*iphone*/
@media only screen and (max-width: 746px) {
.desktop{
display: none;
}

.mobile{
display: block;
}
.container {
	margin-top: 30px;
	overflow: hidden;
}


.header{
    height: 100%;
	padding-bottom: 30px;
}

.nugget{
	margin-bottom: 10px;
}

.figure {
	flex-direction: column;
	gap: 30px;
	margin-top: 15px;
}

.figure-reverse {
	flex-direction: column;
	margin-top: 15px;
	gap: 20px;
}

.figure-image img {
    height: 400px;
    width: auto;
}

.figure-full {
    margin-top: 10px;
}

.img-triple img{
	margin-top: 0px;
    height: auto;
    width: 100%;
}

.img-fullwidth img{
	width: 100%;
    padding-bottom: 20px;
}

.title {
    padding-top: 0px;
}


h1 {
    font-size: 32px;
	line-height: 48px;
}

h2 {
    font-size: 24px;
    padding-bottom: 5px;
}

h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 5px;
}

p {
    margin-bottom: 20px;
}

.more-work {
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-gap: 15px;
}

.more-work img {
	max-width: 100%;
	flex: 1 0 0;
	border-radius: 8px;
	flex-wrap: wrap;
}

footer {
    padding-top: 40px;
    padding-bottom: 80px;
}
}