@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');


/* *{font-family: 'Nanum Gothic', sans-serif;} */

body{margin:0px;}
a{text-decoration: none; color:black;}
ul{list-style: none;}

.ccatch-navbar{ z-index: 999; left: 50%; transform: translateX(-50%);}
.ccatch-navbar img{max-height: 100px;}

/* .home-banner-area{ background-image: url('images/bg1.jpg'); background-size: cover;} */
/* .home-banner-area > .container{padding-top: 100px;} */
.text-bold{font-weight: bold;}

.download-button-a{flex: 1;}
.download-button{width: 80%;}

.main-splash-image{width: 80%;}

.ccatch-screen-small > img{width: 80%; display: none;}
.ccatch-screen-small > a{display: none!important;}


#mov1, #mov2, #mov3, #mov4{opacity: 0; transition: all 1.0s;}


@media screen and (max-width: 991px){
    .ccatch-navbar img{max-height: 75px;}

    .ccatch-screen-wide > img{display: none;}
    .ccatch-screen-wide > a{display: none!important;}
    
    .ccatch-screen-small > img{display: block;}
    .ccatch-screen-small > a{display: flex!important;}


}