/* Global styles */
html {
scroll-behavior: smooth;
}
@media only screen and (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
}
/* contact page */
@media only screen and (min-width:641px){
div#page-5d4ab707e81d3a00018956a5>div>div>.row {
padding: 90px 0;
vertical-align: middle;
margin-left: 10%;
display: -webkit-box;
}
}
/* fonts */
@font-face {
font-family: 'Trixie-Plain';
src: url('https://static1.squarespace.com/static/52e7ee88e4b022186f7bacc0/t/5d55a451d14db90001409b61/1565893715768/Trixie-Plain.otf');
}
/* New Font */
h1,h2,h3,h4,h5,h5,a,p{
font-family: 'Trixie-Plain' !important;
-webkit-font-family: 'Trixie-Plain' !important;
-moz-font-family: 'Trixie-Plain' !important;
-o-font-family: 'Trixie-Plain' !important;
-ms-font-family: 'Trixie-Plain' !important;
}
/* background image through squarespace **/
div#mainContent {
background-image: url('https://static1.squarespace.com/static/52e7ee88e4b022186f7bacc0/t/5d585f7abb302e000153857b/1566072734996/paperbackground.jpg') !important;
background-repeat: no-repeat;
background-size: cover !important;
background-position: center top;
background-attachment: fixed;
}
body{
background-image: url('https://static1.squarespace.com/static/52e7ee88e4b022186f7bacc0/t/5d585f7abb302e000153857b/1566072734996/paperbackground.jpg')
!important;
-webkit-background-image: url('https://static1.squarespace.com/static/52e7ee88e4b022186f7bacc0/t/5d585f7abb302e000153857b/1566072734996/paperbackground.jpg')
!important;
-moz-background-image: url('https://static1.squarespace.com/static/52e7ee88e4b022186f7bacc0/t/5d585f7abb302e000153857b/1566072734996/paperbackground.jpg')
!important;
-o-background-image: url('https://static1.squarespace.com/static/52e7ee88e4b022186f7bacc0/t/5d585f7abb302e000153857b/1566072734996/paperbackground.jpg')
!important;
-ms-background-image: url('https://static1.squarespace.com/static/52e7ee88e4b022186f7bacc0/t/5d585f7abb302e000153857b/1566072734996/paperbackground.jpg')
!important;
background-repeat: no-repeat;
background-size: cover !important;
background-position: center top;
background-attachment: fixed;
}
p a{
border-bottom: 2px #000 dashed !important;
color: #000 !important;
}
a span {
border-style: dashed !important;
}
div.nav-item:nth-of-type(1){
margin-right: 6px;
background-image: url('https://static1.squarespace.com/static/52e7ee88e4b022186f7bacc0/t/5d67e91cc44e15000182362b/1567090972100/contactdash.png');
background-repeat: no-repeat;
background-position: right center;
background-size: 3px 32px;
padding: 10px;
}
header#siteHeader {
padding-top: 35px;
padding-bottom: 25px !important;}
.collection-images {
bottom: 30px;
}
.page-banner-wrapper:not(.no-main-image) {
width: 100%;
height: 90vh;
background-color: transparent !important;
}
/* other writings page */
div#page-5d67cc62e683a9000146f7b6 p, div#page-5d55c5aec3c43a0001f0625a p {
font-size: 15px !important;
line-height: 20px !important;
padding-bottom: 0px !important;
margin-bottom: 20px;
}
/** Contact page titles **/
div#block-5d4ab707e81d3a00018956a6 p:nth-of-type(1) {
border-bottom: 2px dashed #000;
width: fit-content;
}
div#block-yui_3_17_2_1_1565905513862_9426 p:nth-of-type(1) {
border-bottom: 2px dashed #000;
width: fit-content;
}
.has-index-nav .content-outer-wrapper {
min-height: 100% !important;
position: relative;
background-color: #fff;
z-index: 100;
}
/* hide images on mobile */
@media only screen and (max-width:640px){
.collection-images {
display: none !important;
}
.main-content-inner-wrapper {
margin-top: 15%;
}
div#collectionDesc p {
position: relative;
top: -70px;
}
nav.index-navigation.collection-nav {
top: 290px !important;
}
}