/*
 Theme Name:   Izoox Custom Theme
 Theme URI:    https://generatepress.com
 Description:  Izoox GeneratePress child theme
 Author:       Izoox LLC
 Author URI:   https://izoox.com
 Template:     generatepress
 Version:      0.1
*/

html {
  /* 62.5% of 16px browser font size is 10px */
  font-size: 62.5%;
}

#main {
	min-height: 65vh;
}

/* Site Wrapper to set overall site max width */
.site-wrapper {
	width: 100%;
	margin: auto;
} 

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

*,
::before,
::after {
  border-width: 0;
  border-style: solid;
}
