@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

#page-content {
    margin-left: 1%;
    margin-right: 1%;
    font-family: 'Montserrat', sans-serif;

} 

#logo{
    margin-left: 2vh;
}

.navbar-custom{
    background-color:navy;
}

#navbar-container{
    justify-content: space-between;
}

body{
    background-color:rgb(220, 239, 255)
}

.burden_figure{
    margin-top:5vh;
    margin-bottom:5vh;
}


.burden_table{
    width:2vw;
}

#navbar .navbar-brand {
    color: white;
 
}


.export{
    font-family: sans-serif;
    margin: 10px;
    border-radius: 5px
}

/* 
.fifty_col{
    width:50%;  
} */

.pretty_container {
    border-radius: 0px;
    /*background-color: #f9f9f9;*/
    background-color: white;
    margin:15px;
    /*margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
        box-shadow: 2px 2px 2px lightgrey;
    margin-right: 00px;*/
    padding: 1px;
    position: relative;
    width:75%;
    height:75%;
  }

  .wide_pretty_container {
    border-radius: 0px;
    /*background-color: #f9f9f9;*/
    background-color: white;
    margin:15px;
    /*margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
        box-shadow: 2px 2px 2px lightgrey;
    margin-right: 00px;*/
    padding: 1px;
    position: relative;
    width:98%;
    height:75%;
  }

*, html, body {
    font-family:"Montserrat" ;
  }

  .accordion-button{
    font-family:Arial;
  }

  .divBorder{
    border: 2px solid black;
  }



  
/* input box */
.Select-control {
    background-color: white;
}


/* changes the text color of input box */
.Select-value-label {
    color: grey !important;
}


