@charset "utf-8";
/* CSS Document */
/* 
 *	Name: Motion layout;
 *	Author: Leah Rosene;
 *	Website : leahrosene.com;*/



/* General Styles
--------------------------------------------- */

body {
	margin: 0;
	padding: 0;
}



/* Motion
--------------------------------------------- */
body {
  background: #000;
}

.container {
	width: 100%;
  max-width: 1200px;
  background:#FCAE92 ;
  overflow: hidden;
  margin: 25px auto;
  position: relative;
    height: 600px;}
    .smile:hover {
      transform: scale(-1.8) translate(-50%, -50%);
    }
    .camp:hover {
      transform: scale(1.4);
    }
  

.smile {
    top:100%;
    left:55%;
  width: 1200px;
  height: 800px;
  position: absolute;
  transform: translate(-50%, -50%);
  transform-origin: left;
  transition: transform 2s;
}

.camp {
  top: 22.5%; 
  left: 37.8%;
  z-index: 1;
  position: absolute;
  transform: scale(1);
  transition: transform 2s;
}



/* Helper Classes
--------------------------------------------- */

.clearfix {
	display: block;
	clear: both;
}


/* Typography
--------------------------------------------- */

body {
	font-size:18px;
	line-height: 32px;
	color: black;
	word-wrap:break-word !important;
	font-family: 'Open Sans', sans-serif;
    background-color: #FCAE92
}
body:hover{
     width: 100%;
    transition-delay: 0s;

      opacity: 1;
      transition: opacity .5s 1.4s ease;
     background-color:#F78F84;
    transform: translateX(500px) scale(.2);
 transform: translateX(0px) scale(1);
  }


aside:hover{
    transform: translateX(-100px);
}

section:hover{
    transform: translateY(100px);}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0; 
}
p:hover{animation-delay:  0.5s;
    animation: fadeIn 5s;}

/* Links
--------------------------------------------- */

a {
	text-decoration: none;
	color: #FF5722
}

a:hover {
	text-decoration: underline; 
	color: #E64A19;
     transform: scale3d(1,1,1);
    
}



/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto Slab", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 40px; color:white;
}

h2 {
    font-size: 30px; color:black;} h2:hover {transform:scaleY(3.5);filter: url(#threshold) blur(2px);color:#FF7F50}

h3 {
    font-size: 24px; color:white;} h3:hover{transform: scaleY(3.5);filter: url(#threshold) blur(2px);color:#FF7F50;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}



/* Sections
--------------------------------------------- */

#container{
	margin: 0 auto;
	max-width: 1200px;
}



/* Header
--------------------------------------------- */

header {
	width: 94%;
	padding: 3%;
	background-color:white;
}

header #title {
	font-size: 50px;
	color:black;
}
header:hover{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    white 0%,
    #FE8F66 29%,
    #FD9E7C 67%,
    #FCAE92 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}



/* Navigation
--------------------------------------------- */

nav {
	width: 97%;
	background-color:rgba(75,29,29,1.00);
	padding: 0 1.5% 0 1.5%;
}

nav ul li {
	display: inline-block;
	padding: 15px 1.5% 15px 1.5% ;
}

nav ul li a {
	text-decoration: none;
	color: #ffffff;
	font-size: 1.2em;
    display:block;
}

nav ul li a:hover {
	color: #000000;
	text-decoration: none;
    animation-delay:  0.5s;
    animation: fadeIn 5s;
}
nav select {
  display: none;
}



/* Content
--------------------------------------------- */

#content {
	float: left;
	padding: 3%;
	width: 64%;
}



/* Sidebar
--------------------------------------------- */

aside {
	float: right;
	padding: 3%;
	width: 24%;
	background-color:rgba(75,29,29,1.00) ;
}
aside p{color:white}

/*Image
-----------------------------------------------*/
img{display: inline-block; margin-left:10px;}

/* Footer
--------------------------------------------- */

footer{
	width: 94%;
	padding: 3%;
	background-color:rgba(75,29,29,1.00) ;
	border-top: 5px solid white;
	color: #fff;
	text-align: center;
}


/* Media Queries
--------------------------------------------- */

@media screen and (max-width: 700px) /*Tablet*/
{
    header{text-align: center}
    nav ul li{display:flex}
    nav ul li a{text-align: center;
    float: none;
    width: 100%; height:100px;
    }
    section{width:100%;display: block;text-align: center;}
    section h2{margin-left:40%;}
    section p{width:100%;display: block;flex-direction: row;margin-left:25%;}
    aside{width:100%;text-align: center;display: block;}
    aside h3{margin-left: 10%;}
    aside p{width:100%;display: block;flex-direction: column;margin-left:2%;}
    img{width:100%;
    margin-left:2px;}
}
@media screen and (max-width: 400px) /*Phone*/   
{     
    header{text-align: center}
    nav ul li{display:flex}
    nav ul li a{text-align: center;margin-top:20px;
    float: none;
    width: 100%;
    height:100px; 
    }
    section{width:100%;display: block;text-align: center;}
    section h2{margin-left:40%;}
    section p{width:100%;display: block;flex-direction: row;margin-left:25%;}
    aside{width:100%;text-align: center;display: block;}
    aside h3{margin-left: 10%;}
    aside p{width:100%;display: block;flex-direction: column;margin-left:2%;}
    img{width:100%;
    margin-left:2px;}
}

