html,body{
	margin:0;
	font-family:'Niramit', sans-serif;
}

#header{
	height: 70px;
	padding-left: 200px;
	padding-top: 5px;
}

#showcase{
	background:url('images/header_image.jpeg');
	background-size: cover;
	background-position: center auto;
	height: 200px;
	color:white;
	text-align: center;
}

#showcase h1{
	padding-top: 50px;
	color: #F5AE32;
	text-shadow: 2px 2px 4px #000000;
	font-size:3em;
	margin-top: 5px;
}

.links{
	width:30%;
}

.books{
	text-align: center;
}

.books h3{
	line-height: 1em;
	font-size: 2em;
	color: #151515;
	margin-top:50px;
}

.books img{
	width: 100px;
}

#icons{
	margin-top: 70px;
}

.icon{
	display: inline-block;
	width:20%;
}

#special_icon{
	transform: translateY(30px);
}

.flag{
	border-radius: 50%;
	border: 7px solid #F5AE32;
}

#banners{
	text-align: center;
	margin-top: 130px;
}

#banners a{
	text-decoration: none;
}

.banner{
	display: inline-block;
	width: 30%;
	height: 90px;
}

#banner1{
	background:url("images/headphones.jpg");
	background-size: cover;
	background-position: center;
}

#audiobooks{
	margin-top: 20px;
	text-align: right;
	padding-right: 20px;
}

#banner1 h5{
	display: inline-block;
    width: 150px;
    border: 2px solid white;
    background: rgba(147,147,147,0.2);
    color: white;
    font-size: 1.2em;
    margin:0;
    text-align: center;

}

#banner2{
	background:url("images/tablet.jpg");
	background-size: cover;
	background-position: center;
}

#kindle{
	margin-top: 20px;
	text-align: left;
	padding-left: 20px;
}

#banner2 h5{
	display: inline-block;
    width: 200px;
    border: 2px solid #F5AE32;
    background: rgba(147,147,147,0.3);
    color: #F5AE32;
    font-size: 1.2em;
    margin:0;
    text-align: center;
}

.books #second_header {
	margin-top:80px;
}

.buttons{
	text-align: center;
	padding:15px;
	border-radius: 125px;
}

.buttons h5{
    display: inline-block;
    border: 2px solid ;
    border-radius: 125px;
    margin: 0;
    padding: 18px 50px;
    background-color: #F5AE32;
    color: black;
    font-size: 1.5em;
}


#footer{
	text-align: center;
	background-color:#dedede;
	margin-top: 50px;
}

#footer p{
	margin:0;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1000px){
	.banner{
		width:60%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 750px){
	#header{
		text-align: center;
		padding-left: 0;
	}
	#showcase h1{
		font-size: 2.5em;
	}
	.icon{
		width:60%;
		margin-bottom: 20px;
	}
	#special_icon{
		transform: none;
	}
	#banners{
		margin-top: 50px;
	}
	#audiobooks,#kindle{
		text-align: center;
		padding:0;
	}
	#banner2 h5{
		width: 170px;
	}
}

@media screen and (max-height: 812px){
	.header_text {
		font-size:0.9em;
	}
}
