@charset "UTF-8";
/*
	Theme Name: unigazcontent
	Description: unigazcontent
	Version: 1.0.0
	Tags: unigazcontent
*/
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––– */
body {
  background-color: white;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  position: relative; }

html, body {
  min-height: 100vh; }

.background-1 {
  background: #145072; }

.background-2 {
  background: #f7f7f9; }

.LogoA {
  margin: auto;
  display: block;
  /*margin-top: 10%;*/ }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––– */
h1 {
  font-style: normal;
  font-size: 1.4em;
  color: #333333;
  font-weight: 300; }

p {
  font-style: normal;
  font-size: 1em;
  color: #333333;
  font-weight: 300; }

h2 {
  font-style: normal;
  font-size: 0.8em;
  color: #145072; }

span {
  font-style: italic;
  font-size: 0.7em;
  font-weight: 300;
  color: grey;
  text-align: center; }

/* Header
–––––––––––––––––––––––––––––––––––––––––––––– */
.header ul li {
  display: inline-block !important; }
  .header ul li a {
    color: #121c22; }
    .header ul li a:hover {
      color: #145072; }

/* Banner
–––––––––––––––––––––––––––––––––––––––––––––– */
.banner h1 {
  color: white;
  font-size: 2.8rem;
  font-weight: 600; }
.banner h2 {
  color: white;
  line-height: 1.1rem; }

/* Content
–––––––––––––––––––––––––––––––––––––––––––––– */
.unigazcontent h2 {
  color: #121c22;
  font-size: 2.8rem;
  font-weight: 700; }

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––– */
.footerH {
  height: 50px;
  text-align: center; }

.footerA {
  height: 50px;
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 300;
  font-size: 0.6em; }

.norelative {
  position: static; }

/* Keyframes & Animation
–––––––––––––––––––––––––––––––––––––––––––––– */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  animation-name: bounceIn; }

/*# sourceMappingURL=style.css.map */
