/* Small devices  */
@media only screen and (max-width: 600px) {
  #header-img {
    display:none;
  }
}

body {
  font-family: "Roboto Condensed", sans-serif;
}

.header-nav {
    transition: all 0.3s ease;
}

.header-nav img {
    max-width: 40%;
    height: auto;
    margin: auto;
    display: block;
}

.header-nav ul {
    width: 100%;
    background-color: #196cad;
    transition: all 0.3s ease;

}

.header-nav a {
    color: white;
    padding: 20px;
    transition: all 0.3s ease;
}

.header-nav a:hover {
    background-color: black;
    transition: all 0.3s ease;
}


.edu-nsw-act-cursive-slogan {
  font-family: "Edu NSW ACT Cursive", cursive;
  font-optical-sizing: auto;
  font-weight: 420;
  font-style: normal;
}

.yuyu-short-regular {
  font-family: "Yuyu Short", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.roboto-condensed-main {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.header {
    width: 100%;
    height: 500px;
    background-image: url("../img/about.JPG");
    background-position: center;
    background-size: cover;
    background-color: rgba(150, 147, 147, 0.623);
    background-blend-mode: lighten;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header h1{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 5rem;
    color: #d9d9d9;
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
}

/* FOOTER STUFFFFF */

footer {
  background-color: #125688;
  padding: 10px;
}

.footer {
    width: 70%;
    margin: auto;
}

.footer p {
  color: white;
}

.socials, .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.address {
  margin-top: 2%;
  text-align: center;
}
.rounded-social-buttons {
  text-align: center;
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}


.rounded-social-buttons .social-button.facebook:before {
  font-family: "FontAwesome";
  content: url("../img/icons8-facebook-50.png");
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
}

.rounded-social-buttons .social-button.youtube:before {
  font-family: "FontAwesome";
  content: url("../img/icons8-youtube-48.png");
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
}


.rounded-social-buttons .social-button.instagram:before {
  font-family: "FontAwesome";
  content: url("../img/icons8-instagram-48.png");
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;

}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .header h1 {
        font-size: 5rem;
    }

    .header {
      height: 300px;
    }
}
