// No Hyphenation //
p, h1, h2, h3, h4 {
-webkit-hyphens: manual !important;
-moz-hyphens: manual !important;
-ms-hyphens: manual !important;
hyphens: manual !important;
}
h1, h2, h3, h4 {
margin-bottom: 0;
}
// Custom Paragraph Fonts //
@font-face {
font-family: 'AvenirNextLTPro-UltLt.ttf';
src: url('https://static1.squarespace.com/static/60aebc587bb23d5296b191fa/t/60aebf99e632ae1b7220f9f8/1622065049342/AvenirNextLTPro-UltLt.ttf');
}
p, h4 {font-family: 'AvenirNextLTPro-UltLt.ttf';}
// Custom Headings Fonts //
@font-face {
font-family: 'Lavanderia+Regular.ttf';
src: url('https://static1.squarespace.com/static/60aebc587bb23d5296b191fa/t/60bc39b4797de9581c0548e8/1622948276451/Lavanderia+Regular.ttf');
}
h1, h2, h3 {font-family: 'Lavanderia+Regular.ttf';}
/* First section */
#page article section:first-child {
min-height: unset !important;
padding-top: 110px !important;
}
//Custom Form Code -
.form-wrapper .field-list .field .field-element{
border: none;
border-bottom: 1px solid;
border-color: hsl(194, 96%, 13%);
background: #fff;
}
//-------------------//
//Vertical Line Formatting -
.vertical-line {
background: #000;
width: 1px;
height: 250px;
margin: 0px auto;
}
//-------------------//
/// Alexandia Font - Header ///
@font-face {
font-family: 'Alexandia';
src: url('https://static1.squarespace.com/static/60aebc587bb23d5296b191fa/t/6193d82caafa455b6f9d4898/1637079084368/Alexandia+Script+Font.ttf');
}
h2 {font-family: 'Alexandia';}