@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

body,html {
  background-image: url("bg1.jpg");
  font-family: "Open Sans", "Arial";
  background-attachment: fixed;
    background-position: center center;
    /* Center and scale the image nicely */
    background-repeat: no-repeat;
    background-size: cover;
}

a{
  text-decoration: none;
  color: #000;
}
a:hover{
  color: #B7977B;
}
main {
  background: rgb(206, 204, 204,0.4);
  max-width: 92%;
	width: 100%;
	z-index: 1;
  position: absolute;
  margin:10px 3%;
  box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
p {
  font-size: 13px;
}

/* Important code */
input, section {
  clear: both;
  padding-top: 10px;
  display: none;
}
label {
  font-weight: bold;
  font-size: 14px;
  display: block;
  float: left;
  padding: 10px 30px;
  border-top: 2px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid #DDD;
}
label:hover {
  cursor: pointer;
  text-decoration: underline;
}
#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4 {
  display: block;
}
input:checked + label {
  border-top-color: #B7977B;
  border-right-color: #DDD;
  border-left-color: #DDD;
  color:#DDD;
  background: radial-gradient(rgb(167, 175, 250), rgb(23, 83, 161), rgb(15, 3, 126)); /* Standard syntax */
  background: -webkit-radial-gradient(rgb(167, 175, 250), rgb(23, 83, 161), rgb(15, 3, 126)); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(rgb(167, 175, 250), rgb(23, 83, 161), rgb(15, 3, 126)); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(rgb(167, 175, 250), rgb(23, 83, 161), rgb(15, 3, 126));
  border-bottom-color: transparent;
  text-decoration: none;
}

@media screen and (max-height: 600px) {
	main {
		margin-top: 0 !important;
		top: 10px !important;
	}
}
@media screen and (max-width: 600px) {
	main {
    max-width: 90%;
    margin:10px 3%;
		
	}
	.login-form .input {
		width: 140px;
	}
	.socmed-login .socmed-btn i {
		margin-right: 5px;
		width: 19px;
	}
}
* {box-sizing: border-box;}

nav {
overflow: hidden;
background-color: #330b7c;
padding: 10px;
}
.links {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: bold;
float: left;
color:white;
text-align: center;
padding: 12px;
text-decoration: none;
font-size: 18px;
line-height: 25px;
border-radius: 4px;
}
nav .logo {
font-size: 25px;
font-weight: bold;
}

nav .selected {
background-color: dodgerblue;
color: white;
}
.rightSection {
float: right;
}
.judul{
    float: none;
}
.bg {
    /* The image used */
    background-image: url("../img/bg1.jpg");
  
    /* Full height */
    height: 100%; 
    background-attachment: fixed;
    background-position: center center;
    /* Center and scale the image nicely */
    background-repeat: no-repeat;
    background-size: cover;
  }

.column {
    float: left;
    width: 33%;
    padding: 0 10px;
  }
  
  /* Remove extra left and right margins, due to padding */
  .row {margin: 0 -5px;}
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive columns */
  @media screen and (max-width: 870px) {
    .column {
      width: 100%;
      display: block;
      margin-bottom: 5px;
    }
    .card {
    
    margin: 10px 15px;
  }
  }
  
  /* Style the counter cards */
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
    margin: 25px 15px;
  }