@import url('https://fonts.googleapis.com/css?family=Old+Standard+TT:400,700&display=swap');
 
h3 {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-family: 'Old Standard TT', serif;
}

h1 {
    color: #000000;
    font-family: 'Old Standard TT', serif;
    font-size: 40px;
    line-height: normal;
}

h2 {
  color: #000000;
  font-size: 35px;
  line-height: normal;
  font-family: 'Old Standard TT', serif;
}

h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Old Standard TT', serif;
}

p {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.2px;
    font-family: 'Old Standard TT', serif;
}

body {
	font-size: 18px;
        font-family: 'Old Standard TT', serif;
	line-height: 1.2;
}

.site-content .mpce-cfa-form .mpce-cfa-form-text, .site-content .mpce-cfa-form .mpce-cfa-form-email {
   width: 100% !important;
   display: inline-block !important;
}

.to_top .smue-ce-icon-obj {
position: fixed !important;
bottom: 20px;
right: 20px;
z-index: 1;
cursor: pointer;
} 
