@font-face {
	font-family: c800;
	src: url(../typeface/c800.ttf);
}

@font-face {
	font-family: roboto-thin;
	src: url(../typeface/roboto-thin.ttf);
}

@font-face {
	font-family: roboto-bold;
	src: url(../typeface/roboto-bold.ttf);
}

@font-face {
	font-family: roboto-black;
	src: url(../typeface/roboto-black.ttf);
}

@font-face {
	font-family: opensans-regular;
	src: url(../typeface/opensans-regular.ttf);
}

.services > details > summary:after {
	background: rgba(0, 0, 0, 0.1);
	float: left;

	content: "+";
	color: #000000;

	font-family: roboto-black;
	font-size: 1.2em;
	margin: 15px 0 0 0;
	padding: 10px 0px 10px 0;
	text-align: center;
	width:100%;

}
.services details[open] summary:after {
	content: "";
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

.services details > summary {
	list-style: none;
	outline:none;
	cursor: pointer;

}
details > summary::marker {
  display: none;
}


body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-image: url("../image/png/kadek_bg.png");
	background-repeat: repeat;
	background-size: 15%;
	margin: 0;
	height: 100%;
	overflow-y: scroll;
}

hr {
	height: 3px;
	border-width: 0;
	color: rgba(242, 242, 242, 0.8);
	background-color: rgba(242, 242, 242, 0.8)
}

h1 {
	font-family: roboto-black;
	font-size: 1.5rem;
}

li {
	list-style-type: '\25C6';
	padding-inline-start: 1ch;
}

div#cont_logo_word {
	font-family: c800;
	font-size: 4rem;
}

div#cont_nav {
	font-family: roboto-thin;
	font-size: 1.5rem;
}

div#cont_nav a {
	color: inherit;
	text-decoration: inherit;
}

div#main {
	flex: 1;
	font-family: opensans-regular;
	font-size: 1rem;
	text-align: left;
	padding: 10px;
	width: 75%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

div#main #cont_card {
	margin: 0 auto;


}

div#main #cont_card .row {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin: auto;
	max-width: 800px;
}

div#main #cont_card .card {
	height: auto;
	flex-basis: 20%;
	flex: auto;
	width: 250px;
	position: relative;
	padding: 15px;
	margin: 10px;
	box-sizing: border-box;
	background-color: rgba(242, 242, 242, 0.5);
	font-family: opensans-regular;
	font-size: 1rem;
}

div#main #cont_card .card img {
	width: 100%;
}

div#main #cont_card .card h1 {
		font-family: roboto-bold;
		font-size: 1.2rem;
}

div#main #cont_card .card li {
	list-style-type: '\25C6';
	padding-inline-start: 1ch;
}

div#wrapper_header_100 {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	background-color: rgba(242, 242, 242, 0.5);
	align-items: center;
	justify-content: center;
}

div#wrapper_footer_100 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background-color: rgba(242, 242, 242, 0.5);
	font-family: roboto-thin;
	font-size: 0.8rem;
}

div#cont_header_left {
	flex: 50%;
	text-align: left;
	max-width: 600px;
}
div#cont_header_right {
	flex: 50%;
	text-align: right;
	max-width: 600px;
}

div#cont_footer_left {
	flex: 50%;
	text-align: left;
	max-width: 600px;
}

div#cont_footer_right {
	flex: 30%;
	text-align: right;
	max-width: 600px;
}

@media screen and (max-width: 800px)  {
	body {
		background-size: 25%;
	}
	div#cont_header_left, div#cont_header_right, div#cont_footer_left, div#cont_footer_right {
		flex: 100%;
		text-align: center;
	}
}
