
body {
  background: #fff;
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 18px;
  font-size: calc(12px + (20 - 12) * ((100vw - 300px) / (1400 - 300)));
  font-weight: 400;
  color: #222;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
/*=================================  base layout   */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.maincontent {
  max-width: 800px;
  margin: 4em auto;
}
h1 {
  margin-bottom: 0;
}
.logo {
	width:70%;
  max-width: 800px;
  position: relative;
  z-index: 1;
}
.SMlogo {
  width: 36%;
  max-width: 700px;
  margin: -.5em 0 2em .8em;
  position: relative;
  z-index: 1;
}
h2 {
  font-weight: 500;
  margin: .5em 0 1.5em 0;
}

h3 {
  color: #fa6509;
  font-size: 250%;
  font-style: italic;
  font-weight: 900;
  margin: -.5em 0 1.4em .8em;
  transform: rotate(-8deg);
}
/* p:first-of-type { */
span {
  font-size: 135%;
  font-style: italic;
  font-weight: 600;
  /* float: left; */
  color: #fa6509;
  /* margin: 1.5em 0 1em 4.2em; */
}
span {font-weight: 600;}
p {line-height: 2;}
.contact {
  text-align: right;
  margin-top: -80px;
  margin-right: 30px;
  position: relative;
  z-index: 2;
}

.dba, .copyright {
  color: rgb(188, 187, 187);
  font-size: 13px;
}
