body {
background: white;
color: #17a2b8;
}

.bg-light {
background: #BoEoE6 !important;
}

p {color: black;
  font-size: 18px;
  font-weight: normal;
  font-weight: 300; 
  line-height: 1.5; 
}

.center {
display: block;
margin-left: auto;
margin-right: auto;
}

video {
margin-left: auto;
margin-right: auto;
display: block
}

h1 {
text-align: center;
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #AFEEEE;
    border-color: #48D1CC;
    box-shadow: 0 0 0 0.2rem rgba(134,142,150,.5);
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(134,142,150,.5);
}

.btn-secondary {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b86b;
}



.carousel-item {
margin-bottom: 20px;
position: center;
}

.btn-outline-success {
    color: #17a2b86b;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b86b;
}

footer {
background: lightgray;
font-size: 20px;
text-align: center;
}
.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto;
}

@media (max-width: 600px) { 
.display-1 {
 font-size:2rem;} 
}