/*!
 * Start Bootstrap - Blog Home (https://startbootstrap.com/templates/blog-home)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-blog-home/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}


.navbar-brand{
	color: rgba(179, 247, 0, 1) !important;
	padding: 0px;
	font-size: 2rem;
	font-family: 'Akronim';
}

.important-color{
	color: rgba(179, 247, 0, 1) !important;
}

.image-logo{
	width: 50px;
	height: 50px;
	padding: 0; 
}

.container{
	font-size: 1.5rem;
}

.card-title{
	font-size: 3rem;
}

.color-bars{
	color: rgba(179, 247, 0, 0.5) !important;
	font-size: 30px;
	border-color: rgba(179, 247, 0, 0.2);
}

p{
	font-family: 'Lato Light';
    font-size: 1.5rem;
    line-height: 1.6;
}


.banner-image{
	position: relative;
	margin-top: -25%;
	width: 100%;
	filter:brightness(0.4);
	z-index: 1;

}

.card-body{
	width: 100%;
}

.title{
	word-wrap: break-word;
	position: absolute;
	top: 25%;
	color:white;
	text-align: center;
	font-size:4.5vw;
	width:50%;
	z-index: 5;
	margin-left: 25%;
}

.subtitles{
	font-size: 2.8rem;
	font-family: 'Lato', bold;
	line-height: 1;
	color:rgba(0,0,0,.8);

}


.subtitles-2{
	font-size: 2rem;
	font-family: 'Lato', bold;
}

.subtitles-3{
	font-size: 1.5rem;
	font-family: 'Lato', bold;
}

.bg{
	background-color:rgba(0,0,0, .8);
}


@media only screen and (max-width: 1946px) {
  .title{
	top: 22%;
}
}

@media only screen and (max-width: 1144px) {
  .title{
	top: 20%;
}
}


@media only screen and (max-width: 700px) {
  .title{
	top: 18%;
}
}

@media only screen and (max-width: 700px) {
  .title{
	top: 15%;
}
}

@media only screen and (max-width: 300px) {
  .title{
	top: 12%;
}
}

/*


@media only screen and (max-width: 1144px) {
  .title{
	word-wrap: break-word;
	position: absolute;
	top: 18%;
	color:white;
	text-align: center;
	font-size: 3rem;
	width:60%;
	z-index: 5;
	margin-left: calc(100% - 80%);
}
}

@media only screen and (max-width: 1000px) {
  .title{
	word-wrap: break-word;
	position: absolute;
	top: 16%;
	color:white;
	text-align: center;
	font-size: 3rem;
	width:60%;
	z-index: 5;
	margin-left: calc(100% - 80%);
}
}

@media only screen and (max-width: 955px) {
  .title{
	word-wrap: break-word;
	position: absolute;
	top: 14%;
	color:white;
	text-align: center;
	font-size: 3rem;
	width:60%;
	z-index: 5;
	margin-left: calc(100% - 80%);
}
}

@media only screen and (max-width: 905px) {
  .title{
	word-wrap: break-word;
	position: absolute;
	top: 12%;
	color:white;
	text-align: center;
	font-size: 3rem;
	width:60%;
	z-index: 5;
	margin-left: calc(100% - 80%);
}
}


@media only screen and (max-width: 850px) {
  .title{
	word-wrap: break-word;
	position: absolute;
	top: 15%;
	color:white;
	text-align: center;
	font-size: 2.5rem;
	width:60%;
	z-index: 5;
	margin-left: calc(100% - 80%);
}
}

@media only screen and (max-width: 815px) {
  .title{
	word-wrap: break-word;
	position: absolute;
	top: 15%;
	color:white;
	text-align: center;
	font-size: 2.3rem;
	width:60%;
	z-index: 5;
	margin-left: calc(100% - 80%);
}
}






@media only screen and (max-width: 768px) {
  .title{
	word-wrap: break-word;
	position: absolute;
	top: 10%;
	color:white;
	text-align: center;
	font-size: 2.5rem;
	width:60%;
	z-index: 5;
	margin-left: calc(100% - 80%);
}
}


@media only screen and (max-width: 680px) {
  .title{
	word-wrap: break-word;
	position: absolute;
	top: 10%;
	color:white;
	text-align: center;
	font-size: 2rem;
	width:60%;
	z-index: 5;
	margin-left: calc(100% - 80%);
}
}

*/