* {}

body {
background: #101010;
font-family: Lato, Helvetica, sans-serif;
font-size: 22px;
color: #ddd;
text-align: center;
}

img {
<!-- border: 1px solid #333; -->
}

#portrait {
  margin-top: 1em;
}

#portrait img {
  width: 25%;
}


.single {
	width: 20%;
}

.iframe {
	width: 80%;
}

.home {
  width: 10%;
  background-color: #101010;
  border: solid 1px #333;
  color: #ddd;
  padding: 12px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: .7em;
  cursor: pointer;
}

.button {
  width: 80%;
  background-color: #333;
  /* background-color: #101010; */
  border: solid 1px #333;
  color: #ffbb29; /* ddd */
  padding: 12px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: .7em;
  cursor: pointer;
}

.active, .button:hover, .home:hover {
  color: #ffbb29;
  background-color: #333;
}

h1 {
color: #ffbb29; /* ddd */
font-size: 1.4em;
text-transform: uppercase;
letter-spacing: 4px;
}

.h2 {
font-size: .8em;
letter-spacing: .1em;
margin-top: 2em;
margin-bottom: 1em;
}
a {
color: #ddd;
text-decoration: none;
}

ul {
margin: 2em 0 0 0;
padding: 0;
  list-style-type: none;
}

ul li {
margin-bottom: .5em;
}

@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */
body {
font-size: 22px;
}
.single {
	width: 60%;
}
#portrait {
	width: 35%;
	}
}
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
body {
font-size: 24px;
}

#portrait {
	width: 35%;
	}
}
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
body {
font-size: 26px;
}
.button, .iframe {
  width: 55%;
}
.single {
	width: 40%;
}
#portrait {
	width: 25%;
	}
}
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
body {
font-size: 24px;
}
.button, .iframe {
  width: 55%;
}
.single {
	width: 30%;
}
#portrait {
	width: 20%;
	}
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
body {
font-size: 26px;
}
.button, .iframe {
  width: 30%;
}
.single {
	width: 30%;
}
#portrait {
	width: 20%;
	}
}
@media (min-width:1281px) { /* hi-res laptops and desktops */
body {
font-size: 28px;
}
.button, .iframe {
  width: 30%;
}
.single {
	width: 30%;
}
#portrait {
	width: 20%;
	}
}
@media (min-width:1481px) { /* hi-res laptops and desktops */
body {
font-size: 30px;
}
.button, .iframe {
  width: 25%;
}
.single {
	width: 25%;
}
#portrait {
	width: 20%;
	}
}