@charset "utf-8";
/* CSS Document */

body{
    color: aliceblue;
    transition: all .6s;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    background-color: #3791D7;
    background-image: -webkit-linear-gradient(270deg,rgba(44,137,207,1.00) 0%,rgba(182,215,240,1.00) 48.91%,rgba(100,169,224,1.00) 90.26%);
    background-image: -moz-linear-gradient(270deg,rgba(44,137,207,1.00) 0%,rgba(182,215,240,1.00) 48.91%,rgba(100,169,224,1.00) 90.26%);
    background-image: -o-linear-gradient(270deg,rgba(44,137,207,1.00) 0%,rgba(182,215,240,1.00) 48.91%,rgba(100,169,224,1.00) 90.26%);
    background-image: linear-gradient(180deg,rgba(44,137,207,1.00) 0%,rgba(182,215,240,1.00) 48.91%,rgba(100,169,224,1.00) 90.26%);
}

#topAddress{
    position: absolute;
    margin-top: 7px;	
}
#navbarSupportedContent1 a{
    color: white;
    text-decoration: none;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 7px 7px 0px 0px;
    padding-bottom: 5px;
    background-color: rgba(73,169,230,1.00);
    margin-right: 3px;
    text-align: center;
}
#navbarSupportedContent1 a:hover{
    transition: all .4s;
   background-color: rgba(36,120,185,1.00);
    color: rgba(233,222,78,1.00);
}
#navbarSupportedContent1 .active{
    background-color: rgba(36,120,185,1.00);
    color: rgba(213,199,57,1.00);
}
.navbar-brand{
    font-weight: 300;
    font-size: 1.6em;
    font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

h1{
    color:#88E632;
	 text-shadow: 2px 3px 3px rgba(91,87,87,1.00);
    font-size: 1.7em;
    font-weight: 100;
    font-family:"Segoe UI Light";
    font-style: normal;
}
h3{
 color:#88E632;
	 text-shadow: 2px 3px 3px rgba(91,87,87,1.00);
    font-size: 1.3em;
    font-weight: 200;
    font-family:"Segoe UI Light";
    font-style: normal;	
	
}
h4{
    color: whitesmoke;
    font-size: 2em;
    font-weight: 400;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
}

h5{
    color:#483F0C;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.card{
    background-color:#3B3D45;
}

h2{
    color: rgba(247,235,73,1.00);
    text-shadow: 2px 3px 3px rgba(91,87,87,1.00);
    font-size: 2em;
    font-weight: 100;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}


a{
    color:
		#C9EF38;
    text-decoration: none;
}
a:hover{
    transition: all .3s;
    color:azure;
    text-decoration: none;
}

a.dropdown-item {
    color: white;
	text-decoration: none;
	
}
a:hover.dropdown-item{
	color: rgba(138,179,236,1.00);
	background-color: rgba(43,43,43,.50);
	text-decoration: none;
}
a:focus.dropdown-item{
    color: rgba(254,243,105,1.00);
    background-color: rgba(43,43,43,.50);
}

.recomHeadline{
	color: black;
	background-color:rgba(180,214,240,1.00);
	margin-bottom: 12px;
}

.recomHeadline a{
	color:#2378B9;
}
.recomHeadline a:hover{
	color:azure;
	text-decoration: none;
}

blockquote{
    background-color:#1D6093;
	color:azure;
	text-align: left;
	padding: 17px;
	
}
.blockquote-footer{
    color:rgba(139,159,177,1.00);
	text-align: left;
}
.dropdown-menu{
	background-color: rgba(52,51,55,.70);
}
.topBand{
	background-color:rgba(77,75,75,0.60);
	position:relative;
	margin-top:20px;
	height: 85px;
	z-index: 100;
}


.textContent{
    background-color: rgba(36,120,185,80);
    background-image: -webkit-linear-gradient(270deg,rgba(36,120,185,1.00) 25.91%,rgba(75,156,219,1.00) 69.64%,rgba(36,120,185,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(36,120,185,1.00) 25.91%,rgba(75,156,219,1.00) 69.64%,rgba(36,120,185,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(36,120,185,1.00) 25.91%,rgba(75,156,219,1.00) 69.64%,rgba(36,120,185,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(36,120,185,1.00) 25.91%,rgba(75,156,219,1.00) 69.64%,rgba(36,120,185,1.00) 100%);	
}
.formContent{
    background-color: rgba(37,120,185,1.00);
	
}
.textContentTop{
	background-color: rgba(73,71,71,0.80);
	
}
legend{
	color:#0E5690;
}
