/*nav-bar*/



@media screen and (max-width:680px) {
  .topnav ul li:not(:first-child) {display: none;}
  .topnav ul li.icon {
    float: right;
    display: inline-block;
  }
}

@media screen and (max-width:680px) {
  .topnav.responsive ul {position: relative;}
  .topnav.responsive ul li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive ul li {
    float: none;
    display: inline;
  }
  .topnav.responsive ul li a {
    display: block;
    text-align: left;
  }
}

.fancy-monk {
	font-size: 25px;
	color: #EFEBE9;
	margin: 0px;
	text-align: center;
	height: 500px;
	min-height: 400px;
	background: #181015 url(../images/islika11.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;

}
.fancy-monk h1 {
	font-size: 40px;
	margin: 0;
	padding-top: 150px;
}
.signinup{
 width:100%;
 height:31vh;
 background:grey;
 opacity:0.6;
}
.btn-danger{
    background:#FE642E;
	border-color: black;
    width:300px;
}

.btn-danger:hover {
    color: white;
    background-color: black;
    border-color: black;
}


.breadcrumb{
	background-color:white;
	border-radius: 0rem;
	margin-top:-60px;
	border-bottom:solid gray 1px;
	color:black;

}

.breadcrumb a{
	
	color:#b0412e;
		margin-left:33px;
	}

.breadcrumb-item.active {
    color: black;
}