html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    overflow-x: auto;
}

pre.details { 
    font-family: Monaco, sans-serif;
    font-size: 1em;
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    overflow-wrap: normal;
}

span.useful-links { 
    display: block;
    margin: 20px 0;
}

span.useful-links > img {
    position: relative;
    height: 30px;
    top: 5px;
    max-width: 50px;
}

span.useful-links > div {
    position: relative;
    width: 600px;
    left: 50px;
    top: 0px;
}

span.useful-links > a {
    font-family: Monaco, sans-serif;
    font-size: 1em;
    width: 600px;
}

span.narrow > a { 
    position: relative;
    left: 30px;
}

span.wide > a { 
    position: relative;
    left: 50px;
}

div.iphones {
    display: inline;
    padding: 20px
}

img.iphone {
    width: 200px;
    height: 435px;
    margin:1em;
    border-radius: 20px;
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.38);
/* offset-x | offset-y | blur-radius | spread-radius | color */
}

div.paw-icon {
    padding-top: 30px;
    padding-right: 20px;
    text-align: center;
    color: white;
}

div.paw-icon > img {
    width: 110px;
    height: auto;
}


div.main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 100%;
    padding-top: 100px;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 250px;
    //overflow:scroll;
}

ul {
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
    font-size: 1em;
    font-family: Verdana, sans-serif;
}

#container {
    position: absolute;
    padding-left: 50px;
    padding-top: 0px;
    z-index: 9998;
}

#container.navbar-closed { 
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#container.navbar-open {
    -webkit-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
}

/* Menu Button  // background:Gear Steel Gray */
.menu-btn {
    width: 180px;
    padding: 10px;
    margin-bottom: 30px;
    background: #C0C6C7;
    color: white;
    text-align: center;
    font-size: 0.9em;
    font-family: Verdana, sans-serif;
    cursor: pointer;
    border: 0;
    border-radius: 10px
}

.menu-btn:hover {
    opacity: 0.6;
}

/* Header  // background:Slate Blue Gray */
.site-header {
    position: fixed;
    background: #737CA1;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    z-index: 9997;
    color: white;
}

.sub-header {
    font-size: 1.4em;
    font-family: Verdana, sans-serif;
}

.sub-header > img {
    padding: 0 10px;
    width: 25px;
    height: 25px;
}


.sub-header > a {
    position: absolute; 
    right: 20px; 
    top: 15px; 
    width: 125px; 
    height: auto; 
    opacity: 0.8;
}

.site-footer {
    position: relative;
    border-top: 1px solid #EEE;
    color: #999;
    padding: 10px;
    font-size: 0.8em;
    text-align: center;
}
