
body {
    background-color: black;/* Overall Background color */
    margin-top: auto;
    background-repeat: no-repeat;
    color: rgb(255, 255, 255);;
    font-size: 16px;
}

.header {
    background: url(header.png) 50% no-repeat;
    background-size: contain
}

footer {
    padding: 1%;
    text-align: center;
    background-color: transparent;
    border: 1px solid rgb(75, 75, 75);
    font-size: 0.9em;
}

img {
    max-width: 100%;
}

/********** Video **********/
#videoCenter {
    clear: both;
    display: block;
    margin: 0 auto;
    width: 50%;
}

/********** Horizontal Image Alignment **********/
#bajo {
    width: 90%;
    height:120px;
    clear:both;
    margin:auto;
    text-align:center;
    background-color:transparent;/* transparent */
}

#bajo a {
    vertical-align:middle;
    margin: 0 10px 0 10px; /* Top Right Bottom Left */
}

#bajo a img {
    width: 100px;
    height: 100px;
}

.titleImage IMG {
    width: 15%;
    display: block;
    margin:auto;
    width: 200px;
    height: 40px;
}

.navImages {
    width: 50%;
    height:50px;
    clear:both;
    margin:auto;
    text-align:center;
    background-color:transparent;/* transparent */
    border-style: dotted;
}

.navImages a {
    vertical-align:middle;
    margin: 0 10px 0 10px; /* Top Right Bottom Left */
}

.navImages a img {
    width: 100px;
    height: 30px;
}

.navImagesX a:link, a:visited {
    background-color: transparent;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-style: none;
  }

  .navImagesX a:hover, a:active {
    background-color: red;
    border-style: none;
  }

/*a:hover {
    background-color: greenyellow;
}*/

/*a {
    color: rgb(136, 136, 136);
}*/

/*
a:hover {
    color:green;
}
/*

/*
h3 a {
    color: white;/* rgb(255, 85, 45); 
}
*/

h5 {
    font-family: "Times New Roman", Georgia, Serif;
}

/******** Image ********/
.wristWatch p {
    color: red;
}

