html {
    height: 100%;
}

@font-face {
    font-family: titlefont;
    src: url(../fonts/merriweather.ttf);
		font-display: swap;
}
@font-face {
    font-family: poppins;
    src: url(../fonts/poppins.ttf);
		font-display: swap;
}

.headers{
  font-family: titlefont, serif;
  text-align: center;
  line-height: 100%;
  font-weight: 300;
  letter-spacing:0.1em;
  display: block;
  margin-bottom:0;
}
h1 {	
  font-size:0.8em;
  margin-top:3em;
}
h2 {
  font-size:2.5em;
  margin-top:1em;
  }

h3{
  margin-top:0.4em;
  font-size:1.2em;
	  }	  
h4{
  font-family: titlefont, serif; 
	  }
p{
  font-family: poppins, serif;
    font-size:1.2em;
	  }
	  
li{
  font-family: titlefont, sans-serif;
  font-weight: 800;
  font-size: 2rem;
  color: #000000;
  overflow-wrap: break-word;
  word-wrap: break-word;
}


/* global text align */
.body {
	background-color:#fff;
	color:#000; 
	overflow:auto;
    margin: 0; 
	text-align: left;
}
/*end global*/


.bigwrapper{
	/*position:absolute*/
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	max-width:100%;
	margin: 0 auto;	
	
}

.mblogo{
height:65px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

.footer{
	border-top:3px solid #b5b7bb;
	background-color:#717377;
	margin-bottom:10px;
	padding:10px;
	padding-top:20px;
	margin-top:160px;
}



.wrapper{
	max-width: 1400px;
	margin: 0 auto;
	width:95%;
}
.wrapperpic{
	max-width: 500px;
	margin: 0 auto;
	width:95%;
}

.button {/*
	width: 100%;
	max-width:250px;*/
    padding: 10px 20px;
    margin: 50px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
	background: #1a0124;
/*	background: #41721d;*/
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #cccccc;
   font-size: 20px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   box-shadow: 0.2em 0.2em 0.2em #333333;
   }
.button:hover {
	background: #16001f;
   box-shadow: 0.2em 0.2em 0.2em #333333;
   }
.button:active {
   border-color: #000000;
   box-shadow: 0.1em 0.1em 0.1em #000000;
   }
   
.ham{
    width: 30px;
	height: 4px;
	background-color: #ebf0ff; /*lines*/
	margin: 6px 0;
}
.hammenu{
	height:37px;
	background-color:#1a0124; /* ham outer*/
	padding:10px;
	padding-bottom:5px;
	padding-top:0px;
	cursor:pointer;
	width:30px;
	margin-top:0px;
	margin-left:30px;
	z-index:2;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}


.headermenu {
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom:20px;
  margin-bottom:30px;
  border-bottom:3px solid #b5b7bb;
}

.dropbtn{
float:right; 
margin:0px; 
}

.widemenu{
	float:left;
	width:100%;
	position:relative;
	margin:0.5em 0;
}
.widemenu ul {
	clear:left;
	float:right;
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	position:relative;
	right:50%;
	text-align:center;

}
.widemenu li {
  font-family: titlefont, serif;
 	display:block;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
  font-weight: 200;
  letter-spacing:0.1em;
}
.widemenu li a{
	display:block;
	margin:0 0 0 0;
	padding:3px 20px;
	color:#000;
  font-size:0.4em;
}
.widemenu li a:hover {color:#b5b7bb;}
.widemenu a:link {}
.widemenu a:active {}
.widemenu a:visited {}
.widemenu a:hover {}
/*to top btn*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 15px;
  border: 0.1rem solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}
#myBtn:hover {
  background-color: #000;
  color: #fff;
}
/*end of to top btn*/
/* End of Navigation functions*/
	
a:link {color: #000; text-decoration: none;}
a:active {}
a:visited {}
a:hover {color: #b5b7bb; text-decoration: none;}

.mainphoto{
	background-image: url("../images/mblogo.png");
	background-size: cover;
	background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 79.39%; /* (img-height / img-width * container-width) */
                /* (853 / 1280 * 100) */
	
}
.pic2container{
	width:50%;
	margin: 0 auto;
	margin-top:0px;
	border:3px solid #b5b7bb;
	overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.pic2{
	background-image: url("../images/k2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
    padding-top: 133.33%; /* (img-height / img-width * container-width) */
                /* (853 / 1280 * 100) */
	margin: 0 auto;
}
.pic3container{
	width:80%;
	margin: 0 auto;
	margin-top:0px;
	border:3px solid #b5b7bb;
	overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.pic3{
	background-image: url("../images/k3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
    padding-top: 64.87%; /* (img-height / img-width * container-width) */
                /* (853 / 1280 * 100) */
	margin: 0 auto;
}
.pic4container{
	width:100%;
	margin: 0 auto;
	margin-top:0px;
	border:3px solid #b5b7bb;
	overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.pic4{
	background-image: url("../images/k4.jpg");
	background-size: cover;
	background-repeat: no-repeat;
    padding-top: 72.07%; /* (img-height / img-width * container-width) */
                /* (853 / 1280 * 100) */
	margin: 0 auto;
}

.article-container {
    overflow: hidden;
    position: relative;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:3px solid #b5b7bb;
}

.article-img-holder {
    background-position: center;
    transition: all 2s;
    overflow: hidden;
}

.article-img-holder:hover {
    transform: scale(1.6);
    overflow: hidden;
}

.about{
	padding:5em;
	padding-top:3em;
}

@media screen and (max-width: 710px) {
	body {
		font-size:0.8em;
	}
	li {
		font-size:1.3rem;
	}
	.about{ padding: 3em;
	padding-left:1.5em;
	padding-right:1.5em;
	}
	.widemenu li {
		font-size:1.4rem;
	}
	a {
		font-size:1.1em;
	}
}

@media screen and (max-width: 470px) {
	body {
		font-size:0.7em;
	}
	li {
		font-size:1.0rem;
	}
	a {
		font-size:0.8em;
	}
	h1 {
		font-size:1.1em;
	}
.widemenu li {
		font-size:1.3rem;
	}
	.about{ padding: 3em;
	padding-left:0.5em;
	padding-right:0.5em;
	}
	
}


@media screen and (min-width: 6px) {
  div.allhammenu {
    display: none;
  }
  div.widemenu {
	  display: block;
  }
}




@media screen and (max-width: 5px) {
	
h1 {font-size: 3.7em;}/*7*/
h2 {font-size: 2em;}/*3*/
h3 {font-size: 2em;}/*3*/
h4 {font-size: 1.5em;}/*2.2*/
p {font-size: 1.1em;}/*1.6*/
li {font-size: 1.2em; /*1.8*/margin-left:0px; padding-left:0px;}

  div.widemenu {
	  display: none;
  }

  div.allhammenu {
	margin-top:35px; 
	padding-left:100px; 
    display: block;
	left:10px;
  }

  .allhammenu:hover + .widemenu, .widemenu:hover {
  display: block;
  position: fixed; 
}
.widemenu ul {
margin-top:-10px;		
	margin-left:125px; 
	-webkit-border-radius: 5px 20px 20px 20px;
	-moz-border-radius: 5px 20px 20px 20px;
	border-radius: 5px 20px 20px 20px;	
			}

.widemenu li {
clear: both;
border-left:none;
padding-top:4px;
padding-bottom:4px;
float:left;
			}
.widemenu li a {
padding: 4px 15px;
  display: inline-block; 
 text-align: left;
			}
			
.dropbtn{			
			float:left; 
			margin:0px; 
			margin-top:-7px; 
			margin-left:20px;
}
}