/* Import fonts from Google's API */
@import url('https://fonts.googleapis.com/css2?family=Georgia');


.distill-site-nav {
    font-family: 'Georgia', sans-serif;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgb(22, 75, 83);
    font-size: 20px;
    font-weight: 300;
}

.distill-site-header {
    font-family: 'Georgia', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.distill-site-footer {
    display: inline-block; 
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    height: auto;
    margin-top: 0 !important;
}


/* Use specific font in the body of the text */
html, body, p {
    font-family: 'Georgia', serif;
    font-weight: 200;
    line-height: 1.3; 
    font-size: 1.075em;
    font-style: normal;
    
}


@media only screen and (max-width: 100px) {
  d-title{
    #background-image: url('img/logo_mu.png');
    background-repeat: no-repeat;
    background-position: 105% 70%;
  }
}



@media only screen and (min-width: 50px) {
  d-title{
    #background-image: url('img/logo_mu.png');
    background-repeat: no-repeat;
    background-position: 78% 70%;
    background-size: 424px 158px;
  }
}


img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.waterbg
      {
        position: relative;
        top: 0;
        left: 0;
      }
.hamlogo
      {
        width: 13%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 5px;
        right: 0; 
      }


/* footer */
.footer {
  background: #164b53;
  color: white;
  margin-top: -50px !important;
  margin-bottom: -80px !important;
}

.maynooth-logo {
  width: 50%;
}

.footer .links  {
  text-align: left;
}


.footer .links ul {
  list-style-type: none;
}

.footer .links li a {
  color: white;
  transition: color .2s;
  font-size: 13px !important;
}

.footer .links li a:hover {
  text-decoration: none;
  color: #4180CB;
}

.footer .about-company i {
  font-size: 25px;
}

.footer .about-company a {
  color: white;
  transition: color .2s;
}

.footer .about-company a:hover {
  color: #4180CB;
}

.footer .location i {
  font-size: 18px;
}

.footer .copyright p {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Button */

.login-btn {
  font-family: Hack, monospace;
  background: #fff;
  color: #1d1d1d;
  cursor: pointer;
  font-size: 12px;
  padding: 0.4rem;
  border: 0;
  transition: all 0.5s;
  border-radius: 10px;
  position: relative;
}

.login-btn::after {
  font-weight: 400;
  position: absolute;
  left: 80%;
  top: 54%;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.login-btn:hover {
  background: #01b0a8;
  transition: all 0.5s;
  border-radius: 10px;
  box-shadow: 0px 3px 3px #fff;
  padding: 0.4rem;;
  color: #ffffff;
}

.login-btn:hover::after {
  opacity: 1;
  transition: all 0.5s;
  color: #ffffff;
}

/* team */

.team {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.team > a > img {
  border-radius: 80px;
  width: 150px;
  height: 150px;
}

