@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

body {
 	padding: 0;
	margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #0F67BD;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #0600A2;
}

.topnav {
  overflow: hidden;
  background-color: #fff;
  /*background-color: red; */
  text-transform: uppercase;
  float: right;
  padding-top: 5px;
  margin-top: 0px;
}

.topnav a {
  float: left;
  display: block;
  color: #0f67bd;
  text-align: center;
  padding: 14px 16px 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #fff;
  color: black;
}

/* class active for on this page */
.active {
  /*background-color: #ddd;*/
  font-weight: bold;
  color: #000;
  /*color: white;*/
}

.topnav .icon {
  display: none;
}

/*
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
*/

header {
	padding: 10px 0px 0px 10px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.cari-logo{float: left; width: 74px; padding-right: 10px;}
footer {
	padding: 20px 30px;
	background-color: #D4D4D4;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFFF;
}

.style-logo {
	float:left;
	width: 99px;
}

.gmi-logotext {
	color: #0f67bd;
	font-size: 50px;
	font-family:  arial,"Arial Black", "sans-serif";
	font-weight: bold;
	font-size-adjust: inherit;
	padding-top: 10px;
	float: left;
}



.hero {
	background-image: url(images/02-bins.jpg);
	background-size: cover;
	height: 200px;
	padding: 5px 20px 100px 20px;
	color: #FFFFFF;
	text-align: center;
	/* background: linear-gradient(-180deg, black, rgba(255,0,0,0));*/
}

.hero  h1 {
	font-size: 57px;
	/*text-transform: uppercase;*/
	font-weight: bold;
	margin-top: 120px;
	text-align: left;
	text-shadow: 3px 3px #000000;
}

h2 {
	font-size: 30px;
	/*text-transform: uppercase;*/
	font-weight: 200;
	margin-bottom: 23px;
}

h3 {
	font-size: 16px;
	/*text-transform: uppercase;*/
	font-weight: 200;
	margin-bottom: 120px;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
}

p {
	font-size: 16px;
	font-weight: 400;
	
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.info-box-tan {
	background-color: #FFFFFF;
	color: #000000;
	padding: 0px 20px 60px;
	text-align: left;
}

.info-box-tan .button {color: #000000;}

.info-box-dark {
	background-color: #FFFFFF;
	color: #000000;
	padding: 0px 20px 60px 0px;
	text-align: left;
}

.btn {
	clear: both;
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
	font-size: 32px;
	font-weight: bold;
	width: 450px;
	text-align: center;
  color: #ffffff;
  
  /*background: #ff9100;*/
  background: #93c52a;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
margin-top: 0px; margin-bottom: 20px;}

.btn:hover {
  background: #268236;
  color: #fff;
  text-decoration: none;
}

.btn a{color: #fff; text-decoration: none; }
.btn a:hover{color: #fff; text-decoration: none; }

.opentitle {font-weight: bold; padding-top: 20px;}


.addresslink {text-decoration: none; color: #0F67BD;
	font-family: Helvetica, Arial," sans-serif";
	
}

a {color: #0F67BD; text-decoration: none;}
a:hover {color: #0600A2;}
.emaillink {color: #0F67BD;}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.footer-text {
	padding-left:  10px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
	padding-top: 10px;
}
.footer-text a{color: #710001;}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}


/*Tablet View*/
@media screen and (min-width: 768px){
	.hero  h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 138px;
	text-align: left;
	color: #fff;
	text-shadow: 4px 2px #000;
}

	body {
		max-width: 768px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	/*
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}*/
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Desktop View*/

@media screen and (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}
@media (min-width:480px) {
	.btn {width: 100% !important;}

/*
.topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  */
.style-logo {
	width: 25%;
	height: 25%;
}
.gmi-logotext {font-size: 20px;}
	
	.style-nav {font-size: 14px;}
	
	.hero {
	
	
	height: 100px;
	
	/* background: linear-gradient(-180deg, black, rgba(255,0,0,0));*/
}

.hero {padding: 15px 0px 100px 0px; height: 100px; margin-top: 10px;}
  .hero h1 {font-size: 24px;  margin: 60px 0px 0px 10px;}
}

.covidhdr {width: 330px;}
	.covidtext {width: 330px}

