body {
	background-color: #adddff;
	background-image: url(img/back.jpg);
	background-size: auto;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #656565;
	line-height: 1.5;
	font-size: 12pt;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	padding: 0;
	margin: 0;
}
a{
    color: rgba(226,176,59,1);
    text-decoration:none;
}
a:hover{
    color: rgba(229,212,59,1);
}
a:active{
    color: #f2f2f2;
}
a:visited{
    color: #e7e9eb;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    color: #0e4d80;
    line-height: 1.25;
	font-family: 'Righteous', cursive;
}
h1{
  font-size:32pt;
}
h2{
  font-size:27pt;
}
h3{
  font-size: 22pt;
}
h4{
  font-size:17pt;
}
h5{
  font-size:12pt;
}
h6{
  font-size:11pt;
}

br {
   content: " ";
   display: block;
   margin: 10px 0;
   line-height: 22px;
}
p {
    margin: 0;
    padding: 0;
}
ul,ol,li {
	list-style:none;
	margin:0;
	padding:0;
}
hr {
    margin: 15px 0;
    border-color: #ddd;
}
.flex{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wrapper {
    width: 90%;
    max-width: 950px;
    margin: 0 auto;
    position: relative;
}
.logo {
	
width: 30%;
}
.logo img {
	width:100%;
	max-width:100%;
	object-fit: cover;
	height: auto;
}
.screenshoot {
    width: 25%;
    height: 275px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}
a.button {
    background: #00ab15;
    box-shadow:#00d81b 0 0 15px inset;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 5px solid #000;
}
a.button:hover {
    background: #004208;
    box-shadow:#000 0 0 15px inset;
}

.jauhi {
    margin-top: 50px;
}
.kolom-kanan {
    width: 73%;
    background: #fff;
    align-items: flex-start;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.screenshoot img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    margin: 0;
    padding: 0;
}

.rekomendasi {
    height: 100%;
}
.rekomendasi h2,.jauhi h2 {
    line-height: 1;
    margin: 15px 0;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: #000 0 0 8px;
    text-align: center;
    padding: 10px 35px;
    border-radius: 10px;
    width: fit-content;
}
.rekomendasi h2{
    background: rgb(0,53,90);
    background: -moz-linear-gradient(-45deg, rgba(0,53,90,1) 0%, rgba(61,157,255,1) 50%, rgba(0,53,90,1) 100%);
    background: -webkit-linear-gradient(
-45deg
, rgba(0,53,90,1) 0%,rgba(61,157,255,1) 50%,rgba(0,53,90,1) 100%);
    background: linear-gradient(
135deg
, rgba(0,53,90,1) 0%,rgba(61,157,255,1) 50%,rgba(0,53,90,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00355a', endColorstr='#00355a',GradientType=1 );
    box-shadow: 1px 1px 0px #002744, 2px 2px 0px #002744, 3px 3px 0px #002744, 4px 4px 0px #002744, 5px 5px 0px #002744, 6px 6px 0px #002744, 7px 7px 0px #002744, 8px 8px 0px #002744;
    border: 2px solid #5fb1ff;
}
.jauhi h2{
	background: #ff0004;
    background: -moz-linear-gradient(top,  #ff0004 0%, #840000 99%);
    background: -webkit-linear-gradient(top,  #ff0004 0%,#840000 99%);
    background: linear-gradient(to bottom,  #ff0004 0%,#840000 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0004', endColorstr='#840000',GradientType=0 );
    box-shadow: 1px 1px 0px #8a0000, 2px 2px 0px #8a0000, 3px 3px 0px #8a0000, 4px 4px 0px #8a0000, 5px 5px 0px #8a0000, 6px 6px 0px #8a0000, 7px 7px 0px #8a0000, 8px 8px 0px #8a0000;
    border: 2px solid #ff0004;
}
.rekomendasi.flex {
    height: 30%;
}

.content-item {
    background: rgb(0,53,90);
    background: -moz-linear-gradient(-45deg,  rgba(0,53,90,1) 0%, rgba(61,157,255,1) 50%, rgba(0,53,90,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(0,53,90,1) 0%,rgba(61,157,255,1) 50%,rgba(0,53,90,1) 100%);
    background: linear-gradient(135deg,  rgba(0,53,90,1) 0%,rgba(61,157,255,1) 50%,rgba(0,53,90,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00355a', endColorstr='#00355a',GradientType=1 );
    align-items: stretch;
    padding: 15px;
    margin-bottom: 25px;
    border-radius:15px;
    box-shadow: 1px 1px 0px #002744,
                2px 2px 0px #002744,
                3px 3px 0px #002744,
                4px 4px 0px #002744,
                5px 5px 0px #002744,
                6px 6px 0px #002744,
                7px 7px 0px #002744,
                8px 8px 0px #002744;
    border: 2px solid #5fb1ff;
}

.content {
    padding: 25px;
}

.content-rekomendasi {
    width: 70%;
    padding: 25px;
    box-sizing: border-box;
}

.content-right {
    width: 30%;
    text-align: center;
}

.content-right img {
    width: 100%;
    object-fit: cover;
    height: 100px;
}
#myImg {

  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}


#myImg2 {

  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg2:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: fixed;
  top: 0;
  right: 5%;
  color: #f1f1f1;
  font-size: 10em;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* Smartphones (portrait & landscape) ----------- */
@media only screen and (max-device-width: 823px) and (min-device-width: 320px) {

	.screenshoot, .kolom-kanan, .content-rekomendasi, .content-right, .logo, .button {
    width: 100%;
}
  .modal-content {
    width: 100%;
  }
  .content-right img {
    height: auto;
}
}
