body{
  font-family: 'lato',sans-serif;
  height: 100%;
  width: 100%;
  /* The image used */
  background-image: url('img/background.jpg');

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-caption {
  top: 150px;
  bottom: auto;
  text-transform: uppercase;
}

.item img{

  margin-top: 150px;
  padding-right: 10px;

}

h3{
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.carousel-caption {
  top: 15px;
  bottom: auto;
  text-transform: uppercase;
}

h4{
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-transform: uppercase;
  color: black;
}



.item {
  height: 500px;
}

@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css");

.navbar {
  background: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: bold;  
  min-height: auto;
  position: relative;
  top: 0px;
  width: auto;
  border-bottom: none;
  margin-bottom: 0px;
}
.navbar-brand {
  padding: 0 15px;
  height: 101px;
}

.navbar li a{
  color: #fff !important;
  padding: 0 20px;
}
.navbar li a:hover,.navbar li.active a{
  font-size: 14px;
}


.navbar-nav {
  position: relative;
  right: -50%;
}
.navbar-nav > li {
  position: relative;
  left: -50%;
}
.navbar-nav > li a {
  line-height: 100px;
  vertical-align: middle;
  
} 


.contact-form{
  background: #fff;
  margin-top: 10%;
  margin-bottom: 5%;
  width: 70%;
}
.contact-form .form-control{
  border-radius:1rem;
}
.contact-image{
  text-align: center;
}
.contact-image img{
  border-radius: 6rem;
  width: 11%;
  margin-top: -3%;
  transform: rotate(29deg);
}
.contact-form form{
  padding: 14%;
}
.contact-form form .row{
  margin-bottom: -7%;
}
.contact-form h3{
  margin-bottom: 8%;
  margin-top: -10%;
  text-align: center;
  color: #0062cc;
}
.contact-form .btnContact {
  width: 50%;
  border: none;
  border-radius: 1rem;
  padding: 1.5%;
  background: #dc3545;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.btnContactSubmit
{
  width: 50%;
  border-radius: 1rem;
  padding: 1.5%;
  color: #fff;
  background-color: #0062cc;
  border: none;
  cursor: pointer;
}





