body{
	background: rgba(29, 13, 15,1);
	color:rgba(253, 248, 206,1);
	font-family: 'Lusitana', serif;
	font-size: 1.1rem;
	line-height: 1.31;
    letter-spacing: -.003em;
}
h1,h2,h3,h4,h5,h6,.btn{
	font-family: 'Raleway', sans-serif;

}
.img-responsive{
	width: 100%;
	max-width: 100%;
}
section{
	padding-top:8rem;
	padding-bottom: 8rem;
}
nav{
/*background: linear-gradient(to bottom, rgba(245, 175, 126,1) 0%, rgba(245, 175, 126,0) 100%);*/
/*padding-left: 3rem;
padding-right: 3rem;*/
}
.navbar-dark .navbar-nav .nav-link,.navbar-dark .navbar-brand,.navbar-dark .navbar-nav .active>.nav-link{
	/*text-shadow: 0 0 1px rgb(31, 16, 18);*/
	color: rgb(135, 54, 49);
	border-bottom: 3px solid transparent;
	padding-bottom:0px;	
	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
	font-family: 'Raleway', sans-serif;
	font-size: 1rem;
}
.nav-justified {
  width: 100%;
}
.navbar-dark .navbar-nav .active>.nav-link:hover,.navbar-dark .navbar-nav .nav-link:hover{
		color:rgb(135, 54, 49);
		border-bottom: 3px solid rgb(135, 54, 49);;
}
.jumbotron{
/*	background: url('../img/bg.svg');
	background-size: cover;
	height:*/ 
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
	background: transparent;
	color: #fff;
	text-align: center;
	padding-top: 7rem;
	font-size: 1.4rem;
	text-shadow: 0px 0px 1px rgba(31, 16, 18,0.5);
}	
.jumbotron h1{
	font-weight: 600;
}
.jumbotron .btn-primary{
	background: transparent;
	border: 2px solid #fff;
	border-radius: 0px;
}
.jumbotron .btn-primary:hover{
	background-color: rgba(255,255,255,.2);
}
.jumbotron .more{
	/*position: absolute;*/
	bottom: 0;
	display:block;
    z-index: 2;
}
.jumbotron > .container {
    z-index: 2;
}
.bg-image{
	position: absolute;
	width: 100%;
	height: 100vh;
	max-height: 50vh;
	top:0;
	left:0;
	z-index: 1;
}
.bg-image >img{
	width:100%;
}
h2{
	color:rgb(245, 175, 126);
}
.btn-secondary{
	background: transparent;
	border: 2px solid #fff;
	border-radius: 0;
	color:#fff;
}

.navbar-dark .navbar-toggler{
	background:  rgb(222, 121, 90);
	color: #fff;
	border-color: #fff;
	border:0;
	float: right;
	border-radius: 0;
}
footer{
	text-align: center;
    text-transform: uppercase;
    font-size: .9rem;
    font-family: 'Raleway', sans-serif;
    line-height: 1.6;
    margin-top: 20px
}
.footer-social-icons a{
    color: rgb(222, 121, 90);
    border: 2px solid rgb(222, 121, 90);
    display: inline-block;
    height: 30px;
    margin: 0 4px;
    position: relative;
    text-align: center;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
    width: 48px;
    
    padding: 1px;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.footer-social-icons a:hover{
	color: rgba(31, 16, 18,1);
	background-color: rgb(222, 121, 90);
}
.text-small{
	font-size: 1.2rem;
	color: rgb(222, 121, 90);
}
.text-right{
	text-align: right;
}
.one-pad-top{
	padding-top: 1rem;
}