:root
{

  --primary-color: #249BD0;
  --secundary-color: #d3dbe3;

}

h4
{
  font-size: 50px;
}

.carousel-item
{
  height: 50vh;
  background-size: cover;
  background-position: center;
}

.background-image
{
  background-size: cover;
  background-position: center;
}

footer 
{
  background-color: var(--primary-color);
  color: var(--secundary-color);
  padding: 10px 0;
  right: 5px;
  clear: both;
  position: relative;
}

.navbar
{
  background-color: var(--primary-color);
}

h2
{
  font-size: 75px;
}
