@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');

body {
    margin: 0;
    font-family: Josefin Sans, sans-serif;
    background-color: #E9F1F7; 
}

h3 {
    font-size: 3em;
    color: #14213D;
    text-align: center;
    text-decoration: underline;
}

h4 {
    font-size: 2em;
    color: #14213D;
    text-align: left;
    padding-left: 1.5em;
    margin-bottom: 0;
}

.services {
    font-size: 1.5em;
    color: #14213D;
    text-align: center;
    max-width: 1000px;
    margin: auto;
    /* Margins */
    padding-bottom: 3em;  
}

.service_icon {
    width:100%;
    height: auto;
    margin: auto;
    justify-content: top center;
    text-align: top center;
    padding-bottom: 20px;
}

ol {
    list-style: none;
    line-height: 3em;
    text-align: left;
    color: #14213D;
}

* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */

.row {
  float: center;
  min-height: 400px;
  margin: auto;
  border-radius: 20px;
  max-width: 1200px;
  background: #2274A5;
  background-image: linear-gradient(to right, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.4) 100%);
  padding: 30px;
  margin-bottom: 4em;
}

.column {
  float: left;
  width: 33.33%;
  padding: 20px;
  padding-right: 30px;
  margin: auto;
  text-align: center;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .column {
    width: 100%;
  }

  ol, h4 {
    text-align: left;
  }
}

/* #HEADER / NAV
================================================== */


header {
    background: #E9F1F7;
    text-align: center;
    padding: 0.5em 0.5em 0.5em 0.5em;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

header #logo a {
    color: #2274A5;
    text-decoration: none;
    letter-spacing: .05em;
}

/* #NAVIGATION
================================================== */

#mainnav {
    background: #E9F1F7;
    color: #2274A5;
    font-weight: bold;
    letter-spacing: .05em;
    box-shadow: 0px 5px 5px #14213D;
    z-index:1;
    overflow: hidden;
    position: relative;
}

#mainnav #menu {
    display: none;
    padding: .8em 1.5em;
    cursor: pointer;

}


#mainnav ul {
    display: block;
    margin: 0;
    text-align: center;
    padding: 0;

}

#mainnav ul li {
    margin: 0;
    list-style: none;
    display: inline-block;
}

#mainnav ul li a {
    color: #2274A5;
    text-decoration: none;
    display: inline-block;
    padding: 1em 1em 1em 1em;
}

#mainnav ul li a:hover {
    color: #FCA311;
}

.content {
    padding: 1.5em;
}

/* #FOOTER  
================================================== */


.footer {
    background: #2274A5;
    text-align: center;
    padding: 0.3em;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.footer #logo a {
    background: #2274A5;
    color: #2274A5;
    text-decoration: none;
    letter-spacing: .05em;
}

.apa_logo {
  width: 30%;
  min-width: 275px;
  height: auto;
}

/* #FOOTER NAVIGATION
================================================== */

.footer {
    background: #2274A5;
    color: #E9F1F7;
    font-weight: bold;
    letter-spacing: .05em;
    position: relative;
}

.footer #menu {
    display: none;
    padding: 1em;
    cursor: pointer;

}


.footer ul {
    background: #2274A5;
    display: block;
    margin: 0;
    text-align: center;
    padding: 5px;

}

.footer ul li {
    color: #E9F1F7;
    margin: 0;
    list-style: none;
    display: inline-block;
    padding: 0.5em;
}

.footer ul li a {
    color: #E9F1F7;
    text-decoration: none;
    display: inline-block;
    padding: 0.5em;
    font-weight: bold;
}

.footer ul li a:hover {
    color: #FCA311;
}

.footercontent {
    padding: 1em;
}



/* MEDIA QUERIES
Description: Define screen-size breakpoints here.
(e.g. Desktop, Tablet, Mobile)
===================================== */

/* Tablet (Between 768px - 992px)*/
@media all and (min-width: 768px) and (max-width: 992px) {

}

/* MOBILE (Smaller than 768px)*/
@media all and (max-width: 767px) {
  .footercontent {
  	padding: 1em;
  }
}



/*----------------------------------------------
CSS Settings For HTML Div ExactCenter
------------------------------------------------*/
h3,p,label {
text-align:center;
color:#E9F1F7;
font-family: Josefin Sans, sans-serif;
text-decoration: none;

}

input {
width:100%;
margin-bottom:20px;
padding:5px;
height:30px;
border-radius:3px;
border:none;
font-family: Josefin Sans, sans-serif;
}
button {
width:100%;
margin-bottom:20px;
padding:5px;
height:30px;
border-radius:3px;
border:none;
font-family: Josefin Sans, sans-serif;
}
textarea {
width:100%;
height:80px;
margin-top:10px;
padding:5px;
font-family: Josefin Sans, sans-serif;
border-radius: 3px;
border:none;
}

button {
font-family: 
width:103%;
height:45px;
margin-top:40px;
border-radius:3px;
background-color:#E9F1F7;
color:#2274A5;
font-family: Josefin Sans, sans-serif;
font-size: 18px;
position: relative;
display: inline-block;
border-radius: 5px;
background-color: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,0.15);
transition: all 0.3s ease-in-out;
}

button:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

div#feedback {
box-shadow: 0 7px 7px #14213D;
margin: auto;
text-align:center;
display: block;
width:70%;
height:auto;
padding:30px;
background-color:#2274A5;
border-radius:20px;
float:center;
}
.container {
margin: 0 auto;
width:70%;
height: auto;
min-width: 375px;
margin:auto;
padding-top: 70px;
padding-bottom: 70px;
padding-left: 5px;
padding-right: 5px;
}