.center {
  display: block;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.radiis-header {
  max-width: 960px;
}

.language-picker {
  margin-top: 10px;
  margin-right: 10px;
  text-align: right;
}

.alert {
  padding: 10px;
  background: "#EBF7FD";
  color: "#2D7091";
  border: 1px solid;
  border-radius: 4px;
}

.offset {
  margin-left: 10px;
}

#buy-now,
#buy-now:focus {
  background-color: #302A3CAF;
  border-color: #c4c4c4;
  border-width: 1px;
  color: white;
  border-radius: 0px;
}

#buy-now:hover {
  color: white;
  background-color: #404060C8;
}

button#buy-now a {
  text-decoration: none;
  color: white;
}

.constant-margin {
  margin-bottom: 1em;
}

.wrapper p,
.wrapper ul {
  margin-bottom: 0.5em;
}

.wrapper {
  background-color: #20183064;
  border: 30px solid #20183064;
  background-clip: padding-box;
}

.wrapper-border {
  border-color: #20183064;
  border-width: 5px;
}

body.radiis {
  font-family: 'El Messiri', sans-serif;
  font-size: 1.75em;
  color: white;
  background-image: url("../images/background.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: 'El Messiri';
  font-style: normal;
  font-weight: 400;
  src: local("El Messiri"), local("ElMessiri-Regular"), url(https://fonts.gstatic.com/s/elmessiri/v3/K2F0fZBRmr9vQ1pHEey6Mo2ABwDwbWs.ttf) format("truetype");
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local("Raleway Light"), local("Raleway-Light"), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwIYqWqZPBdqczVs.ttf) format("truetype");
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local("Raleway"), local("Raleway-Regular"), url(https://fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPNyC0ISottDfA.ttf) format("truetype");
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwPIsWqZPBdqczVs.ttf) format("truetype");
}