.wristWatch IMG {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.co2Moves IMG {
    width: 25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.centeredMed1 IMG {
    width: 35%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/******** Image Citations ********/
.cite p {
    font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
    font-size: 90%;
    text-align: center;
    color:white;
}

.cite a {
    color:white;
}

.cite a:hover {
    color:orange;
}

.iframe-center {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/******* Temperature Box *******/
.temperature-box {
    border: 3px solid rgb(255, 120, 120);
    width: 35%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.temperature-box p {
    margin: 5px 10px;/* top/bottom and left & right*/
    text-align: center;
}

/******* Events *******/
.events-box {
    border: 3px solid rgb(120, 120, 120);
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.events-box p {
    margin: 5px 10px;/* top/bottom and left & right*/
    text-align: center;
}

.events-box a {
    color: rgb(255, 255, 255);
}

.events-box a:hover {
    color: rgb(251, 255, 14);
}

p.countUP {
    font-size: 260%;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 0px 0px;/*  top bottom left right*/

}

/******** Blog-News ********/
p.news {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;

    font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
    font-size: 100%;
    text-align: left;
    color:white;
}

p.newsTitle {
    font-size: 160%;
    color: rgb(102, 178, 255);
    text-align: center;
}

/***************************/
.sources p {
    font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
    color: rgb(255, 170, 14);
    text-align: center;
    font-size: 90%;
}

.sources a {
    color: rgb(255, 170, 14);
}

.sources a:hover {
    color: rgb(251, 255, 14);
}

/***************************/
.jump h2 {
    font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
    color: rgb(0, 255, 255);
    text-align: center;
}

.jump a {
    color: white;
    text-decoration: none;
}

.jump a:hover {
    color: rgb(251, 255, 14);
}

/***************************/
.action p {
    width: 60%;
    display: block;    
    font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
    color: white;
    text-align: justify;
    margin: 0 auto;
    width: 30em;
    font-size: 100%;
}

.action a {
    color: rgb(255, 255, 255);
}

.action a:hover {
    color: rgb(251, 255, 14);
}


.nextStep p {
    font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 100%;
}

.nextStep a {
    color: rgb(255, 255, 255);
}

.nextStep a:hover {
    color: rgb(251, 255, 14);
}

IMG.centeredSmall {
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

IMG.centeredSmall2 {
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

IMG.centeredSmall3 {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

IMG.centeredCo2Graph {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

IMG.centered {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

IMG.centeredSigns {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

IMG.centeredExtinction {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/******************************************************************************************/
/* Timer */

.numbers {
    padding: 0px;
    width: 45px;
    text-align: center;
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;    /* options are normal, bold, bolder, lighter */
    font-style: normal;   /* options are normal or italic */
    color: #FFFFFF;       /* change color using the hexadecimal color codes for HTML */
}
.title {    /* the styles below will affect the title under the numbers, i.e., “Days”, “Hours”, etc. */
    border-style: none;
    padding: 0px 0px 3px 0px;
    width: 45px;
    text-align: center;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;    /* options are normal, bold, bolder, lighter */
    color: #FFFFFF;       /* change color using the hexadecimal color codes for HTML */
}
#table {
    width: 400px;
    height: 70px;
    border-style: solid;
    border-width: 3px;
    border-color: rgb(200,211,211);       /* change color using the hexadecimal color codes for HTML */
    background-color: black;   /* change color using the hexadecimal color codes for HTML */
    margin: 0px auto;
    position: relative;   /* leave as "relative" to keep timer centered on your page, or change to "absolute" then change the values of the "top" and "left" properties to position the timer */
    top: 0px;             /* change to position the timer */
    left: 0px;            /* change to position the timer; delete this property and it's value to keep timer centered on page */
}

/******************************************************************************************/

p.textCentered1 {
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 160%;
}

p.textCentered2 {
    text-align: center;
    color: rgb(255, 170, 14);
}

p.textCentered3 {
    text-align: center;
    font-size: 200%;
    color: white;
}

p.textCentered4 {
    width: 80%;
    text-align: center;
    margin-left: auto;/* Center Box */
    margin-right: auto;/* Center Box */
    color: white;
}

p.textCenteredPopulation {
    margin: 0px 10px;/* top/bottom and left & right*/
    text-align: center;
    font-size: 300%;
    font-weight: bold;
    color: white;
}

p.textCenteredPopulationFacts {
    margin: 0px 10px;/* top/bottom and left & right*/
    text-align: center;
    color: white;
}

/******************************************************************************************/

/**************************** nav ***********************************/
body {
    margin:0;
}

h1 {
    position:absolute;
    left: calc(50% - 90px);/*Center using calc and left xal; 50% - 85px */
    top:-8px;
    color: red;
}

h1 a {
    color: red;
    text-decoration: none;
/*    transition: color 2.3s;/**/
}

h1 a:hover {
    color: rgb(102, 178, 255);
}

h4 a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(0, 0, 0);/* BG color of menu bar*/
}

ul.topnav li {
    float: left;
}
ul.topnav li {
    display: none;
}
ul.topnav li.icon {/*jal */
    float: right;
    display: inline-block;
    margin: 0px 0px 15px 15px;
    font-size:15px;/* No Effect */
}

@-webkit-keyframes color-change {
    0% { color: red; }
    50% { color: rgb(102, 178, 255); }
    100% { color: red; }
}
@-moz-keyframes color-change {
    0% { color: red; }
    50% { color: rgb(102, 178, 255); }
    100% { color: red; }
}
@-ms-keyframes color-change {
    0% { color: red; }
    50% { color: rgb(102, 178, 255); }
    100% { color: red; }
}
@-o-keyframes color-change {
    0% { color: red; }
    50% { color: rgb(102, 178, 255); }
    100% { color: red; }
}
@keyframes color-change {
    0% { color: red; }
    50% { color: rgb(102, 178, 255); }
    100% { color: red; }
}

ul.topnav li a:hover {
    border: 1px solid;
    border-radius: 5px;
    background-color: rgba(34, 34, 51, 1.0);
}
/**/

ul.topnav li a {
    display: inline-block;
    color: rgb(255, 0, 0);/* Color of the icon and menu names */
    text-align: center;
    padding: 16px 10px;/* 16px = top & bottom; 10px left & right; was 14 & 16 */
    text-decoration: none;
    transition: color 2.3s;
    font-size:20px;/*this works */
}

ul.topnav li.icon img {
    float: right;
    display: inline-block;
    margin: 0px 10px 0px 0px;/* top right, these no effect => bottom left */
}

ul.topnav li.icon a {
    color: rgb(255, 0, 0);
    
    -webkit-animation: color-change 4s infinite;
    -moz-animation: color-change 4s infinite;
    -o-animation: color-change 4s infinite;
    -ms-animation: color-change 4s infinite;
    animation: color-change 4s infinite;
}

ul.topnav.responsive li {
    float: none;
    display: inline;
}
ul.topnav.responsive li a {
    display: inline-block;
    text-align: left;
}

ul.topnav.responsive li.icon img {/* responsive is the response to the button clicked 666888*/
    float: right;/**/
}

/*666888
ul.topnav li.icon {
    float: right;
    display: inline-block;
}/**/

/*********************** Mobile Devices ***********************/
@media screen and (max-width:770px) {
    ul.topnav li {
        display: none;
    }
    ul.topnav li.icon {
        float: right;
        display: inline-block;
    }
    .cite p {
        font-size: 15px;
    }
    
    .wristWatch IMG {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .co2Moves IMG {
        width: 50%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    #bajo {
        height:60px;
    }
    
    #bajo a img {
        width: 45px;
        height: 45px;
    }

    .navImagesX a:link, a:visited {
        margin-top: 50px;
        margin-left: 0px;
    }
            
    p.textCentered3 {
        text-align: center;
        font-size: 100%;
        color: white;
    }
    p.textCentered4 {
        width: 90%;
        font-size: 13px;
    }
    
    p.textCenteredPopulation {
        margin: 0px 10px;/* top/bottom and left & right*/
        text-align: center;
        font-size: 225%;
        font-weight: bold;
        color: white;
    }

    IMG.centered {
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    IMG.centeredSigns {
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    IMG.centeredExtinction {
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    IMG.centeredSmall {
        width: 45%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    IMG.centeredSmall2 {
        width: 70%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    IMG.centeredSmall3 {
        width: 70%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    IMG.centeredCo2Graph {
        width: 70%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    IMG.centeredArtwork {
        width: 70%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    p.news {
        width: 85%;
        font-size: 13px;
    }
    
    p.newsTitle {
        font-size: 120%;
        color: rgb(102, 178, 255);
    }
    .action p {
        width: 90%;
        font-size: 90%;
    }
    .events-box {
        width: 70%;
        font-size: 90%;
    }

    #videoCenter {
        clear: both;
        display: block;
        margin: 0 auto;
        width: 70%;
    }

    .temperature-box {
        width: 70%;
        border: 3px solid rgb(255, 120, 120);
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .temperature-box p {
        margin: 5px 10px;/* top/bottom and left & right*/
        text-align: center;
    }

}
/*********************** End Mobile Devices ***********************/

/*********************** Mobile Devices ***********************/
@media screen and (max-width:770px) {
    ul.topnav.responsive {
        position: relative;
    }
    ul.topnav.responsive li.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    ul.topnav.responsive li {
        float: none;
        display: inline;
    }
    ul.topnav.responsive li a {
        display: block;
        text-align: left;
        font-size:16px;/* added */
    }
    
    ul.topnav li.icon img {
        height: 50%;
        width: 50%;
    }
    ul.topnav li a:hover {
        border: none;
        border-color: rgb(172, 206, 255);
        background-color: transparent;
    }


}
/*********************** End Mobile Devices ***********************/

/* Signs Page */

/**************************** Signs Page ***********************************/
.centerSignsNews {
    margin: 0 auto;
    width: 200px;
    padding: 20px;
    color: white;
}
/**************************** Art Page 666 ***********************************/

IMG.centeredArtwork {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.artPadding2 {
    padding-top: 105%;/* 53%, 350px Desktop */
    padding-right: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
    text-align: justify;
    border: 1px solid red;
}

.artPadding2 a {
    color:white;
}

.artPadding2 a:hover {
    color:orange;
}
  
div.defPart1 {
    text-indent: 15%;
    line-height: 0.4;
    margin-bottom:20px;}

div.defPart2 {
    text-indent: 18%;
    line-height: 1.3;
    margin-right: 40px;
    margin-left: 40px;
  }
  
div.artTextCentered {
    display: block;
    text-align: center;
  }
  
div.gallery:hover {
    border: 1px solid red;/* #777 2222 Art Page 666*/
    opacity: 0.5;
}
  
div.gallery img {
    width: 100%;/* 100% */
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid rgb(144, 72, 0, 0.5);
  }
  
div.desc {
    padding: 0px;/*  5px */
    text-align: center;
  }
  
  
  * {
    box-sizing: border-box;/* border-box */
  }
  
  .responsive {/* Art Page 666 */
    padding: 0 0;/* 0 6px*/
    float: left;/* left 666*/
    width: 24.9999%;/* 24.99999%  thumbnail */
  }
  
  @media only screen and (max-width: 700px) {
    .responsive {
      width: 30%;/* 49.9999% */
      margin: 6px 0;
      text-align: justify;
    }
    .artPadding2 {
        padding-top: 99%;/* 65% */
        text-align: justify;
        font-size: 13px;
    }

    div.defPart2 {
        font-size: 15px;
      }    
  }
  
  @media only screen and (max-width: 500px) {
    .responsive {
/*        float: none;/**/
      width: 30%;/* 75%*/
/*      display: block;/**/
/*      text-align: center;/**/
      margin-left: auto;/**/
      margin-right: auto;/**/
      font-size: 13px;
    }

    .artPadding2 {
        padding-top: 99%;/* 70% */
    }

    div.defPart2 {
        font-size: 15px;
      }
  }
  
  

.book img {
    margin-left: auto;
    margin-right: auto;
    width: 10%;
    /* leftRight -(to the left, +to the right), Bottom, blur(0=no blur), color */
    box-shadow: 10px 10px 10px rgba(33,33,33, 1.0);/**/
    
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.book img:hover {
    border: 3px solid black; 

    margin-top: 1.0em;
    margin-bottom: 1em;
  
   
        z-index: 10;
        opacity: 1.0;
        filter: alpha(opacity=100); /* For IE8 and earlier */
        
        -webkit-transform:scale(4.0); /* Safari and Chrome */
        -moz-transform:scale(4.0); /* Firefox */
        -ms-transform:scale(4.0); /* IE 9 */
        -o-transform:scale(4.0); /* Opera */
        transform:scale(4.0);

        
    }
    
    .book li > a,
    .book li > a img {
        display: block;
        position: relative;
    }
    
/**************************** About Page ***********************************/
.thoughtsContainer {
    position: relative;
    left: 6%;
    width: 85%;
    line-height: 16px;
}

.thoughtsContainer p {
    color: rgba(136, 136, 136, 1.0);/* font color */
    font-size: 14px;
    font-family: "Times New Roman", Times, serif;
    width: 100%;
    
    line-height: 18px;
    margin-top: 1.0em;
    margin-bottom: 1em;
}

.thoughtsContainer img {
    border: 3px solid;
    border-color: black;
}

.thoughtsContainer a {
    color: rgb(255, 255, 255);
}

.thoughtsContainer a:hover {
    color: rgb(251, 255, 14);
}

/**************************** NASA Data ***********************************/
.container {
    width:100%;
    text-align:center;
}

.leftSide {
    vertical-align: middle;
    width:30%;
    height: 40px;
    background: #ff0000;/**/
}

.centerCO2 {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid rgb(120, 120, 120);
    width: 30%;
    font-size: 200%;
}


.rightSide {
    float:right;
    width:30%;
    height: 40px;
    font-size: 80%;
/*    background: #0000ff;/**/
}
/*----------------------------------------------------*/
/*
.wrap{
    text-align:center
}
.left{
    float: left;
    background:grey
}
.right{
    float: right;
    background:red
    display: inline-block;
    margin: 0px 0px 15px 15px;
    font-size:25px;
}
.center{
    
    background:green;
    margin:0 auto;
    display:inline-block
}
*/
.side-by-side
{
    float:left;/**/
    padding:0px 20px;
    margin: 0px 100px;/* top/bottom and left & right*/
/*    left: calc(50% - 90px);/**/
}

.nasaTable {
    color: white;
    font-size: 300%;
    font-family:    "Times New Roman";

    border-style: solid;
    border-width: 3px;
    border-color: rgb(200,211,211);
    text-align: center;
    margin: 0px auto;
    position: relative;
    padding: 0px 0px 0px 0px;  /* top  right  bottom   left */
    border-spacing: 10px 3px;  /* side top*/
    
}

/**************************** Page Fade ***********************************/
#page_wrap {
    width: 100%;
    z-index: 1;
    margin:auto;
    text-align:center;
}

#bottom_fade {
    width: 100%;
    height: 400px;
    z-index: 99;
    position: fixed;
    text-align:center;
    bottom: 0px;
    background: url("bottom-fade2.png") bottom center no-repeat;
}

