html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

/*
    ======================
    Fonts
    ======================
*/
p {
  font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 300;
	color: black;
  font-size: 18px;
  letter-spacing: 1;
  line-height: 1.5;
}

p a {
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-decoration: underline;
	color: #aa9be9;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

p a:hover {
	color: black;
}

h1 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
	font-size: 40px;
	color: black;
  line-height: 1;
  letter-spacing: 3px;
}

h1 a {
  color: black;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

h1 a:hover {
  color: grey;
}

h2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 300;
	font-size: 40px;
	color: #aa9be9;
  line-height: 1;
  letter-spacing: 2px;
}

h2 a {
  color: black;
  text-decoration: underline;
}

h2 a:hover {
  color: grey;
}

h3 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 500;
	font-size: 20px;
	color: grey;
  line-height: 0.5;
  letter-spacing: 2px;
}

h3 a {
  color: black;
    text-decoration: none;
}

h3 a:hover {
  color: grey;
}


h4 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 300;
	font-size: 25px;
	color: #aa9be9;
  line-height: 1;
  letter-spacing: 2px;
}

h4 a {
  color: black;
  text-decoration: underline;
}

h4 a:hover {
  color: grey;
}

h5 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 300;
	font-size: 20px;
	color: #aa9be9;
  line-height: 0.25;
  letter-spacing: 2px;
}

h5 a {
  color: #aa9be9;
  text-decoration: none;
}

h5 a:hover {
  color: grey;
}

hr {
  border: 4px solid #3f6aab;
}

header {
}

ul.menud {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.menud li {
  display:inline-block;
  padding-left: 15px;
}

#fadedhead{
  width: 100%;
  top: 0px;
  margin: 0px;
  padding:  0px 40px 10px 40px;
  position: fixed;
  text-align: left;
  background-color: white;
  z-index: 2000;
  vertical-align: bottom;
}

.mobileheads #headtitle {
  display: inline-block;
  margin: 0px 10px 0px 0px;
  padding: 0;
  text-align: left;
  vertical-align: bottom;
}

.mobileheads .menutitles {
  display: inline-block;
  margin: 0px 0px 0px 16px;
  padding: 0;
  text-align: left;
  vertical-align: bottom;
}
.mobileheads .menutitleend {
  display: inline-block;
  margin: 0px 0px 0px 10px;
  padding: 0;
  text-align: right;
  vertical-align: bottom;
}
.mobileheads .menutitleend h5 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 300;
	font-size: 20px;
	color: black;
  line-height: 0.25;
  letter-spacing: 2px;
}

.mobileheads .menutitleend h5 a {
  color: black;
  text-decoration: underline;
}

.mobileheads .menutitleend h5 a:hover {
  color: grey;
}

.mobileheads .hamburgertown {
  display: none;
}

.mobileheads .hiddenmenu {
  display: none;
}

