html, body {
    height: 100%;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
    height: 60px;
    background-color: #f5f5f5;
}

#wrap > .container {
    padding: 15px 15px 0;
}
.container .text-muted {
    margin: 20px 0;
    text-align: center;
}

/* #footer > .container {
    padding-left: 15px;
    padding-right: 15px;
} */

code {
    font-size: 80%;
}


/* new customizing */
.navbar {
    margin-bottom: 0px;
}

 .navbar-inverse {
    background-color: #153E5D;
    border-color: #2B78C5;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #0F8093;
}

#bottom-menu {
    background: url(../img/1.jpeg);
    padding: 10px 0px;
    height: 100px;
    width: 100% !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
}

#bottom-menu .mylogo {
    width: 150px;
    float: left;
    margin-top: -40px !important;
    margin-bottom: 0px !important;
    
}

#bottom-menu .textlogo {
    width: 450px;  
} 

#footer {
    background-color: #153E5D;
}

.text-muted {
    color: #B7B7B7;
}
.textlogo h1 {
    font-family: "Arial",Helvetica,sans-serif;
    font-size: 2em;
    color: #fff;
    font-weight: bold;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
    margin-left: 50px !important;
    margin-top: 30px !important;
}
.card {
    padding-top: 20px;
    margin: 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card .card-heading {
    padding: 0 20px;
    margin: 0;
}
.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}
.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}
.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}
.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}
.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}
.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}
.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}
.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}
.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}
.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}
.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}
.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}
.card.people:first-child {
    margin-left: 0;
}
.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}
.card.people .card-top.green {
    background-color: #53a93f;
}
.card.people .card-top.blue {
    background-color: #427fed;
}
.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}
.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}
.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(140, 225, 242, 0.2);
}
.card.hovercard .cardheader {
    background: url("../img/switch.gif");
    background-size: cover;
    width: auto;
    height: 135px;
}
.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}
.card.hovercard .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}
.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}
.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}
.card .btn{ border-radius: 50%; width:32px; height:32px; line-height:18px;  }

html {
    /* To make use of full height of page*/
    min-height: 100% !important;
    margin: 0 !important;
}
body {
    min-height: 100% !important;
    margin: 0 !important;
}
.spasi {
    padding-right: 35px!important;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .judul{
        text-align:center;
        margin-left:20px !important;
    }
    .fieldset{
        margin-bottom: 100px;
    }
    .textlogo{
        margin-top:-100px;
        margin-left:60px !important;
    }
    .mediaKom{
        display: none;
    }
    .regestrasi{
        line-height:1.3 !important; 
        text-align:justify;
    }
    .box-container{
        margin-bottom:-50px;
    }
    #wrap{
        margin:0;
        /* width: 300px !important; */
    }
    #footer{
        /* width: 480px !important; */
    }
    .model{
        display: none !important;
    }
    .text-container{
        margin-bottom:-500px !important;
    }
    .text-container p:nth-child(1){
        font-family: calibri;
        font-weight: bold;
        color: #6d6d6d;
        font-size: 10vw;
        margin-bottom:-10px;
        letter-spacing: 0px;
        line-height: 40px;
    }
    #footer {
        margin-top:-20px;
    }
    .services{
        height:100%;
        background-color:#f6f5f5;
        padding: 0% 10% 0px 10%;
        width:100%;
    }
    .social{
        /*display: none;*/
        display: flex;
        justify-content: center;
        transform:translateY(-50%);
        margin-bottom: none;
    }
    #bottom-menu .textlogo {
        width: 250px;  
        margin-top: -10px;
        margin-bottom: 10px !important;
        position: absolute;
    }

    
    .posisiMedia{
        display: flex;
        justify-content: center;
        margin-top:10px;
    }
    .f1-step {
        position: relative !important;
        float: left !important;
        width: 25% !important;
        justify-content: center !important;
        text-align: center !important;
    }
    .text-container p:nth-child(1){
        font-family: Cursive;
        font-weight: bold;
        color: #6d6d6d;
        font-size: 27px !important;
        margin-bottom:-15px !important;
        
        text-align: center !important;
        justify-content: center !important;
        line-height: 25px;
        width:360px !important;
        font-style: italic;
    }
    .text-container p:nth-child(2){
        font-size: 38px !important;
        line-height: 32px !important;
    }
    .text-container p:nth-child(4){
        text-align: center !important;
        word-break: break-word !important;
        //width:160px !important;
    }
    .text-container{
        margin-top:-80px !important;
        top:55% !important;
    }

    section{
        height:480px !important;
    }
    .CopyRow{
        line-height: 32px !important;
        
    }
    .removADD{
        margin-top:30px !important;
        line-height: 50px !important;
    }

    .add-more{
        margin-left: 120px !important;
    }
    .remove{
        margin-left: 120px !important;
    }

    .add-more2{
        margin-right: 20px !important;
    }
    .remove2{
        margin-right: 20px !important;
    }

    .add-more3{
        margin-right: 20px !important;
    }
    .remove3{
        margin-right: 20px !important;
    }
    .Clasbr{
        display: none; 
    }
    .rapatRow{
        text-align:right !important;
        margin-right:360px !important;
    }
    .barisRow{
        margin-top:-20px !important;
        margin-left: 80px !important;
        width:200px;
        text-align: justify !important;
    }
    .isiKesan{
        width:300px;
        text-align: justify !important;
    }
    #bottom-menu .mylogo {
        width: 100px !important;
        /*float: left;*/
        position: absolute;
        margin-top: -40px !important;
        left: -50px !important;
        margin-bottom: 0px !important;
        
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .social{
        left: none;
        position: fixed;
    top:50%;
    right:10px;
    transform:translateY(-50%);
    }
    .mediaHP{
        display: none;
    }
    .f1-step { position: relative; float: left; width: 25%; padding: 0 100px; }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .social{
        left: none;
        position: fixed;
    top:50%;
    right:10px;
    transform:translateY(-50%);
    }
    .mediaHP{
        display: none;
    }
    .f1-step { position: relative; float: left; width: 25%; padding: 0 100px; }

    .CopyRow{
        line-height: 32px !important;
        
    }
    .removADD{
        margin-top:30px !important;
        line-height: 50px !important;
    }

    .add-more{
        margin-top: 11px !important;
    }
    .remove{
        margin-top: 30px !important;
    }

    .add-more2{
        margin-right: 20px !important;
    }
    .remove2{
        margin-right: 20px !important;
    }

    .add-more3{
        margin-right: 20px !important;
    }
    .remove3{
        margin-right: 20px !important;
    }
}