* {
  margin: 0;
  font-family: ImpressBT;
}

header {
  padding: 15px;
  background-color: #346DEB;
}

header ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

header a:link {
  font-size: 25px;
  color: black;
  text-decoration: none;
}

header a:visited {
  color: black;
  font-size: 25px;
  text-decoration: none;
}

header a:hover {
  text-decoration: underline;
}

.textNavigatorPos {
  color: white;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
}

@font-face {
  font-family: ImpressBT;
  src: url(../fonts/Impress.ttf);
}

/*header, heading into body*/

body {
  background-color: #1F368A;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

/*global aspects but not every page*/
.border {
  border-radius: 25px;
  border: 6px solid #e2cb7a;
  padding: 5px;
  width: 30%;
  background: #FFF;
  margin: auto;
  margin-top: 100px;
}

/*body, heading into footer*/
footer {
  bottom: 0;
  display: flex;
  justify-content: center;
  position: relative;
  height: 120px;
}

.mediaList {
  display: flex;
  justify-content: center;
  width: 300px;
  stroke: white;
  stroke-width: 12px;
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

svg {
  display: inline;
  height: 80px;
  width: 80px;
}

.footerLinks {
  width: 50px;
  color: #000000;
  text-decoration: none;
  margin-left: 30px;
  margin-right: 30px;
  list-style: none;
  font-size: 30px;
}

/*switch by w3*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #2196F3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.g-recaptcha {
  margin: 15px auto !important;
  width: auto !important;
  height: auto !important;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -o-center;
  text-align: -ms-center;
}
