.logo {
  left: 14.38px;
  top: 24.59px;
}
.title {
  margin-bottom: 0 !important;
}
.header {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.footer {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

@font-face {
  font-family: 'JosefinSans-Light';
  src: url('../../fonts/JosefinSans/josefin-sans-v16-latin-300.woff2');
  src: local('JosefinSans-Light'),
       format('woff2');
}
@font-face {
  font-family: 'JosefinSans-Regular';
  src: url('../../fonts/JosefinSans/josefin-sans-v16-latin-regular.woff2');
  src: local('JosefinSans-Regular'),
       format('woff2');
}
@font-face {
  font-family: 'JosefinSans-SemiBold';
  src: url('../../fonts/JosefinSans/josefin-sans-v16-latin-500.woff2');
  src: local('JosefinSans-Semibold'),
       format('woff2');
}
@font-face {
  font-family: 'JosefinSans-Bold';
  src: url('../../fonts/JosefinSans/josefin-sans-v16-latin-600.woff2');
  src: local('JosefinSans-Bold'),
       format('woff2');
}
@font-face {
  font-family: 'MinionPro-Regular';
  src: url('../../fonts/MinionPro/MinionPro-Regular.woff');
  src: local('MinionPro-Regular'),
       format('woff');
}

a:focus {
  background: none !important;
  text-decoration: underline;
}

.left {
  padding: 0 30px;
  text-align: left;
  display: block;
  margin: auto;
}
.center {
  padding: 0 30px;
  text-align: center;
  display: block;
  margin: auto;
}
.right {
  padding: 0 30px;
  text-align: right;
  display: block;
  margin: auto;
}

.limitS { max-width: 400px; }
.limitM { max-width: 800px; }
.limitL { max-width: 1200px; }

.spacing--1, #t8_1, #tb_1, #tc_1, #te_1, #tg_1, #tk_1 {
    letter-spacing: -0.1px;
    word-spacing: 0.1px;
}
.spacing--2, #tj_1 {
    letter-spacing: -0.2px;
    word-spacing: 0.2px;
}
.spacing--3, #ta_1 {
    letter-spacing: -0.3px;
    word-spacing: 0.3px;
}
.spacing--6, #tf_1 {
    letter-spacing: -0.6px;
    word-spacing: 0.6px;
}
.spacing-15, #tl_1, #tm_1, #tn_1, #tp_1, #tq_1 {
    letter-spacing: 15px;
}
.spacing-14, #to_1 {
    letter-spacing: 14px;
}

.rotate { 
  transform: rotate(90deg);
  left: -905px;
  top: 900px;
  margin-left: -50px !important;
  display: inline-block;
  width: 1800px;
  height: 20px;
  position: absolute;
}

.borderB {
  border-bottom: 1px solid black;
}
.borderB.Dark {
  border-bottom: 1px solid white;
}

.sunk {
  box-shadow: inset 0 0 10px #666;
}
.sunk.Dark {
  box-shadow: inset 0 0 10px #000;
}

.pXS { padding: 12.5px 0; }
.pS { padding: 25px 0; }
.pM { padding: 50px 0; }
.pL { padding: 100px 0; }
.pXL { padding: 200px 0; }

.fXS { font-size: 0.75rem; }
.fS { font-size: 0.8rem; }
.fM { font-size: 1.15rem; }
.fL { font-size: 1.5rem; }

.josefL.Dark, .josefSB.Dark, .josefB.Dark, .minionReg.Dark {
  color: #eee !important;
  border-color: #eee !important;
}

.josefL {
    font-family: 'JosefinSans-Light', sans-serif;
    color: rgb(35,31,32);
}
.josefSB {
    font-family: 'JosefinSans-SemiBold', sans-serif;
    color: rgb(35,31,32);
}
.josefB {
    font-family: 'JosefinSans-Bold', sans-serif;
    color: rgb(35,31,32);
}

.minionReg {
    font-family: 'MinionPro-Regular', serif;
    color: rgb(35,31,32);
}

.lightGray {
  background-color: #ddd;
}

.hr {
  border-top: 1px black solid;
  height: 10px;
  margin-top: 5px;
}
.hr.Dark {
  border-top: 1px #eee solid;
}
.signature.Dark {
  filter: invert(1);
}

