﻿body {
  background-color: #005063;
  background-image: url("../img/blue-abstract-background-smaller.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 10%;
}

.text-header{
  font-size: 6vw !important;
  font-family: Impact, Charcoal, sans-serif ;
}

.jumbotron{
  background-color: rgba(255,255,255,0.4) !important;
}

#main-card{
    width: 70%;
    margin-top: 5%;
    margin-bottom: 2%;
}

.card{
    background-color: rgba(255,255,255,0.4) !important;
}

.flex-item{
  self-align: center;
}

.flex-container{
  display: flex;
  flex-direction: column;
  align-items: center;
}

h6{
  font-family: 'Indie Flower', cursive;
  font-size: 0.85vw;
}

#footer{
    width: 100%;
    margin-top: 1%;
    padding-top: 5px;
    padding-bottom: 1px;
}

.btn{
  font-size: 0.85vw;
  margin: 1%;
}

h2{
  font-size: 1.8vw;
}

h5{
  font-size: 1.1vw;
}

li{
  font-size: 0.85vw;
}

.row-button-margin{
  margin-top: 3%;
}