v/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1.4;
	font-family: 'Rubik', sans-serif;
	font-weight: 600;
	height: 100%;
	color: #222222;
	width: 100%;
	overflow-x: hidden;
}

ol, ul {
	list-style: none;
}

html {
	background: #FFFFFF;
}

a:hover {
	cursor: pointer;
}


/* ----- START MOBILE FIRST STYLES -------- */


#wrapper {
	margin: 0 auto;
	width: 85%;
}

#home-wrapper, #about-wrapper, #portfolio-wrapper, #contact-wrapper {
	display: table;
	height: 100vh;
}


#home, #about, #portfolio, #contact {
	display: table-cell;
	vertical-align: middle;
}

.bold, .bold-color {
	font-weight: 600;
}

/*-- NAV -- */

nav {
	z-index: 999;
	position: fixed;
	top: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	display: block;
	padding: 10px;
}

nav img {
	width: 50px;
	display: inline;
	margin: 3% 0 2% 5%;
}

nav img:hover {
	opacity: 0.5;
	cursor: pointer;
}

#menu {
	background-image: url('/img/menu-grey.png');
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 50%;
	display: inline-block;
	cursor: pointer;
	width: 30px;
	height: 38px;
	margin-left: 60%;
	overflow: hidden;
}

#menu:hover {
	opacity: 0.5;
}

a.fr {
	font-weight: 600;
	letter-spacing: 2px;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: 9999px;
}

ul.navmenu {
	display: none;
}

nav ul li {
	padding: 10px;
	text-align: right;
	margin: 0 5%;
}

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

nav ul li a:hover {
	color: #94DB5E;
	transition: all 0.3s ease-in-out;
	 -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	text-decoration: none;
}

a.fr:hover {
	opacity: 0.5;
	color: #222;
}

li a.desktopnav, li a.frdesktop {
	display: none;
}

/*-- HOME PAGE -- */

#home {
	display: block;
	height: 100%;
	position: relative;
	margin-top: 120px;
}

#home img.banner-mobile {
	width: 100%;
	display: block;
}

#home img.banner-tablet {
	display: none;
}

#home img.banner-desk {
	display: none;
}


#home h1 {
	font-family: monospace;
	font-size: large;
	margin-top: 30px;
	color: #bbb;
	width: 200px;
}

.superscript {
	vertical-align: super;
	font-size: smaller;
}

#home p {
	
}

/*-- ABOUT PAGE -- */


#about h2, #contact h1 {
	margin-bottom: 20px;
	text-transform: lowercase;
}


#about p {
	margin: 10px 0;
	font-weight: 400;
}

#about p a {
	color: black;
	text-decoration: none;
	font-weight: 600;
}

#about p a:hover {
	color: #94DB5E;
	transition: all 0.3s ease-in-out;
	 -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;

}

#about .cv-link {
	margin: 30px auto 0 auto;
}

#about .cv-link a {
	color: black;
	border-radius: 6px;
	cursor: pointer;
	margin-top: 16px;
	text-decoration: none;
	text-transform: lowercase;

}

#about .cv-link a:hover {
	color: #94DB5E;
	transition: all 0.3s ease-in-out;
	 -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

#about .column-right {
	display: none;
}

/*-- PORTFOLIO PAGE -- */


#portfolio .accordion {
  background-color: #222;
  color: #FFFFFF;
  border-radius: 6px;
  cursor: pointer;
  padding: 20px 20px 14px 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  text-transform: lowercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: small;
  font-weight: 600;
  transition: 0.3s;
  -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

#portfolio .active {
  background-color: white;
  border: solid 2px black;
  color: black;
}

/*

#portfolio .accordion:hover {
	background-color: #eee;
	color: black;
}*/

#portfolio .panel {
  padding: 0 18px;
  background-color: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
   -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

#portfolio .accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 12px;
  color: #ddd;
  float: right;
}

#portfolio .active:after, #modalFREE .active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

#portfolio .panel img {
	width: 100%;
	margin: 7px 0;
}



#portfolio .panel button img:hover {
	opacity: 0.5;
}

/*--- INNER ACCORDION ---*/

.inner-accordion {
  border-radius: 6px;
  cursor: pointer;
  padding: 20px 20px 14px 20px;
  width: 100%;
  text-align: left;
  border: 2px solid black;
  outline: none;
  text-transform: lowercase;
  margin: 10px 0;
  font-weight: 600;
  background: white;
  transition: 0.3s;
  -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}


.inner-accordion:hover {
	background-color: white;
	 transition: 0.3s;
  -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

#modalFREE .active {
  background-color: white;
}

.inner-accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 12px;
  float: right;
}

