p{
    font-family:'Open Sans';
}
body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.actualCenter{
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    margin-bottom:0px;
    padding:0px;
}
.backgroundDiv
{
    background-image: url("static/forest.jpg");
    background-repeat: no-repeat;
    box-shadow: inset 0 0 1000px black;
    background-size: cover;

}
.centered
{

    margin: auto;
    height: 100%;


}
.carouselBlock
{
    display: block;
    justify-content: center;
    align-items: center;

}
.bigWhiteText
{
    color: rgb(214, 214, 214);
    font-size:x-large;
}

.bigWhiteTextCent
{
    color: rgb(214, 214, 214);
    font-size:x-large;
}
@media screen and (max-width: 600px) {
  .bigWhiteText, .bigWhiteTextCent {
    font-size:medium;
  }
}
.gridMedia
{
    min-width:100%; 
    min-height:50%;

}
.carousel-caption
{
    position:inherit !important;
}
.carousel-item{
    background-color: rgb(15, 15, 15);
    width: 100%; /*width you want*/
    height: 750px; /*height you want*/
    overflow: hidden;
}
.carousel-item img{
    width: 100%;
    height: 90% !important;
    object-fit: contain;

}
.carousel-inner{

}
.carousel-inner>.item{
    transition: 100s;
    background-color: rgb(15, 15, 15);

}
.carousel-caption
{

    bottom: 1rem !important;
}
.container-fluid
{
    width: unset !important;
}
.navbar>.container-fluid{
    margin-left: auto;
    margin-right: auto;
}
.carousel-control-prev, .carousel-control-next {
    width:10% !important;

}
