h1 {
	display: block;
        color: black;
        text-decoration: none;
        text-decoration-color: black;
	text-align: center;
        font-family: Helvetica, sans-serif;
        font-size: 2.5vw;
        margin: 0;
}

h2 {
        display: block;
        color: black;
        text-decoration:none;
	text-align: center;
        font-family: Helvetica, sans-serif;
        font-size: 1.9vw;
	font-weight: lighter;
        margin-top: 0;
	margin-bottom: 1.2em;
}


.header_image--cover{
	background-size: cover;
}

nav ul{
	list-style: none;
	text-align: center;
}

nav.menu-nav ul li.btn{
        display: inline-block;
        list-style-type: none;
}

nav.menu-nav ul li.btn a{
        color: black;
        text-decoration: none;
        padding: 1vw;
        font-size: 1.7vw;
        font-weight: normal;
        font-family: Helvetica, sans-serif;
}

nav.menu-nav ul li.btn a:hover{
	color: #4372a8
}

nav.menu-nav ul li.btn div.select a{
        color: #4372a8;
        font-family: Helvetica, sans-serif;
}

div#localsite div.block{
    text-align: center;
    display: inline-block;
    padding: 1vw;
    font-family: Helvetica, sans-serif;
}

div#localsite p.site{
        font-size: 1.5vw;
        font-weight: normal;
        font-family: Helvetica, sans-serif;
}

div#localsite div.menu-bulletin ul li.bulletin{
        display: inline-block;
        list-style-type: none;
        font-family: Helvetica, sans-serif;

}

div#localsite div.menu-bulletin ul li.bulletin a{
        color: black;
        text-decoration: none;
        border-radius: 0.3vw;
        background-color: white;
        border: 0.1vw solid #4372a8;
        padding: 0.3vw;
        font-weight: bold;
        font-size: 0.9vw;
        font-family: Helvetica, sans-serif;
        display: flex;
}

div#localsite div.menu-bulletin ul li.bulletin a:hover{
	background-color: #4372a8;
	color: white;
}

div#localsite div.menu-bulletin ul{
	padding-left: 0;
}


 /* Dropdown Button */
.dropbtn {
        color: black;
        text-decoration: none;
        border-radius: 0.3vw;
        border: 0.1vw solid #4372a8;
        padding: 0.3vw;
        font-weight: bold;
        font-size: 0.9vw;
        font-family: Helvetica, sans-serif;
        cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #4372a8;
  color: white;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  background-color: white;
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 0.6vw;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 0.1vw 0.1vh;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display: inline-flex;} 

.wrappertwofive{
	display: grid;
	grid-template-columns: repeat(2, 50%);
	grid-template-rows: repeat(5, auto);
}

.wrappertwosix{
	display: grid;
	grid-template-columns: repeat(2, 50%);
	grid-template-rows: repeat(6, auto);
}

.wrappertwofour{
	display: grid;
	grid-template-columns: repeat(2, 50%);
	grid-template-rows: repeat(4, auto);
}

.wrappertwothree{
	display: grid;
	grid-template-columns: repeat(2, 50%);
	grid-template-rows: repeat(3, auto);
}

.wrappertwotwo{
	display: grid;
	grid-template-columns: repeat(2, 50%);
	grid-template-rows: repeat(2, auto);
}

.wrappertwoten{
	display: grid;
	grid-template-columns: repeat(2, 50%);
	grid-template-rows: repeat(10, auto);
	text-align: center;
}

.wrapperoneten{
	display: grid;
	grid-template-columns: repeat(1, 100%);
	grid-template-rows: repeat(10, auto);
}

.wrappertwothirteen{
	display: grid;
	grid-template-columns: repeat(2, 50%);
	grid-template-rows: repeat(13, auto);
}

.wrapperoneone{
	display: grid;
	grid-template-columns: repeat(1, 100%);
	grid-template-rows: repeat(1, auto);
}
