@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@200..700&display=swap');
/* Applies to the entire body of the HTML document (except where overridden by more specific
selectors). */
body {
  margin: 25px;
  background-color: #000000;
  background-image: url('images/kilvey-hill3.png');
  background-repeat: no-repeat;
  background-size: 100%;
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
}

p {
  font-size: 16px;
  color:#000000;
  margin-top:5px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
}

a {color:#3344dd}

/* Applies to all <h1>...</h1> elements. */
h1 {
  font-size: 55px;
  font-weight: bold;
  margin-top: 5px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-decoration: underline;
  margin:0;
  
}

h2 {font-family: Helvetica, Arial, sans-serif;
    margin:0;
    margin-bottom:5px;
}
.jc {text-align:center}
.italic-underline {font-style:italic;
    font-size:25px;
    text-decoration:underline;
}

.margin-top-30 {margin-top:30px;}
.margin-top-60 {margin-top:60px;}

.center {
  margin: auto;
  width: 80%;
  padding: 20px;
}

.footer {
    font-size:14px !important;
    font-weight:bold;
}
.footer li {
    display:inline-block;
    padding:0;
    margin:5px;
    font-weight:normal;
}
.footer ul {
    padding:0;
    margin:0px;
}

.welcome {
    font-size:20px !important;
    font-family: Helvetica, Arial, sans-serif;
    margin-top:20px;
}
.fundraiser {
    font-size:20px !important;
    font-family: Helvetica, Arial, sans-serif;
    font-style:italic !important;
}

.section {
    margin-top: 10px;
    background-color:rgb(255, 255, 255, 0.7);
    color:#000000;
    font-size:16px;
}

/* Applies to all elements with <... class="someclass"> specified. */
.someclass { color: red; }

/* Applies to the element with <... id="someid"> specified. */
#someid { color: green; }

 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {...}

h1{font-size:45px;}
.center {width:90%}
.section { background-color:rgb(255, 255, 255, 0.9);}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...}
h1{font-size:45px;}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...} 