/* CSS RESET */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: 'Poppins', sans-serif !important;
}

.gambar-logo{
  color: black;
  /* background-color: aquamarine; */
  background-image: url('../images/logo.png') !important;
  background-repeat: no-repeat; 
  background-size: cover;
  margin-bottom: 50px;
  width: 120px;
  height: 100px;
}

.gambar-logo-kecil{
  color: black;
  /* background-color: aquamarine; */
  background-image: url('../images/logo.png') !important;
  background-repeat: no-repeat; 
  background-size: cover;
  margin-bottom: 50px;
  width: 85px;
  height: 65px;
}

.background-filter{
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(5px);
}

/* .summernote-content{
  color: #004271 !important;
} */

/* .gambar-jumbo{
  color: black;
  padding: 0 -12px !important;
  background-image: url('../images/img5.jpg') !important;
   background-repeat: no-repeat; 
   background-size: cover;
   height: 400px;
   margin-top: 100px;
} */

.gambar-contact-us{
  color: black;
  padding: 0 -12px !important;
  /* background-color: aquamarine; */
  background-image: url('../images/img3.jpg') !important;
   background-repeat: no-repeat; 
   background-size: cover;
   height: auto;
   margin-top: 100px;
}

.text-primary-jasindo{
  color: #004271;
}

.bg-primary-jasindo{
  background-color: #004271 !important;
}
.text-second-light{
  color: #505050;
}

.text-tertari-jasindo{
  color: rgb(246, 211, 69);
}

.bg-tertari-jasindo{
  background-color: rgb(246, 211, 69) !important;
}

.text-secondary-jasindo{
  color: #44C8F5;
}

.bg-secondary-jasindo{
  background-color: #44C8F5 !important;
}

.text-jumbotrone{
  color: #004271;
  font-weight: 600 !important;
  /* font-size: 60px; */
  /* width: 60%; */
}

.mini-text{
  color: #141414;
  font-weight: 600 !important;
}

.font-light{
  font-weight: 400 !important;
  color: #141414;
}
