@charset "UTF-8";
body {
		margin: 0;
		font-family: 'Comfortaa', cursive;
		font-size: 1rem;
		font-weight: 300;
		line-height: 1.5;
		color: #0d1d25;/*#607D8B*/
		text-align: left
	}
	
	.sp-text-color{color:#414141}
	.bg-sp{background-color:#2f2f2f}
    .bg-al{background-color:#d6eaff}
    .footer-link{color: #7997b5}
    
	a{
	    color: #0089ff;
        text-decoration: none;
	}
	.btn:hover{
        text-decoration: none!important;
    }

    a:link:hover, 
    a:visited:hover {
        color: #f41224;
        border-color: rgb(244,18,36,0.3);
        text-decoration: none!important;
    }
	p a{
	    border-bottom: 1px solid rgba(0,137,255,.3);
        -webkit-transition: color .3s ease,border-color .3s ease;
        transition: color .3s ease,border-color .3s ease;
	}
    a.navbar-brand.d-inline-flex.text-uppercase.logo {
        color: #6f716d;
    }
	/* STYLE */
	h1 span {
		color: #727929;
		/*text-shadow: 0px 0px 2px #000;*/
	}
	
	/* SVG LOGO */
	.logo svg{
		margin: auto .5rem auto auto;
		padding-bottom: 5px;
		fill: #b3b78b;
	}
	#navbarContent .p-2{margin:0;}

@media (max-width: 376px) {		
	.navbar-brand {font-size: .85rem;}
}