/*
Project: vanessarieger.com
Description: the personal site of vanessa rieger
Code + Design: Brendan Lehman
*/


/*= GENERAL STYLING
--------------------------------------------------------*/

* {padding: 0px; margin: 0px;}

html, body {
    height: 100%;
/* 	background-attachment: fixed; */
	background-color: #fff;
	overflow: hidden;
}

body {
    font-family: "Roboto", sans-serif;
	color: #000;
}

div {
	outline: 0;
}

h1 {
	font-family: "Dolce Vita", sans-serif;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-size: 25px;
	letter-spacing: 6.5px;
}

h2 {
	font-family: "Dolce Vita", sans-serif;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 4px;
}

h3 {
	font-family: "Dolce Vita", sans-serif;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 4px;
	padding: 10px 10px 20px 10px;
	
/* 	border: 1px solid #000fff; */
	
}

h4 {
	padding: 10px 10px 20px 10px;

/* 	border: 1px solid #000fff; */
}

ul { 
	list-style-type: none; 
	text-transform: uppercase;
}

p {
	font-family: "Roboto", sans-serif;
	color: #000;
	font-size: 18px;
/* 	font-weight: bold; */
	padding: 20px;
	
	height: 375px;
	overflow: auto;
	
	/* border: 1px solid #fff; */
}

a {
	font-family: "Roboto", sans-serif;
	color: #000;
	letter-spacing: 2px;
	text-decoration: underline;
}


/*= NAVIGATION
--------------------------------------------------------*/

#header {
	width: 100%; 
	height: auto;
	background-color: #fff;
	margin-top: 30px;
	position: fixed;
	z-index: 1;
}

.header_content {
	text-align: center;
	
/* 	border: 1px solid #0000ff; */
}

#logo, #name, #nav {
	display: inline-block;
	vertical-align: middle;
	float: none;
	
	margin: 10px auto;
	
/* 	border: 1px solid #0000ff; */
}

#logo {
	padding: 3px 0px 0px 0px;
	margin: 0px 25px 0px 0px;
	/* cursor: pointer; */
}

#name {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	/* cursor: pointer; */
}

#first {
	margin: 5px 0px 0px 0px;
}

#last {
	letter-spacing: 12px;
	margin: 0px 0px 0px 5px;
}

#nav { 
	float: none;
	margin: 0px 0px 0px 15px;
	padding-left: 0px;
}

#nav ul {
	
	list-style: none;
	display: table;
	
	
	margin: 5px 0px 0px 0px;
	padding: 0px auto 0px 0px;
}

#nav li {
	
	display: table-cell;
	
	margin: 0px 45px 0px 4px;
	float: left;
	padding-left: 0px;
	/* cursor: pointer; */
}

.nav_button, .left_button {
	position: relative;
}

/*.nav_button:after, */.left_button:after {
	background: none repeat scroll 0 0 transparent;
	top: -4px;
	content: "";
	display: block;
	height: 1.5px;
	left: 50%;
	position: absolute;
	background: #000;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}

/*.nav_button:hover:after, */.left_button:hover:after { 
	width: 100%; 
	left: 0; 
}

#nav_button1 {
	/* padding-left: 0px; */
	font-size: 20px;
	font-weight: bolder;
	letter-spacing: 4px;
}

#header a {
	text-decoration: none;
/* 	text-transform: lowercase; */
}

/*= MAIN
--------------------------------------------------------*/

#mobile {
	display: none;
}

#main {
	width: 100%;
	height: 100%;
	text-align: center;
	
	display: block;
	
	min-height: 750px;

	padding: 50px 0px 0px 0px;
}

/*
.default_bg {
	background: url("../assets/brain_bg.png") no-repeat calc(50% + 0px) 50%;
}
.left_bg {
	background: url("../assets/brain_bg_left.png") no-repeat calc(50% + 0px) 50%;
}
.right_bg {
	background: url("../assets/brain_bg_right.png") no-repeat calc(50% + 0px) 50%;
}
*/

.content_container {
	width: 100%;
	margin-top: 0px;
	text-align: center;
/* 	vertical-align: middle; */
	
/* 	border: 1px solid #FF00ff; */
}

/* SLIDE CONTENT
--------------------------------------------------------*/

/* text & image containers */

.content_container {
	width: 100%;
	height: 100%;
	margin: 50px auto;
	vertical-align: middle;
	position: relative;

	min-height: 750px;

/*  	border: 1px solid #FF00ff; */
}


