/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	padding-top: 90px;
	background: none;
	height: 100%;
}



.full {
  background: url(/storage/app/media/photos/IMG_0002.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.mt {
color: #fff;
background-color:rgba(0, 0, 0, 0.65);
border-radius: 15px;
padding: 15px;
margin-right: 10px;
margin-left: 10px;
}

.mt2{
    padding-top: 0;
}


@media (max-width: 800px) {
  .full {
  background: url(/storage/app/media/photos/IMG_0008.jpg) no-repeat center center fixed; 
  }
  .navbar-brand {
      padding-left: 20px;
  }
}

@media (max-width:991px) {
  .navbar-nav>li>a {
    margin: 12.5px 0px;}
}
/*
.footer2 {
    position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
    padding-right: 2rem;
    padding-bottom: 1rem;
    padding-left: 2rem;

}
*/
.widget{
    margin-top: 0 !important;
}

.img-responsive{
    display: inline;
}

.example-image-link img{
    margin-top: 10px;
}

.form-code-login input {
    width: 20%;
    margin: auto;
    margin-top: 30px;
}

.form-code-login .btn {
    margin-left: 47%;
}

.alert{
    margin: 10px;
}

.panel{
    margin-bottom:0;
}

.no-gutter > [class*='col-'] {
    padding-left:0;
}

.navbar {
    background: #ebf5ff;
    opacity: .9;
    padding: 10px 0;
}

.navbar-brand {
    font-size: 2em;
    padding: 0 10px;
}
nav ul {
    text-transform: uppercase;
    float: right !important;
    font-size: .9em;
    color: #666 !important;
}

nav ul li {
    letter-spacing: 1px;
}

.navbar-default .navbar-nav>li>a {
    color: #333;
}

