/* COLOURS
Dark Blue rgb(0,85,150);
Cyan rgb(0,146,209);
Dark Red rgb(200,45,45);
FONTS
font-family: serif;
*/

body {
    margin: 0;
    font-family: serif;
    font-size: 16px;
    line-height: 2em;
    }
.home-bg {
    background-image: url(../images/backDust.png);
    background-size: 100%;
    background-repeat: no-repeat;
    }
.preview-bg {
    background-image: url(../images/frontDust.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    }
.books-bg {
    background-image: url(../images/seriesBack.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    }
.contact-bg {
    background-image: url(../images/wicklowMap3.png);
    background-size: 100%;
    background-repeat: no-repeat;
    }
.content-wrap {
    max-width: 1200px;
    margin: 0 auto;
    }

/* ----------------------------------------------HEADER------------------*/
.content-wrap-header {
    max-width: 950px;
    margin: 0 auto;
    }

.logo {
    padding: 0px 130px 0 0;
    width: 80%;
    float: right;
    display: block;
    margin: 0 auto;
    }
ul {
    list-style: none;
    }
.col-nav {
    width: 21%;
    }
.col-nav a {
    font-family: serif;
    font-size: 13px;
    color: white;
    background-color: rgb(0,85,150);
    text-decoration: none;
    display: block;
    padding: 0px 10px 0px 20px;
    margin-left: -60px;
    margin-bottom: 4px;
    }
.col-nav a:hover {
    color: white;
    background-color: rgb(0,146,209);
    }
.button a {
    background-color: rgb(0,85,150);
    border-radius: 5%;
    color: white;
    padding: 5px 12px;
    text-decoration: none;
    margin-right: 10px;
    text-align: centre;
    bottom: 75px;
    right: 0;
    display: inline-block;
    position: fixed;
    }
.button a:hover {
    color: rgb(0,194,239);
    background-color: rgb(200,45,45);
    }
.home-bg header {
    margin-bottom: 630px;
    }
/* ----------------------------------------------------DROPDOWN --------------------------------- */

/* Style The Dropdown Button 
.dropbtn {
    font-family: 'Montserrat', sans-serif;
    background-color: black;
    color: white;
    padding: 8px;
    font-size: 13px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content 
.dropdown {
    position: inherit;
    display: inline-block;
} */

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    text-align: left;
    margin: -34px 0 0 80px;
    display: none;
    font-size: 12px;
    position: absolute;
    background-color: white;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: white;
   /* background-color: rgb(0,146,209); */
    padding: 2px 20px 2px 20px;
    text-decoration: none;
    display: block;
    margin-left: 0px;
    margin-bottom: 4px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    color: white;
    background-color: rgb(0,146,209);    
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    color: crimson;
}


/* --------------------------------------Hover Over Images-----------------------*/


.mini-img-top {
    margin-top: -150px;
    margin-right: 40px;
    width: 21%;
    float: right;
    clear: right;
    display: block;
    opacity: 1;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    }
.mini-img-top:hover {
    position:relative;
    box-shadow: 10px 4px 16px 0 rgba(0, 0, 0, 0.6), 0 6px 100px 0 rgba(0, 0, 0, 0.5);
    width:600px;
    height:auto;
    display:block;
    z-index:999;
    }
.mini-img {
    margin-right: 100px;
    width: 15%;
    margin-top: -15px;
    float: right;
    clear: right;
    opacity: 1;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    }
.mini-img:hover {
    position:relative;
    /*top:-25px;
    left:-35px;*/
    box-shadow: 10px 4px 16px 0 rgba(0, 0, 0, 0.6), 0 6px 100px 0 rgba(0, 0, 0, 0.5);
    width:800px;
    height:auto;
    display:block;
    z-index:999;
    }

/* ---------------Hover Over Images with Text----------------------- 


/* ----------------------------------------------MAIN------------------*/
h1 {
    font-family: serif;
    font-weight: 700;
    font-size: 2em;
    text-align: center;
    line-height: 1.2em;
    color: rgb(200,45,45);
    }
h2 {
    font-family: serif;
    font-weight: 700;
    font-size: 1.3em;
    text-align: center;
    color: rgb(200,45,45);
    }
h2 a {
    color: rgb(0,85,150);
    text-decoration: none;
    }
h2 a:hover {
    color: rgb(200,45,45);
    }
h3 {
    font-family: serif;
    font-weight: 700;
    font-size: 1.2em;
    text-align: center;
    color: rgb(0,85,150); 
    }
h4 {
    font-family: serif;
    font-weight: 700;
    font-size: 1em;
    text-align: left;
    color: rgb(0,85,150);
    }

.left-col {
    margin-top: 280px;
    background-color: white;
    width: 50%;
    float: left;
    padding: 0 50px 0 60px;
    }
.left-col p {
    line-height: 1.3em;
    text-align: justify;
    }
.right-col {
    width: 50%;
    float: right;
    }
.prev-text {
    margin: 0 auto;
    display: block;
    width: 80%;
    line-height: 1.2em;
    }
.prev-pages {
    max-width: 800px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.5);
    }

/* -------------------------------- IMAGES ---------------------------------- */
.dust {
    width: 80%;
    box-shadow: 10px 4px 16px 0 rgba(0, 0, 0, 0.6), 0 6px 100px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    }
.dbl-pages {
    margin: 0 auto;
    display: block;
    width: 100%;
    box-shadow: 10px 4px 16px 0 rgba(0, 0, 0, 0.4), 0 6px 100px 0 rgba(0, 0, 0, 0.6);
    }
