@font-face {
    font-family: 'Josefin Sans';
    font-weight: lighter;
    font-style: normal;
    src: url('../fonts/Josefin-Sans/JosefinSans-ExtraLight.ttf');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: lighter;
    font-style: normal;
    src: url('../fonts/Montserrat/Montserrat-Light.ttf');
}

#counselor-name {
    font-family: 'Josefin Sans';
    font-size: 11em;
    font-weight: 400;
    text-transform: lowercase;
}

#tagline {
    font-weight: bold;
    color: #6c6a6a;
    font-size: 2.5em;
}

ul {
    padding-left: 0px;
    text-align: center;
    text-transform: lowercase;
    font-weight: lighter;
    font-size: 2em;
    margin-bottom: 3em;
}

ul li {
    margin-right: 15px;
    display: inline;
}

body {
    font-family: 'Montserrat';
}


p {
    font-size: 2.5em;
  }


a {
    color: inherit;
}

a:link {
    text-decoration: none;
}

@media (hover: hover) {
  a:hover {
    opacity: 40%;
  }
}

@media (max-width: 1024px) {
  img {
    object-fit: contain;
    height: 100%;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  body {
    display: block;
  }

  p {
    margin: 0 25%;
    margin-top: 0.938em;
    margin-bottom: 0.938em;
    font-size: 1em;
  }

  #counselor-name {
    font-size: 4.5em;
  }

  #tagline {
    font-size: 0.875em;
  }

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

  ul {
    font-size: 0.9em;
  }
}