/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* MY CODE - MY CODE - MY CODE - MY CODE - MY CODE */
/* MY CODE - MY CODE - MY CODE - MY CODE - MY CODE */
/* MY CODE - MY CODE - MY CODE - MY CODE - MY CODE */
/* MY CODE - MY CODE - MY CODE - MY CODE - MY CODE */
/* MY CODE - MY CODE - MY CODE - MY CODE - MY CODE */
/* MY CODE - MY CODE - MY CODE - MY CODE - MY CODE */
/* MY CODE - MY CODE - MY CODE - MY CODE - MY CODE */
/* MY CODE - MY CODE - MY CODE - MY CODE - MY CODE */





/* FOR THE HEADER AND FOOTER BOTTOM */

html, body {
  height: 100%;
}

#container-for-foot {
  min-height: 100%;
}

#container-main {
  overflow: auto;
  padding-bottom: 60px;
}

#footer {
  background: #727272;
  position: relative;
  height: 60px;
  margin-top: -60px;
  clear: both;
}

/* MOBILE SCREEN */

h1  {
  font-family: 'Noto Sans', sans-serif;
  color: #414141;
  font-size: 27px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 600;
}

.underline-long {
  display: none;
}

.underline-medium {
  display: none;
}

.img-mobile  {
  width: 100%;
  max-width: 375px;
  height: 146px;
  margin: 0 auto;
  background-image: url(../img/books-mobile.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.wording {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}

h2  {
  font-family: 'Noto Sans', sans-serif;
  color: #414141;
  font-size: 24px;
  width: 200px;
  line-height: 35px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  font-weight: 600;
}

.contact {
  padding-top: 30px;
  font-family: 'Noto Sans', sans-serif;
  color: #414141;
  font-size: 13px;
  line-height: 15px;
  margin-left: 25px;
  margin-right: 15px;
}

.contact img {
  float: left;
  padding-right: 15px;
}

.landline {
  padding-bottom: 15px;
}

.mobile {
  padding-bottom: 15px;
}

.email {
  padding-bottom: 15px;
}

.physical {
  padding-bottom: 15px;
  line-height: 20px;
}

.physical p {
  overflow: hidden;
}

.postal {
  padding-bottom: 15px;
  line-height: 20px;
}

.postal p {
  overflow: hidden;
}

/* TABLET SCREEN */

@media screen and (min-width: 720px) {

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 830px;
  overflow: hidden;
  height: 100%;
}

.img-mobile  {
  display: none;
}

.underline-medium {
  display: block;
  padding-bottom: 80px;
  margin-left: 20px;
}

h1  {
  font-size: 35px;
  padding-top: 50px;
  padding-bottom: 20px;
  margin-left: 20px;
  font-weight: 600;
  text-align: left;
}

.wording  {
  float: left;
  margin-left: 20px;
  width: 45%;
}

h2  {
  font-size: 24px;
  width: 200px;
  line-height: 35px;
  text-align: left;
  padding-top: 0;
  margin: 0;
}

.contact {
  padding-top: 30px;
  font-size: 13px;
  line-height: 15px;
  margin-left: 0;
  margin-right: 0;
  max-width: 320px;
}

.img-tablet  {
  width: 45%;
  height: 300px;
  background-image: url(../img/books4.png);
  background-size: cover;
  background-repeat: no-repeat;
  float: right;
  margin-right: 20px;
}
