body {
  background-color: white;
  background-size: cover;
  font-family: "museo-sans",sans-serif;
}
p {
  color: #eb005c;
  font-size: 24px;
  line-height: 35px;
  font-family: "museo-sans",sans-serif;
}

span {
  font-family: "museo-sans",sans-serif;
  font-weight: 900;
}

.middleAligned {
  text-align: center;
}

.buttonLinks {
  clear: both;
}

.buttonLinks a {
    background: #eb005c none repeat scroll 0 0;
    clear: both;
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 800;
    min-width: 150px;
    padding: 25px 50px;
    text-decoration: none;
    margin: 15px;
}

.langButton {
    background: #eb005c none repeat scroll 0 0;
    border-radius: 25px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    max-width: 35px;
    padding: 10px 3px 8px;
    text-align: center;
    font-family: arial;
    float: right;
    margin-right: 25px;
    margin-top: 25px;
}

ul {
  list-style: none;
}
ul.socialList {
    margin: 2em auto;
    display: table;
    padding: 15px 0 0;
    list-style: none;
}
ul.socialList li {
    float: left;
    margin: 0 3px;
}
ul.socialList li a {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 17px;
    text-align: center;
    color: #fff;
    line-height: 32px;
}
ul.socialList li.fb a {
    background-color: #4263a7;
    border: 2px solid #4263a7;
}
ul.socialList li.twitter a {
    background-color: #2daae1;
    border: 2px solid #2daae1;
}
ul.socialList li.insta a {
    background-color: #517fa4;
    border: 2px solid #517fa4;
}
ul.socialList li.youtube a {
    background-color: #fd6f7c;
    border: 2px solid #fd6f7c;
}

.youtube {
  position: relative;
	padding-bottom: 25%;
	padding-top: 30px;
	overflow: hidden;
  margin: 7em auto;
  width: 100%;
  max-width: 720px;
  display: inline;
}

.youtube iframe {
  max-width: 100%;
  max-height: 100%;
}

.locationbanner {
  text-align: center;
  background-color: #fc535f;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.locationbanner p {
    padding-top: 40px;
    color: #fff;
    font-size: 26px;
  }

.locationbanner a {
  color: #fff;
}
