/* Start General */
* {
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
}
/* End General */

/* Start Header */
header {
	display: inline;
}

nav {
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	position: sticky;
	top: 0;
}

nav ul {
	background: #fa6d98;
	list-style: none;
	width: 100%;
	margin-bottom: 0 !important;
}

nav ul li:hover {
	background: #07b1bc;
}

nav ul li:hover a {
	color: #000;
}
a {
	text-decoration: none !important;
}
.menu {
	display: flex;
	justify-content: space-between;
}
nav ul.menu span {
	display: flex;
}
nav ul li .brand {
	flex: 1;
}
nav ul li a {
	display: block;
	padding: 15px;
	color: #fff;
	text-decoration: none;
}
.jumbotron {
	width: 100%;
	padding: 60px 0;
	background-image: url("/assets/images/pink.jpg");
	background-position: top !important;
	text-align: center;
	font-size: 45px;
	color: white;
}
div.jumbotron p {
	font-size: 20px;
}
/* End Header */

/* Start About */
#about {
	padding-top: 50px;
}
#about .about-container {
	display: flex;
	justify-content: center;
}
#about .about-container p {
	text-align: justify;
	margin: 30px 30px 0 30px;
	padding: 10px;
	font-size: 17px;
	line-height: 150%;
	text-indent: 50px;
	border: solid;
	border-color: #fa6d98;
	border-radius: 20px;
}
h3 {
	text-align: center;
	color: #07b1bc;
	font-size: 25px;
	padding: 15px 0 0 0;
}
/* End About */

/* Start Brand */
#brand {
	padding-top: 50px;
}
#brand .galery-container {
	width: 100%;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}
#brand .galery-container .box {
	width: 200px;

	margin: 20px;
	padding: 10px;
	background-color: #fa6d98;
	border-radius: 5%;
}
#brand .galery-container .box:hover {
	transform: scale(1.1);
}
#brand .galery-container .box img {
	width: 100%;
	height: 200px;
	border-radius: 10%;
}
#brand .galery-container .box figure {
	text-align: center;
	font-size: 17px;
	color: #fff;
}
/* End Brand */

#bottom {
	padding-bottom: 10px;
}

/* Start Pesan */
.pesan {
	display: flex;
	justify-content: center;
	text-align: center;
}
.pesan img {
	width: 30px;
}
.ig {
	margin: 5px 20px 10px 10px;
	color: #07b1bc;
}
.wa {
	margin: 5px 20px 10px 10px;
	color: #07b1bc;
}
.mp {
	margin: 5px 20px 10px 10px;
	color: #07b1bc;
}
.pesan a {
	text-decoration: none !important;
	color: #07b1bc;
}
/* End Pesan */

@media only screen and (min-width: 768px) {
	.box {
		width: 100%;
	}
	.jumbotron {
		width: 100%;
		background-position: center;
	}
}

/* transform: scale(1.1)*/