.contents-img {
    margin: 0 auto;
    display: block;
    width: 90%;
    box-shadow: 10px 4px 16px 0 rgba(0, 0, 0, 0.4), 0 6px 100px 0 rgba(0, 0, 0, 0.6);
    }

/* -------------------------------------------------------------BOOKS PAGE-----------------------*/
.book-series {
    max-width: 750px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.75);
    padding-bottom: 20px;
    }
.book-section {
    padding-bottom: 20px;
    }
.book-series p {
    font-size: 15px;
    padding-left: 20px;
    line-height: 1.95em;
    }
.book-series h3 {
    padding-left: 20px;
    }
.book-series img {
    width: 30%;
    margin: 0 30px 10px 10px;
    float: left;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.2);
    }
.gary img {
    margin: 0 110px 10px 110px;
    width: 70%;
    padding: 0;
    display: block;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.4), 0 6px 50px 0 rgba(0, 0, 0, 0.6);
    }
p a {
    color: rgb(0,85,150);
    text-decoration: none;
    }
p a:hover {
    color: rgb(0,146,209);
    }

/* -------- CONTACT FORM ----------------------------------------------------------- */
.contact-wrap {
    max-width: 600px;
    padding: 0 20px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.8);
    line-height: normal;
    text-align: center;
    }
iframe {
    width: 550px;
    height: 450px;
    }
/* ------------------------------------------------FOOTER-----------------------*/
footer {
    clear: both;
    background-color: rgb(0,146,209);
    color: white;
    text-align: center;
    padding: 5px;
    }
footer a {
    text-decoration: none;
    color: rgb(0,85,150);
    }
footer a:hover {
    color: white;
    }
.copyright {
    font-size: 0.8em;
    }
.fa {
    color: rgb(0,85,150);
    font-size: 1.5em;
    }
.fa:hover {
    color: rgb(200,45,45);
    }


/* --------------------------MEDIA QUERIES------------------------------------------------------------------------------------------------IPAD----- */
@media (max-width: 1024px) {
.home-bg header {
    margin-bottom: 440px;
    }
.mini-img-top {
    margin-top: 0px;
    }
.mini-img-top:hover {
    width: 500px;
    }
.left-col   {
    padding-top: 20px;
    }
.right-col {
    padding-top: 300px;
    }
    }

/* --------------------------LANDSCAPE iPhone X SMARTPHONES----- */
@media (max-width: 812px) {
.mini-img-top {
    margin-top: -70px;
    }
.left-col   {
    margin-top: 60px;
    padding-top: 0px;
    }
.right-col {
    padding-top: 130px;
    }
    }

/* -------------------------------------kindle/samsung tablet ----------------------------------------------------------------------------------------------------------------- */
@media (max-width: 800px) {

.col-nav a {
    margin-left: -50px;
    }
.home-bg header {
    margin-bottom: 130px;
    }
.mini-img-top {
    margin-top: -80px;
    }
.mini-img-top:hover {
    width: 500px;
    }
.left-col   {
    margin-top: 360px;
    }
.right-col {
    padding-top: 340px;
    }
}
/* --------------------------IPAD Portrait - I think!----- */
@media (max-width: 769px) {
.home-bg header {
    margin-bottom: 140px;
    }
.left-col   {
    margin-top: 320px;
    padding-top: 20px;
    }
.right-col {
    padding-top: 320px;
    }
    }

/* --------------------------LANDSCAPE SMARTPHONES----- */
@media (max-width: 640px) {
.left-col   {
    margin-top: 210px;
    padding-top: 0px;
    }
.right-col {
    padding-top: 280px;
    }
    }


/* -----------MEDIA QUERIES---portrait smartphones----- */
@media only screen
and (min-device-width : 320px) 
    and (max-device-width : 568px) {

.logo {
    width: 100%;
    padding: 0;
    }
.col-nav {
    width: 30%;
    padding-top: 70px;
    }
.col-nav a {
    font-size: 7px;
    line-height: 1.8em;
    padding: 6px 0px 6px 15px;
    margin-left: -50px;
    }
.mini-img-top {
    margin-top: -125px;
    margin-right: 30px;
    width: 25%;
    }
.mini-img-top:hover {
    width:300px;
    }
.home-bg header {
    margin-bottom: 0px;
    }
.left-col {
    margin-top: 80px;
    width: 100%;
    float: left;
    padding: 0 20px 0 20px;
    }
.left-col p {
    line-height: 1.3em;
    text-align: justify;
    }
.right-col {
    width: 90%;
    float: right;
    padding-top: 0px;
    }
.dust {
    width: 90%;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.6), 0 6px 100px 0 rgba(0, 0, 0, 0.5);
    }
h1 {
    font-size: 1.2em;
   }
h2 {
    font-size: 1em;  
    line-height: normal;
    }
.book-series img {
    width: 40%;
    margin: 0 30px 10px 30px;
    float: left;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.2);
    }
.gary img {
    margin: 0 50px 10px 60px;
    width: 70%;
    }
.book-series p {
    line-height: normal;   
    }
.book-series {
    padding-right: 25px;
    }
iframe {
    width: 300px;
    height: 250px;
    }
}

/*----------------------------IPAD MEDIA Q----------------------------------*/

/* ----------------------------MEDIA Q MAX-WIDTH 1024px IPAD LANDSCAPE---------------- */


/* ----------------------------MEDIA Q lANDSCAPE KINDLE/Tablet---------------- */

