body {
	background-color: #222;
	color: #aaa;
    margin-top: 25px;
	margin-bottom: 50px;
}

.simple-container {
	max-width: 675px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 20px;
}

.simple-print {
	fill: white;
	stroke: white;
}

.simple-print svg {
	height: 100%;
}

.simple-close {
	color: white;
	border-color: white;
}

.simple-ext-info {
	border-top: 1px solid #aaa;
}

.left-column-sandbenders {
	margin-bottom: 35px;
}

.space-icons {
	margin-right: 5px;
}

.space-top {
	margin-top: 25px;
}

.first-paragraph {
	padding: 10px;
	margin: 60px 0px 20px 0px;
}

.first-paragraph h1 {
	font-family: roc-grotesk,sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 48px;
	line-height: 50px;
    color:coral;
	text-transform: uppercase;
}

.second-paragraph p{
	font-size: 36px;
	line-height: 42px;
	font-family: roc-grotesk, sans-serif;
	font-weight: 500;
	font-style: normal;
	color:aqua;
}

.code-text {
	font-family: source-code-pro, monospace;
	font-weight: 600;
	font-style: normal;
	font-size: 32px;
	color:lightgoldenrodyellow;
}

.btn-secondary a[href] {
	color:aqua;
}

.btn-secondary a[href]:hover {
	color:aqua;
}

.btn-secondary {
	font-size: 18px;
}

.figure-caption {
	margin: 3px 0px 20px 5px;
}

.code-text a[href]:hover {
	color: #3ba0e6;
}

.coral-text {
	color:coral;
	font-weight: 500;
}

.h1-creative-artificial-intelligence-art {
	color: #999;
	font-weight: 500;
	font-size: 38px;
}

p {
	font-size: 32px;
	line-height: 38px;
	font-family: roc-grotesk, sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1 {
	font-family: roc-grotesk,sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 48px;
	line-height: 38px;
    color:coral;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
    font-family: roc-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
}

h3 {
	font-size: 14px;
    font-family: roc-grotesk, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 11px;
}

hr {
	height: 1px;
	background-color: #d8d8d8;
	border: none;
	width: 100%;
	margin: 0px;
}

a[href] {
	color: #aaa;
	text-decoration: none;
}

a[href]:hover {
	color: #3ba0e6;
}

img {
	max-width: 100%;
}

li {
	line-height: 1.5em;
}

aside,
[class *= "sidebar"],
[id *= "sidebar"] {
	max-width: 90%;
	margin: 0 auto;
	border: 1px solid lightgrey;
	padding: 5px 15px;
}

@media (min-width: 1921px) {
	body {
		font-size: 18px;
	}
}

/* iphone 13 pro */
@media only screen
	and (device-width: 390px) 
	and (device-height: 844px) 
	and (-webkit-device-pixel-ratio: 3) {
		.first-paragraph {
			padding: 10px;
			margin: 30px 0px 20px 0px;
		}

		.first-paragraph h1 {
			font-family: roc-grotesk,sans-serif;
			font-weight: 700;
			font-style: normal;
			font-size: 36px;
			line-height: 38px;
			color:coral;
			text-transform: uppercase;
		}

		p {
			font-size: 22px;
			line-height: 26px;
			font-family: roc-grotesk, sans-serif;
			font-weight: 400;
			font-style: normal;
		}

		.second-paragraph p{
			font-size: 22px;
			line-height: 26px;
			font-family: roc-grotesk, sans-serif;
			font-weight: 500;
			font-style: normal;
			color:aqua;
		}
		
		.code-text {
			font-family: source-code-pro, monospace;
			font-weight: 600;
			font-style: normal;
			font-size: 22px;
			color:lightgoldenrodyellow;
		}

		.figure-caption {
			font-size: 12px;
		}
	}
}