@charset "UTF-8";
/* CSS Document */
body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-inverse {
    background-color: #baae95;
    border-color: #baae95;
}
.navbar-wrapper .navbar .container {
    width: auto;
    background-color: #baae95 !important;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #baae95;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #baae95 !important;
}

a.navbar{
	
	background-color:#baae95;
   color:#ffffff;
}
#navbar {
	background-color:#baae95;
	color:#FFFFFF;
}
.nav .navbar li>.active{
background-color:#baae95;
color:#fff;
}

.navbar-inverse .navbar-brand {
    color: #baae95;
}

a {
    background-color: #baae95;
}

.navbar-brand {
    float:left;
	height: 50px;
    padding: 1px 0px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5{
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.bgimg-1 {
  background-image:url(../assets/img/RJ-Front-Page.png);
  min-height: 100%;
}

.bgimg-2 {
  background-image: url(../assets/img/BG-2.png);
  min-height: 400px;
}

.bgimg-3 {
  background-image: url(../assets/img/BG-4.png);
  min-height: 400px;
}

.bgimg-4 {
  background-image: url(../assets/img/BG-4.png);
  min-height: 400px;
}

.bgimg-5 {
  background-image: url(../assets/img/BG-5.png);
  min-height: 400px;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  text-shadow: black 0.3em 0.3em 0.3em;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: transparent;
 
}

.caption span.border:hover .overlay {
  opacity: 1;
}

.text {
  background:#000000;
  background-color:#000000;
  display:block;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}



.contact-title{
	position:relative;
	top:15px;
	width:100%;
	padding:18px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
  padding:10px;
}

.paragraph-1 {
  color: #777;
  background-color:white;
  text-align:center;
  padding:80px 100px;
  text-align: justify;
}

.paragraph-2 {
  color:#ddd;
  background-color:#282E34;
  text-align:center;
  padding:80px 100px;
  text-align: justify;
}

.paragraph-3 {
  color: #777;
  background-color:white;
  text-align:center;
  padding:80px 100px;
  text-align: justify;
}

.paragraph-4 {
  color:#ddd;
  background-color:#282E34;
  text-align:center;
  padding:80px 100px;
  text-align: justify;
}

/* Back to Top button */
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 1000; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #000; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

#Services{
    background-color:transparent;
	font-size:25px;
	color: #f7f7f7;
}

#Testimonials{
    background-color:transparent;
	font-size:25px;
	color: #f7f7f7;"
}

.our-vision-text {
	color: #777;
  	background-color:white;
  	padding:80px 100px;
  	text-align: justify;


}




/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #45a049;
}

/* Add a background color and some padding around the form */
.form-container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 30px;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	
	
}


/* RESPONSIVE CSS
-------------------------------------------------- */

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}

@media (max-width: 991px) {

 .navbar-brand>img{
 	display:inline-flex;
	height:100px;
	width:135px;
 }
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
	float:right;
	}

}

@media (max-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
   .navbar-brand>img{
 	display:none;
 }
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
 	float:left;
	padding-left:10px;
 }

 
}