@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300&family=Saira+Semi+Condensed&family=Source+Sans+Pro&display=swap');

body, html {
	background: url(../images/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    position: relative;
    height: 100%;
    width: 100%;

    font-family: 'Source Sans Pro', sans-serif;
    color: #f5eedc;

    scroll-behavior: smooth;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(../images/background.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.navbar {
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size: 19px;
	background-color: rgba(255,255,255,0.95);
}

.nav-item {
	color: rgba(0,0,0,1);
	margin-right: 15px;
}

.nav-item:hover {
	color: rgba(0,0,0,1);
	text-decoration: underline;
}

.active {
	color: rgba(94, 94, 94, 1);
}

.headers {
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 3.5em;
	text-shadow: 0px 9px 12px rgba(0, 0, 0, 1);
}

.details {
	font-size: 20px;
}

.sec {
	background-color: rgba(0,0,0,0.8);
}

.tr1 {
	clip-path: polygon(0 0, 100% 0, 100% 30%, 0 80%);
	height: 150px;
}

.tr2 {
	clip-path: polygon(0 70%, 100% 20%, 100% 100%, 0 100%);
	height: 150px;
}

.tr3 {
	clip-path: polygon(0 0, 100% 0, 100% 80%, 0 30%);
	height: 150px;
}

.tr4 {
	clip-path: polygon(0 20%, 100% 70%, 100% 100%, 0 100%);
	height: 150px;
}

#sec_rodo {
	font-size: 17px;
	text-align: justify;
	padding-top: 100px;
	height: 100%;
}

#sec1 {
	font-size: 17px;
	text-align: justify;
}

#sec3 {
	font-size: 17px;
}

#map {
	height: 400px;
}

#lan_href {
	position: absolute;
	top: 8px;
  	right: 0;
}

#rodo_text {
	font-size: 12px;
}

@media only screen and (max-width: 767px) {
	#lan_href {
		top: 6px;
	}
}