body{
	font-family: 'Roboto', sans-serif;
}

.menu-logo{
	max-width: 150px;
}

nav li{
	position: relative;
    top: 2px;
}

.nav-link{
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	font-family: 'Rajdhani', sans-serif;
}

.nav-link:hover, .nav-link:focus{
	color: #683c17;
}

.active .nav-link{
	color: #683c17;
}

.title{
	font-family: 'Rajdhani', sans-serif;
}

.page-404 h1{
	font-family: 'Rajdhani', sans-serif;
	color: #9e6434;
}

.slider{
	width: 100%;
}
 
.navbar{
	background-color: #9e6434;
	min-height: 80px;
}

.content-text{
	text-align: justify;
}

.content-text a{
	color: #000;
    text-decoration: none;
}

.content-text a:hover{
	color: #9e6434;
    text-decoration: none;
}

.text-justify{
	text-align: justify;
}

.dropdown-menu{
	background-color: #9e6434;
}

.dropdown-toggle::after {
    margin-left: 0.005em !important;
    vertical-align: 0.155em !important;
}

.dropdown-item{
	color: #fff !important;
    font-weight: bold !important;
}

.dropdown-item:focus, .dropdown-item:hover{
	background-color: #9e6434 !important;
	color: #683c17 !important;
}

li a{
	word-break: break-all;
}

.container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.home_style a{
	color: #000;
    text-decoration: none;
}

footer{
	margin-top: 70px;
}

.footerDiv{
	width: 100%;
	background-color: #9e6434;
	color: #fff;
	text-align: center;
	padding: 30px;
}

.footerDiv .socials{
	margin-bottom: 10px;
}

.footerDiv .socials a{
	color: #fff;
}

.footerDiv .socials a:hover, .footerDiv .socials a:focus{
	color: #683c17;
}

.footerDiv .rights a{
	color: #fff;
	text-decoration: none;
}

.footerDiv .rights a:hover, .footerDiv .rights a:focus{
	color: #683c17;
}

@media screen and (max-width: 991px){
	.dropdown-menu{
		border: 0 !important;
	}
}
