/* RESET BROWSER */

html {
	width: 100%;
}
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,
font,
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,
header,
nav,
footer,
section,
article {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
ol,
ul,
li {
	list-style: outside none none;
}
blockquote {
	quotes: none;
}
blockquote::before,
blockquote::after {
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img,
a {
	border: medium none;
	color: #fff;
	outline: 0 none;
	text-decoration: none;
}

/* GENERAL */

.clear {
	clear: both;
}

html {
	color: #000;
	background-color: #fff;
}

body {
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, Times, Times New Roman, serif;
    font-family: "Montserrat", sans-serif;
	font-size: 10px;
	overflow-x: hidden;
	height: 100vh;
	width: 100vw;
}

/* LOGOS */



.nc{
	height: 100%;
	width: 100%;
	display: table;
	position: fixed;
	top: 0;
	left: 0;
}
.nc_cell{
	display: table-cell;
	vertical-align: middle;
}
.nc_logo{
	background-image: url('../img/inmogarden.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	width: 90%;
	max-width: 400px;
	margin: 0 auto;
	height: 300px;
}
p.descr{
	font-size: 1.8em;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #000;
	
}
p.descr strong{
    font-weight: bold;
    display: block;
}


/* FOLIO */



@media only screen and (max-width: 719px) {
	body {
		width: 100%;
	}
}

@media only screen and (min-width: 720px) {
	.link {
		cursor: pointer;
	}
	.link:hover {
		opacity: 0.5;
	}
}

