body
{
	margin: 0px;
	padding: 0px;
}

section 
{
	padding-top: 40px;
	padding-bottom: 30px;
}

h1
{
	text-align: center;
	font-family: helvetica;
	font-weight: bold;
}

#quotes
{
	height: 48px;
	background: url('black.png');
	color: white;
	font-size: 26px;
}

#news
{
	height: 40px;
	font-size: 26px;
	font-weight: bold;
}

.row
{
	padding: 20px;
	vertical-align: center;
}

.logos
{
	max-height: 150px;
	width: 200px;
	min-width: 150px;
	align-self: center;
	vertical-align: center;
}

.blue
{
	color: white;
}

.footer_bg{
	color: white;
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('bgc.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.headback
{
	text-align: center;
	margin: 15px;
	width: 400px;
	padding-bottom: 6px;
	background: radial-gradient(rgba(60,60,255,0.4),rgba(227,242,253,0),rgba(0,0,255,1));
}

.headback2
{
	text-align: center;
	margin: 0px;
	/*width: 400px;*/
	padding-bottom: 6px;
	font-size: 30px;
}

.nav-item a
{
	font-size: 110%;
	color: red;
}

.navbar-text
{
	color: black;
	font-size: 16px;
}

.nav-item a:hover
{
	text-decoration: underline;
}

#carous
{
	background: url("Background.png");
	background-size: cover;
	background-repeat: no-repeat;
	text-align:center;
	margin: 0px;
	padding: 30px;
}

#about
{
	background: url("bg_img.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
	margin: 0px;
	padding: 0px;
}

#about p
{
	text-align: justify;
}

#navbarNav
{
    font-weight: bold;
}

#services
{
	background: url("b4.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
	margin: 0px;
}

#clients
{
	background: url("LOGOBACK.png");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
	margin: 0px;
}

/* rj 2002 */

.colorblue{color:#0d26be;}

/* Dropdown Button */
.dropbtn {
      background-color: transparent;
    color: red;
    padding: 8px;
    font-size: 18px;
    border: none;
    font-weight: bold;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 205px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: left;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e4100;}
.bg-primary {
    background-color: #226fc1!important;
}



