/*
http://paletton.com/#uid=13t0u0kvoR1jgTfpiS2PiMMMMsv
*/
body {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
/* scroll to top */
#myBtn {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: #555;
}
/* menu */
#myBtnContainer {
    text-align: center;
}
.filterDiv {
    display: none;
}
.show {
    display: block;
}
button {
    border: none;
    margin: 3px;
    padding: 5px 16px;
    background: #048CD6;
    font-size: 18px;
    color: white;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
button:hover {
    background: #64BAE8;
}
button.active {
    background: red;
}
/* all */
.site-description {
    font-size: 20px;
    font-style: italic;
    text-align: center;
    padding-top: 0;
    padding-bottom: 50px;
    letter-spacing: 5px;
}
.bold {
    font-weight: bolder;
}
#all {
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
}
a {
    color: white;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size: 17px;
}
a:hover {
    color: black;
}
.content a {
    background: #035F90;
    padding: 5px 10px;
    text-decoration: none;
}
.content a:hover {
   background: #64BAE8;
    color: white;
}
h1 {
    text-align: center;
    margin: 80px 0 10px 0;
    padding: 0;
    font-size: 32px;
}
h2 {
    text-align: center;
    color: black;
    text-transform: uppercase;
    font-size: 24px;
}
h3 {
    font-size: 21px;    
}
h4 {
    color: #035F90;
    margin-top: 0;
    line-height: 160%;
}
button {
    white-space: pre;
}
article {
    background: #1099E2;
    padding: 60px 6%;
    margin-bottom: 50px;
}
section {
    background: #048CD6;
    border: 3px solid white;
    padding: 25px 50px;
    margin-bottom: 50px;
}
.grid {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-gap: 30px;
}
.content-images a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 46%;
    margin: 2%;
    display: inline-block;
}
.content-images a img {
    border: 5px solid white;
    width: 100%;
    height: auto;
}
footer {
    text-align: center;
    padding-bottom: 100px;
}
