html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}
progress {
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  padding-left: 3px;
  padding-right: 3px;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
figure {
  margin: 1em 40px;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* End extract */
html,
body {
  font-family: Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
html {
  overflow-x: hidden;
}

h1 {
  font-size: 36px;
  color: #4d4d4d;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}

@font-face {
  font-family: 'nauman';
  src: url('./fonts/Nauman_Regular.otf');
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'nauman', sans-serif;
}
h1,
button {
  font-family: 'nauman', sans-serif;
}

html {
  height: 100vh; /* set viewport constraint */
  min-height: 100%; /* enforce height */
}

body {
  margin: 0;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), */
  /* url(./images/back.jpg) top center; */
  /* background-repeat: no-repeat; */
  /* background-attachment: fixed; */
  /* background-size: cover; */
  /* -webkit-background-size: cover; */
  /* -moz-background-size: cover; */
  /* -o-background-size: cover; */
  /* -webkit-transform: translate3d(0, 0, 0); */
  /* -webkit-overflow-scrolling: scroll; */
  /* background-attachment: scroll; */
}

body:after {
  content: '';
  position: fixed; /* stretch a fixed position to the whole screen */
  overflow: hidden;
  top: 0;
  height: 100vh; /* fix for mobile browser address bar appearing disappearing */
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1; /* needed to keep in the background */
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)),
    url(./images/back_compressed.jpg) top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transform: scale(1.08);
  -ms-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  filter: blur(10px);
  -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.header1 img {
  height: 150px;
  width: 150px;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* .header1 img { */
/*   -webkit-animation-direction: alternate; */
/*   -webkit-animation-duration: 1.5s; */
/*   -webkit-animation-iteration-count: infinite; */
/*   -webkit-animation-name: floatUpDown; */
/*   -webkit-animation-timing-function: ease-in-out; */
/*   animation-direction: alternate; */
/*   animation-duration: 1.5s; */
/*   animation-iteration-count: infinite; */
/*   animation-name: floatUpDown; */
/*   animation-timing-function: ease-in-out; */
/*   animation-delay: 0.5s; */
/* } */

.header1 h1 {
  font-size: 64px;
  font-weight: 600;
  color: #fff;
  margin: 16px;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.header1 p {
  color: #fff;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.header1 {
  width: 100%;
  height: 550px;
  background: inherit;
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 100px;
  box-shadow: inset 0px -11px 8px -10px rgba(0, 0, 0, 0.8);
}

.header1:before {
  width: 120%;
  height: 600px;
  content: '';
  position: absolute;
  background: inherit;
  top: -25px;
  left: -25px;
  bottom: 0;
  transform: scale(1.08);
  -ms-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  filter: blur(10px);
}

.contentHeader {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  margin-left: -15px;
  text-align: center;
}

.contentGeneralInfo {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.9)
  );
  background: -webkit-linear-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.9)
  );
  background: -moz-linear-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.9)
  );
  font-size: 16px;
  line-height: 1.5;
  padding: 0 15% 4% 15%;
}

