@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,800,700);

/* Smartphones (portrait and landscape) -----------
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
body {
}*/

/* Smartphones (landscape) ----------
@media only screen 
and (min-width : 321px) {
} */

/* Smartphones (portrait) -----------
@media only screen 
and (max-width : 320px) {
}*/

/* iPads (portrait and landscape) -----------
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	
}*/

/* iPads (landscape) -----------
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
}*/

@media only screen
and (max-device-width : 321px)
{
    body {
	  background-color: #fff;
	  font-family: 'Open Sans', sans-serif;
	  margin: 0;
	}
	.work, #contact {
	  max-width: 1000px;
	}
	#contact {
		margin-bottom: 50px;
	}
	.column1 {
	  display: inline-block;
	}
	.column2 {
	  display: inline-block;
	  padding: 10px 20px 0 10px;
	}
	.column2 h2 {
	  font-family: 'Open Sans Light', sans-serif;
	  font-weight: 300;
	  font-size: 28pt;
	  margin: 20px 40px 0 0px;
	}
	#contact h2 {
	  font-weight: 300;
	  font-size: 12pt;
	  margin: 0 20px 0 20px;
	  text-transform: uppercase;
	}
	.column2 .description {
	  font-family: 'Open Sans', sans-serif;
	  font-weight: 300;
	  font-size: 14pt;
	  margin: 20px 0 40px 0;
	}
	header {
	  background-image: url(img/frontpage-io.jpg);
	  background-position: top center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  color: #fff;
	  height: 650px;
	  width: 100%;
	  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	}
	.row {
	  margin: 50px 20px 50px 20px;
	}
	.alt {
	  color: #fff;
	  background-color: #000;
	  box-shadow:
		0px 0px 40px 0px rgba(0,0,0,0.5);
	}
	a, a:visited, .alt a, .alt a:visited {
	  color: red;
	}
	.header-description {
	  padding: 16px 20px 40px 20px;
	}
	.header-description h1 {
	  font-size: 40pt;
	  font-weight:  700;
	  margin: 0px;
	  margin-left: -8px;
	}
	.header-description p {
	  font-size: 12pt;
	  font-weight: 300;
	  line-height: 1.5em;
	  /* margin-top: 60px; */
	  max-width: 1000px;
	}
	.accent {
	  color: #ff00ff;
	}
	.screenshot {
	  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	  border: 6px solid white;
	  box-shadow:
		0px 0px 1px 0px rgba(0,0,0,0.6),
		0px 3px 6px 0px rgba(0,0,0,0.25);
	  max-width: 80%;
	}
	.screenshot:hover {
	  -webkit-transform: translateY(-6px);
	  box-shadow:
		0px 0px 1px 0px rgba(0,0,0,0.1),
		0px 15px 50px 0px rgba(0,0,0,0.2);
	}
}

