*{
    scroll-behavior: smooth;
	padding: 0px; margin: 0px;
    font-family: 'Manjari', sans-serif;
}

body{
    background-color: #ffe6f3;
}
.header {
    background-color: #ffe6f3;
    min-height: 60px;
    width: 1000px;
	margin: 0 auto;
    position: sticky;
    top: 0;
}

h1{
	float: left;
	font-size: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #cc0069;
}
h2{
    font-size: 50px;
    text-align: center;
    padding-top: 30px;
    text-decoration: underline;
    color: #cc0069;
}

.content {
    background-color: #ffb3da;
    min-height: 500px;
}

/*for tiap link*/
#link{
    text-decoration: none;
    color: #99004f;
    font-size: 20px;
    position: relative;
}
#link:hover{
    color: #99004f;
}
#link:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #800042;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.5s ease-in-out 0s;
}
#link:hover:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
}


/* for navbar */
.menu ul {
    float: right;
    padding-top: 25px;
}
.menu ul li {
     display: inline-block;
     position: relative;
}
.menu ul li a {
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
    font-variant: small-caps;
    color: #cc0069;
}
ul.submenu {
    background-color: #ffe6f3;
    border: 1px solid #ffe6f3;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 0;
    display: none;
}
ul.submenu li {
    display: block;
}
ul.submenu li a {
    display: block;
    padding: 5px 10px;
}
.menu ul li:hover ul.submenu  {
    display: block;
        }
li {
    border-right: 2px solid #ff0084;
}

li:last-child {
  border-right: none;
}

/* for foto page 1 */
img{
    border-style: groove;
    border-radius: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#tekspanjang{
    text-indent: 30px;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 55px;
    color: #800042;
}

/* for profile */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.kotak {
    float: left;
    width: 30%;
    padding: 15px;
    text-align: center;
}
.kolom {
    margin: center;
    float: left;
    width: 39.8%;
    padding: 50px;
    border-right: 2px solid #ff0084;
    margin-top: 50px;
    margin-bottom: 50px;
}
.kolom:last-child {
  border-right: none;
}
#judul{
    font-size: 30px;
    text-align: center;
    color: #800042;
}
#isi{
    font-size: 18px;
    text-align: justify;
    border: none;
}
#teks1{
    text-indent: 25px;
}

/*for contact*/
#caption{
    font-size: 25px;
    text-align: center;
    color: #cc0069;
}
table{
    margin: auto;
    font-size: 20px;
    color: #800042;
}
th, td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid gray;
    margin-left: auto;
    margin-right: auto;
}   

/* for modal */
#resume{
    padding-top: 70px;
    color: #800042;
}
#cv {
    border: 1px solid #800042; 
    border-radius: 80px;
    padding: 5px; 
    width: 200px;
}
#cv:hover{
    background-color: #ff0084;
}

.footer {
    background-color: #ffe6f3;
;
    min-height: 50px;
    text-align: center; 
}
#copyright{
	clear: both;
	text-align: center;
    padding-top: 15px;
    color: #cc0069;
}
.container {
    width: 1000px;
    margin: 0 auto;
}







/*--- end ---*/