/* text box
-----------------*/

.left_panel, .right_panel {
	display: block;
	height: 82%;
	margin: 0px auto;
	padding: 0px;
	/* vertical-align: middle; */
	position: absolute;
	overflow-y: scroll;
	text-align: left;
	
/* 	border: 1px solid #000fff; */
}

/*
#left_panel h3, #right_panel h3 {
	text-align: left;
}
*/

.left_panel {
	width: 250px;
	height: auto;
	max-width: 250px;
	
	padding: 0px 0px 0px 30px;
	
/* 	top: calc(50% - 400px); */
	top: 20px;
	left: calc(50% - 450px);

	overflow-y: hidden;
}

.right_panel {
	width: intrinsic;
	max-width: 645px;
	
	padding: 0px 0px 0px 30px;
	
/* 	overflow-y: scroll; */
	
/* 	top: calc(50% - 400px); */
	top: 20px;
	left: calc(50% - 200px);
	
	/* border: 1px solid green; */
}

.left_header, .right_header {
	padding: 10px 20px 5px 20px;
}

.left_header {
	font-size: 20px;
	padding: 10px 20px 5px 20px;
}

.right_header {
	margin-top: 10px;
	padding-top: 10px;
}

.left_text, .right_text {
    /* 	max-width: 500px; */
	height: auto;
	
/* 	border: 1px solid #000fff; */
}

.left_text {
	font-size: 14px;
	padding: 20px 0px 20px 20px;
}

.left_text img {
	padding: 0px 20px 0px 0px;
}

.left_text ul {
	list-style: none;
}

.left_text li {
	width: intrinsic;
	width: -moz-max-content;
	
	cursor: pointer;
}

#left_splash_button_1,
#left_bio_button_1,
#left_art_button_1, #left_art_button_2,
#left_beds_button_1,
#left_tech_button_1 {
	margin-left: 20px;
	text-transform: none;
}

#left_splash_header_1 {
    font-weight: bolder;
}

#left_splash_list_1 {
    padding-bottom: 5px;
}

#left_tech_list {
    padding-bottom: 1080px;
}

.caption {
	text-transform: none;
	font-size: small;
	text-align: left;
	letter-spacing: normal;
}

.caption a { letter-spacing: normal; }

.right_text {
	height: auto;
	width: 600px;
	max-width: 600px;
	margin-bottom: 100px;
}

.right_text_desc {
	height: 7%;
	width: 600px;
	max-width: 600px;
    margin-bottom: 0px;
}
	
.right_text_desc a { 
	letter-spacing: normal; 
	font-size: 14px;
}
#right_text_desc {
	font-size: 14px;
	margin-bottom: 0px;
	height: auto;
}

.image_container {
	text-align: center;
}

.image_container img {
	display: inline-block;
	vertical-align: middle;
	float: none;
	padding: 10px 20px 10px 0px;
}

.shopify_container {
    padding: 20px 0px 20px 0px;
    text-align: center;
    /* border: 1px solid blue; */
}

.collection_container {
    display: inline-block;
	vertical-align: middle;
    float: none;
    width: 545px;
    /* border: 1px solid red; */
}

/* #product_1 {
    margin-bottom: 10px;
} */

#right_splash_header_1 {
	padding-top: 0px;;
}

#right_bio_header_1 {
	padding-bottom: 30px;;
}

/* 	overflow-y: scroll; */

#right_splash_text_1 {
	margin-bottom: 0px;
	padding-top: 13px;
}

#right_tech_text_1 {
    padding-bottom: 700px;
}

#right_bio_text_1,
#right_art_text_1_1, #right_art_text_1_2, #right_art_text_1_3, #right_art_text_1_4, #right_art_text_1_5, #right_art_text_1_6,
#right_art_text_2_1, #right_art_text_2_2, #right_art_text_2_3, #right_art_text_2_4,
#right_art_text_3_1, #right_art_text_3_2, #right_art_text_3_3, #right_art_text_3_4,
#right_art_text_4, #right_art_text_5, #right_art_text_6,
#right_tech_text_1_1, #right_tech_text_1_2, #right_tech_text_1_3, #right_tech_text_1_4, #right_tech_text_1_5,
#right_tech_text_2, #right_tech_text_3, #right_tech_text_4 {
	font-size: 14px;
	margin-bottom: 0px;
}
#right_splash_text_1,
#right_bio_text_1,
#right_art_text_1, #right_art_text_1_1, #right_art_text_1_2, #right_art_text_1_3, #right_art_text_1_4, #right_art_text_1_5, #right_art_text_1_6,
#right_art_text_2, #right_art_text_2_1, #right_art_text_2_2, #right_art_text_2_3, #right_art_text_2_4,
#right_art_text_3, #right_art_text_3_1, #right_art_text_3_2, #right_art_text_3_3, #right_art_text_3_4,
#right_art_text_4, #right_art_text_5, #right_art_text_6,
#right_tech_text_1_1, #right_tech_text_1_2, #right_tech_text_1_3, #right_tech_text_1_4, #right_tech_text_1_5,
#right_tech_text_1, #right_tech_text_2, #right_tech_text_3, #right_tech_text_4 {
	height: auto;
}

