/* Bootstrap V3.3.4 */
@import url("bootstrap-3.3.4.min.css");
@import url("bootstrap-theme-3.3.4.min.css");

/* Font Awesome V4.3.0 */
@import url("font-awesome-4.3.0.min.css");

/* Google Font */
@import url("//fonts.googleapis.com/css?family=Roboto:400italic,100,300,700,100italic,300italic,400");

/* Fancybox */
@import url("jquery.fancybox.css");

/* Large desktop */
@import url("desktop.css");

/* big tablets */
@import url("tablet.css");

/* small tablets */
@import url("small-tablet.css");

/* phones */
@import url("phone.css");

::-moz-selection {
    background: #ed1c24;
    text-shadow: none;
}

::selection {
    background: #ed1c24;
    text-shadow: none;
}

h2 {
	font-size: 21px;
}
h3 {
	font-size: 18px;
}