@charset "UTF-8";

@font-face {
    font-family: 'FuturaTS';
    src: url('./assets/fonts/FuturaTS-Light.eot');
    src: url('./assets/fonts/FuturaTS-Light.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/FuturaTS-Light.woff2') format('woff2'),
        url('./assets/fonts/FuturaTS-Light.woff') format('woff'),
        url('./assets/fonts/FuturaTS-Light.ttf') format('truetype'),
        url('./assets/fonts/FuturaTS-Light.svg#FuturaTS-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaTS';
    src: url('./assets/fonts/FuturaTS-Regular.eot');
    src: url('./assets/fonts/FuturaTS-Regular.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/FuturaTS-Regular.woff2') format('woff2'),
        url('./assets/fonts/FuturaTS-Regular.woff') format('woff'),
        url('./assets/fonts/FuturaTS-Regular.ttf') format('truetype'),
        url('./assets/fonts/FuturaTS-Regular.svg#FuturaTS-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaTS';
    src: url('./assets/fonts/FuturaTS-Medium.eot');
    src: url('./assets/fonts/FuturaTS-Medium.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/FuturaTS-Medium.woff2') format('woff2'),
        url('./assets/fonts/FuturaTS-Medium.woff') format('woff'),
        url('./assets/fonts/FuturaTS-Medium.ttf') format('truetype'),
        url('./assets/fonts/FuturaTS-Medium.svg#FuturaTS-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Copperplate';
    src: url('./assets/fonts/Copperplate.eot');
    src: url('./assets/fonts/Copperplate.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Copperplate.woff2') format('woff2'),
        url('./assets/fonts/Copperplate.woff') format('woff'),
        url('./assets/fonts/Copperplate.ttf') format('truetype'),
        url('./assets/fonts/Copperplate.svg#Copperplate') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bauer Bodoni Std 1';
    src: url('./assets/fonts/BauerBodoniStd-Roman.eot');
    src: url('./assets/fonts/BauerBodoniStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/BauerBodoniStd-Roman.woff2') format('woff2'),
        url('./assets/fonts/BauerBodoniStd-Roman.woff') format('woff'),
        url('./assets/fonts/BauerBodoniStd-Roman.ttf') format('truetype'),
        url('./assets/fonts/BauerBodoniStd-Roman.svg#BauerBodoniStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chronicle Display';
    src: url('./assets/fonts/ChronicleDisplay-Light.eot');
    src: url('./assets/fonts/ChronicleDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/ChronicleDisplay-Light.woff2') format('woff2'),
        url('./assets/fonts/ChronicleDisplay-Light.woff') format('woff'),
        url('./assets/fonts/ChronicleDisplay-Light.ttf') format('truetype'),
        url('./assets/fonts/ChronicleDisplay-Light.svg#ChronicleDisplay-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.7
Requires PHP: 5.6
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;

	/* 1 */
	-webkit-text-size-adjust: 100%;

	/* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;

	/* 1 */
	height: 0;

	/* 1 */
	overflow: visible;

	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace;

	/* 1 */
	font-size: 1em;

	/* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration-thickness: 1px;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;

	/* 1 */
	text-decoration: underline;

	/* 2 */
	text-decoration-style: dotted;

	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace;

	/* 1 */
	font-size: 1em;

	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;

	/* 1 */
	font-size: 100%;

	/* 1 */
	line-height: 1.15;

	/* 1 */
	margin: 0;

	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {

	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {

	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;

	/* 1 */
	color: inherit;

	/* 2 */
	display: table;

	/* 1 */
	max-width: 100%;

	/* 1 */
	padding: 0;

	/* 3 */
	white-space: normal;

	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
	box-sizing: border-box;

	/* 1 */
	padding: 0;

	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield;

	/* 1 */
	outline-offset: -2px;

	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;

	/* 1 */
	font: inherit;

	/* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

section {
    width: 100%;
    float: left;
}

.slide {
    width: 100vw;
    min-height: 100vh;
    float: left;
    display: block;
    position: relative;
    border-bottom: 1px solid #979797;
    padding: 5% 5% 2.5% 5%;
    box-sizing: border-box;
}

.slide:last-child {
    border-bottom: 0px;
}

.title_slide {
	color: white;
	background: #2C4D82;
}

.main_logo {
    width: 300px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 200px;
}

.section_number {
    /* position: absolute; */
    font-family: 'FuturaTS';
    font-size: 300px;
    line-height: 225px;
    /* right: 2.5vw; */
    /* bottom: 2.5vw; */
}

.slide_title_bottom {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.title_slide {
    color: white;
    background: #2C4D82;
    padding: 5% 4% 2.5% 5%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.section_title {
    font-size: 20px;
    line-height: 56px;
    letter-spacing: 3.79px;
    font-family: 'FuturaTS';
    font-weight: 500;
}

.subnav {
    font-family: 'FuturaTS';
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.56px;
}

.slide.main {
    padding: 3% 5% 2.5% 5%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.main_nav {
    color: #A7A8A9;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 2.65px;
    font-family: 'FuturaTS';
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.main_nav a {
    color: inherit;
    text-decoration: none;
}

.main_bottom {
    text-align: center;
    width: 100%;
    color: #2C4D82;
    font-size: 14px;
    line-height: 56px;
    letter-spacing: 3.32px;
    font-family: 'FuturaTS';
    font-weight: 400;
}

.slide_left {
    width: 25%;
    float: left;
}

.slide_left_title {
    color: #2C4D82;
    font-size: 20px;
    line-height: 56px;
    letter-spacing: 3.79px;
    font-family: 'FuturaTS';
    font-weight: 500;
}

.slide_left_copy {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 1.48px;
    font-family: 'FuturaTS';
    font-weight: 400;
    color: #A7A8A9;
}

.full_right {
    width: 75%;
    padding-left: 10%;
    box-sizing: border-box;
    float: left;
}

.full_right img {
    width: 100%;
}

.full_right_columns {
    display: flex;
    width: 75%;
    padding-left: 10%;
    box-sizing: border-box;
    justify-content: space-evenly;
    align-items: center;
    height: 70vh;
}

.column {
    width: 45%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.column img {
    width: 90%;
}

span.caption {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1.22px;
    font-family: 'FuturaTS';
    font-weight: 400;
    width: 100%;
    text-align: center;
    color: #A7A8A9;
    margin-top: 25px;
}

.font_name {
    color: #A7A8A9;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 1.09px;
    font-family: 'FuturaTS';
    font-weight: 400;
    margin-bottom: 90px;
    float: left;
    width: 100%;
}

.font_holder {
    width: 100%;
    margin: 0%;
    float: left;
    border-top: 1px solid #979797;
    padding: 2.5% 0% 5%;
}

.font_shown, .font_shown img {
    width: 100%;
    float: left;
    margin-bottom: 5%;
}

.image_left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 5% 0%;
}

.image_left img {
    width: 60%;
}


.image_right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 5% 0%;
}

.image_right img {
    width: 60%;
}

.colors {
    width: 50%;
    margin-left: 25%;
    float: left;
}

.color_circle {
    width: 90%;
    height: 40.5vw;
    border-radius: 50%;
    margin-bottom: 50px;
    float: left;
}

.color_details {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.font_shown textarea {
    width: 100%;
    height: 300px;
    margin-bottom: 5%;
    border: 0px;
    font-size: 160px;
    line-height: 150px;
    letter-spacing: -0.15px;
    color: #2C4D82;
    outline: none;
    padding-top: 10px;
}

.color_line span {
    font-family: 'FuturaTS';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.71px;
    color: #2C4D82;
}

.color_line {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

span.color_line_title {
    width: 60px;
    font-family: 'FuturaTS';
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.71px;
    color: #2C4D82;
}

.download_button {
    position: absolute;
    right: 5%;
    bottom: 4.5%;
    line-height: 56px;
    color: #A7A8A9;
    font-family: 'FuturaTS';
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1.67px;
}

.download_button a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #2C4D82;
    padding-bottom: 5px;
}

.main_nav a:hover {
    color: #2C4D82;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}

.subnav_item a {
    color: inherit;
    text-decoration: none;
}
