/* Reset & Basic style */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

/*==========================================*/

body {
  font-family: 'Roboto', serif;
}

h1 {
  font-size: 4em;
  font-weight: 100;
}

h2 {
  font-size: 1em;
  font-weight: 300;
  color: #ff7c35;
  margin-bottom: 10px;
}

h2 a {
  text-decoration: none;
}

h3 {
  font-size: 1.5em;
  margin: 15px;
}

h4 {
  font-size: 1em;
  font-weight: 400;
  margin: 15px;
}

blockquote {
  font-weight: 300;
  font-size: 0.9em;
  margin: 15px;
}

.img-wrap {
  margin: 40px;
}

.img-wrap img {
  border-radius: 50px;
}

#color {
  display: inline;
  color: #c6538c;
  font-weight: 400;
}

#star {
  color: red;
  font-weight: 400;
}

cite {
  color: #415dea;
}

.reviews ul li {
  list-style-type: none;
}