.contentGeneralInfo img {
  z-index: 1;
  border-radius: 50%;
  border: 10px solid white;
  margin-top: -125px;
  /* box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06); */
  height: 250px;
  width: 250px;
  animation-delay: 0.7s;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.contentGeneralInfo h1 {
  margin-top: 30px;
  font-size: 34px;
  color: #4d4d4d;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-delay: 0.9s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.contentGeneralInfo p {
  max-width: 800px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: left;
  text-align: justify;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.contentGeneralInfo .content {
  max-width: 800px;
}

.additionalInfo {
  width: 100%;
  /* background: #f1f1f1; */
  background: linear-gradient(
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.6)
  );
  color: #4d4d4d;
  /* color: white; */
}

.contentAdditionalInfo {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 12% 35px 12%;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-delay: 1.7s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.third {
  max-width: 33.33333%;
  /* width: 300px; */
  min-width: 240px;
  padding-bottom: 3%;
  text-align: center;
  /* box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1); */
  /* border-radius: 6px; */
}

.third h1 {
  text-align: center;
  font-weight: 400;
  font-size: 33px;
  color: #4d4d4d;
  margin-top: 20px;
  /* color: white; */
}

.third .content {
}

.third a {
  text-decoration: none;
  color: #333333;
}

.third span {
  /* border: 1px solid rgba(204, 204, 204, 1); */
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 0 5px;
  margin: 0 3px;
  line-height: 2;
  white-space: nowrap;
}

/* .third span:not(:last-child) { */
/*   margin-right: 3px; */
/* } */
/*  */
/* .third span:not(:first-child) { */
/*   margin-left: 3px; */
/* } */

.code {
  text-align: left;
  padding: 0;
  line-height: 20px !important;
}

.code span {
  border: none;
  background: none;
  padding: 0 !important;
  margin: 0 !important;
  border-right: none !important;
  line-height: 20px !important;
}

.courier {
  font-family: 'Courier New', Courier, 'Lucida Sans Typewriter',
    'Lucida Typewriter', monospace;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
  color: #757575;
}

footer {
  padding: 40px 0;
  text-align: center;
  font-size: 24px;
  box-shadow: inset 0px 11px 8px -10px black;
}

footer h1 {
  text-align: center;
}

footer a {
  padding: 0 7px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #dadada;
}

footer a:hover {
  opacity: 0.6;
}

/* For small mobile phones: */
@media only screen and (max-width: 400px) {
  .header1 {
    width: 100%;
    height: 450px;
    background: inherit;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 0;
    line-height: 1.3;
  }
  .header1 img {
    height: 90px;
    width: 90px;
  }
  .header1 h1 {
    font-size: 44px;
    color: #fff;
  }
  .header1 cite {
    font-size: 15px;
  }
  .contentHeader {
    margin-left: 0;
  }
  .contentGeneralInfo {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 15% 5% 15%;
  }
  .contentGeneralInfo img {
    z-index: 1;
    border-radius: 50%;
    border: 6px solid white;
    margin-top: -80px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    height: 160px;
    width: 160px;
  }
  .third {
    min-width: 280px;
  }
  .code {
    padding: 0 10px;
  }
}

/* For medium mobile phones: */
@media only screen and (min-width: 400px) and (max-width: 480px) {
  .header1 {
    width: 100%;
    height: 500px;
    background: inherit;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 0;
    line-height: 1.3;
  }
  .header1 img {
    height: 100px;
    width: 100px;
  }
  .header1 h1 {
    font-size: 54px;
    color: #fff;
  }
  .header1 cite {
    font-size: 15px;
  }
  .contentHeader {
    margin-left: 0;
  }
  .contentGeneralInfo {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 15% 5% 15%;
  }
  .contentGeneralInfo img {
    z-index: 1;
    border-radius: 50%;
    border: 8px solid white;
    margin-top: -100px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    height: 200px;
    width: 200px;
  }
  .third {
    min-width: 300px;
  }
  .code {
    padding: 0 10px;
  }
}

/* For large mobile phones: */
@media only screen and (min-width: 480px) and (max-width: 748px) {
  .header1 {
    width: 100%;
    height: 400px;
    background: inherit;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 0;
    line-height: 1.3;
  }
  .header1 img {
    height: 100px;
    width: 100px;
  }
  .header1 h1 {
    font-size: 54px;
    color: #fff;
  }
  .header1 cite {
    font-size: 15px;
  }
  .contentHeader {
    margin-left: 0;
  }
  .contentGeneralInfo {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 15% 5% 15%;
  }
  .contentGeneralInfo img {
    z-index: 1;
    border-radius: 50%;
    border: 8px solid white;
    margin-top: -100px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    height: 200px;
    width: 200px;
  }
  .third {
    min-width: 330px;
  }
  .code {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 748px) and (max-width: 1001px) {
  .third {
    max-width: 50%;
  }
}

/* Animations */

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes flash {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.9;
  }
}

@keyframes flash {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.9;
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.logo {
  -webkit-animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: floatUpDown;
  -webkit-animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: floatUpDown;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
}

@-webkit-keyframes floatUpDown {
  0% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
  }
}

@keyframes floatUpDown {
  0% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
  }
}

/* Extra */

#tv {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 20px 0;
  background: red;
  border-radius: 50% / 10%;
  color: white;
  text-align: center;
  text-indent: 0.1em;
}

#tv:before {
  content: '';
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: -5%;
  left: -5%;
  background: inherit;
  border-radius: 5% / 50%;
}

.separatordiagonal {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: var(--height) var(--width) 0 0;
  border-color: var(--top-color) var(--bottom-color) transparent transparent;
}
