/*   
Theme Name: Gen2Gen
Description: A custom WP theme for Gen2Gen
Version: 1.0
*/

/*
 Table Of Content:
 1) Fonts, General Styles
 2) Blog styles
 --------------------------------*/
 
/*
1) Fonts, General Styles
--------------------------------*/

/*font-family: 'Barlow Condensed', sans-serif;*/

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  /* Removes padding behaviour on widths */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* CUSTOMIZE THIS */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #282727;
  background: #ffffff;
}
a {
  color: #666666;
  text-decoration: none;
  transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -ms-transition: 0.3s all ease 0s;
}
a:hover,
a:focus {
  color: #26a2db;
  transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -ms-transition: 0.3s all ease 0s;
}
a:focus {
  outline: 0;
}
h1,.h1 {
  font-size: 76px;
}
h2,.h2 {
  font-size: 76px;
}
h3,.h3 {
  font-size: 2em;
}
h4,.h4 {
  font-size: 1.5em;
}
h5,.h5 {
  font-size: 1.1667em;
}
h6,.h6 {
  font-size: 1em;
}
p {
  margin: 0 0 20px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  font-weight: 300;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #666;
  opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #666;
  opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #666;
}
blockquote {
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-