/*
Theme Name: Responsive Menu Demo Example
*/

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;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,
body {
	height: 100%;
	min-height: 100%;
	width: 100%;
	font-family: "Open Sans", sans-serif;
  background: #F5F5F5;
}

#hero-image {
	background-image: url('static/imgs/multicolour-gradient.jpg');
	background-size: cover;
	height: 100%;
	min-height: 100%;
	width: 100%;
	color: white;
	padding: 0 5%;
  text-align: center;
  position: relative;
}

#hero-image-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
}

#free-examples-list,
#pro-examples-list {
	padding: 0 5%;
  line-height: 24px;
}

#footer {
  padding: 15px 0;
  font-size: 11px;
}

#footer a {
  color: #dadada;
}

#free-examples-list,
#pro-examples-list {
  padding-top: 50px;
  padding-bottom: 100px;
  text-align: center;
}

#pro-examples-list {
  background: white;
  border-top: 1px solid #dadada;
}

#pro-examples-list div.example-box {
  background: #F5F5F5;
}

#footer {
	background: #333;
	color: #DADADA;
	text-align: center;
}

.blog-13 {
  margin-top: 125px;
}

.blog-13 #hero-image {
  height: 450px;
  min-height: 0;
  max-height: 100%;
}

.blog-13 h4 {
  display: none;
}

h1 {
  font-size: 36px;
}

h2 {
  color: #333;
  font-size: 18px;
  margin: 15px 0;
}

h3 {
  color: #333;
  font-size: 32px;
  margin: 25px 0;
}

h4 {
  font-size: 12px;
  color: #333;
}

div.example-box h4 {
  font-size: 28px;
  margin-bottom: 15px;
  background-image: url('static/imgs/multicolour-gradient.jpg');
	background-size: cover;
  color: white;
  border-radius: 5px 5px 0 0;
}

div.example-box h4 a {
  padding: 25px 0;
  color: white;
}

h1,
h2,
h3,
h4,
div.example-button,
#footer {
  font-family: "Montserrat", sans-serif;;
}

a.button {
	color: white;
	border: 2px solid white;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 15px 15px;
	display: inline-block;
	border-radius: 15px;
	cursor: pointer;
  text-decoration: none;
  margin-top: 15px;
}

a.button-last {
  margin-left: 15px;
}

div.example-box {
  background: white;
  width: 27%;
  display: inline-block;
  vertical-align: top;
  margin: 25px 0;
  margin-right: 3%;
  border-radius: 5px;
}

div.example-box.example-box-last {
  margin-right: 0;
}

div.example-box a {
  display: block;
  padding: 25px 5%;
  color: #333;
  text-decoration: none;
}

div.example-button {
  background: #62C2C4;
  color: white;
  width: 100%;
  border-radius: 0 0 5px 5px;
  font-weight: bold;
  font-size: 14px;
}

div.example-button a {
  padding: 25px 0;
  display: block;
  color: white;
}

div.example-button:hover {
  background: #56BBBC;
}

div.example-button:hover {
  transition: background 0.5s;
}

.example-box ul li {
  color: black;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: left;
}

@media (max-width: 1023px) {
  div.example-box {
    width: 47%;
  }
  div.example-box.example-box-second {
    margin-right: 0;
  }
}

@media (max-width: 800px) {
  div.example-box {
    width: 90%;
    margin-right: 0;
  }
}
