body {
  background-image: url(../images/background.png);
  font-size: 18px;
  color: #fff;
  font-family: 'Balsamiq Sans', cursive;
}

.ic {
  border: 0;
  float: right;
  background: #fff;
  color: #f00;
  width: 50%;
  line-height: 10px;
  font-size: 10px;
  margin: -220% 0 0 0;
  overflow: hidden;
  padding: 0;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

h3 {
  font-size: 42px;
  color: white;
  padding-top: 30px;
  margin-bottom: 18px;
  text-align: center;
}

h4 {
  font-size: 24px;
  line-height: 60px;
  margin-bottom: 18px;
}
p {
  color: #fff;
  margin-bottom: 20px;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

a.btn {
  margin-top: -5px;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 14px;
  background: url(../images/l_marker.png) right 5px no-repeat;
}

#header-home {
 transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    width: 100%;
}

h1 {
  text-align: center;
  z-index: 999;
  color: #fff;
  font-size: 72px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: darkred;
  color: white;
  cursor: pointer;
  padding: 15px;
}

#myBtn:hover {
  background-color: #000;
  border: 1px solid #fff;
}

/*Content*/

.content {
  background: #000;
  padding: 20px;
  border-bottom: 3px solid #fff;
}

.link1:hover, .btn:hover {
  background-color: #bd8a14;
  color: #fff;
}

.link1, .btn {
  display: block;
  background-color: darkred;
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin-top: 9px;
  padding: 20px
}

.btn:hover {
  color: #fff;
}


header nav a.link1 {
  margin-top: 1px;
  background-color: darkred;
}

header nav a.link1:hover,
header nav a.link1.current {
  background-color: #d4af37;
}

header nav a.link1 + a.link1 {
  margin-top: 10px;
}

header nav a.link1 + a.link1 + a.link1 {
  margin-top: 10px;
}

.oth_pages {
  margin-bottom: 9px;
}

.data {
  font-size: 1.5em;
}

.warningText {
  color: white;
  text-align: center;
  font-size: 1.3em;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}

.descriptionC a {
  color: white !important;
  font-size: 20px;
  text-decoration: none;
}

.descriptionC a:hover {
  color: brown !important;
  font-size: 20pxem;
  text-decoration: none;
}

div.jumbotron.mainHeading {
  text-align: center;
  padding: 10px 0 10px 0;
  margin-bottom: 0;
  margin: 30px 0 0 0;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;

  background-color: black;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.container .jumbotron {
  background: black;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

div.jumbotron {
  background-color: rgb(105, 105, 105);
  background-color: rgba(51, 122, 183, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.jumbotron p {
  font-size: 20px !important;
}

footer {
  background-color: black;
  display: block;
  padding: 17px 0;
  color: white;
  font-size: 18px;
  text-align: center;
}
