﻿.navbar-header
{
    height: 50px;
    
}

.jumbotron
{
  padding-top:10px;
}

.page-header
{
    margin-top:0px;
    margin-bottom:35px;
}


.body
{
    min-height: 300px;
    background-color: #DFFFFF;
}

.container
{
    min-width:70%;
}

.panel-body
{
    background-color:#E5FADC;
}


 

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    text-align:center;
    color:white;
}

        
