/******* RESETS */
body {
  line-height: 1.3;
}

/******* DISPLAY */

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

.gwd-lightbox {
  border: none !important;
}

/******* STYLING */



p {
	margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500,700;
}

.box-shadow {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.text-shadow {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

/******* TRANSITIONS */

.transition-opacity {
 -webkit-transition: opacity 0.3s ease;
 transition: opacity 0.3s ease;
}

.transition-all {
  -webkit-transition: all, 0.3s, ease;
  transition: all, 0.3s, ease;
}
