
* {
    box-sizing: border-box;
}
html, body, header {
    height: 100%;
}
body {
  color: #675869;
    background-color: #702a8e;
	background-image: url(../images/swirl_bg.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
  font-family: "Lato",sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
h2 {
  border-bottom: 2px solid;
  color: #702a8e;
  font-size: 2.8em;
  font-weight: 300;
  line-height: 1.6em;
  margin: 40px 0 30px;
}
td {
  vertical-align: top;
}
phone {
  white-space: nowrap;
}
.ctc {
	text-decoration: none;
	cursor: default;
}
header {
    align-items: center;
    color: #ffffff;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;	
    justify-content: center;
    position: relative;
}
.logo {
  height: auto;
  max-width: 1068px;
  min-height: 36px;
  min-width: 280px;
  position: relative;
  top: -3%;
  width: 50%;
}
.intro {
    bottom: 1%;
    font-size: 16px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.intro h1, .intro p {
    font-size: 1em;
    font-weight: 300;
    margin: 0 0 5px;
}
.intro .ctc {
	color: #ffffff;
}
@media screen and (min-width: 1550px) {
.intro h1, .intro p {
		font-size: 1.2em;
	}
}

.arrow {
  height: auto;
  margin: 20px 0 0;
  max-width: 54px;
  min-height: 11px;
  min-width: 27px;
  width: 2%;
}
.pricelist_wrappper {
  background-color: #ffffff;
  padding: 10px;
}
.pricelist {
  margin: 3em auto;
  max-width: 767px;
}
@media screen and (max-width: 767px) {
	.pricelist {
	  max-width: 90%;
	}
}
.pricelist table {
  font-size: 1.1em;
  font-weight: 300;
  width: 100%;
}
.pricelist table td:last-child {
  text-align: right;
}
footer {
  background-color: #dfdfdf;
  color: #702a8e;
  font-size: 1.3em;
  padding: 1.7em 0;
  text-align: center;
}
footer p {
  margin: 0 0 10px;
}
footer a.ctc {
  color: #702a8e;
  white-space: nowrap;
}
footer a.sublink {
  color: #675869;
  font-size: 0.8em;
  font-weight: 300;
  text-decoration: none;
}
