/*
Theme Name: TemaWp
Theme URI: http://suburanugerah.com
Author: subura
Author URI: http://suburanugerah.com
Description: Tema Wp adalah tema super sederhana untuk belajar saja
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: dark, light, yellow, white, gray, three-column

*/
body {
	background: url(../img/12.png) center no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	font-family: 'Josefin Sans', sans-serif;

}

#kanvas {
    width: 960px;
    background: linear-gradient(135deg, #000000 0%,#40518a 25%,#000000 75%,#485c9e 100%);
    border-radius: 10px;
    margin: 0 auto;
    padding: 10px;
    -webkit-box-shadow: 0 0 20px #222;
    -moz-box-shadow: 0 0 20px #222;
    box-shadow: 0 0 20px #222;
}

#header {
    width: 950px;
    height: 150px;
    background-image: url(https://korekangkagaib.com/2ds.png);
    border-radius: 10px;
    -webkit-box-shadow: 0 0 7px #222;
    -moz-box-shadow: 0 0 7px #222;
    box-shadow: 0 0 7px #222;

}
.judul {
    font: bold 20pt Arial;
    margin: 20px 20px 2px 20px;
}
.deskripsi {
	border-radius: 10px;
    font: normal 10pt Arial;
    margin: 2px 22px 1px;
}
#menu {
    width: 898px;
    height: 50px;
    background-color: #cc0000;
    border-radius: 10px;
    margin-top: 10px;
    padding: 0px;
    float: left;
    overflow: hidden;
-webkit-box-shadow: inset 0 0 7px #222;
-moz-box-shadow: inset 0 0 7px #222;
box-shadow: inset 0 0 7px #222;
}
#menu ul {
    margin-left: -20px;
    margin-top: 10px;
    border-radius: 10px;
}
#menu li {
    display: inline-block;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    background-color: #CC0000;
    color: black;
    font: bold 15px Arial;
    margin-top: 0px;
-webkit-box-shadow: 0 0 20px #222;
-moz-box-shadow: 0 0 20px #222;
box-shadow: 0 0 20px #222;
}
#menu li a {
    float: left;
    text-decoration: none;
    color: white;
}
#menu li a:visited {
    text-decoration: none;
}
#menu li a:hover {
    text-decoration: bold;
    color: #ffffff;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    background-color: #000000;
}

#leftbar {
    width: 500px;
    height: auto;
    background: linear-gradient(135deg, #000000 0%,#40518a 25%,#000000 75%,#485c9e 100%);
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 10px;
    float:right;
-webkit-box-shadow: inset 0 0 7px #222;
-moz-box-shadow: inset 0 0 7px #222;
box-shadow: inset 0 0 7px #222;
}
#content {
    width: 440px;
    height: auto;
    background: linear-gradient(135deg, #000000 0%,#40518a 25%,#000000 75%,#485c9e 100%);
    border-radius: 10px;
    margin-top: 10px;
    -webkit-box-shadow: inset 0 0 7px #222;
    -moz-box-shadow: inset 0 0 7px #222;
    box-shadow: inset 0 0 7px #222;
    float: left;
}
#rightbar {
    width: 200px;
    background-color: white;
    border: 1px solid black;
    margin-top: 10px;
    float: right;
    margin-left: 10px;
}
.isibar {
    font: bold 14pt Arial;
    margin: 10px 10px 5px 10px;
}
.isibar ul {
    margin-left: -25px;
}
.isibar ul li {
    font: normal 10pt Arial;
    list-style: none;
    padding-bottom: 10px;
}
#footer {
    width: 898px;
    height: auto;
    background-color: white;
    border-radius: 10px;
    margin-top: 10px;
}

#kambing {
    width: 100%;
    height: auto;
    background: linear-gradient(135deg, #000000 0%,#40518a 25%,#000000 75%,#485c9e 100%);
    border-radius: 10px;
    margin-top: 10px;
-webkit-box-shadow: inset 0 0 7px #222;
-moz-box-shadow: inset 0 0 7px #222;
box-shadow: inset 0 0 7px #222;
    float: left;
}
.sidebar {
  width: 25%;
  height: 25vh; // experiment with this value, try changing to 110vh
  min-height: 200px;
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 5%;

}
.main {
  width: 60%;
  height: 200vh;
  min-height: 1000px;
  display: flex;
  flex-direction: column;
}

.main,
.sidebar {
  border: 5px solid $color-dark;
  background-color: $color-background;
  border-radius: 10px;
  color: $color-dark;
  padding: 15px;
}

.wrapper {
  display: flex;
  justify-content: space-between;
}

// Decoration for demo

body {
  padding: 3%;
  background-color: $color-body;
  font-size: 20px;
  box-sizing: border-box;
  font-family: Lato, sans-serif;
}

code, pre {
  background-color: #ccc;
  padding: 0 3px;
  border-radius: 5px;
}

.bottom {
  justify-self: bottom;
}
