@charset "UTF-8";

html{overflow-y: scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}hr,legend{display:none;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li{list-style-type:none;}p{margin-bottom:1em;}a,label{cursor:pointer;}img{vertical-align:bottom;margin:0;padding:0;}

h1, h2{
	font-weight: 600;
}

h3{
	font-weight: 500;
	color: #999
}

.link1{
	text-decoration: none;
	color: #888;
}

.link2{
	text-decoration: none;
	color: #888;
}

p{
	color: #999;
}

html, body{
	font-family: 'Montserrat', sans-serif;
	background-color: #f2f1f0;
	text-align: center;
}

#container{
	background-color: #888;
}

header{
	float: left;
	position: fixed;
	top: 0px;
	width: 100%;
	background-color:rgb(255,255,255,0.5);
	z-index: 2;
}

nav{
	width: 100%;
	height: auto;
	padding: 0% 2%;
}

.menu{
	float: left;
	height: auto;
	width: 25%;
	font-weight: bold;
	position: relative;
}

.menuicon{
	float: left;
}

section{
	float: left;
	z-index: 1;
}

#main{
	background-color: #F3F1E8;
	position: relative;
}

.sun, .moon, .sky, .seagull, .sea, .duck, .boy, .parasol, .beachball, .girl, .shovel, .bucket{
	height: auto;
	position: absolute;
}

.rotate{
	animation: rotate 60s; 
  	-webkit-animation: rotate 60s;
  	animation-iteration-count: infinite;
}

@keyframes rotate {
    0%   {transform: rotate(0deg);}
    50%  {transform: rotate(90deg);}
    100% {transform: rotate(-90deg);}
}

@-webkit-keyframes rotate {
	0%   {-webkit-transform: rotate(0deg);}
    50%  {transform: rotate(90deg);}
    100% {-webkit-transform: rotate(-90deg);}
}

.rock{
	animation: rock 30s; 
  	-webkit-animation: rock 30s;
  	animation-iteration-count: infinite;
}

@keyframes rock {
    0%   {transform: rotate(0deg);}
    50%  {transform: rotate(20deg);}
    100% {transform: rotate(0deg);}
}

@-webkit-keyframes rock {
	0%   {-webkit-transform: rotate(0deg);}
	50%  {-webkit-transform: rotate(20deg);}
    100% {-webkit-transform: rotate(0deg);}
}

.air{
	-webkit-animation-name: air;
	-webkit-animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	
	-moz-animation-name: air;
	-moz-animation-duration: 4s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease;
}

@-webkit-keyframes air {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes air {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}

.info_1{
	height: auto;
	background-color: #F3F1E8;
}

.info_2{
	height: auto;
	background-color: #E6E4DB;
}

.title{
	color: #41B5E7;
	text-shadow: 0px 2px 4px rgba(140,140,140, 0.5);
}

.subtitle{
	color: #888;
	text-shadow: 0px 1px 2px rgba(140,140,140, 0.5);
}

#twitter{
    margin: 0px auto;
}

.small{
	display: inline-block;
	margin: 0px auto;
	background-color: #fff;
}

.medium{
	margin: 0px auto;
	display: block;
}

footer{
	float: left;
	width: 100%;
	color: #777;
	font-weight: bold;
}

.btn{
	position: fixed;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #2bace2;
	background-image: url("../img/btn.png");
	background-repeat: no-repeat;
	background-position: 48% 18%;
	box-shadow: 0px 4px 10px #333;
	z-index: 1000;
}

@media (min-width: 769px) {

	body{
		letter-spacing: 2px;
	}

	#main{
		height: 600px;
	}

	.title{
		padding: 10px 0px 4px 0px;
		font-size: 28px;
	}

	.subtitle{
		padding: 20px 0px 8px 0px;
		font-size: 20px;
		line-height: 24px;
	}

	header{
		height: 80px;
	}

	.menuicon{
		height: 44px;
		margin: 18px 25%;
	}

	.menu{
		font-size: 28px;
	}

	section{
		width: calc(100% - 100px);
		padding: 28px 50px;
	}

	.description{
		font-size: 18px;
		text-align: center;
		padding: 20px 0 10px;
		line-height: 28px;
	}

	#twitter{
		padding-top: 10px;
        width: 500px;
    }

	.small{
		width: 60px;
		height: 60px;
		margin: 20px 10px 0px 10px;
		padding: 10px;
	}

	.medium{
		width: 160px;
		height: 160px;
	}

	footer{
		height: 25px;
		padding: 10px 0px;
		font-size: 20px;
	}

	.btn{
		height: 100px;
		width: 100px;
		bottom: 44px;
		right: 44px;
		font-size: 16px;
		font-weight: 600;
		line-height: 148px;
		background-size: 60px 60px;
	}
}

@media (max-width: 768px) {

	body{
		letter-spacing: 1px;
	}

	#main{
		height: 164px;
	}

	.menuicon{
		height: 24px;
		margin: 10px 42px;
	}

	.title{
		padding: 0px 0px 4px 0px;
		font-size: 22px;
	}

	.subtitle{
		padding: 20px 0px 4px 0px;
		font-size: 18px;
		line-height: 20px;
	}

	header{
		height: 44px;
	}

	.icon{
		height: 28px;
		left: 35%;
		top: 2px;
	}

	section{
		width: calc(100% - 40px);
		padding: 32px 20px;
	}

	.description{
		font-size: 14px;
		text-align: center;
		padding-top: 10px;
		line-height: 20px;
	}

    #twitter{
    	padding-top: 10px;
		width: 80%;
    }

	.small{
		width: 40px;
		height: 40px;
		margin: 20px 8px 0px 8px;
		padding: 10px;
	}

	.medium{
		width: 100px;
		height: 100px;
	}

	footer{
		height: 20px;
		padding: 7px 0px;
		font-size: 16px;
	}

	.btn{
		height: 72px;
		width: 72px;
		bottom: 24px;
		right: 24px;
		font-size: 12px;
		font-weight: 600;
		line-height: 104px;
		background-size: 40px 40px;
	}
}