.inner-panel {
	padding: 0 18px 0 14px;
  background-color: #fcfcfc;
  overflow: hidden;
  max-height: 0;
  transition: 0.3s ease-out;
   -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

.pinner {
	padding: 10px 0;
	font-weight: 400;
	font-size: small;
}

span.block {
	padding: 5px;
}

p.divider {
	border-bottom: 1px solid #eee;
	width: 100%;
	padding-top: 15px;
	margin-bottom: 15px;
}

div.divider {
	border-top: : 1px solid #eee;
	width: 100%;
	padding-top: 15px;
	margin-bottom: 15px;
}

.inner-panel h2, h2.travel {
	color: #bbb;
	padding: 10px 0;
	font-weight: 600;
	text-transform: lowercase;
}

div.video {
	margin: 5px 0;
}

div.imgscroll1 {
    height: 500px;
    margin-top: 30px;
    overflow: scroll;
    border: 1px solid #eee;
}

div.imgscroll2 {
	float: left;
    height: 500px;
    width: 45%;
    margin-bottom: 30px;
    margin-right: 25px;
    overflow: scroll;
    border: 1px solid #eee;
}

div.imgscroll3 {
    height: 500px;
    overflow: scroll;
    border: 1px solid #eee;
}

/*--- MODAL ---*/

.modal {
    display: none; 
    position: fixed; 
    z-index: 8888;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: #FCFCFC; /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fcfcfc;
    margin: 10vh auto; /* 15% from the top and centered */
    padding: 12px;
    width: 90%; /* Could be more or less, depending on screen size */
}

.modal-content .contact-form {
	width: 92%;
	margin: 0 auto;
}

.modal-content img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.modal-content img {
	padding: 5px 0;
}

img.hpimg {
	width: 35%;
	padding-top: 25px;
}

.modal-content h1 {
	text-transform: lowercase;	
	color: black;
	padding-top: 25px;
	font-size: 1.2em;
	text-align: center;
	font-weight: 600;
}

.modal-content .ppsingle {
	padding: 20px 0;
	font-weight: 400;
	font-size: small;
}

.modal-content .ppone {
	padding-top: 20px;
	font-weight: 400;
	font-size: small;
}

.modal-content .ppother {
	padding: 20px 0;
	font-weight: 400;
	font-size: small;
}

.modal-content a {
	text-decoration: none;
	color: #222;
	font-weight: 600;
}

.modal-content a:hover {
	color: #94DB5E;
	 transition: 0.3s;
  -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.modal-content .instawidget {
	padding: 20px 0;
}

.instawidget a img {
	width: 45px;
	padding-bottom: 20px;
}

/* The Close Button */
a.close {
    color: #ccc;
    float: right;
    font-size: 24px;
    margin-right: 10px;
    font-weight: 600;
}

a.close:hover, a.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#portfolio button.button {
  background:none;
  padding: 3px 0;
  outline: none;
  border: none;
}

#portfolio button.button:hover {
  color:#a99567;
  cursor: pointer;
}

/*-- CONTACT PAGE -- */

#contact p {
	font-weight: 400;
}

#contact-wrapper {
	margin: 0 auto;
	width: 100%;
}

#contact {
	padding-top: 60px;
}

/*
input[type=text], input[type=email], textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 16px;
  margin-bottom: 6px;
  resize: vertical
}

textarea {
	height: 90px;
}

button[type=submit]{
  background-color: #F8B500;
  color: #222;
  padding: 10px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-size: small;
  text-transform: uppercase;
  width: 80px;
  margin-top: 16px;
  margin-bottom: 6px;
  float: left;
}

button[type=submit]:hover {
  background-color: #222;
  color: white;
	transition: all 0.3s ease-in-out;
	 -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus {
	border: 1px solid #F8B500;
	outline: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

button[type=submit]:focus {
	outline: none;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	
}

.help-block li {
	font-size: small;
	color: #ccc;
}

#msgSubmit {
	margin-top: 24px;
	margin-left: 24px;
	float: left;
	font-weight: 600;
}*/

ul.social-media {
	clear: both;
}

ul.social-media li {
	display: inline;
	margin-right: 10px;
}

ul.social-media li a img {
	width: 25px;
}

ul.social-media li a:hover, .instawidget a:hover {
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
	 -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	cursor: pointer;
}

/*-- FOOTER -- */

footer {
	width: 100%;
	display: block;
	text-align: right;
}

.foot-wrapper {
	width: 85%;
	margin: 0 auto;
}

footer a.up-arrow img {
	width: 25px;
}

footer a.up-arrow:hover {
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
	 -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	cursor: pointer;
}

footer .foot-info {
	text-align: left;
	margin-bottom: 30px;
}
/*
footer .footnote {
	font-family: monospace;
	color: #bbb;
}*/

footer .disclaimer {
	font-size: small;
	margin: 10px 0 5px 0;
	color: #94DB5E;
}

footer .copyright {
	font-size: small;
	color: #94DB5E;
}



/* END MOBILE FIRST STYLES */



@media all and (min-width: 360px) {
	#menu {
		margin-left: 63%;
	}
}

@media all and (min-width: 375px) {
	#menu {
		margin-left: 65%;
	}

}

@media all and (min-width: 414px) {
	#menu {
		margin-left: 67%;
	}
}

@media all and (min-width: 480px) {
	#menu {
		margin-left: 70%;
	}

}

