/* Colors:

	#c02942 Red			-a
	#9a2135 Red-Dark	-b

*/

/* ==========================================================================
   Fonts
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Lato:400,900);

html {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0); /*Removes click flash on iPhone*/
}

body {
  color: #243040;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-top: 50px;
  background-image: url("../img/paper.png");
  
}
.ie-warning {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
h1 {
	font-weight: 400;
	text-align: center;
	font-size: 35px;
	margin-bottom: -15px;
	color: #c02942;
}
h2 {
	font-weight: 400;
	text-align: center;
	font-size: 18px;
	color: #c02942;
}
strong {
	font-weight: 900;
	color: #c02942;
}

/* ==========================================================================
   Guides
   ========================================================================== */

#phone {
	position:fixed;
	width: 320px;
	height: 460px;
	background: #ccc;
	display: none;
	
}

/* ==========================================================================
   Navigation
   ========================================================================== */


input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#navbar label { 
  position: fixed;
  left: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  z-index: 5000;
  padding: 10px;
  display: inline-block;
  cursor: pointer;
}
#slide-menu {
  top:36px;
  position: fixed;
  background-color: #c02942;
  left: 20px;
  margin-top: 0px;
  width: 0px;
  height: 0px;
  -webkit-transition: h 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
  -o-transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  overflow: hidden;
  /*box shadow*/
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1), 0px 5px 7px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1), 0px 5px 7px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1), 0px 5px 7px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1), 0px 5px 7px 0px rgba(0,0,0,0.2);
  z-index: 5000;
  /*border radius*/
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  /*border radius*/
  border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -o-border-top-left-radius: 2px;
  /*border radius*/
}

#slide-menu img {
	width: 0px; /*:checked*/
	height: 0px; /*:checked*/
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	top: 10px;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    transition: all 0.50s ease-in-out;
}
#slide-menu p {
  font-weight: 900;
  font-size: 13px;
  color: #9a2135;
  padding-left: 20px;
  line-height: 30px;
  border-top: 1px solid #9a2135;
  margin-top: 300px; /*:checked*/
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
  -o-transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
}
#slide-menu ul {
  font-weight: 300;
  font-size: 15px;
  padding: 0px;	
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  white-space: nowrap;
}
#slide-menu a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
  -o-transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  display:block;
  letter-spacing: 1px;
}
#slide-menu a:hover {
  text-decoration: none;
  color: #fff;
  text-indent: 30px;
  background-color: #9a2135;
}
#slide-menu li {
  color: #CCC;
  list-style:none;
  padding: 0px;
  text-indent: 20px;
  line-height:25px;	
  text-transform: lowercase;
}
#burger {
  width: 24px;
  height: 4px;
  border-radius: 4px;
  background: #c02942;
  user-select: none;
}
#burger:before, #burger:after {
  display: block;
  position: absolute;
  background: #c02942;
  content: " ";
  width: 24px;
  height: 4px;
  margin-top: 8px;
  border-radius: 4px;
}
#burger:after {
	margin-top: 16px;
}
input[type=checkbox]:checked ~ #slide-menu {/*This is the key to activating the menu*/
  margin-top: 0px;
  width: 280px;
  min-height: 280px;
}
input[type=checkbox]:checked ~ #slide-menu img{/*This is the key to activating the menu*/
  transition-delay: 0.50s;
  width: 80px;
  height: 80px;
}
input[type=checkbox]:checked ~ #slide-menu p{/*This is the key to activating the menu*/
  transition-delay: 0.50s;
  margin-top: 20px;
}

/* ==========================================================================
   Blob Nav
   ========================================================================== */

#blob-nav ul {
	list-style-type: none;
	    margin: 0;
	    padding: 0;
		text-align: center;
		margin-bottom: 30px;
}
#blob-nav li {
	display: inline;
	background: #de6a8b;
	padding: 15px;
	font-size: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}
#blob-nav .active {
	background: #c02942;
}
#blob-nav a {
	
	  text-decoration: none;
	  color: #fff;
	  line-height: 60px;
}




/* ==========================================================================
   Content
   ========================================================================== */

.avatar {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
}
.avatar img {
	width: 100%;
	height: auto;
}
.seth {
	background-image: url("../photos/upload-seth/latest.jpg");
	background-size: 100%;
}
.ruby {
	background-image: url("../photos/upload-ruby/latest.jpg");
	background-size: 100%;
}




/* ==========================================================================
   Footer
   ========================================================================== */
#copyright {
	position: fixed;
	bottom: 0px;
	width: 100%;
}


/* ==========================================================================
   Responsive Options
   ========================================================================== */
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}