@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Regular.ttf') format('truetype');
}

html {
	height: -webkit-fill-available;
}

body {
    height: 100%;
	min-height: 100vh;
  	min-height: -webkit-fill-available;
	margin: 0;
	padding: 0;
    font-family: 'Montserrat';
    background-color: #0E1425;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover,
a:focus {
	color: #FFFFFF;
}

.navbar {
    background-color: #0E1425;
}

.navbar-brand {
    color: #42a5f5;
    font-weight: bold;
}

.navbar_brand_point_box {
    padding-top: 0.15rem !important;
    padding-bottom: 0.15rem !important;
    padding-left: 0.35rem !important;
    padding-right: 0.35rem !important;
    border-radius: .375rem;
    border: 1px solid #42a5f5;
}

.msg_accent {
    color: #327DFF;
}

.bg_img {
    min-height: 720px; 
    background-image: url('../img/bg.png'); 
    background-repeat: repeat-x;
}

.bg_img_none_height {
    background-image: url('../img/bg.png'); 
    background-repeat: repeat-x;
    background-position: center;
}

.section_margin {
    margin-bottom: 120px;
}

.cat_card_bg {
    position: relative;;
    width: 320px; 
    margin-top: 230px;
    border-radius: .5rem;
    border: 1px solid #327DFF;
}

.cat_card_bg::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: .5rem;
    content: '';
    background-image: url('../img/app/cat_001.png'); 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center;
    opacity: 0.75;
}

.flutter_img_front {
    position: absolute; 
    bottom: 20px; 
    left: 20px; 
    width: 30%; 
    min-width: 70px; 
    border-radius: .5rem; 
    border: 1px solid #327DFF;
}

.flutter_img_back {
    width: 72%; 
    min-width: 250px; 
    border-radius: .5rem; 
    border: 1px solid #327DFF;
}

.app_container_200 {
    width: 200px;
}

.app_container_300 {
    width: 300px;
}

.app_img_back {
    width: 100%; 
    border-radius: .5rem; 
    border: 1px solid #327DFF;
}

.app_img_back_60 {
    width: 60%; 
    border-radius: .5rem; 
    border: 1px solid #327DFF;
}

.app_img_front {
    position: absolute; 
    bottom: 45%; 
    left: 25%; 
    width: 50%; 
    border-radius: .5rem; 
    border: 1px solid #327DFF;
}

.app_img_front_left {
    position: absolute; 
    bottom: -10%; 
    left: -10%; 
    width: 50%; 
    border-radius: .5rem; 
    border: 1px solid #327DFF;
}