/* import font-face */
@import url("font-face.css");

/* CSS Document 

	target / context = result   */

/* MEDIA QUERIES */

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

body {
	background-color: #FFF;
}

#header {
	background-color: #5CF0AC;
	margin-right: auto;
	margin-left: -1.5625%; /*10 / 640 * 100 */
	margin-top: -54px;
	width: 102.8%;
	height: 35%;
	clear: both;
}

#name {
	margin-left: 3.9026%;
	/*margin-left: 2.3401%;*/
    font-family: 'alfa_slab_oneregular';
	font-size: 3.375em;
	color: #FFF;
}

#portfolio {
	margin-left: 5em; /*41.09375%;*/
    font-family: 'jenna_sueregular';
	font-size: 4em;
	margin-top: -1.5em;
	color: #403932;
}

#nina img {
	float: right;
	width: 30.15625%; /* 225 / 640 */
	max-width: 250px;
	padding-top: 1.5625%;
	padding-right: 1.5625%;

}

nav ul li a {
    font-family: 'josefin_sansbold';
	font-size: 1.5em;
	text-decoration:none;
	color: #403932;
}


h1 {
    font-family: 'jenna_sueregular';
	color: #ca2e48;
	font-size: 4em;
}

#thumbnails img {
	/*border-style: solid;
	border-color: #403932;
	border-width: 7px; */
	border-top-left-radius: 60px;
	border-bottom-right-radius: 60px;
	width: 40%;
	margin-bottom: 4em;
	margin-left: 4em;
	box-shadow: 0px 3px 5px #444444;
}

#thumbnails a:hover img {
	border-top-right-radius: 60px;
	border-bottom-left-radius: 60px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

#work-text p {
	margin-top: -2em;
	float: left;
	width: 40%;
}

#work-text a {
	color: #ca2e48;
	text-decoration: none;
}

#work-text a:hover {
	color: #ca6878;
	text-decoration: none;
}

/*  SWIPE CSS   */

#slider {
	margin-top: -7em;
	margin-bottom: 3em;
}

.swipe {
	overflow: hidden;
	position: relative;
	max-width: 328px;
	width: 100%;
	height: 650px;
	margin: 100px auto 0;
}
.swipe-wrap {
	overflow: hidden;
	position: relative;
}
.swipe-wrap > div {
	float: left;
	width: 100%;
	position: relative;
}

.swipe-wrap img {
	max-width: 328px;
	max-height: 600px;
}

.swipe .nav {
	position: absolute;
	width: 80px;
	height: 38px;
	z-index: 10;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	color: #fff;
	top: 92%;
	cursor: pointer;
	background-color: rgba(0,0,0,0.8)
}
.swipe .nav.next {
	right: 0;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.swipe .nav.prev {
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

/*  SWIPE-LS (LANDSCAPE) CSS   */

#slider-ls {
	margin-top: -2em;
	margin-bottom: 3em;
}

.swipe-ls {
	overflow: hidden;
	position: relative;
	max-width: 640px;
	width: 100%;
	height: 450px;
	margin: 100px auto 0;
}
.swipe-wrap-ls {
	overflow: hidden;
	position: relative;
}
.swipe-wrap-ls > div {
	float: left;
	width: 100%;
	position: relative;
}

.swipe-wrap-ls img {
	max-width: 640px;
	max-height: 400px;
}

.swipe-ls .nav {
	position: absolute;
	width: 80px;
	height: 38px;
	z-index: 10;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	color: #fff;
	top: 90%;
	cursor: pointer;
	background-color: rgba(0,0,0,0.8)
}
.swipe-ls .nav.next {
	right: 0;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.swipe-ls .nav.prev {
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}


}

@media screen and (max-device-width: 1200px) {
	body {
		background-color: #FFF;
	}

#header {
	background-color: #5CF0AC;
	margin-right: auto;
	margin-left: -1.5625%; /*10 / 640 * 100 */
	margin-top: -54px;
	width: 102.8%;
	height: 35%;
	clear: both;
}

#name {
	margin-left: 3.9026%;
	/*margin-left: 2.3401%;*/
    font-family: 'alfa_slab_oneregular';
	font-size: 3.375em;
	color: #FFF;
}

#portfolio {
	margin-left: 5em; /*41.09375%;*/
    font-family: 'jenna_sueregular';
	font-size: 4em;
	margin-top: -1.5em;
	color: #403932;
}

#nina img {
	float: right;
	width: 30.15625%; /* 225 / 640 */
	max-width: 250px;
	padding-top: 1.5625%;
	padding-right: 1.5625%;

}

nav ul li a {
    font-family: 'josefin_sansbold';
	font-size: 1.5em;
	text-decoration:none;
	color: #403932;
}

h1 {
    font-family: 'jenna_sueregular';
	color: #ca2e48;
	font-size: 4em;
}

#thumbnails img {
	/*border-style: solid;
	border-color: #403932;
	border-width: 7px; */
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	width: 40%;
	margin-bottom: 2em;
	margin-left: 2em;
	box-shadow: 0px 3px 5px #444444;
}

#thumbnails a:hover img {
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

}

