

body{
    font-family: 'Poppins', sans-serif;
    color:#ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.5px;
    background-color: #000000;
}

.comingsoon{
    font-size:12px;
    line-height:12px;
    padding:8px 10px;
    background:rgba(255,255,255,0.1);
    color:rgba(255,255,255,0.5);
    border-radius:10px;
    margin-bottom:16px;
    opacity:1;
}




.containercontent{
    max-width:1200px;
}

.backgroundpagegrid{
    
}

.displaydesktop{
    display: block;
}
.displaymobile{
    display: none;
}

.mobiletagline{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    text-align: center;
    margin-top:-20px;
}

.mobiletagline label{
    color:#FF3180;
}

.menu a {
    color: #ffffff !important;
}

a{
    text-decoration: none !important;
}

.logoplacement{
    margin:0 auto;
    text-align: center;
    margin-top:65px;
}

.logoshortcut{
    width:100%;
    max-width: 980px;
}

.containerboxcontent{
    margin:0 auto;
    margin-top:-75px;
}

.boxcontent{
    height:320px;
    margin:4px;
    border-radius:8px;
    padding:32px;
    cursor: pointer;
    border:1px solid rgba(255,255,255,0);
    transition: ;
}
.boxcontent:hover{
    border:1px solid rgba(255,255,255,0.2);
}

.boxcontent:hover .comingsoon{
    opacity:1;
}



.bg_grid{
    background:url("shortcut/grid.png") no-repeat top right, #0f0f0f;
    background-size: 469px;
}


.bg_navigation{
    background:url("shortcut/navigation-comingsoonhover.png") no-repeat top right, #0f0f0f;
    background-size: 469px;
}

.bg_navigation:hover{
    background:url("shortcut/navigation-comingsoonhover.png") no-repeat top right, #0f0f0f;
    background-size: 469px;
}


.bg_typography{
    background:url("shortcut/typography-comingsoonhover.png") no-repeat top right, #0f0f0f;
    background-size: 469px;
}
.bg_typography:hover{
    background:url("shortcut/typography-comingsoonhover.png") no-repeat top right, #0f0f0f;
    background-size: 469px;
}


.bg_shadow{
    background:url("shortcut/shadow.png") no-repeat center, #0f0f0f;
    background-size: 469px;
}
.bg_shadow:hover{
    background:url("shortcut/shadow.png") no-repeat center, #0f0f0f;
    background-size: 469px;
}


.bg_imagery{
    background:url("shortcut/imagery.png") no-repeat top right, #0f0f0f;
    background-size: 469px;
}
.bg_imagery:hover{
    background:url("shortcut/imagery.png") no-repeat top right, #0f0f0f;
    background-size: 469px;
}


.bg_button{
    background:url("shortcut/button-comingsoonhover.png") no-repeat top right, #0f0f0f;
    background-size: 469px;
}
.bg_button:hover{
    background:url("shortcut/button-comingsoonhover.png") no-repeat top right, #0f0f0f;
    background-size: 469px;
}


.bg_hierarchy{
    background:url("shortcut/hierarchy-comingsoon.png") no-repeat top right, #0f0f0f;
    background-size: 469px 320px;
}
.bg_hierarchy:hover{
    background:url("shortcut/hierarchy-comingsoonhover.png") no-repeat top right, #0f0f0f;
    background-size: 469px 320px;
}


.bg_whitespace{
    background:url("shortcut/whitespace-comingsoon.png") no-repeat top right, #0f0f0f;
    background-size: 469px 320px;
}
.bg_whitespace:hover{
    background:url("shortcut/whitespace-comingsoonhover.png") no-repeat top right, #0f0f0f;
    background-size: 469px 320px;
}


.bg_colors{
    background:url("shortcut/colors-comingsoon.png") no-repeat top right, #0f0f0f;
    background-size: 469px 320px;
}
.bg_colors:hover{
    background:url("shortcut/colors.png") no-repeat top right, #0f0f0f;
    background-size: 469px 320px;
}

.juduldandeskripsi{
    margin-top:160px;
}
.margintopcomingsoon{
    margin-top:116px;
}
.judul{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom:8px;
   
    
}

.deskripsi{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.5;
    width:256px;
}

.marginbottompage{
    height:10px;
}

/*
.boxcontent:hover .judul{
    color:#FF3180;
    transition:all 0.3 ease 0s;
}
*/


@media only screen and (max-width: 1100px) {
    .logoplacement{
        margin:0 auto;
        text-align: center;
        margin-top:0px;
    }
   
}

@media only screen and (max-width: 767px) {
    .containerboxcontent{
        max-width:1440px;
        margin:0 auto;
        margin-top:-60px;
    }
}

@media only screen and (max-width: 600px) {
    .containerboxcontent{
        max-width:1440px;
        margin:0 auto;
        margin-top:32px;
    }

    .logoplacement{
        padding:0px 10px;
    }

    .displaydesktop{
        display: none;
    }
    .displaymobile{
        display: block;
    }

    .boxcontent{
        border:1px solid rgba(255,255,255,0.12);
        margin:10px 4px;
    }

    .bg_grid{
        background:url("shortcut/grid-opacity.png") no-repeat top right, #0f0f0f;
        background-size: 469px;
    }
    
    /*
    .bg_navigation{
        background:url("shortcut/navigation-opacity.png") no-repeat top right, #0f0f0f;
        background-size: 469px;
    }
    
    
    .bg_typography{
        background:url("shortcut/typography-opacity.png") no-repeat top right, #0f0f0f;
        background-size: 469px;
    }
    
    
    .bg_shadow{
        background:url("shortcut/shadow-opacity.png") no-repeat center, #0f0f0f;
        background-size: 469px;
    }
    
    
    .bg_imagery{
        background:url("shortcut/imagery-opacity.png") no-repeat top right, #0f0f0f;
        background-size: 469px;
    }
    
    
    .bg_button{
        background:url("shortcut/button-opacity.png") no-repeat top right, #0f0f0f;
        background-size: 469px;
    }
    
    
    .bg_hierarchy{
        background:url("shortcut/hierarchy-opacity.png") no-repeat top right, #0f0f0f;
        background-size: 469px 320px;
    }
    
    
    .bg_whitespace{
        background:url("shortcut/whitespace-opacity.png") no-repeat top right, #0f0f0f;
        background-size: 469px 320px;
    }
    
    
    .bg_colors{
        background:url("shortcut/colors-opacity.png") no-repeat top right, #0f0f0f;
        background-size: 469px 320px;
    }
    */
}