/* Normalize */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

pre code {
  background-color: #eee;
  border: 1px solid #999;
  display: block;
  padding: 20px;
  position: relative;
  max-width: 90%;
  white-space: pre-wrap;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
	margin-left: 20px;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: circle;
}

li ul {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.scale-up {
	image-rendering: pixelated;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

ol, ul {
	color: 0;
}

.unselectable, br, img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectable {
 -moz-user-select: text;
 -khtml-user-select: text;
 -webkit-user-select: text;
 -ms-user-select: text;
 user-select: text;
}


a:not(.hidden-link) {
	text-decoration: none;
    color: #AF3A3C;
    -webkit-transition: .45s;
    transition: .45s
}

.hidden-link {
	text-decoration: none;
    color: inherit;
}

a:hover:not(.hidden-link) {
    color: #6D2727;
}

:focus {
	outline: 0;
}

::-moz-selection {
    background: #000;
    color: #F9C80F;
}

::selection {
    background: #000;
    color: #F9C80F;
}

/* Alignment, idk */
 html{
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

/* Main */
 html,body{
    font-family: "Playfair Display";
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    background: #D1D1D1;
}
html{
    overflow-x:hidden;
    scroll-behavior: smooth;
}
body {
    font-family: "Playfair Display";
}

.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.centered {
    text-align: center;
}


@media only screen and (min-width: 861px) {
h1 {
    font-size: 4vw;
    font-family: "Playfair Display";
    letter-spacing: 0.5vw;
}
h2 {
    font-size: 3vw;
    font-family: "Playfair Display";
    letter-spacing: 0.3vw;
}
h3 {
    font-size: 2vw;
    font-family: "Playfair Display";
    letter-spacing: 0.2vw;
}
}

@media only screen and (max-width: 860px) {
h1 {
    font-size: 5.5vw;
    font-family: "Playfair Display";
    letter-spacing: 0.5vw;
}
h2 {
    font-size: 5vw;
    font-family: "Playfair Display";
    letter-spacing: 0.3vw;
}
h3 {
    font-size: 4vw;
    font-family: "Playfair Display";
    letter-spacing: 0.2vw;
}
}

/* Nav Bar */
.header {
    position: relative;
    width: 100%;
    z-index: 20;
    top: 0;
}

.navbar {
    width: 100%;
    overflow: hidden;
    padding: 8px 16px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    letter-spacing: 3px;
    background: #353535;
    color: #fff;
}

@media only screen and (min-width: 861px) {
.navbar .navbar-element {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
    font-size: 16pt;
}
}
@media only screen and (max-width: 860px) {
.navbar .navbar-element {
    margin: -16px 0px;
    padding: 8px 8px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
    font-size: 16pt;
}
}

/* Content */
.content { 
    max-width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    background: #D1D1D1;
}


/* Footer */
.footer {
    padding-top: 16px;
    padding-bottom: 16px;
    background: #161616;
    color: #fff;
}

/* Mobile/Desktop Displays */
@media only screen and (min-width: 861px) {
.only-mobile { display: none !important; }
}

@media only screen and (max-width: 860px) {
.only-desktop { display: none !important; }
}

@media only screen and (max-width: 1150px) {
.only-desktop-big { display: none !important; }
}

/* Content */
.content { 
    max-width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    background: #D1D1D1;
}


/* desktop content */
@media only screen and (min-width: 1000px) {
    .section-2col1 {
        width: 35%;
        padding: 10px;
    }
    .section-2col2 {
        width: 65%;
        padding: 10px;
    }
    p {
        font-size: 13pt;
    }
    .section {
        padding-top: 64px;
        padding-bottom: 16px;
    }
}
/* mobile content */
@media only screen and (max-width: 999px) {
    .section-2col1 {
        width: 35%;
    }
    .section-2col2 {
        width: 65%;
    }
    p {
        font-size: 11pt;
    }    
    .section {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    h3 {
        font-size: 13pt;
    }
}
/* mobile content (smaller) */
@media only screen and (max-width: 499px) {
    p {
        font-size: 10pt;
    }    
    .section {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    h3 {
        font-size: 12pt;
    }
}
    
.section {
    overflow: hidden;
}

.section-2col1 {
    float: left;
    padding: 5px;
    height: 100%;
}
.section-2col2 {
    float: right;
    padding: 5px;
}