

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



/*
-------------------------
LAYOUT & FLEX
-------------------------
*/


body {
	text-align: left;
	margin-top: 20px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
   font-size: 2vw;
   line-height: 1.5;
	color: #000000;
   background-color: #eeedda;
}
.all-container {
	padding: 0em 1.5em 60px 1.5em;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
}

.footer {
	/* background: #BA5C12; */
	width: 100%;
	height: 100px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content:center;
	font-family: 'Work Sans', sans-serif;
	color: #ffffff;
	/* letter-spacing: 1px; */
}

.main {
	text-align: left;
	margin: 0 0 20px 0;
}

.col-left {
	flex:100%;
	margin-bottom: .7em;
}
.col-right {
	flex:100%;
	align-self: flex-start;
}

.col-footer-left {
	display: none;
}

.footer-menu {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	align-items: center;
	background-color: #000000;
}

/*
-------------------------
FONTS
-------------------------

font-family: 'DM Serif Display', serif;
font-family: 'Fraunces', serif;
font-family: 'Marcellus', serif;
font-family: 'Overpass Mono', monospace;
font-family: 'Rubik Mono One', sans-serif;

*/


.text-big {
   font-size: 7em;
   line-height: 1.3;
	font-family: 'Fraunces', serif;
	font-weight: 300;
	padding-top: 50px;
}

.text-name {
	font-style: italic;
}

.text-blurb {
	font-size: 2em;
   line-height: 1.5;
}

.text-bullets {
   font-size: 3em;
   line-height: 1.3;
   font-family: 'Fraunces', serif;
   font-weight: 300;
}

.text-ref {
	font-size: 2em;
   line-height: 1.5;
}

.super {
	position: absolute;
   color: #BA5C12;
   font-size: 0.5em;
	font-style: italic;
}

.super-ref {
	font-family: 'Fraunces', serif;
	color: #BA5C12;
	font-style: italic;
	font-weight:400;
}

.text-logo {
	font-family: 'Rubik Mono One', sans-serif;
	font-size: .5em;
	color:#000000;
}

.display-desktop {
	display: none;
}

.text-bold {
	font-weight: 700;
}
.text-italic {
  font-style: italic;
}

/*
-------------------------
LINKS
-------------------------
*/


a, a:visited{
/*	text-decoration: underline; */
	color: #000000;
	text-decoration: none;
}

a:hover {
   text-decoration: none;
}

.text-big a, .text-big a:hover {
	text-decoration: none;
}

.button {
	/*
	border: 2px solid #000000;
	color: #000000;
	padding: 10px 20px 10px 20px;
	font-size: 2em;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 10em;
	transition-duration: 0.4s;
	*/
	font-size: 2em;
	text-align: center;
	text-decoration: none;
	display: inline-flex;
   justify-content: center;
   align-items: center;
	color: #eeedda;
	width: 100%;
	padding: 0;
	transition-duration: 0.4s;

 }
 
 .button:hover {
	background-color: #000000;
	color: #eeedda;
 }

/*
-------------------------
RESPONSIVE @£%!
Mobile-first with default values above
-------------------------
*/

/*Small Desktop / Tablet*/

@media all and (min-width: 600px) {


.all-container {
	padding: 0em 3em 0em 3em; 
}

.text-big {
   font-size: 5em;
   line-height: 1.2;
	padding-top: 120px;
}
.text-blurb {
	font-size: 1.1em;
   line-height: 1.5;
}

.text-bullets {
   font-size: 3em;
   line-height: 1.3;
   font-family: 'Fraunces', serif;
   font-weight: 300;
}

.text-ref {
	font-size: .9em;
   line-height: 1.5;
}


.col-footer-left {
	display: flex;
	margin: 0 0 0 6em;
	/* width: 400px; */
}

.footer {
	position: fixed;
	left: 0;
	top: 0;
	/* bottom: 0; */
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.footer-menu {
	margin: 0 3em 0 0;
	width: auto;
	height: auto;
	background-color: transparent;
}

.button {
	font-size: .9em;
	border: 1px solid #000000;
	color: #000000;
	padding: 10px 20px 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	/* border-radius: 10em; */
	transition-duration: 0.4s;
}

}


/*Desktop*/

@media all and (min-width: 950px) {

.all-container {
	padding: 0em 3.5em 0em 3.5em;
	/* margin: 0 0 60px 0; */
}

.main {
	margin: 20px 0 0 0;
	flex: 80%;
}
.text-big {
   font-size: 4em;
   line-height: 1.2;
}
.text-blurb {
	font-size: .6em;
   line-height: 1.5;
	margin-bottom: 3em;
}
.text-bullets {
   font-size: 2em;
   line-height: 1.3;
   font-family: 'Fraunces', serif;
   font-weight: 300;
}

.text-ref {
	font-size: .4em;
   line-height: 1.5;
}
/* .text-logo {
	margin: 0 0 0 3.5em;
}
*/
.button {
	font-size: .4em;
}
.col-footer-left {
	margin: 0 0 0 7em;
	/* width: 400px; */
}
.footer-menu {
	margin: 0 3.5em 0 0;
}

/*
.col-left {
	margin: 20px 0 0 0;
	flex: 40%;
}
.col-right {
	margin: 20px 0 0 0;
	flex: 40%;
}
*/

/*
.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
*/

.display-desktop {
	display: flex;
}
.display-mobile {
	display: none;
}

.button {
	font-size: .5em;
}

}

/*
-------------------------
Fancy Animations
-------------------------
*/