figure {
	display: none;
	width: 500px;
}

.video_container {
	text-align: center;
    padding: 15px 0px 15px 0px;
}

video {
	display: inline-block;
	vertical-align: middle;
    float: none;
}

.gallery {
	width: 620px;
	padding: 10px 0px 0px 0px;
	
/* 	border: 1px solid #000fff; */
}
	
/* FOOTER
--------------------------------------------------------*/

#footer {
	position: fixed;
	bottom: 0px;
	width: 100%; 
	height: auto;
	background-color: #ff00ff;
	margin-top: 0px;
/* 	border-top: 1px solid #ff00ff; */
}

.footer_content {
	text-align: center;
	
/* 	border: 1px solid #0000ff; */
}

#footer_title, #footer_nav {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	float: none;
	
	margin: 10px auto;
	
/* 	border: 1px solid #0000ff; */
}

#footer_title {
	padding: 5px 20px 0px 0px;
	border-right: 1px solid #fff;
	text-align: right; 
}

#footer_title h2 {
	font-size: 18px;
	font-weight: bolder;
}

#footer #nav li {
	font-size: 15px;
	margin: 5px 13px 8px 5px;
}

#footer #nav li a {
	text-decoration: none;
/* 	text-transform: lowercase; */
}


@media screen and (max-width: 100px) {

html, body {
	overflow: visible;
}

#main {
	display: none;
}
#header {
	display: none;
}

#mobile {
	display: block;
}

/*= NAVIGATION
--------------------------------------------------------*/

#mobile_header {
	width: 100%; 
	height: auto;
	background-color: #000;
	margin-top: 0px;
	border-bottom: 1px solid #fff;
	position: fixed;
	z-index: 1;
	
/* 	background-color: rgba(0, 0, 0, 1); */
}

.mobile_header_content {
	text-align: center;
	margin-left: 0px; 
	background-color: rgba(0, 0, 0, 1);
/* 	border: 1px solid #0000ff; */
}

#mobile_name, #mobile_nav {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	float: none;
	
	margin: 10px 0px 10px 0px;
	
/* 	border: 1px solid #0000ff; */
}

#mobile_name {
	padding-right: 0px;
/* 	border-right: 1px solid #fff; */
	text-align: justify;
	cursor: pointer;
}

/*
#mobile_first {
	font-size: 20px;
	letter-spacing: 10px;
}
*/

#mobile_last {
	letter-spacing: 12.5px;
	padding-left: 5.5px;
}

#mobile_nav { 
	float: none;
	margin-top: 10px;
	padding-left: 10px;
}

#mobile_nav ul {
	list-style: none;
	display: block;
	margin: 0px auto 0px 0px;
	padding: 0px auto 0px 0px;
}

#mobile_nav li {
	display: inline;
	margin: 0px 35px 0px 5px;
	padding-left: 1px;
	cursor: pointer;
}

#mobile_header a {
	text-decoration: none;
	text-transform: lowercase;
}

/*
#mobile_nav_left, #mobile_nav_right {
	display: none;
}
*/

/*= MAIN
--------------------------------------------------------*/

#mobile {
	width: 100%;
	height: auto;
	text-align: center;
	
	min-height: 750px;

	padding: 50px 0px 0px 0px;
}

.mobile_bg:before {
	left: 0px;
	background-size: cover;
	z-index: 0;
	content: " ";
	position: fixed;
/* 	background: url("../assets/brain_bg.png") no-repeat fixed 50%; */
	will-change: transform;
	width: 100%;
	height: 100%;
}

