@font-face {
    font-family: 'Champagne & Limousines';
    src: url('fonts/ChampagneLimousines.woff2') format('woff2'),
        url('fonts/ChampagneLimousines.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.nav-top-style{
	height: 100px;
}

.src-style{
	height: 40px;
}

.title-style{
	height: 80px;
}

/*Coda Slider*/


.h3-SRC{
  font-family: 'Champagne & Limousines';
  font-size: 2em;
  font-weight: bold;
  color: #01326a;
}

.SRC-images{
  width: 55%;
  margin: 0 auto;
}

.SRC-margin-top-bottom{
  margin-top: 10px;
  margin-bottom: 30px;
}

.SRC-text{
  font-size: 18px;
  font-family: 'Champagne & Limousines';
}


.desktop-show{
  visibility: visible;
  position: unset;
}

.mobile-show{
  visibility: hidden;
  position: absolute;
}

.tittle-codaSlider{
  font-family: 'Champagne & Limousines';
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}

.h3-codaSlider{
  font-family: 'Champagne & Limousines';
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.p-codaSlider{
  color: #fff;
  font-size: 12px;
}

.ul-coda{
  color: #fff;
}

.table-codaSlider{
  width: 100%!important;
}

.tr-codaSlider{
  background-color: #ddd;
}

.ol-codaSlider{
  color: #fff;
}

/* END Coda Slider*/

/*Header*/

.topnav {
  overflow: hidden;
  background-color: #01326a;
}

.topnav a {
  float: left;
  display: block;
  color: #fff!important;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  height: 57px;
  font-family: 'Champagne & Limousines';
}

.topnavnopadding {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 4px 2px!important;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  /*background-color: #0d5186;*/
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

.logo-responsive{
	width: 176px;
	height: auto;
}

.img-logo-rivesponse{
	width: 100%;
	height: auto;
}

.login-float{
	float: right!important;
}


@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .login-float{
  	float: left!important;
  }

.mobile-show{
  visibility: visible;
  position: unset;
}

.desktop-show{
  visibility: hidden;
  position: absolute;
}

.SRC-text{
	font-size: 14px;
	font-family: 'Champagne & Limousines';
}

}
/* end header*/


.shadow{
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.7);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.7);
}

.background-blue{
	background-color: #dee2e6;
	height: 140px;
}

@media screen and (max-width: 600px) {
  body{
    width: 110%;
  }

	.background-blue{
	background-color: #dee2e6;
	height: 110px;
}


}


