
@charset "UTF-8";

/* @font-face {
  font-family: 'Raleway';
  src: url('../library/font/Raleway/Raleway-Regular.ttf')  format('truetype');
} */
/* @font-face {
  font-family: 'Orbitron';
  src: url('../library/font/Orbitron/Orbitron-Regular.ttf')  format('truetype');
} */
/* @font-face {
  font-family: 'Quicksand';
  src: url('../library/font/Quicksand/Quicksand-Regular.ttf')  format('truetype');
} */

body {
	/* font-family: 'Raleway', sans-serif; */
	/* font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; */
	/* font-size:14px; */
}

.hidden{
    display: none;
}

a {
    color: #1184c2;
    text-decoration: none;
    /* color: #1184c2 !important;
    text-decoration: none !important; */
}