@media screen and (max-device-width: 800px) {
body {
	background-color: #FFF;
}

#header {
	background-color: #5CF0AC;
	margin-right: auto;
	margin-left: -1.5625%; /*10 / 640 * 100 */
	margin-top: -54px;
	width: 102.8%;
	height: 35%;
	clear: both;
}

#name {
	margin-left: 3.9026%;
	/*margin-left: 2.3401%;*/
    font-family: 'alfa_slab_oneregular';
	font-size: 3.375em;
	color: #FFF;
}

#portfolio {
	margin-left: 5em; /*41.09375%;*/
    font-family: 'jenna_sueregular';
	font-size: 4em;
	margin-top: -1.5em;
	color: #403932;
}

#nina img {
	float: right;
	width: 30.15625%; /* 225 / 640 */
	max-width: 250px;
	padding-top: 1.5625%;
	padding-right: 1.5625%;

}

nav ul li a {
    font-family: 'josefin_sansbold';
	font-size: 1.5em;
	text-decoration:none;
	color: #403932;
}

h1 {
    font-family: 'jenna_sueregular';
	color: #ca2e48;
	font-size: 4em;
}

#thumbnails img {
	/*border-style: solid;
	border-color: #403932;
	border-width: 7px; */
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	width: 40%;
	margin-bottom: 2em;
	margin-left: 2em;
	box-shadow: 0px 3px 5px #444444;
}

#thumbnails a:hover img {
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

}


@media screen and (max-device-width: 640px) and (orientation: portrait) {
	
/*   *1.5   (iPhone5: 640*1136  */
body {
	background-color: #FFF;
}
	
#header {
	background-color: #5CF0AC;
	margin-right: auto;
	margin-left: -1.5625%; /*10 / 640 * 100 */
	margin-top: -54px;
	width: 102.8%;
	height: 35%;
	clear: both;
}

#name {
	margin-left: 3.9026%;
	/*margin-left: 2.3401%;*/
    font-family: 'alfa_slab_oneregular';
	font-size: 5.0625em;
	color: #FFF;
}

#portfolio {
	margin-left: 4em; /*41.09375%;*/
    font-family: 'jenna_sueregular';
	font-size: 6em;
	margin-top: -1.25em;
	color: #403932;
}

#nina img {
	float: right;
	width: 45.234375%; /* 225 / 640 */
	max-width: 375px;
	padding-top: 1.5625%;
	padding-right: 1.5625%;

}

nav ul li a {
    font-family: 'josefin_sansbold';
	font-size: 3em;
	text-decoration:none;
	color: #403932;
}

h1 {
    font-family: 'jenna_sueregular';
	color: #ca2e48;
	font-size: 6em;
}

#thumbnails img {
	/*border-style: solid;
	border-color: #403932;
	border-width: 7px; */
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	width: 95%;
	margin-bottom: 4em;
	box-shadow: 0px 3px 5px #444444;
}

#thumbnails a:hover img {
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

#work-text p {
	float:none;
	width: 100%;
	font-size: 2.5em;
}

/*  SWIPE CSS   */

#slider {
	margin-top: 0em;
}

.swipe {
	overflow: hidden;
	position: relative;
	max-width: 820px;
	width: 100%;
	height: 1500px;
	margin: 100px auto 0;
}
.swipe-wrap {
	overflow: hidden;
	position: relative;
}
.swipe-wrap > div {
	float: left;
	width: 100%;
	position: relative;
}

.swipe-wrap img {
	max-width: 100%;
	max-height: 100%;
}

.swipe .nav {
	position: absolute;
	width: 80px;
	height: 38px;
	z-index: 10;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	color: #fff;
	top: 45%;
	cursor: pointer;
	background-color: rgba(0,0,0,0.8)
}
.swipe .nav.next {
	right: 0;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.swipe .nav.prev {
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

	
}

/*@media screen and (max-device-width: 320px) {
	body {
		background-color: green;
	}
}*/


/*   STYLE   */


#wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0%;
	width: 100%; /* 640px */
}




nav {
	margin-left: 3.9026%;
	/*margin-left: 2.3401%;*/
	display: table;
	padding-bottom: 0.6em;
	margin-top: -1em;

}

nav ul {
	display: table-row;
}

nav ul li {
	display: table-cell;
	/*display: inline-block;*/
	padding-right: 20%;
}

a:hover {
	color: #FFF;
}

a.selected {
	color: #FFF;
}

#content {
	margin-left: 2.3401%;
	margin-right: 2.3401%;
}


p {
    font-family: 'josefin_sanssemibold';
	color: #403932;
}

footer {
	background-color: #D9D2BB;
	margin-right: auto;
	margin-left: -1.5625%; /*10 / 640 * 100 */
	/*margin-top: -54px;*/
	width: 102.8%;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	margin-bottom: -1em;
}

#nameFooter p {
	margin-left: 2.3401%;
	font-family: 'alfa_slab_oneregular';
	font-size: 1.5em;
	color: #FFF;
}

#address {
	margin-left: 2.3401%;
}




#thumbnails a img {
	-o-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
