/*
No Kings No Gods No Mercy Trilogy
Fonts: default Verdana, Folkard, Morpheus 
Font colors: default #e5e5e5 (light grey), white, #282828 (black grey for button text) #0490c4 (blue orcapod for links), #31a4cf; /* orcapod light blue for external links 
Background colors: default #4c4b4b(dark grey), #696969 (light grey blocks), #e5e5e5 (white grey for buttons)
*/

/* ------------------------------------- Default settings -------------------------------------- */

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana;
	font-size: 0.9em;
	color: #e5e5e5;  /* white grey */
	background: #4c4b4b; /* dark grey */
}
p {
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
}
a:link {
    color: #31a4cf; /* orcapod light blue  */
    background-color: transparent;
    text-decoration: none;
}
a:visited {
    color: #31a4cf; /* orcapod light blue */
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    background-color: transparent;
    text-decoration: underline;
}

/* CLEANER */
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }


/* =======================================================================================================================*/
/* ======================================= Style for desktop and tablet ==================================================*/
/* =======================================================================================================================*/
@media (min-width : 640px)
{
    #mobilePage {
	    display: none;
    } 
    /*  PAGE fixed width */
    #page {
	    width: 1024px;
	    padding: 0;
	    margin: 0 auto;
    }

    /* -----------------------------------------------------------------------------*/
    /*                                 Containers                                   */
    /* -----------------------------------------------------------------------------*/

    /* Main container - background to set   */
    .block {
	    clear: both;
        float: left;
	    width: 960px;
        height: 100%;
        padding: 30px;
    }   
    .block img {
        border: 0px;
        padding: 0px;
    }
    /* Sub-containers displayed right - width to set */
    .boxFlex {
	    float: left;
    }
    /* Sub-containers - centered text in image */
    .imgTextBox {
	    position: absolute;
        top: 8px;
        left : 10px; 
        margin: 28px 20px 10px 20px;
    }
    /* Container for several buttons for external Links */
    .externalLinks {
	    float: left;
	    width: 300px;
	    height: 80px;
	    margin-top: 2em;
    }
    .externalLinks a {margin-left: 1em;}

    /* Display flags for country shop choice */
    .countryList {
        float: left;
        position: relative;
        display: inline-block;
    }
    .countryListFlag {
        display: none;
        max-width:5em;
        left: 1.2em;
        top: 4.3em;
        padding: 0;
        margin:0;
        position: absolute;
        z-index: 1;
    }
    .countryListFlag a {
        padding: 0;
        margin: 0;
        display: block;
    }
    .countryListFlag img {
        width: 58px;
        height: 2.5em;
        padding: 0.1em 0em 0em 0em ;
        margin: 0;
        border-radius:5px;
    }
    .show {display:block;}
    

    /* -----------------------------------------------------------------------------*/
    /*            Map full background center on page with hover info                */
    /* -----------------------------------------------------------------------------*/
   
    /* Map container */
    .centerMap {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1em;
        width: 1024px;
        position: relative;
        -webkit-touch-callout: none; /* prevent ipad from opening new window */
    }
     /* Map info on hover container */
    .hoverMap {
        margin: 0;
        padding: 0;
        width: 1024px;  
        font-size: 1.1em;
        font-family:papyrus;
    }
   .hoverMap a:link {
    color: #4c4b4b; /* light blue-grey */
    background-color: transparent;
    text-decoration: none;
    }
    .hoverMap a:visited {
        color: #4c4b4b; /* orcapod blue */
        background-color: transparent;
        text-decoration: none;
    }
    .hoverMap a:hover {
        font-weight: normal;
        background-color: transparent;
        text-decoration: none;
    }
    /* List of infos displayed on hover */
    .hoverMap li {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .hoverMap li a {
        position: absolute;
        display: block;
        text-decoration: none;
    }
    /* Hide span inside the infos*/
    .hoverMap li a span { display:none; }

    /* Width, background and border of the info boxes with a transparent background */  
    .hoverMap li a:hover span {
        position: relative;
        display: block;
        width: 300px;
        left: 10px;
        top: 20px;
        border: 1px solid #4c4b4b;
        background: #e5e5e5;
        padding: 5px;
        filter: alpha(opacity=80);
        opacity: 1;
    }
    /* define each info point: size, absolute position */ 
    .hoverMap a.ainjalut {
         top:315px;
         left:675px;
         width:50px;
         height:20px;
    }
    .hoverMap a.ansalion {
         top:515px;
         left:500px;
         width:80px;
         height:20px;
    }
    .hoverMap a.antala {
         top:455px;
         left:415px;
         width:50px;
         height:20px;
    }
    .hoverMap a.argys {
         top:480px;
         left:300px;
         width:50px;
         height:20px;
    }
    .hoverMap a.baabtha {
         top:340px;
         left:795px;
         width:50px;
         height:20px;
    }
    .hoverMap a.borea {
         top:620px;
         left:365px;
         width:50px;
         height:20px;
    }
    .hoverMap a.callistimes {
         top:65px;
         left:835px;
         width:90px;
         height:20px;
    }
    .hoverMap a.crystalfalls {
         top:240px;
         left:460px;
         width:40px;
         height:30px;
    }
    .hoverMap a.danshalpass {
         top:265px;
         left:530px;
         width:50px;
         height:20px;
    }
    .hoverMap a.easternplains {
         top:315px;
         left:615px;
         width:50px;
         height:20px;
    }
    .hoverMap a.frozenshores {
         top:60px;
         left:255px;
         width:50px;
         height:20px;
    }
    .hoverMap a.gholghota {
         top:170px;
         left:300px;
         width:50px;
         height:20px;
    }
    .hoverMap a.goma {
         top:625px;
         left:480px;
         width:50px;
         height:20px;
    }
    .hoverMap a.greatnorthern {
         top:195px;
         left:200px;
         width:50px;
         height:20px;
    }
    .hoverMap a.greatswamp {
         top:340px;
         left:100px;
         width:50px;
         height:20px;
    }
    .hoverMap a.hatti {
         top:190px;
         left:880px;
         width:90px;
         height:20px;
    }
    .hoverMap a.islandskingdom {
         top:635px;
         left:700px;
         width:50px;
         height:20px;
    }
    .hoverMap a.islecolossus {
         top:175px;
         left:610px;
         width:50px;
         height:20px;
    }
    .hoverMap a.karakothai {
         top:610px;
         left:60px;
         width:50px;
         height:20px;
    }
    .hoverMap a.khargmoor {
         top:475px;
         left:695px;
         width:50px;
         height:20px;
    }
    .hoverMap a.kithai {
         top:520px;
         left:40px;
         width:50px;
         height:20px;
    }
    .hoverMap a.korinthia {
         top:540px;
         left:540px;
         width:50px;
         height:20px;
    }
    .hoverMap a.lagash {
         top:240px;
         left:865px;
         width:50px;
         height:20px;
    } 
    .hoverMap a.larenn {
         top:445px;
         left:575px;
         width:50px;
         height:20px;
    }
    .hoverMap a.latakia {
         top:445px;
         left:305px;
         width:50px;
         height:20px;
    }
    .hoverMap a.marekastar {
         top:390px;
         left:250px;
         width:50px;
         height:20px;
    }
    .hoverMap a.marmorica {
         top:455px;
         left:785px;
         width:60px;
         height:20px;
    }
    .hoverMap a.mithron {
         top:285px;
         left:580px;
         width:50px;
         height:20px;
    }
    .hoverMap a.parthea {
         top:410px;
         left:570px;
         width:50px;
         height:20px;
    }
    .hoverMap a.pindar {
         top:480px;
         left:405px;
         width:50px;
         height:20px;
    }
    .hoverMap a.quaradrimm {
         top:380px;
         left:690px;
         width:50px;
         height:20px;
    }
    .hoverMap a.sanur {
         top:405px;
         left:860px;
         width:50px;
         height:20px;
    }
    .hoverMap a.scythia {
         top:320px;
         left:260px;
         width:50px;
         height:20px;
    }
    .hoverMap a.shakar {
         top:250px;
         left:180px;
         width:50px;
         height:20px;
    }
    .hoverMap a.southernocean {
         top:590px;
         left:780px;
         width:50px;
         height:20px;
    }
    .hoverMap a.thantria {
         top:455px;
         left:490px;
         width:50px;
         height:20px;
    }
    .hoverMap a.tharasiangap {
         top:450px;
         left:450px;
         width:45px;
         height:20px;
    }
    .hoverMap a.westerndesert {
         top:440px;
         left:170px;
         width:50px;
         height:20px;
    }
    .hoverMap a.westron {
         top:425px;
         left:350px;
         width:50px;
         height:20px;
    }
    .hoverMap a.xastria {
         top:505px;
         left:255px;
         width:50px;
         height:20px;
    }
    /* -----------------------------------------------------------------------------*/
    /*                  Format for special images and buttons                       */
    /* -----------------------------------------------------------------------------*/

    /* Photo with margins */
    .photo {
	    float: left;
	    margin-bottom: 5px; 
	    margin-left: 2px;
    }
    /* Photo with margins & shadow box-shadow: [horizontal offset] [vertical offset] [blur radius] [optional spread radius] [color]; */
    .photoshadow {
	    float: left;
	    margin-left: 2em;
        box-shadow: 6px -6px 8px #161616;
    }
    /* Image png with shadow */
    .pngshadow {
	    float: left;
	    margin-left: 2em;
        filter: drop-shadow(5px 5px 5px #222222);
    }

    /* Grey button */
    .greyButton {
        display: block;  
        float: left;
        margin : 0;
        width: 150px;
        height: 38px;
        padding: 7px 0px 13px 0px;
        border-radius: 5px;
	    background-color: #e5e5e5;  /* light grey */
	    text-align: center;
    }
    .greyButton a {   
        color: #282828;
        text-decoration: none;
        font-size: 0.9em;
        font-variant: small-caps;
        line-height: 1.5em;
    }  
    /* Image button */
    .imageButton {
        display: block;  
        margin: 0; 
        float: left;
        width: 150px;
        height: 58px;
        padding: 0;
        border-radius: 5px;
    }
    .iconButton {
        display: block;  
        margin: 0; 
        float: left;
        width: 58px;
        height: 58px;
        padding: 0;
        margin-left:1.2em;
        border-radius: 5px;
    }

    /* -----------------------------------------------------------------------------*/
    /*                        Format for special texts                              */
    /* -----------------------------------------------------------------------------*/

    /* Justified paragraph */
    .paraph {
        float: left;
        text-align:justify;
        margin-bottom: 30px; 
    }

    /* Trilogy title */
    #trilogyTitle {
        float: left;
        width: 660px;
        margin-top: 10px;
        margin-bottom: 30px;
        text-align: center;
    }
    #trilogyTitle img { 
        width: 85%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #trilogyTitle p { 
        font-family: Folkard; 
        font-variant: normal;  
        font-size: 1.5em; 
        color: #ffffff; 
        margin-top: 20px;
        margin-bottom: 10px;
    }
    /* Books title */
    #bookTitle {
        float: left;
	    color: #ffffff;
        width: 600px; 
	    font-family: Morpheus;
	    font-size: 1em;
    }
    #bookTitle img { 
        width: 70%;
        margin-top: 20px;
    }
    /* Author name */
    .authorName {
	    color: #ffffff; 
	    font-family: Folkard;
	    font-size: 1.4em;
	    margin-bottom: 1em;
    }
  
    /* -----------------------------------------------------------------------------*/
    /*                                    Footer                                    */
    /* -----------------------------------------------------------------------------*/
    #footer {
	    clear: both;
	    width: 100%;
        color: #e5e5e5;
        background: #4c4b4b; /* medium grey */ 
	    text-align: center;
        padding-top:1.5em;
    }
    #footer span {
        list-style:none;
        font-variant:small-caps;
        text-align:center;
        margin-left:1.5em;
        margin-right:1.5em;
    }
     #footer span a {
        color:#0490c4; /* orcapod blue */
        text-decoration:none;
    }
    #footer p {
        padding: 1em;
    }
}

