/* 
Theme Name:     Synergics Themes
Author:         Ferry S. F.   
Author URI:     https://synergics.digital
*/

* {
    font-family: "TitleCustom";
    /* font-family: 'Lato', sans-serif; */
}



.acsend {
    opacity: 0.5;
}

#yt iframe {
        width: 854px;
        height: 480px;
}

.img-tentang {
    width: 500px;
    height: 300px;
}


/* main */
main {
    min-width: 50vh;
    margin-top: 40px;
    position: relative;
}


/* artikel */
.artikel p {
    margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
    #yt iframe {
        width: 854px;
        height: 480px;
    }

    #img-tentang {
        width: 426px;
        height: 240px;
    }
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
    #yt iframe {
        width: 426px;
        height: 240px;
    }

    .img-tentang {
        width: 426px;
        height: 240px;
    }
}

/* On screens that are 460px or less, set the background color to olive */
@media screen and (max-width: 460px) {
    #yt iframe {
        width: 320px;
        height: 180px;
    }

    .img-tentang {
        width: 240px;
        height: 144px;
    }
}