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, center,
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, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  background-color: #fff;
}
ol, ul {
  list-style-type: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b{
	font-weight: 700;
	}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body{
	font-family: "lato", sans-serif;
	}

h1{
	display: inline-block;
	font-size: 24px;
	border-bottom: 3px solid #00ffaa;
	margin-bottom: 20px;
	font-weight: 700;
	}
h2{
	font-size: 36px;
	font-weight: bold;
	text-align: right;
	}
	
h3{
	display: block;
	text-align: center;
	margin: 30px auto;
	font-family: "lato", sans-serif;
	letter-spacing: 3px;
	font-size: 32px;
	
	
	}
span{
	font-size: 21px;
	font-weight: 700;
	}
	
header{
	padding: 20px 20px;
	-webkit-box-shadow: 5px 1px 5px 1px #e3e3e3;
-moz-box-shadow: 5px 1px 5px 1px #e3e3e3;
-ms-box-shadow: 5px 1px 5px 1px #e3e3e3;
-o-box-shadow: 5px 1px 5px 1px #e3e3e3;
box-shadow: 5px 1px 5px 1px #e3e3e3;
	margin-bottom: 50px;
	}
nav{
	float: right;
	background-color: #fff;
	text-align: right;
	word-spacing: 3em;
	}
	
.navi{
	max-width: 1040px;
	margin: 0 auto;
	background-color: #fff;
	}
	
.logo{
	float: left;
	font-size: 24px;
	font-weight: 700;
	}
	
a:link{
	text-decoration: none;
	color: black;
	}
a:visited{
	text-decoration: none;
	color: black;
	}
a:hover{
	text-decoration: none;
	color: #00FFAA;
	border-bottom: 1px solid #00ffaa;
	}
a:active, a.active{
	text-decoration: none;
	color: #00FFAA;
	}
	
.title{
	max-width: 760px;
	padding: 0px 20px 0px 0px;
	margin: 0 auto;
	margin-bottom: 40px;
	}
	
.container{
	max-width:760px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	background-color: #fff;
	}	
#gallery{
	-moz-column-count: 2;
	-moz-column-gap: 0px;
	-webkit-column-count: 2;
	-webkit-column-gap: 0px;
	column-count: 2;
	column-gap: 0px;
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-align: center;
	}
#gallery img{
	display: inline-block;
	width: 340px;
	padding: 0;
	margin-bottom: 40px;
	}
	
/* ----

Aboutme

---- */

.aboutme{
	max-width: 720px;
	padding: 20px 20px 20px 20px;
	margin: 0px auto 50px auto;
	background-color: #fff;	
	border-radius: 5px;
	box-shadow: 0px 0px 25px #f2f2f2;
	color: #262626;
	font-size: 18px;
	line-height: 150%;
	clear: left;
	}

.memine{
	max-width: 360px;
	text-align: left;
	font-size: 30px;
	line-height: 1.5em;
	padding-left: 60px;
	margin-bottom: 80px;
	}

.memine span{
	font-size: 32px;
	color: #00ffaa;
	text-decoration: overline;
	}
	
.post{
	max-width: 720px;
	margin: 0px auto 0px auto;
	padding-right: 40px;
	text-align: right;
	font-size: 14px;
	}	
	
.post h1{
	display: inline-block;
	font-size: 14px;
	border-bottom: 3px solid #00ffaa;
	margin-bottom: 5px;
	font-weight: 700;
	}

.space{
	display: inline-block;;
	border-bottom: 3px solid #00ffaa;
	width: 80px;
	height: 3px;
	}	





/* ----

work

---- */

.workblog{
	max-width: 640px;
	margin: 0px auto 40px auto;
	text-align: left;
	line-height: 150%;
	}	
.imgpost{
	width: 100%;
	height: 240px;
	background-position: center;
	background-image: url("images/pink.png");
	}
.space{
	max-width: 720px;
	padding: 20px;
	margin: 0 auto;
	}
.cd-form legend {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 22px;
  border-bottom: 1px solid #ecf0f1;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form legend {
  display: block;
  width: 90%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea {
  padding: 12px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: .25em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type="text"]:focus,
.cd-form input[type="email"]:focus,
.cd-form textarea:focus {
  outline: none;
  border-color: #2c97de;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
}
.cd-form textarea {
  min-height: 200px;
  resize: vertical;
  overflow: auto;
}	
.button{
	text-align: right;
	padding: 10px 10px 0px 10px;
	}
	
button{
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
	display: inline-block;
	background-color: #00ffaa;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	cursor: pointer;
  }
  
button:hover {
    background-color: #e7e7e7;
    color: white;
}
	
.icons{
	padding: 0px 20px 15px 20px;
	}
.square {
	display: inline-block;
	text-align: center;
	width: 50px;
    padding: 0px;
    margin: 0px 20px 0px 20px;
	}
footer{
	background-color: white;
	padding: 26px;
	text-align: center;
	color: #e3e3e3;
	}
	
@media screen and (max-width : 780px),
 screen and (max-device-width : 780px){ 
 .imgaround{
 	float: none;
	margin: 0px auto 20px auto;
	width: 280px;
	height: 280px;
	background-position: center;
	background-image: url("images/aboutme.png");
	}
	.gettoknowme{
	max-width: 100%;
	padding: 0px;
	float: none;
	text-align: justify;
	}
	.post{
	max-width: 720px;
	margin: 0px auto 20px auto;
	text-align: left;
	}
.container{
	max-width:760px;
	padding: 0;
	margin: 0 auto;
	background-color: #fff;
	}
#gallery img{
	display: inline-block;
	width: 340px;
	padding: 0px;
	margin-bottom: 40px;
	}
 #gallery {
 -moz-column-count: 2;
 -moz-column-gap: 0px;
 -webkit-column-count: 2;
 -webkit-column-gap: 0px;
 column-count: 2;
 column-gap: 0px;
 width: 100%;
 }
 .square {
	display: inline-block;
	text-align: center;
	width: 50px;
    padding: 0px;
    margin: 0px 20px 0px 20px;
	}
}


@media screen and (max-width : 700px),
 screen and (max-device-width : 700px){ 
.logo{
	float: left;
	width: 100%;
	margin: 0px auto 20px auto;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	}
nav{
	float: right;
	width: 100%;
	background-color: #fff;
	text-align: center;
	word-spacing: 3em;
	}
		
.container{
	max-width:340px;
	padding: 0;
	margin: 0 auto;
	background-color: #fff;
	}
#gallery img{
	display: inline-block;
	width: 340px;
	padding: 0;
	margin-bottom: 20px;
	}
 #gallery {
 -moz-column-count: 1;
 -moz-column-gap: 0px;
 -webkit-column-count: 1;
 -webkit-column-gap: 0px;
 column-count: 1;
 column-gap: 0px;
 width: 340px;
 }
 .square {
	display: inline-block;
	text-align: center;
	width: 50px;
    padding: 0px;
    margin: 0px 10px 0px 10px;
	}
}