.mobile_content_container {
	width: 100%;
	height: 100%;
	margin: 50px auto;
	text-align: center;
	vertical-align: middle;
	min-height: 750px;
	
/* 	border: 1px solid #FF00ff; */
}

/* landing page
-----------------*/

#mobile_splash {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	float: none;
	text-align: center;
}

#mobile_splash_text {
	height: auto;
	margin: 120px 0px 0px 0px;
	padding: 0px;
}

.mobile_title_text, .mobile_button_text {
	border: none;
	overflow: hidden;
}

.mobile_title_text {
	height: 75px;
	
	text-shadow: 2px 2px 5px black;
	padding: 0px;
}

.mobile_title_text a {
	text-transform: lowercase;
}

/*
#mobile_welcome { margin-bottom: -180px; }
#mobile_stimuli { margin-bottom: -180px; }
#mobile_select { margin-bottom: -180px; }
*/

.mobile_button_text { padding: 15px; }

#mobile_splash_buttons { 
	height: auto;
	margin: 0px 0px 120px 0px;
	float: none;
	cursor: pointer;
}

.mobile_button_column { 
	height: auto;
	vertical-align: top;
	display: inline-block;
	padding: 0px;
	margin: 0px 10px 0px 10px;
	float: none;
	
}

#mobile_left_button, #mobile_right_button {
	position: relative;
	display: block;
	width: 200px;
	height: auto;
	background-color: rgba(0, 0, 0, 0);
	
	padding: 15px;
	
	color: #fff;
	font-size: 16px;
	letter-spacing: 4px;

	border: 1px solid #fff;
}

#mobile_left_lower, #mobile_right_lower {
	position: relative;
	left: -16px;
	top: 17px;

	width: 200px;
	height: auto;
	background-color: rgba(0, 0, 0, 0);
	padding: 15px 15px 15px 15px;
	
	border: 1px solid #fff;
}

/* SLIDE CONTENT
--------------------------------------------------------*/


/* text box
-----------------*/

#mobile_left_text, #mobile_right_text {
	
	width: 90%;
	max-width: 700px;
	height: auto;
	margin: 0px auto;
	padding: 0px 0px;
	position: relative;
	
	display: block;
	
	text-align: left;
	
	background-color: rgba(0, 0, 0, 0);
	
/* 	border: 1px solid #000fff; */
}

#mobile_left_text h3, #mobile_right_text h3 {
	text-align: center;
	margin: 40px 0px 30px 0px;
	padding: 0px;
}

#mobile_right_text {
	padding-bottom: 100px;
}


/* dot selectors
-----------------*/

.mobile_left_dots, .mobile_right_dots {
	position: relative;
	margin: 0px 0px 0px 0px;
	
/* 	border: 1px solid #fff000; */
}

.mobile_red_dot { 
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background: red;
	opacity: 85%;
	position: absolute;
	cursor: pointer;

}

#mobile_science_dot {
	left: calc(50% + 190px);
	top: calc(50% - 90px);
}

#mobile_philosophy_dot {
	left: calc(50% + 273px);
	top: calc(50% - 25px);
}

#mobile_governance_dot {
	left: calc(50% + 300px);
	top: calc(50% - 275px);
}

#mobile_politics_dot {
	left: calc(50% + 285px);
	top: calc(50% + 90px);
}

#mobile_games_dot {
	left: calc(50% - 285px);
	top: calc(50% - 35px);
}

#mobile_music_dot {
	left: calc(50% - 220px);
	top: calc(50% - 55px);
}

#mobile_code_dot {
	left: calc(50% - 320px);
	top: calc(50% - 270px);
}

#mobile_art_dot {
	left: calc(50% - 310px);
	top: calc(50% + 75px);
}

/* FOOTER
--------------------------------------------------------*/

#footer {
	position: fixed;
	bottom: 0px;
	width: 100%; 
	height: auto;
	background-color: #000;
	margin-top: 0px;
	border-top: 1px solid #fff;
}

.footer_content {
	text-align: center;
	
/* 	border: 1px solid #0000ff; */
}

#footer_title, #footer_nav {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	float: none;
	
	margin: 10px auto;
	
/* 	border: 1px solid #0000ff; */
}

#footer_title {
	padding: 5px 20px 0px 0px;
	border-right: 1px solid #fff;
	text-align: right; 
}

#footer #nav li {
	font-size: 11px;
	margin: 5px 13px 0px 5px;
}

#footer #nav li a {
	text-decoration: none;
	text-transform: lowercase;
}


}