#page {
  width: 100%;
  position: relative;
  height: auto;
  margin: auto;
  top: 130px;
}

  .dropbtn {
    border: none;
    background-color: white;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .dropdown-content a {
    display: block;
    padding: 4px 0px 4px 10px;
  }

  .dropdown-content a:hover {background-color: white;}

  .dropdown:hover .dropdown-content {display: block;}

  .dropdown:hover .dropbtn {background-color: white;}

  .wp-block-button.custom-button .wp-block-button__link:hover,
  .wp-block-button.custom-button .wp-block-button__link:active,
  .wp-block-button.custom-button .wp-block-button__link:focus {
  	background: #aa9be9 !important;
  	color: #fff !important;
  	border-color: transparent !important;
  }
  .menu-item a {
    font-family: 'Barlow Semi Condensed', sans-serif;
  	font-weight: 300;
  	color: black;
    font-size: 18px;
    letter-spacing: 1;
    line-height: 1.5;
  }
  button {
    font-family: 'Barlow Semi Condensed', sans-serif;
  	font-weight: 300;
  	color: black;
    font-size: 18px;
    letter-spacing: 1;
    line-height: 1.5;
  }
  .wp-block-button.custom-button  {
    font-family: 'Barlow Semi Condensed', sans-serif;
  	font-weight: 300;
  	color: black;
    font-size: 18px;
    letter-spacing: 1;
    line-height: 1.5;
  }
  
@media only screen and (max-width: 770px) {
	.wp-block-columns {
		display: block;
	}
	.has-2-columns .wp-block-column,
	.has-3-columns .wp-block-column,
	.has-4-columns .wp-block-column,
	.has-5-columns .wp-block-column,
	.has-6-columns .wp-block-column {
		width: 100%;
	}

  #fadedhead{
    width: 100%;
    top: 0px;
    margin: 0px;
    padding:  0px;
    position: fixed;
    text-align: center;
    background-color: white;
    z-index: 2000;
    vertical-align: bottom;
  }

  #headtitle h1 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
  	font-size: 10vw;
  	color: black;
    line-height: 0.5;
    letter-spacing: 3px;
  }


  .mobileheads h5 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 300;
  	font-size: 4vw;
  	color: #aa9be9;
    line-height: 0.25;
    letter-spacing: 2px;
  }

  .mobileheads h5 a {
    color: #aa9be9;
    text-decoration: none;
  }

  .mobileheads h5 a:hover {
    color: grey;
  }

  .mobileheads .menutitles {
    display: none;
  }

  .mobileheads .menutitleend {
    display: none;
  }

  .mobileheads.responsive .menutitles {
    display: block;
    text-align: center;
    margin: 20px 0px 0px 0px;
  }
  .mobileheads.responsive .menutitleend {
    display: block;
    text-align: center;
    margin: 0px 0px 60px 0px;
}

  .mobileheads {
    display: width: 100%;
    background-color: white;
    z-index: 1;
  }
  .mobileheads.responsive {
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1;
  }

    .mobileheads .hiddenmenu {
      display: none;
    }

    .mobileheads.responsive .hiddenmenu {
      display: block;
    }

  .mobileheads .hamburgertown {
    display: block;
    width: 100%;
    text-align: center;
  }

  .mobileheads .hamburgertown h1 {
    font-size: 3vw;
    line-height: 0.5;
  }

    .dropdown {
      position: relative;
      display: none;
    }

  .mobileheads #headtitle {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0;
    width: 100%;
    text-align: center;
    vertical-align: bottom;
  }

  #page {
    width: 90%;
    position: relative;
    height: auto;
    margin: auto;
    top: 23vw;
  }
}


@media screen and (min-width: 770px) and (max-width:1024px) {
	.wp-block-columns {
		display: block;
	}
	.has-2-columns .wp-block-column,
	.has-3-columns .wp-block-column,
	.has-4-columns .wp-block-column,
	.has-5-columns .wp-block-column,
	.has-6-columns .wp-block-column {
		width: 100%;
	}

  #fadedhead{
    width: 100%;
    top: 0px;
    margin: 0px;
    padding:  0px;
    position: fixed;
    text-align: center;
    background-color: white;
    z-index: 2000;
    vertical-align: bottom;
  }

  #headtitle h1 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
  	font-size: 6vw;
  	color: black;
    line-height: 0.5;
    letter-spacing: 3px;
  }


  .mobileheads h5 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 300;
  	font-size: 2vw;
  	color: #aa9be9;
    line-height: 0.25;
    letter-spacing: 2px;
  }

  .mobileheads h5 a {
    color: #aa9be9;
    text-decoration: none;
  }

  .mobileheads h5 a:hover {
    color: grey;
  }

  .mobileheads .hiddenmenu {
    display: none;
  }

  .mobileheads.responsive .hiddenmenu {
    display: block;
  }

  .mobileheads .menutitles {
    display: none;
  }

  .mobileheads .menutitleend {
    display: none;
  }

  .mobileheads.responsive .menutitles {
    display: block;
    text-align: center;
    margin: 20px 0px 0px 0px;
  }
  .mobileheads.responsive .menutitleend {
    display: block;
    text-align: center;
    margin: 0px 0px 60px 0px;
}

  .mobileheads {
    display: width: 100%;
    background-color: white;
    z-index: 1;
  }
  .mobileheads.responsive {
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1;
  }

  .mobileheads .hamburgertown {
    display: block;
    width: 100%;
    text-align: center;
  }

  .mobileheads .hamburgertown h1 {
    font-size: 3vw;
    line-height: 0.5;
  }
    .dropdown {
      display: none;
    }

  .mobileheads #headtitle {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0;
    width: 100%;
    text-align: center;
    vertical-align: bottom;
  }

  #page {
    width: 90%;
    position: relative;
    height: auto;
    margin: auto;
    top: 15vw;
  }
}
