@import url('https://fonts.googleapis.com/css?family=Karla:400,700&display=swap');
:root {
	--font: 'Karla', 'Karla', sans-serif;
}

body {
	background-color: #f2ede8;
    font-family: 'Karla', 'Karla', sans-serif;
    margin: 0;
}

#bgStripe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    z-index: -10;
    overflow: hidden;
}

#blurInset img{
    width: 120%;
    height: 120%;
    margin-left: -10%;
    margin-top: -10%;
    filter: blur(1.5rem);
    opacity: 50%;
}

#bookPhoto {
	width: 187px;
	height: 300px;
	display: block;
	margin: 35px auto 20px;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	transition: all 0.15s;
}

#bookPhoto:hover {
	box-shadow: 0px 8px 5px rgba(0,0,0,0.5);
	transform: translateY(-2px);
}

#bookPhoto:active {
	box-shadow: 0px 0px black;
	transform: translateY(6px);
}

#bookTitle {
	color: black;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.25;
	display: block;
	font-family: var(--font);
	width: 100%;
	text-align: center;
	text-decoration: none;
}

#links {
	max-width: 675px;
	width: auto;
	display: block;
	margin: 27px auto;
}

.formatHeader {
	color: black;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
	display: block;
	font-family: var(--font);
	width: 100%;
	text-align: center;
	text-decoration: none;
    margin: 10px 0 10px 0;
}

p{
	color: black;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.25;
	display: block;
	font-family: var(--font);
	width: 100%;
	text-align: center;
	text-decoration: none;
    margin: 0 0 15px 0px;
}

@media only screen and (max-width: 700px) {
	#links {
		margin-left: 3%;
		margin-right: 3%;
	}
	.night_mode {
		margin-right: 40%;
	}
}

.icon-image {
    border-radius: 8px;
    width:2rem;
    height:2rem;
    position:absolute;
    left:9px;
    -o-object-fit:cover;
    object-fit:cover;
    vertical-align:middle;
}

.link {
	display: block;
	background-color: #01A79B;
	color: #fff;
	font-family: var(--font);
	text-align: center;
	margin-bottom: 20px;
	padding: 17px;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: bold;
	transition: all 0.15s;
    border-radius: 8px;
	box-shadow: 0px 6px #007569;
    transform: translateY(0px);
}

.link:hover {
	/* background: #019489; */
	box-shadow: 0px 8px #007569;
	transform: translateY(-2px);
}

.link:active {
	transform: translateY(6px);
	box-shadow: 0px 0px #007569;
}

#proker {
	max-width: 300px;
	width: auto;
	display: grid;
	margin: 27px auto;
}

.iconLinks {
	text-align: center;
	font-size: 1.3rem;
}

.iconLinks a {
	text-decoration: none;
}

.media {
	background: #DD5A79;
	width: 75px;
	height: 75px;
	text-align: center;
	color: white;
	margin: 0 2px 15px 2px;
    
    border-radius: 8px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	transition: all 0.15s;
}

.media:hover {
	box-shadow: 0px 0px 5px #43679e;
	transform: translateY(-2px);
}

.media:active {
	transform: translateY(6px);
	box-shadow: 0px 0px #43679e;
}

.smallBox{
    width: 50px;
    height: 50px;
    border-radius: 6px;
}

.doubleBox{
    width: 150px;
    height: 75px;
}


footer{
    width: 100%;
    height: 60px;
    background-color: #64554c;
    margin-top: 50px;
    
    color: rgba(255,255,255,0.7);
    font-size: 11px;
    text-align: center;
    padding-top: 10px;
}

footer a{
    color: rgba(255,255,255,0.7);
}
