/*jokonardi@gmail.com*/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    color: #fff;
    background: #111;
    overflow: hidden;
    font-family: 'Open Sans Condensed', Arial, sans-serif;
    font-weight: 300;
    font-size: 1em;
}

.wrapper {
    position: absolute;
    width: 500%;
    height: 100%;
    z-index: 0;
}

/* Text */

h1,
h2 {
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

p {
    line-height: 1.4;
    text-shadow: 1px 1px 1px #000;
}

a,
a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #40a5c6;
}

h1 a,
h1 a:hover,
h1 a:visited {
    text-decoration: none;
}

p a {
    font-weight: 700;
}

/* Header */

header {
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 999;
    color: #fff;
    background: rgba(0,0,0,0.5);
  padding: 20px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: -200px 0 0 -200px;
    text-align: center;
}

header h1 {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 0 0 10px 0;
    font-size: 1.7em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

header h1 span {
    font-weight: 300;
}

header p {
    font-family: Cambria, Georgia, serif;
    font-style: italic;
}



/* Header 3*/

header3 {
    position: absolute;
    top: 40%;
   right: 220px;
    z-index: 999;
    color: #fff;
    background: rgba(0,0,0,0.5);
   padding: 20px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: -200px 0 0 -200px;
    text-align: center;
}

header3 h1 {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 0 0 10px 0;
    font-size: 1.7em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

header3 h1 span {
    font-weight: 300;
}

header3 p {
    font-family: Cambria, Georgia, serif;
    font-style: italic;
}


/* Header 4*/

header4 {
    position: absolute;
    top: 40%;
    right: 440px;
    z-index: 999;
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 20px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: -200px 0 0 -200px;
    text-align: center;
}

header4 h1 {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 0 0 10px 0;
    font-size: 1.7em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

header4 h1 span {
    font-weight: 300;
}

header4 p {
    font-family: Cambria, Georgia, serif;
    font-style: italic;
}


/* header2 */
header2 {
    position: absolute;
    top: 40%;
   right: 660px;
    z-index: 999;
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 20px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: -200px 0 0 -200px;
    text-align: center;
}

header2 h1 {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 0 0 10px 0;
    font-size: 1.7em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

header2 h1 span {
    font-weight: 300;
}

header2 p {
    font-family: Cambria, Georgia, serif;
    font-style: italic;
}




/* header5 mahasiswa baru */
header5 {
    position: absolute;
    top: 40%;
   right: 880px;
    z-index: 999;
    color: #fff;
    background: rgba(0,0,0,0.5);
    
    padding: 20px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: -200px 0 0 -200px;
    text-align: center;
}

header5 h1 {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 0 0 10px 0;
    font-size: 1.7em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

header5 h1 span {
    font-weight: 300;
}

header5 p {
    font-family: Cambria, Georgia, serif;
    font-style: italic;
}




/* header6 akreditasi */
header6 {
    position: absolute;
    top: 73%;
   right: 0px;
    z-index: 999;
    color: #fff;
    background: rgba(0,0,0,0.5);
    
    padding: 20px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: -200px 0 0 -200px;
    text-align: center;
}

header6 h1 {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 0 0 10px 0;
    font-size: 1.7em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

header6 h1 span {
    font-weight: 300;
}

header6 p {
    font-family: Cambria, Georgia, serif;
    font-style: italic;
}


/* Video Pages */

.screen {
    position: relative;
    height: 100%;
    width: 20%; /*  NOTE: numVideos/100%  */;
    float: left;
    overflow: hidden;
}

.big-image {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}

.video-title {
    position: absolute;
    top: 5%;
    right: 5%;
    opacity: .5;
    margin: 40px 0 0 0;
    padding: 0;
    line-height: .65;
    font-size: 4em;
    text-transform: uppercase;
}

/* Nav */

nav {
    position: absolute;
    right: 5%;
    top: 85%;
    padding: 20px;
    background: #000;
    border-radius: 40px;
    opacity: .4;
    cursor: pointer;
    z-index: 1000;
}

nav:hover {
    opacity: .6;
}

.next-icon {
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 20px;
    height: 20px;
    position: relative;
    left: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
    text-decoration: none;
}

/* Codrops Header Style */
.codrops-top {
    line-height: 24px;
    font-size: 11px;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    z-index: 9999;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    font-family: Cambria, Georgia, serif;
    box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.codrops-top a {
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #FFFCFC;
    display: inline-block;
    text-decoration: none;
}
.codrops-top a:hover {
    background: rgba(255,255,255,0.4);
}
.codrops-top span.right{
    float: right;
	background-color: #FF3217;
}
.codrops-top span.right a{
    float: left;
    display: block;
}
/* End Codrops Header Style */
/* ok */
/* Header */
@media only screen and (min-width: 960px) {
.header2 {
    position: absolute;
    top: 40%;
    left: 35%;
    z-index: 999;
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 60px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    margin: -200px 0 0 -200px;
    text-align: center;
}

.header2 h1 {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 0 0 10px 0;
    font-size: 1.7em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

.header2 h1 span {
    font-weight: 300;
}

.header2 p {
    font-family: Cambria, Georgia, serif;
    font-style: italic;
}
}
@media only screen and (max-width: 460px) {
	.header2 {
    position: absolute;
    top: -40%;
    left: -35%;
    z-index: 999;
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 60px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    margin: -200px 0 0 -200px;
    text-align: center;
}

.header2 h1 {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 0 0 10px 0;
    font-size: 1.7em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

.header2 h1 span {
    font-weight: 300;
}

.header2 p {
    font-family: Cambria, Georgia, serif;
    font-style: italic;
}
}


