@charset "utf-8";

html, body, h1, p, ul{
	margin: 0px;
	padding: 0px;
}

html, body{
	height: 100%;
}
body, header, img{

}
main, p{
	font-family: "Londrina Solid";
	margin: 30px 0px 30px 0px;
}
p{
	font-size: 1.5em;
	color: gray;
}
h1 {
    font-family: "Londrina Solid";
    font-weight: 900;
    font-size: 5em;
    color: #26a89c;	
	text-shadow: 1px 1px 2px darkblue;
  }
img {
    display: inline-block;
    max-width: 25%;
	padding:5% 10% 0% 14%;
}
.dropdown {
    opacity: 0;
    position: relative;
	 width: 100px;
    z-index: 2;
    align-items: center;
    justify-content: space-around;
    height: 2rem;
	margin-top: 2rem;
	
    
    padding: 1.5rem;
   transform: translateX(-40%);
    transition: opacity .15s ease-out;
}

.dropdown-item a {
    width: 100%;
    height: 100%;
	z-index: 1;
}
.has-dropdown:focus-within .dropdown   {
    opacity: 1;
    pointer-events: auto;
	display: block;
}

#fcf-form {
    display:block;
}

.fcf-body {
    margin: 0;
    font-family:"rubik"
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    padding: 30px;
    padding-bottom: 50px;
    max-width: 100%;
}

.fcf-form-group {
    margin-bottom: 1rem;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
    border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.fcf-credit {
    padding-top: 10px;
    font-size: 0.9rem;
    color: #545b62;
}

.fcf-credit a {
    color: #545b62;
    text-decoration: underline;
}

.fcf-credit a:hover {
    color: seagreen;
    text-decoration: underline;
}

.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: #212529;
    text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
    color: #fff;
    background-color: #26a89c;
    border-color: #007bff;
}

.fcf-btn-primary:hover {
    color: #fff;
    background-color: #26a89c;
    border-color: #26a89c;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
    color: #fff;
    background-color: #26a89c;
    border-color: #26a89c;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 100%;
}

.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
    width: 100%;
}
.container {
  border-radius: 5px;
  padding: 20px;
}
.responsive {
    width: 100%;
    height: auto;
}
.mainnavigation ul{
	list-style-type: none;
	list-style-image: none;
	display: flex;
	flex-direction: row;
	justify-content: center;

}
.mainnavigation ul li{
	display: block;
	padding: 5%;
	width: 12.5%;
	
	
}
.mainnavigation ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10%;
	width: 10%;
	font-size: 2em;
	font-family: "Londrina Solid";
	color: #26a89c;	
	text-shadow: 1px 1px 2px darkblue;
	text-decoration: none;
}
.mainnavigation ul li li a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10%;
	width: 10%;
	font-size: 2em;
	font-family: "Londrina Solid";
	font-weight: 300;
	color: #26a89c;	
	text-shadow: 1px 1px 2px darkblue;
	text-decoration: none;
}
.mainnavigation ul li a:hover{
	font-size:1em;
}
body{
    text-align: center;
    background-color: #CECFCD;
    background-attachment: fixed;
    background-image: -webkit-linear-gradient(270deg,rgba(181,187,169,1.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(181,187,169,1.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(181,187,169,1.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(181,187,169,1.00) 0%,rgba(255,255,255,1.00) 100%);
}
footer{
	min-height: 150px;
	font-family: "rubik";
	font-color: #26a89c;
}

.londrina-solid-thin {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.londrina-solid-light {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.londrina-solid-regular {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.londrina-solid-black {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.rubik {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
