@font-face {
	font-family: Philosopher;
	src: url('../font/Philosopher-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
} 

html, body {
	font-family: Palatino, 'Times New Roman', Times, "Open Sans", sans-serif, Arial;
	font-size: 17px;
	background-color: lightgray;
	margin: 0;
	padding: 0;
}

a:link {color: black;}
a:visited {color: black;}
a:hover {color: black;}
a:active {color: black;}

.small {
	font-size: 0.9em;
}

a img { 
	border: none; 
}

.icon {
	float: left;
	margin: 0;
	margin-right: 5px;
	width: 70px;
	height: 70px;
	border-radius: 5px;
}

.rwicon {
	float: left;
	margin: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 50px;
	height: 50px;
}

.content {
	margin-left: auto; 
	margin-right: auto;
	max-width: 700px; 
	text-align: center;
}

.apptable {
	text-align: left;
	padding: 5px;
	padding-top: 0px;
	border-spacing: 10px;
	/* width: 700px; */
}

.apptitle {
	font-weight: bold;
	font-size: 1.2em;
}

.appdesc {
	text-align: left;
	padding-right: 10px;
}

#heading {
	font-family: Philosopher;
    font-size: 2.5em;
    color: black;
    line-height: 50px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
}

.icontd {
	width: 550px;
	background-color: white;
	padding: 7px;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 4px #b6b6b6;
	-webkit-box-shadow: 0 3px 4px #b6b6b6;
	box-shadow: 3px 3px 4px #b6b6b6;
}

.rightLink {
	float: right;
	font-size: 0.9em;
}

#header {
	text-align: left;
	margin-left: 10px;
}

#footer {
	text-align: left;
	margin-left: 15px;
}

#privacy {
	text-align: left;
	margin-left: 15px;
	margin-bottom: 20px;
}

#nav {
	text-align: left;
	padding-top: 15px;
	padding-bottom: 10px;
}

#articles {
	text-align: left;
	margin-left: 15px;
	padding-bottom: 10px;
}

button {
    font-size: 0.8em;
}

.toggleButton {
	padding: 5px;
	min-width: 100px;
	background-color: black;
	color: white;
	border-radius: 5px;
	border-width: 0px;
}

.appstore {
	width: calc(135px/1.5);
	height: calc(40px/1.5);
}

/* really for the articles */
iframe {
	width: 100%;
	border: none;
}

/* 
 * MEDIA QUERIES 
 */

/* iPhone 14 Pro Max */
@media only screen and (max-width: 430px) {
	html, body {
		font-size: 15px;
	}
	.icon {
		margin-right: 2px;
		width: 50px;
		height: 50px;
	}
	#rouletteTitle {
		font-size: 1em;	
		margin-bottom: 3px;
	}
}