﻿@font-face {
  font-family: "Myriad Pro";
  src: url(../fonts/MyriadPro-Regular.otf) format("truetype");
}

html,
body {
  font-family: "Myriad Pro";
}

#header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.headerItem {
  margin: 10px;
}

#buttons {
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*background-color: #c9060a;*/
  padding: 10px;
}

.ssprButton {
  margin: 10px;
  padding: 10px;
  width: auto;
  height: 190px;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 32px;
}

.ssprButton:hover,
.ssprButton:active,
.ssprButton:focus,
.ssprButton:visited {
  text-decoration: none;
  color: #fff;
}

.ssprButton > div {
  margin: auto;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  font-size: 150%;
}

.buttonContainer > div {
  text-align: center;
}

.buttonContainer {
  width: 180px;
  margin-bottom: 30px;
}

#disclaimer > h4 {
  text-align: center;
}

.buttonIcon img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}

.buttonIcon img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  cursor: pointer;
}

.imageText {
  margin-top: 10px;
  text-align: center;
}

div.headline {
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}

.contactUs {
  display: inline-block;
  text-align: left;
  color: darkgray;
  font-size: larger;
}

.contactUs .bottomMargin {
  margin-bottom: 15px;
}

.contactUs .increasedBottomMargin {
  margin-bottom: 25px;
}

.contactUs table td,
.contactUs table th {
  font-weight: normal;
  padding: 0 10px 10px 0;
}
