﻿body {
    background-color: #b8deff5c;
}

.navFormat{
background-color: #ffffff;
    color: #0082ea;
    z-index: 5;
    position: fixed;
    height: 3em;
    width: 100%;
    box-shadow: 0px 3px 1px 0px #c4def2;

}

.navItem{
    color:gray;
    padding:5px;
}

.carouselImage{
    width:100%;
    height: 80%;
    align-self:center;
}