* {
margin:0;
padding:0;
}


body {
        font-family: 'Mukta Malar', sans-serif;
        color:  #777777;
        font-size: 18px ;
        font-weight: 400;
        font-style: normal;
        }
h1,h2,h3,h4,h5,h6 {
        font-family: 'Mukta Malar', sans-serif;
        font-weight: 500;
        text-align: center;
        color: #73363d;

}
h1 {
        font-size: 48px
}

h6 {
        font-size: 44px
}

h6 {
        font-size: 40px
}

h3 {
        font-size: 36px
}

h4 {
        font-size: 32px
}

h5 {
        font-size: 28px
}

h6 {
        font-size: 24px
}
header {
        background: url(../img/sivapoomi_museum_front.jpg);
        background-size: cover;
        background-position: center;
        min-height: 1000px;
		font-family: 'Mukta Malar', sans-serif;
}


footer {
	height: 18vh;
}
.hdr_ftr{
	background-color: #73363D;
    color: #000000;	
}
.text_center {
	text-align: center;
}

img {
        max-width: 100%;
        max-height: 100%;
    }
	.section{
      padding-top: 4vw;
      padding-bottom: 4vw;
    }
    .tabs .indicator{
      background-color: #73363D;
    }
    .tabs .tab a:focus, .tabs .tab a:focus.active{
     background: transparent;
	  font-size: 32px;
	  background-color: #73363D;
 
    }
	
@media screen and (max-width: 670px){
 header {
    min-height: 500px;
	}

}	
.head-text {
	padding: 1em;
	text-align: center;
}