
/*
* { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }
*/

@font-face { font-family: MeowScript; src: url('MeowScript-Regular.ttf'); } 
@font-face { font-family: RobotoMonoMedium; src: url('RobotoMono-Medium.ttf'); } 
@font-face { font-family: OpenSansLight; src: url('OpenSans-Light.ttf'); } 
@font-face { font-family: OpenSansRegular; src: url('OpenSans-Regular.ttf'); } 

/* -------------------------------------------------------------------------- */
/* DEFINITIONS																  */
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/* MAIN ELEMENTS															  */
/* -------------------------------------------------------------------------- */

html, body {
   height: 100%;
   width : 100%;
   margin: 0;
   padding: 0;
}

html {
   overflow-y: scroll;
}

body {	
	font-family: OpenSansLight, Helvetica, sans-serif;
	font-size: 14px;
}	

/* -------------------------------------------------------------------------- */
/* MAIN CLASSES																  */
/* -------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */
/* MAIN CONTENT ELEMENTS													  */
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/* HEADER																	  */
/* -------------------------------------------------------------------------- */

header {
	/* nothing yet */
}

header img {
	width: 140px;
	float: right;
	margin: 20px 0 0 0;
}

h1 {
	font-size: 6em;
    font-family: RobotoMonoMedium;
	user-select: none;
}

h1 a {
	text-decoration: none;
	color: #000;
}


h2.banner {
	font-family: OpenSansLight, Helvetica, sans-serif;
	font-style: italic;
	font-weight: lighter;
	text-align: center;
}

/* -------------------------------------------------------------------------- */
/* BODY																		  */
/* -------------------------------------------------------------------------- */

#body {
	width: 1024px;
    margin: 10px auto;
}

#center_div {	
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	border: solid 1px #000;
}

#inner_div {
	padding: 0 50px 20px 50px;
	border: solid 1px #000;
}

#center_div img {
	width: 100%;
}

/* NAV -------------------------------------------------------------------------- */
nav.main {
	/* nothing yet */
}

nav.main ul {
	list-style-type: none;
	padding: 0;
}

nav.main li {
	margin-right: 10px;
	display: inline-block;
}

nav.main li a {
	text-decoration: none;
	color: #999;
}

nav.language ul {
	float: right;
	list-style-type: none;
	padding: 0;
}

nav.language li {
	margin-right: 10px;
	display: inline-block;
}

nav.language li a {
	text-decoration: none;
	color: #999;
}

/* BOTTOM NAV */

ul.nav {
	list-style-type: none;
}

ul.nav li {
	float: right;
	margin-left: 10px;
}

ul.nav li a {
	text-decoration: none;
	color: #999;
}

/* SECTIONS -------------------------------------------------------------------------- */

section.main {
	margin: 10px 0 0 0;
	clear: both;
}

section.calltoaction {
	text-align: center;
	padding: 5px;
    margin: 35px 0;
    background: #efffef;
    border: 1px solid #020;
	clear: both;
}
/* -------------------------------------------------------------------------- */
/* FOOTER																	  */
/* -------------------------------------------------------------------------- */

#footer {
	padding: 0 0 50px 0;
}

/* -------------------------------------------------------------------------- */
/* SPAN & HIGHLIGHTS																	  */
/* -------------------------------------------------------------------------- */

span.green {
	color: #38761d;
}

span.signature {
	font-family: RobotoMonoMedium;	
}

strong {
	font-weight: bolder;
}

#img_main_handbag {
	float: left;
	width: 210px;
	padding: 0 20px 0 0px;
}

#img_main_handbag_zoom {
	float: right;
	width: 210px;
	padding: 0 0 0 20px;
}

#img_main_handbag_process {
	float: right;
	width: 400px;
	padding: 0 0 0 20px;
}

#img_main_logo {
	float: left;
	width: 120px;
	padding: 0 20px 0 0;
}

/* -------------------------------------------------------------------------- */
/* MEDIA QUERYS																	  */
/* -------------------------------------------------------------------------- */

@media (max-width: 1034px) {

	#body {
		width: 95%;
		margin: 10px auto;
	}

	#inner_div {
		padding: 5% 5%;
		border: solid 1px #000;
	}

	header img {
		width: 13.6%;
		float: right;
		margin: 20px 0 0 0;
	}

	h1 {
		font-size: 8vw;
	    font-family: RobotoMonoMedium;
		user-select: none;
	}
	
	#img_main_handbag_process {
		width: 100%;
	}
}

/* -------------------------------------------------------------------------- */
/* HUBSPOT																  */
/* -------------------------------------------------------------------------- */

div.hubspot_form {
	margin: -40px;
}

section.cta_hbspt_right div.hs-cta-embed {
	float: right;
}

section.cta_hbspt_left div.hs-cta-embed {
	float: left;
	margin-right: 20px;
}

section.cta_hbspt {
	padding: 30px;
}

section.cta_hbspt p {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0;
}


