/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)

 kek: #0080c0
 */
body {
  padding-top: 0px;

}

a:link {
  text-decoration: none;
}

/* unvisited link 
a:link {
  color: #697783;
}

/* visited link
a:visited {
  color: #697783;
}
 */
/* mouse over link */
a:hover {
  color: #0080c0;
}

/* selected link */
a:active {
  color: #697783;
}
.none {
  list-style-type: none; /* Remove bullets 
  padding: 0;  Remove padding
  margin: 0; /* Remove margins */
}
.bigt {
	font-size: 1.1rem;
}
.red {
	color: #ff3300;
}
.blue{
  color: #0080c0;
}

.white{
	color: #f9f9f9;
}
.middle{
	text-align:center;
}

.bal{
	text-align:center;
}
.tab{
	text-indent:1rem;
}
h1,h2,h3,h4 {
	color: #0080c0; 
}
.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}
.inactive {
            pointer-events: none;
            cursor: default;
        }