@charset "UTF-8";
body {
  background-color: #340643;
  color: #FEFAFA;
  background-size: cover;
  background-attachment: fixed;
  font-family: source-sans-pro;
  font-style: normal;
  font-weight: 300;
  font-size: small;
  text-align: center;
}
h1 {
  font-family: Calibri;
  font-style: normal;
  font-weight: 400;
  font-size: 3em;
  text-align: center;
  width: 100%;
  top: 100px;
  margin-bottom: 30px;
}
h2 {
  font-family: Calibri;
  font-style: normal;
  background-color: undefined;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
}



h3 {
  font-family: Calibri;
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  text-align: center;
  font-size: 30px;
}
h4 {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  margin-bottom: 50px;
  font-family: Calibri;
  text-align: center;
}
h5 {
  font-family: Calibri;
  text-align: center;
  font-size: x-large;
  margin-left: 10%;
  margin-right: 10%;
  font-style: italic;
}
h6 {
 font-family: Calibri;
  text-align: center;
  font-size: xx-large;
  margin-left: 10%;
  margin-right: 10%;
  font-style: italic;	
}
footer {
  font-size: medium;
  text-align: center;
  clear: both;
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 1.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 1.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 1.00) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 1.00) 100%);
  height: 40px;
  padding-top: 8px;
  font-family: Calibri;
}
section {
  background-color: #D4A0E5;
  color: #000000;
  border-radius: 25px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  padding-left: 2%;
  float: none;
  text-align: center;
  font-family: Calibri;
  margin-bottom: 60px;
  margin-top: 25px;
}
header {
  text-align: center;
  margin-top: 65px;
  margin-right: 65px;
  margin-bottom: 65px;
  margin-left: 65px;
}
body nav a {
  color: #0D0C0D;
  text-decoration: none;
  font-family: Calibri;
  font-style: italic;
}
.navbar.navbar-expand-lg.navbar-light.bg-light .navbar-brand {
  color: #080808;
  font-family: Calibri;
  font-weight: 600;
  font-size: x-large;
  font-style: italic;
}
.navbar-nav.mr-auto .nav-item .nav-link {
  color: #0A0A0A;
  font-family: Calibri;
  font-weight: 500;
  font-size: large;
}
.navbar-nav.mr-auto .nav-item .nav-link:hover {
  color: #FF00EE;
  font-family: Calibri;
  font-weight: 500;
  font-size: large;
}
.listitem {
  font-family: Calibri;
  font-size: x-large;
  text-align: left;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
.listitem1 {
  color: #E88127;
  font-family: Calibri;
  font-size: xx-large;
  list-style-type: none;
  text-align: center;
  width: 97%;
}
.listitem1 a {
  color: #D4940A;
}
.listitem2 {
  font-family: Calibri;
  font-size: x-large;
  text-align: left;
  text-decoration: none;
  list-style-type: square;
  margin-left: 20%;
}
aside {
  margin-bottom: 50px;
}
.listitem a {
  color: #F0A20F;
  text-decoration: underline;
}
button, input, select, textarea {
  font-family: calibri;
  font-size: 2em;
}
input, textarea, select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  font-size: 2em;

}
legend {
  font-size: 2em
}
input[type="text"], input[type="tel"], input[type="date"], input[type="email"] {
  /* width: 90%; */
  padding: 5px;
  margin: 10px 10px 10px 10px;
  border-radius: 7px;
  background-color: #E8B5E6;
}
textarea {
    margin: 10px 10px 10px 10px;
    border-radius: 7px;
    vertical-align: middle;
    background-color: #E8B5E6;
    /* width: 90%; */
}
#prayrequest {
  font-family: Calibri;
  font-weight: 500;
}
#flowers {
  font-family: Calibri;
  font-weight: 500;
}
input[type="radio"] {
  opacity: 0;
  width: 0;
  Margin: 0;
}
input[type="radio"] + label {
  border: 2px solid #138d75;
  padding: 4px 10px;
  border-radius: 7px;
  width: 15em;
  text-align: center;
  cursor: pointer;
  font-style: italic;
 
}
input[type="radio"]:checked + label {
  border-color: #a93226;
  background-color: #74D540;
  font-weight: bold;
	
}
input[type="radio"] + label:hover {
  border: 2px solid red;
}
#phone {max-width: 10em}
#date {max-width: 10em}
#donor {max-width: 10em}
#name {max-width: 10em}
video {
    width: 50%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em;
    display: block;
}


@media (min-width: 35em) {
	textarea {width: 20em}
}
