html {
  /*height: 100%;*/
  font-family: 'Montserrat', sans-serif;
  width:100%;
  height:100%;
  margin:auto;
  overflow: auto !important;
}
body {
	overflow: auto !important;
}

.bg { 
  
}
.centeredText {
	text-align: center;
	color: #5cb85c;
}
.centeredText:hover{
	outline:0;
	text-decoration: underline;
	text-decoration-color: white;
}
.customButton:focus{
	background-color: #28a745;
	color: white;
	outline: none !important;
	box-shadow:none;
}
.customButton:active{
	background-color: #28a745;
	color: white;
	outline:0;
}
.advButton:focus{
	outline: none !important;
	box-shadow:none;
}
.searchBar{

}
.center_div{
    margin: 0 auto;
    width:100% /* value of your choice which suits your alignment */
}
.input-mysize { width: 500px; }

.form-control:focus {
  border-color: #5cb85c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(92, 184, 92, 0.6);
}