/* =======================================================================================================================*/
/* ===================================================== Style for smartphones ===========================================*/
/* =======================================================================================================================*/
@media (max-width : 640px) {

    /*  PAGE - hide all the page HTML code */
    #page {
        display: none;
    }
    #mobilePage {
        width: 100%;
        padding: 0;
        margin: 0;
        background: #4c4b4b; /* dark grey */
    }
    #mobilePage p {
        margin: 0;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        font-size: 1.2em;
        line-height: 1.2em;
    }
    #mobilePage i {
        font-size: 0.9em;
    }

    /* -----------------------------------------------------------------------------*/
    /*                        Containers                                            */
    /* -----------------------------------------------------------------------------*/

    /* Main container - height and background to set */
    .mobileBlock {
        clear: both;
        float: left;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
     }
    /* Container for photo */
    .mobilePhotoBox {
        float: left;
        width: 30%;
    }
    /* Container for name */
    .mobileNameBox {
        float: left;
        width: 90%;
        text-align: justify;
        margin-right: 10px;
        margin-left: 10px;
    }

    /* -----------------------------------------------------------------------------*/
    /*                  Format for special images or icons                          */
    /* -----------------------------------------------------------------------------*/

    /* Photo with margins */
    .mobilePhoto {
        float:left;
        width: 100%;
        height: auto;
        margin-bottom: 5px;
        padding:1em;
    }
    .responsive {
        width: 90%;
        height: auto;
    }
    /* Action button */
    .mobileButton {
        float: left;
        display: block;
        width: 130px;
        height:40px;
        padding: 0.5em 0 0.5em 0;
        border-radius: 5px;
        vertical-align: middle;
        background-color: #e5e5e5; /* light grey */
    }
    .mobileButton a {
        color: #282828;
        text-decoration: none;
        font-size: 0.9em;
        line-height: 1em;
        font-variant: small-caps;
    }
    .mobileButton img {
        width: 130px;
        height: 48px;
    }
    /* Image button */
    .mobileImageButton {
        display: block;  
        float: left;
        margin-left: 1em;
        margin-bottom: 2em;
        width: 130px;
        height: 50px;
        border-radius: 5px;
    }
     .mobileIconButton {
        display: block;
        vertical-align: middle;  
        margin: 0; 
        float: left;
        width: 4em;
        height: 4em;
        padding: 0;
        margin-left:2em;
        border-radius: 5px;
    }

    /* -----------------------------------------------------------------------------*/
    /*                        Format for special texts                              */
    /* -----------------------------------------------------------------------------*/

    /* responsive text paragraph */
    .mobileParaph {
        font-size: 0.9em;
        margin-right: 2em;
        margin-left: 2em;
        margin-bottom: 2em;
        text-align: justify;
    }
    .mobileParaph a {
        text-decoration: none;
    }
    /* Header Main title */
    #mobileTrilogyTitle img { 
        margin-top: 10px;
        margin-bottom: 2em;
    }
    #mobileTrilogyTitle p { 
        font-family: Folkard; 
        font-variant: normal;  
        font-size: 1.4em; 
        color: #ffffff; 
        margin-top: 20px;
        margin-bottom: 10px;
    }

    /* -----------------------------------------------------------------------------*/
    /*                                    Footer                                    */
    /* -----------------------------------------------------------------------------*/
    #mobileFooter {
        clear: both;
        width: 100%;
        background-color: #4c4b4b;
        padding-top: 1em;
        padding-bottom: 1em;
        text-align: center;
    }
     #footer a {
        color:#0490c4; /* orcapod blue */
        text-decoration:none;
    }
}
