﻿body {
    font-family: sans-serif;
}

header {
	background-color: #272d39;
    color: #ffffff;
    padding: 30px;
}

header h1 {
    display: inline;
    margin-top: 50px;
}

header button {
    background-color: #c81e38;
    padding: 20px;
    border-radius: 10px;
    float: right;
    color: #fff;
    border: none;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    margin-top: -10px;
}

header button:hover {
    background-color: #f32d49;
}

.title {
    border-bottom: solid 5px #c72239;
    padding: 20px;
}

.body {
    padding: 20px;
}

.img1 {
  background-image: url("../images/ipad/ipad1.png");
   background-repeat:no-repeat;
   background-size:contain;
   height:600px;
   display: inherit;
}

.img2 {
  background-image: url("../images/ipad/ipad2.png");
   background-repeat:no-repeat;
   background-size:contain;
   height:600px;
   display: inherit;
}

.img3 {
  background-image: url("../images/ipad/ipad3.png");
   background-repeat:no-repeat;
   background-size:contain;
   height:600px;
   display: inherit;
}

.img4 {
  background-image: url("../images/iphone/iphone1.png");
   background-repeat:no-repeat;
   background-size:contain;
   height:800px;
   display: inherit;
}

.img5 {
  background-image: url("../images/iphone/iphone2.png");
   background-repeat:no-repeat;
   background-size:contain;
   height:800px;
   display: inherit;
}

.img6 {
  background-image: url("../images/iphone/iphone3.png");
   background-repeat:no-repeat;
   background-size:contain;
   height:800px;
   display: inherit;
}

.policy {
    padding: 50px;
}

footer {
    padding: 20px;
    border-top: 5px solid #c72239;
    border-bottom: 2px solid #c72239;
    text-align: center;
    font-weight: bold;
}

input[type="button"]  input[type="button"]:focus {
    border: none;
    outline: none;
}

.column1 {
  float: left;
  width: 30%;
  padding: 5px;
}

.column2 {
  float: left;
  width: 30%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.data-instructions-btn {
    margin-right: 20px;
}

.data-instructions {
    padding: 20px;
    font-size: 18px;
    line-height: 28px;
}

.data-instructions p {
    margin: 0 0 1.25em;
    margin-bottom: 40px;
}

.data-instructions ol {
    padding-left: 2.14285714em;
    list-style-position: inside;
    margin-bottom: 1.5em;
}

