.input_field{
    box-sizing: 13px;
}

.form_wrapper .row {
	margin:1px 0px;
    margin-left: 0px;
    vertical-align: middle;
}

.form_wrapper .col_half {
	width:100%;
    min-height: 12px;
    top:10px;
}
.form_wrapper label {
	display:block;
   color:white;
	margin:0 0 1px;
}

.form_wrapper input[type="text"], .form_wrapper input[type="email"], .form_wrapper input[type="phone"], textarea {
	width:100%;
	padding:5px 5px 5px 25px;
	border:1px solid #ccc;
	box-sizing:border-box;
	outline:none;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}
.form_wrapper textarea {
	height:7em;
    width:100%;
}
.form_wrapper input[type="text"]:focus, .form_wrapper input[type="email"]:focus, .form_wrapper input[type="phone"]:focus, textarea:focus {
	-webkit-box-shadow:0 0 2px 1px rgba(255, 169, 0, 0.5);
	-moz-box-shadow:0 0 2px 1px rgba(255, 169, 0, 0.5);
	box-shadow:0 0 2px 1px rgba(255, 169, 0, 0.5);
	border:1px solid #f5ba1a;
}
.form_wrapper input[type="submit"] {
	background:#f5ba1a;
    float:left;
	height:40px;
	line-height:0px;
	width:40%;
	border:none;
	outline:none;
	cursor:pointer;
	color:#fff;
	font-size:1.5em;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}
.form_wrapper input[type="submit"]:hover, .form_wrapper input[type="submit"]:focus {
	background:#daa106;
}
.credit{
	position:relative;
	z-index:1;
	text-align:center;
	padding:1px;
	color:#f5ba1a;	
}
.credit a{
	color:#daa106;	
}
@media (max-width: 600px) {
.form_wrapper .col_half {
	width:100%;
	float:none;
}
  
}
.btn{
    width: 50%;
    height: auto;
    background-color:darkgray;
    transform-style: flat;
    font-family:cursive;
}

nav{
  float:;

}

.oo{
    font-size: 38px;
    color: white;
    font font-weight: 400;
    align-items: center;
    
}



navbarNavAltMarkup{
  float: right;
}

h2{color: azure}

h1,h3{
   text-align:Center;
   color: white;
}

.jumbotron{
	background-color:#41A3B8;
}

h1{
   text-align:left;
   color: white;
   background-color: transparent;
}

.strong{color:black;}
h4{
	color:#EAF2F1;
	font-family:Montserrat-bold;
	
	font-size: 19px;
}

strong{
	font-weight:light;
	color:#000;
	font-family:calibri;
}

h6{
   text-align:left;
   color: white;
   background-color: grey;
   font: Arial Rounded MT Bold;
}

p{
   color:#E8E6E3;
}

body{
   Background-repeat:repeat-y;
}

.foot{
	font-size:10px;
   color;:#CF0;
}

.audio_wide{
    width:100%;
}

.sentance{
    text-align: left;
}  

.Logo_Name{
    font-size: 3vw;
    font-weight: 500;
    text-decoration-style: double;
}

.form_wrapper{
    padding: 9px;
    align-content: center;
}

.boldFont{
    font-family: serif;
    font-size: 22px;
    text-decoration-color: aliceblue;
    color: snow;
    margin: 10px;
}

.navbar-toggler{
    background-color: cadetblue;
}

.navbar-light .navbar-brand{
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
.navbar-light .navbar-nav .active> navlink, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .navlink.show, .navbar-light .navbar-nav .show> .nav-link{
	color:#fff;
}
.navbar-light .navbar-nav .nav-link{
	color:#fff;
}
.navbar-light .navbar-nav nav-link: focus, .navbar-light .navbar-nav .nav-link:hover{
	color:#fff;
}
.free{
    color:burlywood;
    float: left;
}

.free2{
    color: white;
}

.news{
    font-size:83px;
    float:left;
    font-weight: bold;
    color: white;
    padding-left: 25px;
}

.wrapper {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider {
  width: 1000px;
  height: 100px;
  position: relative;
  background: white;
  box-shadow: 0 100px 20px -10px rgba(0,0,0,0.2);
  display: flex;
  overflow: hidden;
}
.slide {
  height: 100px;
  display: flex;
  align-items: center;
  animation: slideshow 8s linear infinite;
}
.slide img {
  height: 70px;
  padding: 0 30px 0 30px;
}
@keyframes slideshow {
  0% {transform: translateX(0);}
  100% {transform: translateX(-100%);}
}
.slider::before, .slider::after {
  height: 10px;
  width: 20px;
  position: absolute;
  content: "";
  background: linear-gradient(to right, white 0%, rgba(255,255,255,0) 100%);
  z-index: 2;
}
.slider::before {
  left: 0;
  top: 0;
}
.slider::after {
  right:0;
  top:0;
  transform: rotateZ(180deg);
}


.read_h{
    float: left;
    padding-left: 15px;
}
.thumbnail{
	padding: 12px;
}