/* iPads (portrait) ----------- */
@media only screen
and (min-width : 100px)
{
    body {
	  background-color: #fff;
	  font-family: 'Open Sans', sans-serif;
	  margin: 0;
	}
	.work, #contact {
	  max-width: 1000px;
	}
	#contact {
		margin-bottom: 50px;
	}
	.column1 {
	  display: inline-block;
	}
	.column2 {
	  display: inline-block;
	  padding: 10px 20px 0 10px;
	}
	.column2 h2 {
	  font-family: 'Open Sans Light', sans-serif;
	  font-weight: 300;
	  font-size: 28pt;
	  margin: 20px 40px 0 0px;
	}
	#contact h2 {
	  font-weight: 300;
	  font-size: 12pt;
	  margin: 0 40px 0 40px;
	  text-transform: uppercase;
	}
	.column2 .description {
	  font-family: 'Open Sans', sans-serif;
	  font-weight: 300;
	  font-size: 14pt;
	  margin: 20px 0 40px 0;
	}
	header {
	  background-image: url(img/frontpage-io.jpg);
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  color: #fff;
	  height: 650px;
	  width: 100%;
	  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	}
	footer {
	  background-image: url(img/footer.jpg);
	  background-position: center bottom;
	  background-repeat: no-repeat;
	  background-size: 100%;
	  height: 1000px;
	  width: 100%;
	}
	.row {
	  margin: 50px 40px 50px 40px;
	}
	.alt {
	  color: #fff;
	  background-color: #000;
	  box-shadow:
		0px 0px 40px 0px rgba(0,0,0,0.5);
	}
	a, a:visited, .alt a, .alt a:visited {
	  color: red;
	}
	.header-description {
	  padding: 16px 40px 40px 40px;
	}
	.header-description h1 {
	  font-size: 40pt;
	  font-weight:  300;
	  margin: 0px;
	  margin-left: -8px;
	}
	.header-description p {
	  font-size: 14pt;
	  font-weight: 300;
	  line-height: 1.5em;
	  /* margin-top: 60px; */
	  max-width: 1000px;
	}
	.accent {
	  color: #ff00ff;
	}
	.screenshot {
	  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	  border: 6px solid white;
	  box-shadow:
		0px 0px 1px 0px rgba(0,0,0,0.6),
		0px 3px 6px 0px rgba(0,0,0,0.25);
	  max-width: 80%;
	}
	.screenshot:hover {
	  -webkit-transform: translateY(-6px);
	  box-shadow:
		0px 0px 1px 0px rgba(0,0,0,0.1),
		0px 15px 50px 0px rgba(0,0,0,0.2);
	}
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width: 1025px) {
		body {
	  background-color: #fff;
	  font-family: 'Open Sans', sans-serif;
	  margin: 0;
	}
	.work, #contact {
	  max-width: 1200px;
	}
	#contact {
		margin-bottom: 50px;
	}
	.column1 {
	  display: inline-block;;
	}
	.column2 {
	  display: inline-block;;
	  flex: 1;
	  padding: 10px 20px 0 10px;
	  position: absolute;
	}
	.column2 h2 {
      font-family: 'Open Sans Light', sans-serif;
	  font-weight: 300;
	  font-size: 28pt;
	  margin: 0 40px 0 40px;
	}
	#contact h2 {
	  font-weight: 300;
	  font-size: 12pt;
	  margin: 0 40px 0 100px;
	  text-transform: uppercase;
	}
	.column2 .description {
	  font-family: 'Open Sans', sans-serif;
	  font-weight: 300;
	  font-size: 14pt;
	  margin: 40px;
	  max-width: 700px;
	  height: auto;
	}
	header {
	  background-image: url(img/frontpage-io.jpg);
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  color: #fff;
	  height: 650px;
	  width: 100%;
	  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	}
	footer {
	  background-image: url(img/footer.jpg);
	  background-position: center bottom;
	  background-repeat: no-repeat;
	  background-size: 100%;
	  height: 2000px;
	  width: 100%;
	}
	.row {
	  padding: 100px;
	}
	.alt {
	  color: #fff;
	  background-color: #000;
	  box-shadow:
		0px 0px 40px 0px rgba(0,0,0,0.5);
	}
	a, a:visited, .alt a, .alt a:visited {
	  color: red;
	}
	.header-description {
	  padding: 16px 100px 40px 100px;
	}
	.header-description h1 {
	  font-size: 90pt;
	  font-weight:  300;
	  margin: 0px;
	  margin-left: -8px;
	}
	.header-description p {
	  font-size: 18pt;
	  font-weight: 300;
	  line-height: 1.5em;
	  /* margin-top: 60px; */
	  max-width: 1000px;
	}
	.accent {
	  color: #ff00ff;
	}
	.screenshot {
	  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	  border: 6px solid white;
	  box-shadow:
		0px 0px 1px 0px rgba(0,0,0,0.6),
		0px 3px 6px 0px rgba(0,0,0,0.25);
	  max-width: 400px;
		min-width: 400px;
	}
	.screenshot:hover {
	  -webkit-transform: translateY(-6px);
	  box-shadow:
		0px 0px 1px 0px rgba(0,0,0,0.1),
		0px 15px 50px 0px rgba(0,0,0,0.2);
	}
}

@media only screen 
and (min-width : 1224px) {
	body {
	  background-color: #fff;
	  font-family: 'Open Sans', sans-serif;
	  margin: 0;
	}
	.work, #contact {
	  max-width: 1000px;
	}
	#contact {
		margin-bottom: 50px;
	}
	.column1 {
	  display: inline-block;
	}
	.column2 {
	  display: inline-block;
	  flex: 1;
	  padding: 10px 20px 0 10px;
	  position: absolute;
	}
	.column2 h2 {
	  font-family: 'Open Sans Light', sans-serif;
	  font-weight: 300;
	  font-size: 34pt;
	  margin: 0 40px 0 40px;
	}
	#contact h2 {
	  font-weight: 300;
	  font-size: 12pt;
	  margin: 0 40px 0 100px;
	  text-transform: uppercase;
	}
	.column2 .description {
	  font-family: 'Open Sans', sans-serif;
	  font-weight: 300;
	  font-size: 22pt;
	  margin: 40px;
	  max-width: 700px;
	}
	header {
	  background-image: url(img/frontpage-io.jpg);
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  color: #fff;
	  height: 650px;
	  width: 100%;
	  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	}
	footer {
	  background-image: url(img/footer.jpg);
	  background-position: center bottom;
	  background-repeat: no-repeat;
	  background-size: 100%;
	  height: 2000px;
	  width: 100%;
	}
	.row {
	  padding: 100px;
	}
	.alt {
	  color: #fff;
	  background-color: #000;
	  box-shadow:
		0px 0px 40px 0px rgba(0,0,0,0.5);
	}
	a, a:visited, .alt a, .alt a:visited {
	  color: red;
	}
	.header-description {
	  padding: 16px 100px 80px 100px;
	}
	.header-description h1 {
	  font-size: 90pt;
	  font-weight:  300;
	  margin: 0px;
	  margin-left: -8px;
	}
	.header-description p {
	  font-size: 18pt;
	  font-weight: 300;
	  line-height: 1.5em;
	  /* margin-top: 60px; */
	  max-width: 1000px;
	}
	.accent {
	  color: #ff00ff;
	}
	.screenshot {
	  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	  border: 6px solid white;
	  box-shadow:
		0px 0px 1px 0px rgba(0,0,0,0.6),
		0px 3px 6px 0px rgba(0,0,0,0.25);
	  max-width: 700px;
		min-width: 400px;
	}
	.screenshot:hover {
	  -webkit-transform: translateY(-6px);
	  box-shadow:
		0px 0px 1px 0px rgba(0,0,0,0.1),
		0px 15px 50px 0px rgba(0,0,0,0.2);
	}
}

/* Large screens -----------
@media only screen 
and (min-width : 1824px) {
} */

/* iPhone 4 -----------
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

}*/