@font-face {
  font-family: Great Wishes;
  src: url("https://freemanmedia.co.uk/Great%20Wishes.otf");
}

.logo img {
  max-width: 110px;
  justify-content: center;
  width: auto;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
}

p {
  text-align: center;
  font-size: medium;
  color: white;
  font-family: Great Wishes;
}

.link-list {
  padding-top: none;
}

button {
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  width: 90%;
  margin-bottom: 1%;
  /*border-radius: 10px;*/
  border-color: white;
  background-color: transparent;
  font-size: small;
  border-width: medium;
  border-style: solid;
  transition: 0.3s;
  /*margin-inline: 40px;*/
  outline: none;
  line-height: 1vh;
}

button text {
  color: white;
  font-size: small;
}

.content {
  display: flex;
  justify-content: center;
}

button:hover {
  background-color: rgba(255, 255, 255, 0.418);
  transition: 0.3s;
  color: turquoise;
}

button:focus {
  outline: none;
}

button:hover p {
  color: #84dbff;
}

html {
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*background: #70bg32;*/
  background-repeat: repeat-x;
  background-attachment: fixed;
  background: rgb(132,219,255);
  background-image: linear-gradient(rgba(246,194,205,1), rgba(132,219,255,1), rgba(246,194,205,1));
}

body {
  margin: auto;
  background-color: transparent;
}


.images {
  width: auto;
  display: inline-block;
  text-align: center;
}


.images img {
  max-width: 30%;

}

.images_lrg {
  width: auto;
  text-align: center;
  justify-content: center;
}


.images_lrg img {
  max-width: 30%;

}

@media screen and (min-width: 865px) {
  .images {display: none;}
  .images_lrg {
    width: auto;
  }
  
  .images_lrg img {
    max-width: 15%;
  
  }
  button {
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    width: 45%;
    margin-bottom: 1%;

    border-color: white;
    background-color: transparent;
    font-size: small;
    border-width: medium;
    border-style: solid;
    transition: 0.3s;

    outline: none;
    line-height: 1vh;
  }
}


/*@media screen and (min-width: 0px) {
  .images_lrg {display: none}
}

@media screen and (min-width: 900px) {
  .images_lrg {display: inherit}
}


title {
  width: auto;
}

/*.link_img {
  align-content: center;
}

.link_img img {
  width: auto;
}
