@font-face {
font-family: 'Jenna Sue';
font-style: normal;
font-weight: normal;
src: local('Jenna Sue'), url('../fonts/JennaSue.woff') format('woff');
}
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600&display=swap');

@media screen and (-webkit-min-device-pixel-ratio:0) {
  select {
    -webkit-appearance: menulist-button !important;
    line-height: 37px !important;
  }
}
body {
  background-color: #FFFFFF;
  margin: 0;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  color: #000000;
}

#poppies{
position:absolute;
top:100px;

}

.joy{
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding: 15px;
}
#creativity {
  background-color: #D0D0D0;
}

#trans_cover {
  position: fixed;
  top: 0px;
  left: 0px;
  /*clip-path: polygon(10% 20%, 42% 20%, 42% 0, 58% 0, 58% 20%, 90% 21%, 90% 44%, 58% 44%, 58% 100%, 42% 100%, 42% 44%, 10% 44%);*/
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  z-index: -1;
}

#content1 {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -2;
}

.color_blue{
  color: #1776D2;
}
.button2 {
  background-color: white;
  border-radius: 4px;
  color: black;
  padding: 6px 15px;
  border: 2px solid #000000;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.heading {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  padding: 15px;
  color: #04149D;
}

.heading2 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  padding: 15px;
  color: #04149D;
}
.heading3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding: 15px;
  color: #04149D;
}

.red_heading {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  padding: 12px;
  color: #FB1F00;
}

.sub_heading {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-size: 15px;
  text-align: center;
  font-weight: normal;
  padding: 15px;
  color: #000000;
}

.rcorners {
  margin-left: auto;
  /* Keeps table centered */
  margin-right: auto;
  /* Keeps table centered */
  border-radius: 15px;
  border: 1px solid #FFFFFF;
  padding: 15px;
  width: 80%;
  background: url("../images/glass_blue_64.png");
  background-position: left top;
  background-repeat: repeat;
  text-align: left;

}
.rcorners2 {
  margin-left: auto;
  /* Keeps table centered */
  margin-right: auto;
  /* Keeps table centered */
  border-radius: 15px;
  border: 1px solid #FFFFFF;
  width: 68%;
  background: url("../images/glass_brown_64.png");
  background-position: left top;
  background-repeat: repeat;
}


.rcorners3 {
  margin-left: auto;
  /* Keeps table centered */
  margin-right: auto;
  /* Keeps table centered */
  border-radius: 15px;
  border: 1px solid #FFFFFF;
  padding: 0px;
  width: 82%;
  height: 65px;
  background: url("../images/glass_blue_64.png");
  background-position: left top;
  background-repeat: repeat;
  text-align: left;
}

.rcorners4 {
  margin-left: auto;
  /* Keeps table centered */
  margin-right: auto;
  /* Keeps table centered */
  border-radius: 15px;
  border: 1px solid #FFFFFF;
  padding: 5px;
  width: 95%;
  background: url("../images/glass_white_75.png");
  background-position: left top;
  background-repeat: repeat;
  text-align: left;
}
.rcorners5 {
  margin-left: 40px;
  /* Keeps items apart! */
  margin-right: 40px;
  /* Keeps items apart! */
  border-radius: 15px;
  border: 1px solid #FFFFFF;
  padding: 15px ;
  width: 320px;
  background: url("../images/glass_blue_64.png");
  background-position: left top;
  background-repeat: repeat;
  margin-bottom: 30px;
}
.rcorners6 {
  margin-left: auto;
  /* Keeps table centered */
  margin-right: auto;
  /* Keeps table centered */
  border-radius: 15px;
  border: 1px solid #FFFFFF;
  width: 80%;
  background: url("../images/glass_brown_64.png");
  background-position: left top;
  background-repeat: repeat;
  padding: 9px;
}
.centre_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: inherit;
  padding: 5px;
}
.selectors {
  height: 37px;
  width: 300px;
}

#church_image1,#church_image2 {
    text-align:center;
}
#newsletter_button,#lockdown_devotions_button,#whanau_images_button, #whos_who_button{
  padding-top: 55px;
}
#beach_hop_button{
  padding-top: 65px;
}

.container{
  display: flex;
  justify-content: center;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 83%;
  flex-wrap: wrap;
  padding-bottom: 15px;
}

.container2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height:auto;
}
.logo{
  margin-right: 45px;
  margin-left: 45px;
}
.item1, .item2, .item3 {
  margin-left:20px;
  margin-right:20px;
  margin-top:5px;
  margin-bottom:5px;
}

.footer_links{
  list-style: none;
}

.zoom {
  transition: transform .3s; /* Animation */
}

.zoom:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

footer {
  display: none;
}

@media (min-width: 1000px) {
footer {
  display: flex;
  justify-content:center;
  align-items: center;
  bottom: -10;/* Keeps footer at bottom of page*/
  text-align: center;
}

.footer_links{
  list-style: none;
}

.footer_links li{
  display: inline-block;
  padding: 3px 8px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #04149D;
}
.footer_links li a{
  transition: all 0.3s ease 0s;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #04149D;
  text-decoration: none;
}

.footer_links li a:hover{
  color: #1D7ED6;
  text-decoration: none;
}
}
