@import url("https://fonts.googleapis.com/css?family=Ubuntu+Condensed");

body {
    font-family: Ubuntu Condensed;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

span{
font-family: Ubuntu Condensed;

}

.input{
font-size:1.25em;
font-family: Ubuntu Condensed;
justify-content: center;
text-align:middle;
background-color: #2F5597;
color: white;
}

br{
display: block;
content:"";
margin-top: 1em;
margin-bottom:1em;
}

.ddTitles{
font-family: Ubuntu Condensed;
font-weight: bold;
font-size: 1.5em;
}

.divisor{
font-family: Ubuntu Condensed;
font-weight: bold;
font-size: 1.5em;
  text-align: center;
color:white;
;

}

.divDivider{
width:100%;
display:inline-block;
text-align:center;
background-color:rgb(47,85,151,0.43);
}


.lead{
font-family: Ubuntu Condensed;
font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.total{
font-family: Ubuntu Condensed;
font-weight: bold;
font-size: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;

}

.twoDiv{
	width:50%;
	display:inline-block;

}

.threeDiv{
	width:33%;
	display:inline-block;

}

.title{
  display: block;
  margin-left: auto;
  margin-right: auto;
font-family: Ubuntu Condensed;
font-weight:bolder;
font-size: 3em;
text-align:center;
}

.Select-control {
    background-color: #2F5597;
}


/* changes the text color of input box */
.Select-value-label {
    color: white !important;
}

.Select--single > .Select-control .Select-value, .Select-placeholder {
padding-top:.1em;
}


/* dropdown menu options */
.VirtualizedSelectOption {
    background-color: #2F5597;
    color: white;
 }