@media all and (min-width: 568px) {
	#menu {
		margin-left: 73%;
	}

	#portfolio button.button {
		width: 49%;
		padding: 3px;
	}

	.modal-content .contact-form {
		width: 80%;
	}

	img.hpimg {
		width: 28%;
	}

}

@media all and (min-width: 667px) {
	#wrapper {
		width: 75%;
	}

	.foot-wrapper {
		width: 75%;
	}

	#menu {
		margin-left: 75%;
		height: 43px;
	}

	.modal-content {
		width: 85%;
	}

	.modal-content .contact-form {
		width: 75%;
	}

	#portfolio .accordion {
		width: 80%;
	}

	#portfolio {
		text-align: center;
		margin: 0 auto;
	}

	#portfolio button.button {
		float:left;
		margin-left: 3px;
	}

	#portfolio .panel img {
		margin-top: 2.5px;
		margin-bottom: 2.5px;
	}

	footer .foot-info {
		float: left;
	}

}

@media all and (min-width: 736px) {

	#menu {
		margin-left: 77%;
		height: 50px;
	}

	img.hpimg {
		width: 25%;
	}

	#home img.banner-mobile {
	display: none;
	}

	#home img.banner-tablet {
	width: 100%;
	display: block;
	}

	#home img.banner-desk {
	display: none;
	}

	#portfolio button.button {
		margin-left: 5px;
	}

	.multiimg img {
		float:left;
		width: 47%;
		padding-right: 10px;
	}

	img.twoimg {
		display: inline-block;
		width: 48%;
		padding: 3px 5px 0 0;

	}

	#contact {
		padding-top: 100px;
	}



}

@media all and (min-width: 812px) {
	#menu {
		height: 54px;
		margin-left: 78%;
	}


	.modal-content .contact-form {
		width: 70%;
	}

	.modal-content {
		width: 75%;
	}

	#home {
		margin-top: 150px;
	}

}

@media all and (min-width: 880px) {
	#about-wrapper {
		margin: 0 auto;
		width: 80%;
	}

	#contact-wrapper {
		width: 80%;
	}

}

@media all and (min-width: 1000px) {
	#menu {
		height: 62px;
	}
}

@media all and (min-width: 1024px) {
	#menu, li a.item, li a.fr {
		display: none;
	}

	nav {
		padding: 0;
		display: table;
	}

	nav img {
		display: inline;
	}

	nav ul.navmenu {
		display: inline !important;
		float: right;
		margin-top: 60px;
		margin-right: 36px;
	}

	nav ul li {
		padding: 0;
		margin: 0;
		display: inline;
	}

	li a.desktopnav, li a.frdesktop {
		display: inline;
		padding: 20px;
		margin: 0;
	}

	li a.frdesktop {
		font-weight: 600;
		letter-spacing: 2px;
	}

	li a.frdesktop:hover {
		opacity: 0.5;
		color: #222;
	}

	#wrapper {
		width: 80%;
	}

	#home h1 {
		font-size: x-large;
		width: 250px;
	}

	#home img.banner-mobile {
		display: none;
	}

	#home img.banner-tablet {
	display: none;
	}

	#home img.banner-desk {
		display: block;
		width: 100%;
	}

	#home h1 {
		margin-top: 20px;
	}

	#about-wrapper {
		width: 60%;
	}

	#portfolio-wrapper {
		width: 80%;
		margin: 0 auto;
	}

	#about h2 {
		margin-bottom: 30px;
	}

	#about p {
		margin: 15px 0;
	}

	#about .cv-link {
		margin-top: 45px;
	}

	#portfolio .accordion {
		width: 75%;
		font-size: medium;
		padding: 25px 25px 22px 25px;
		margin-top: 25px;
	}

	img.hpimg {
		padding: 35px 0 15px 0;
	}

	.modal-content h1 {
		padding: 35px 0 7px 0;
		font-size: 1.5em;
	}

	img.portraitpic {
		display: inline;
		float: left;
		width: 43%;
		margin-right: 20px;
	}

	#contact-wrapper {
		width: 60%;
	}

	#contact h1 {
		margin-bottom: 20px;
	}

	input[type=text], input[type=email], textarea {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	input[type=submit] {
		margin-top: 20px;
	}

	.foot-wrapper {
		width: 90%;
	}

	footer .disclaimer, footer .copyright {
		font-size: small;
	}

}


@media all and (min-width: 1366px) {

	nav img {
		margin: 3% 0 2% 4%;
	}

	#home {
		padding-top: 10px;
	}

	#about h2 {
		margin-bottom: 30px;
	}

	#about-wrapper {
		width: 50%;
	}

	#about .cv-link a {
		margin-top: 30px;
	}

	#portfolio-wrapper {
		width: 70%;
	}

	#portfolio .accordion {
		width: 70%;
	}

	img.hpimg {
		width: 20%;
		padding: 50px 0 20px 0;
	}

	.modal-content .contact-form {
		width: 60%;
	}

	#contact-wrapper {
		width: 50%;
	}

}






