html{height:100%}
body {
	padding-top:210px;
	font-family: 'Titillium Web', sans-serif;
}
h1,h2,h3,h4,h5{
	/* font-family: 'Indie Flower', cursive; */
	/* font-family: 'Caveat', cursive; */
	/* font-family: 'Kalam', cursive; */
	font-family: 'Nothing You Could Do', cursive;
	/* font-family: 'Merienda', cursive; */
	/* font-family: 'Handlee', cursive; */
	/* font-family: 'La Belle Aurore', cursive; */
	color:rgb(255,100,50);
	}
body{
	background-color:rgb(255,100,50);
	background: url('studio.jpg') no-repeat center center fixed;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
	background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
	background-size: cover;
}
.cloud{
	/* font-family: 'Indie Flower', cursive; */
	font-family: 'Caveat', cursive;
	/* font-family: 'Kalam', cursive;	 */
	/* font-family: 'Nothing You Could Do', cursive; */	
	/* font-family: 'Merienda', cursive; */
	/* font-family: 'Handlee', cursive; */
	/* font-family: 'La Belle Aurore', cursive; */
	font-size: 1.4rem;
}
.cell{
	margin-bottom:5px;
}
.cloud p{
	line-height:3rem;
}
@media all and (max-width:640px){
	.cloud p{line-height:1.5rem;}
}


.sticky-shrinknav-menu{
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  line-height: 2.5rem;
  width: 100%;
  transition: all 0.5s ease;
}
.toggle-menu{
	position:absolute;
	padding:1rem;
	bottom: 0;
	align-self:flex-end;
	text-align:right;
	z-index:99;
}
.sticky-shrinknav-menu li {
  border-radius: 2px;
  transition: all 0.3s ease;
}
.sticky-shrinknav-menu li:hover {
  background-color: rgba(255,255,255,0.2);
}
.sticky-shrinknav-wrapper .sticky-shrinknav-menu li:hover {
  background-color: rgba(255,100,50,0.2);
}
.sticky-shrinknav-wrapper .sticky-shrinknav-menu a {
  color: rgb(255,100,50);
}
.sticky-shrinknav-menu a {
  color: #fefefe;
}
.sticky-shrinknav-header h1{padding-bottom:1rem;font-weight:bold;}
.sticky-shrinknav-header-title {
  transition: all 0.3s ease;
  position: relative;
  -webkit-transform: translateY(-1.875rem);
      -ms-transform: translateY(-1.875rem);
          transform: translateY(-1.875rem);
  margin-bottom: 0;
  color: #fefefe;
}
.sticky-shrinknav-header{
  width: 100%;
  height: 12rem;
  padding-top:60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction:column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  z-index:99;
}
hr{
  margin: 5px 0 8px 0;
  border: 0; 
  height: 1px;
width:100%;  
  background-image: -webkit-linear-gradient(left, #f9c784, #8c8b8b, #f9c784);
  background-image: -moz-linear-gradient(left, #f9c784, #8c8b8b, #f9c784);
  background-image: -ms-linear-gradient(left, #f9c784, #8c8b8b, #f9c784);
  background-image: -o-linear-gradient(left, #f9c784, #8c8b8b, #f9c784); 
}
header hr{
  background-image: -webkit-linear-gradient(left, #f9c784, white, #f9c784);
  background-image: -moz-linear-gradient(left, #f9c784, white, #f9c784);
  background-image: -ms-linear-gradient(left, #f9c784, white, #f9c784);
  background-image: -o-linear-gradient(left, #f9c784, white, #f9c784); 	
}
body.sticky-shrinknav-wrapper .menu{
	background-color:white;
}
body.sticky-shrinknav-wrapper {
  padding-top: 130px;
}

body.sticky-shrinknav-wrapper .sticky-shrinknav-header {
  margin-top:-16px;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 1);
}
@media all and (max-width:640px){
	body.sticky-shrinknav-wrapper .sticky-shrinknav-header {background-color: rgba(255,255,255,0);}
	.menu{background-color:rgba(255, 100, 50, 1);}
}
body .mobile-menu{
	height: 20rem;
}
body.sticky-shrinknav-wrapper .mobile-menu{
	height: 11rem;
}
body.sticky-shrinknav-wrapper .sticky-shrinknav-header .sticky-shrinknav-header-title {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition: all 0.3s ease;
}
h1{font-size: 2rem;}
h2{font-size: 1.5rem;}
h3{font-size: 1.3rem;}
h4{font-size: 1.1rem;}

@media all and (max-width:640px){
h1{font-size: 1.8rem;}
h2{font-size: 1.3rem;}
h3{font-size: 1.1rem;}
h4{font-size: 1rem;}
}
footer{
	font-size:0.9em;
	color: rgb(255,100,50);
	background-color: rgb(255,230,200);
	padding:1rem;
	text-align:center;
}

footer p{
	margin-bottom: 5px;
	line-height: 1.2;
}
footer .grid-x .cell{
	background-color:transparent;
}
.picture{
	padding:0 4rem;
}

.grid-padding-x .cell{
	padding: 1rem;
}
.grid-padding-x{
	margin-bottom:1rem;
}
.grid-margin-x .cell{
	margin-bottom:1rem;
	padding:1rem;
}
.cell{
	background-color:rgba(255,240,220,.75);
	border-radius: 0.5rem;
}


