/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/



/*** Works on common browsers ***/
::selection {
    background-color: #6a7c94;
    color: #fff;
}

/*** Mozilla based browsers ***/
::-moz-selection {
    background-color: #6a7c94;
    color: #fff;
}

/***For Other Browsers ***/
::-o-selection {
    background-color: #6a7c94;
    color: #fff;
}

::-ms-selection {
    background-color: #6a7c94;
    color: #fff;
}

/*** For Webkit ***/
::-webkit-selection {
    background-color: #6a7c94;
    color: #fff;
}

.button {
	transition: all .2s ease-in-out;

}

.button:hover {
	background-color: #2E4864 !important;
}
