
html{
  box-sizing:border-box;
}
*,*:before, *:after{
  box-sizing:inherit;
}
body{
	background-color: #FFF7F8;
	font-family: arial;
	font-size: 13.5px;
	color: #353535;
}
header{
	width: 100%;
	margin:0 auto;
	font-family: arial;
	font-size: 13.5px;
	border-bottom: 1px solid #C8C8C8;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
	position: fixed;
	top: 0;
	background-color: #FFF7F8;
}
header a{
	text-decoration: none;
	display: block;
	color: #6699CC;
}
header nav > div{
	text-align: center;
}
header > .container{
	width:100%;
}
#container{
	margin-top: 130px;
}
@media (min-width: 768px) {
  header > .container{
    width: 700px;
  }
}
@media (max-width: 992px) {
  #container{
	margin-top: 194px;
	}
}
nav>img{
	vertical-align: middle;
}
.italic{
	font-style: italic;
}
#img-header{
	height: 130px;
	width: 140px;
	border-radius: 100%; 
}
#intro{
	width: 100%;
	max-width:700px;
	margin:0 auto;
	text-align: center;
	line-height: 150%;
	border-bottom: 1px solid #C8C8C8;
}
.main{
	width: 100%;
	max-width:700px;
	margin:0 auto;
	line-height: 150%;
	border-bottom: 1px solid #C8C8C8;
}
.main--last{
	border-bottom: 0;
}
.main--goodreads {
	line-height: 155%;
}
span{
	font-style: italic;
}
.main--goodreads  a:link{
	text-decoration: none;
	color: #6699CC;
}
#portfolio{
	width: 100%;
	max-width:700px;
	margin:0 auto;
	line-height: 150%;
	padding-bottom: 15px;
}
.blog-post{
	text-align: center;
	width: 100%;
	max-width:600px;
	margin:0 auto;
	line-height: 150%;
	padding-bottom: 15px;
}
#nav-page{
	display: block;
	padding-bottom: 25px;
	color:#FF69B4;
	width: 100%;
	max-width:600px;
	margin:0 auto;
}
.next-page{
	float: right;
	color:#000;
}
.previous-page{
	float: left;
	color:#000;
}
.scroll-top{
	padding-top: 10px;
	clear: both;
	display: block;
	text-align: center;
	cursor: pointer;
	color:#6699CC;
}
.img-portfolio{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.full-width{
	width:100%;
}
span[class^="emoji-"]{
	background-image: url("../images/emojis.png");
	width: 26px;
	height: 26px;
	display: inline-block;
}
.emoji-anna{
	background-position: -52px -312px;
}
.emoji-read{
	background-position: -208px -442px;
}
.emoji-blog{
	background-position: -78px -130px;
}
.emoji-social{
	background-position: -182px -208px;
}
#read-1, #read-2, #read-3, #read-4{
	color:#FF69B4;
	cursor: pointer;
}
#text-1, #text-2, #text-3, #text-4{
	display: none;
	font-style: normal;
}
#text-1.reveal, #text-2.reveal, #text-3.reveal, #text-4.reveal {
	display: inline;
}
footer{
	height:60px;
	width: 100%;
	background-color: #FFCCCC;
	font-family: arial;
	text-align: center;
	padding-top: 20px;
	bottom: 0;
}