/*----------- kurtissinkovic.com Version 2 ------------*/
* { box-sizing: border-box; }
html {
	height: 100%;
	scroll-behavior: smooth;
}
body {
	height: 100%;
	background-image: url('../img/blackhole_background.jpg');
	background-position: center;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
	background-color: #232D36;
}
a {
    text-decoration: none;
}
h1 {
    font-size: 3em;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: 1em;
}
h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: 1em;
}
p {
    line-height: 1.6em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
	letter-spacing: .01em;
}
.extra-large {
    font-size: 2.4em;
    margin-bottom: 20px;
}
.large {
    font-size: 2em;
    margin-bottom: 20px;
}
.medium {
    font-size: 1.5em;
    margin-bottom: 20px;
}
section {
    display: block;
    width: 100%;
	height: auto;
}
.container {
    max-width: 100%;
    margin: 0 auto;
}
.hoglogo_container {
    max-width: 100%;
    margin: 0 auto;
}
.section.group + .container{
    margin-top: 30px;
}
.section.group + .section.group {
    margin-top: 30px;
}
.section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
}
.section-subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
}
/*----------- LOGO/HEADER ------------*/
#hoglogo {
    display: block;
    background-color: transparent;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border: none;
}
#hoglogo img {
    width: 100%;
	height: auto;
	margin: 0 auto;
}
.hoglogo-wrapper {
	width: 100%;
	height: auto;
    display: block;
    margin: 0 auto;
}
section.header {
	position: relative;
	width: 50%;
	height: 220px;
    z-index: 1;
    margin: 0 auto 20px auto;
}
/*----------- NAV ------------*/
section.navigation {
    position: relative;
	margin: 0 auto;
}
.navcontainer {
    max-width: 100%;
    margin: 0 auto;
}
.nav-graphic, .nav-pixel, .nav-photo, .nav-web {
	font-family: fira-sans, sans-serif;
	font-weight: 100;
	font-style: normal;
    display: block;
    font-size: 2vw;
	margin: 5px 0;
}
.nav-graphic {
	color: #2291FF;
}
.nav-pixel {
	color: #FF409F;
}
.nav-photo {
	color: #D2B800;
}
.nav-web {
	color: #FFF;
}
.nav-graphic:hover, .nav-pixel:hover, .nav-photo:hover, .nav-web:hover {
    color: #FFEA6F;
}
.nav-graphic:active, .nav-pixel:active, .nav-photo:active, .nav-web:active {
    color: #FFEA6F;
}
/*----------- PREVIEW ------------*/
section.preview {
	position: relative;
	margin: 20px auto;
	width: 50%;
}
.post {
	font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
	color: #FFF;
	font-size: 2em;
	line-height: 1.7em;
	margin: 20px auto 100px auto;
}
#graphic {
	color: #2291FF;
}
#pixel {
	color: #FF409F;
}
#photo {
	color: #D2B800;
}
#web {
	color: #FFF;
}
#webFrame {
	width: 100%;
	height: 450px;
}
/*----------- FOOTER ------------*/
section.footer {
	height: 100%;
	background-image: url('../img/sandpanda_background.png');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*----------- BUTTON ------------*/
#returnBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 30px;
  z-index: 99;
  background: none;
  font-family: fira-sans, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1.5em;
  color: #FFFFFF;
  border: none;
  outline: none;
  cursor: pointer;
}
#returnBtn img{
	height: 80px;
	width: 80px;
}
/*----------- IMAGES ------------*/
.asset img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 10px auto;
}
.ebook.placeholder {
    width: 300px;
    height: 300px;
    text-align: center;
    padding-top: 120px;
    color: #00D2FF;
    background-color: #aaa;
}
.responsive-image {
    display: block;
    max-width: 100%;
	height: auto;
    margin: 0 auto;
}
object {
	pointer-events: none;
}
/*----------- ICONS ------------*/
.icons-container {
    display: block;
    margin-top: 20px;
    overflow: hidden;
}
.icons-container .icon {
    display: block;
    float: left;
}
.footer .icons-container .icon {
    float: none;
    display: inline-block;
}
.icons-container .icon img {
    display: inline-block;
    height: 45px;
}
.icons-container .icon.amazon img {
    height: 40px;
    margin-top: 8px;
}
.icons-container .icon + .icon {
    margin-left: 13px;
}
/*----------- MEDIA QUERIES ------------*/
@media (max-width: 1440px) {
body {
	background-image: url('../img/blackhole_background_vert.jpg');
}
}
@media (max-width: 768px) {
body {
	background-image: none;
}
section.header {
	width: 80%;
}
#hoglogo img {
    margin-top: 14px;
}
.nav-graphic, .nav-pixel, .nav-photo, .nav-web {
    font-size: 4vw;
}
.nav-image img {
    width: 100px;
}
section.preview {
	position: relative;
	margin: 20px auto;
    padding: 5px 0;
	width: 80%;
}
.post {
	font-size: 1.8em;
	line-height: 1.8em;
}
section.footer {
	background-image: url('../img/sandpanda_mobile_background.png');
}
}
@media (max-width: 480px) {	
body {
	background-image: none;
}
#hoglogo img {
    margin-top: 14px;
	max-width: 100%;
    max-height: 100%;
}
.hoglogo_container {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
.navcontainer {
    max-width: 80%;
	height: auto;
    margin: 0 auto 20px auto;
}
.nav-image {
    display: none;
}
.nav-graphic, .nav-pixel, .nav-photo, .nav-web {
    font-size: 10vw;
}
section.preview {
	position: relative;
	margin: 60px auto;
    padding: 5px 0;
	width: 80%;
}
.post {
    font-size: 1.5em;
	line-height: 1.5em;
}
#webFrame {
	width: 100%;
	height: 300px;
}
.icons-container {
    margin: 20px auto 20px auto;
}
.text-left,
.text-right,
.text-justify {
   	text-align: center;
}
section.footer {
	background-image: url('../img/sandpanda_mobile_background.png');
}
}