@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

:root {
  scroll-behavior: smooth;
}

body {
font-family: 'PT Sans', sans-serif;
  color: #000000; 
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}


img{ max-width: 100%;}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {  padding: 15px 0 0;}

.headertext{ text-align: right; padding-top: 10px; }
.headertext span{ background: #492460; color: #fff; font-size: 14px; padding: 8px 15px;}
.header-scrolled{  position: fixed; top: 0; right: 0;  left: 0;}
.login-area{ max-width: 700px; margin: 0 auto;}
.login-btn{background: #492460; color: #fff; padding: 8px 25px;}
.login-btn:hover{background: #1f5363; color: #fff; }
.bg-redlight{ background: #fbe5d6; padding: 5px 10px;}
.bg-redlight a:hover{ color: #492460;}
.after-header{ margin-bottom: 50px; text-align: right;}
.after-header h5{ font-size: 23px; font-weight: 700; display: inline-block; text-align: center;}
.footer{ background: #492460; color: #fff; font-size: 14px; padding: 8px 0px; text-align: center; width: 100%; position: fixed; bottom: 0px; left: 0px;}

@media (max-width: 767px){
	.after-header{ margin-bottom: 20px; margin-top: 20px; text-align: center;}
	.logo{ text-align: center;}
	.headertext{ text-align: center;}
	.mtzc{ text-align: center; margin-bottom: 15px;}
	.login-area{ padding-bottom: 50px;}
	.mbmobile50{ margin-bottom: 50px;}
}


