



body {
	font-size:13pt;

}
.container{max-width:1210px}

.bg-black {background: #000000 }

a {
    
	color: #00b6ff;
}
a:hover {
	color: #f00;
	text-decoration:none;  
}

.display-4{font-size: 2em}

.h1, h1 {
	    font-weight: 300;
}
.h2, h2 {
    margin-top: 50px;
    padding: 10px 20px;
    border-radius: 6px;
    color: #00B6FF;
    font-weight: 300;
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
background: rgb(251,251,251);
background: linear-gradient(180deg, rgba(251,251,251,1) 0%, rgba(247,247,247,1) 52%, rgba(251,251,251,1) 100%);rgba(251,251,251,1) 100%);
}



.btn-new, .btn-new a{
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: 6px;
    background-color: #000000;
    border-color: black;
    color: #00B6FF; text-align:center;
	    margin-bottom: 10px;
}

.btn-new a:hover{ color:#000000;

}



.display-1, .display-2, .display-3, .display-4 {
    font-size: calc(.9rem + 1vw);
}

.navbar-collapse {
    text-align: center;
}

.navbar-dark .navbar-nav .nav-link{

    background: #15bcff;
	    border-bottom: 2px solid black;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75);
    background: #fff; transition: 300ms; color: black
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
}

.wa_button {
    z-index: 10000;
    position: fixed;
    bottom: 30px;
    right: 17px;
    border-radius: 100px;
    transition: all .4s;
}

@media (max-width: 992px) {
.h2, h2, .h1, h1, .footer {
  text-align: center;

}

	
}

  