/*------------------------------------*\

Main Landing Page - Css File
Author: ArtAbout


*/

*{
	font-family: 'Open Sans', sans-serif;
}

hr{
	border-top: 1px solid #525252 !important;
}

body {
    background-image: url("koumabg.jpg");
    background-color: #040404;

}

.footer-text{
	color:#4f4f4f;
}
.footer-text span{
	color:#878787;
	font-weight:600;
}

.row-top, .row-bottom{
	margin: 10% 0 10% 0;
}

.logo-area img{
	margin-top: 15%;
	margin-bottom: 15%;
}

.logo-area #special img{
	margin-top: 19%;
}

a{
	color:#7E7E7E !important;
}

a:hover{
	color:#474747 !important;
	text-decoration: none !important;
}

a:active{
	color:#282828 !important;
}
@media (min-width: 992px) {
.logo2 {
    margin-left: 7.666667%!important;
	}
}


/*************MODAL**********************/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/****************************************/


.privacy {
	background-image: none;
}

.privacy-text p {
	text-align: justify;
}

.privacy-text td {
	border: 1px solid;
	padding: 2%;
}

.privacy-text .space {
	margin-bottom: 4em;
}



/* fiat logo smaller */

img.fiat {
    max-height: 110px!important;
}