@charset "utf-8";

/* Standard */
:root {
   font-size: 16px;
}

* {
   box-sizing: border-box;
   margin: 0;
}

html {
   min-height: 100%;
}

body {
   font: 1em/1.4em Verdana, Calibri, sans-serif;
   color: #000;
   background: url('../images/bg.jpg') no-repeat center fixed;
}

#wrapper {
   position: relative;
   margin: 1rem auto;
   overflow: hidden;
   max-width: 800px;
}

p {
   padding-bottom: 1rem;
}



h2 {
   font-size: 1.375em;
   line-height: 1.3;
}

h1,
h2 {
   color: #025296;
   margin-bottom: 0.5rem;
   font-weight: 400;
}

h1 {
   margin: 0rem 0rem 2rem;
   font-size: 1.892em;
   line-height: 1.1em;
}

h3 {
   font-size: 1em;
   line-height: 1.3;
   padding-bottom: 1rem;
}

:is(a:link, a:visited, a:hover, a:active) {
   color: #025296;
   text-decoration: none;
}

a[href^="tel:"] {
   white-space: nowrap;
   color: #000;
}

ul {
   padding: 0rem 0rem 1rem 0rem;
   list-style: none;
}

li {
   padding: 0 0 0 40px;
}

ul li:before {
   content: "\2022";
   font-size: 1em;
   float: left;
   margin: 0 0 0 -25px;
}

.apply {
   font-size: 1.6em;
   line-height: 1.3;
}

section p,
footer p {
   text-align: center;
}

header {
   background-color: rgba(255, 255, 255, 0.9);
   padding: 1.5rem;
   margin-bottom: 2rem;
}

.content {
   padding: 1rem 1.5rem;
   background-color: rgba(255, 255, 255, 0.9);
}

img {
   max-width: 100%;
   height: auto;
}

@media only screen and (max-width:799px) {
   #wrapper {
      border: none;
      margin: 0 auto;
   }

 

   p :is(span, a) {
      display: inline-block;
   }
}
