
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px; 
  font-weight: 300;
  font-style: normal;
  background-color: #ffffff;
  height: 100%;
  
/* Edit */  
  background: #2b2d34 url(demo/dummy/homeBg1.png) no-repeat center center fixed; 
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
/* Edit */   

  
}


a {
  color: #59a0d7; }

h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  font-weight: 700; }

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: 400; }

h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 400; }

h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase; }

p {
  font-size: .9rem; }  

.divider {
  display: block;
  width: 6rem;
  height: 0.3rem;
  background-color: #dfe1e5;
  margin: 2rem auto; }
  
.navbar-trans {
  background: transparent; }
  
  

a.navbar-brand, a.logo {
  font-family: 'Montserrat', sans-serif;
  color: #fff !important;
  font-weight: bold;
  
}

/* Edit */

.navbar-nav {
  text-align: bottom;   
   
}

.navbar-nav .nav-item {
 
  padding-left:10px;
  font-weight: 400;
}

.navbar-nav .nav-item .nav-link{
 
  color: white !important; 
}

.navbar-nav .nav-item .nav-link:hover{
 
  color: #E8CAC5 !important; 
}


.navbar1-nav .nav-item .nav-link{
 
  color: #670000 !important; 
}

.navbar1-nav .nav-item .nav-link:hover{
 
  color: #E8CAC5 !important; 
}

/* Edit */

a.logo:hover, a.logo:active, a.logo:focus {
  text-decoration: none; }


li.nav-item .btn {
  margin-top: .2rem;
  margin-left: .4rem; }
li.nav-item .btn-white {
  color: #46484a; }

.cover {
 
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  min-height: 50rem;
  height: auto;
  border-radius: 0;
  width: 100%;
  color: #fff;
  padding-top: 1rem; }
  
  .cover h1 {
    font-weight: 200; }
  
  .cover p.lead {
    margin: 2rem auto;
    color: rgba(255, 255, 255, 0.75); }
    
    
/*Edit */  
  .cover .cover-container {
    top: 45%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(0%, 75%);
  }

  small.home_text{
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
  }
/*Edit */    
    
  
    
    .btn-primary, .btn-outline-primary, .btn-secondary, .btn-outline-secondary, .btn-white, .btn-outline-white, .btn-success, .btn-outline-success, .btn-info, .btn-outline-info, .btn-warning, .btn-outline-warning, .btn-danger, .btn-outline-danger {
  font-size: .75rem;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: .0rem; }

.btn-outline-primary, .btn-outline-secondary, .btn-outline-white, .btn-outline-success, .btn-outline-info, .btn-outline-warning, .btn-outline-danger {
  border-width: 0.15rem; }

.btn-lg {
  padding: 1.1rem 2.5rem;
  font-size: .9rem; }

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #59a0d7;
  border-color: #59a0d7; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #4089c1;
  border-color: #4089c1; }

.btn-outline-primary, .btn-outline-primary:visited {
  color: #59a0d7;
  border-color: #59a0d7;
  background: none; }

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #59a0d7;
  border-color: #59a0d7;
  color: #fff; }

.btn-secondary {
  border-color: #696b6e;
  background-color: #696b6e;
  color: #fff; }

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  border-color: #46484a;
  background-color: #46484a;
  color: #fff; }

.btn-outline-secondary, .btn-outline-secondary:visited {
  color: #696b6e;
  border-color: #696b6e;
  background: none; }

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
  border-color: #696b6e;
  background: #696b6e;
  color: #fff; }

.btn-white {
  border-color: #fff;
  background-color: #fff;
  color: #46484a; }

.btn-white:hover, .btn-white:focus, .btn-white:active {
  border-color: #dfe1e5;
  background-color: #dfe1e5;
  color: #46484a; }

.btn-outline-white, .btn-outline-white:visited {
  background: none;
  color: #fff;
  border-color: #fff; }

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
  color: #fff;
  border-color: #670000;
  background: #670000; }

.link-white, link-white:visited {
  font-size: .75rem;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: .3rem;
  border: 0;
  color: #fff; }

.link-white:hover, .link-white:focus, .link-white:active {
  color: #dfe1e5 !important; 
}


@media screen and (max-width: 979px){
  
  /*Edit */  
  .cover .cover-container {
    top: 45%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(0%, 15%)!important;  
  }
/*Edit */    

}
@media screen and (min-width: 768px) and (max-width: 979px){

}
@media screen and (max-width: 767px){

  .navbar-brand img {
    max-width:75%!important;
    
  }

}

@media screen and (max-width: 550px){
  /*Edit */  
  small.home_text{
      padding-bottom: 0px;
      border-bottom: 0px solid #fff;
    }

    small.home_text:after{
      content: "";
      display: block;
      margin: 20px auto -65px;
      height: 2px;
      width: 96%;
      background: #fff;
  }
  /*Edit */   
} 

@media screen and (max-width: 479px){
  .navbar-brand img {
      max-width:75%!important;
      float: left!important;
    }
  .cover .cover-container {
      transform: translate(0%, 10%)!important;
  }

.cover-container .cover-inner h2 small{    width: auto;
    line-height: 1.5;
    display: inline-block;}
}  

.footer-type {
  font-family: 'Montserrat', sans-serif;
  background: #670000d4;
  padding: 20px 0px;
  position: absolute;
  color: white;
  left: 0;
  right: 0;
  bottom: 0;
}

.cover-inner .white{
  color: white;
}

#space-before-home-footer{
  height: 220px;
}

@media only screen and (max-width: 479px ){
  .footer-type .container {margin:15px;}  
  #home h2.white {font-size:195%;padding:10px;}
  .container {width: 100%; }
}