@viewport {
    width: device-width;
    height: device-height;
    zoom: 1.0;
}

@-ms-viewport {
    width: device-width;
    height: device-height;
    zoom: 1.0;
}

html {
    background: #3a61a6;
}

body {
    overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
}

.info {
    position: relative;
    display: inline-block;
}

.info .text {
   display: none;
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 2%;
    text-align: center;
    width: 60%;
    font-family: Roboto, sans-serif;
    font-size: 1.5em;
    font-variant: small-caps;
    color: darkblue;
}

.solar {
    position: relative;
    top: 0.2em;
    left: 0.2em;
    text-align: center;
    width: 17.4em;
    height: 9.9em; 
    // padding: 0.2em 0.2em 0.2em 0.2em;
    border: inset;
    border-width: 0.01em;
    border-radius: 0.375em;
    -webkit-border-radius: 0.375em;
    -moz-border-radius: 0.375em;
    border-color: #274982 #274982 #91adde #91adde;

}

img {
    border: inset;
    border-width: 0.01em;
    border-radius: 0.375em;
    -webkit-border-radius: 0.375em;
    -moz-border-radius: 0.375em;
    border-color: #91adde #91adde #274982 #274982;
}

#col1 {
    position: relative;
    display: block;
    left: 1em;
    top: 1em;
    border: inset;
    border-width: 0.01em;
    border-radius: 0.375em;
    -webkit-border-radius: 0.375em;
    -moz-border-radius: 0.375em;
    border-color: #274982 #274982 #91adde #91adde;
    height: 18.5em;
    width: 18em;;
    z-index: 5;
}

#col2 {
    position: relative;
    display: block;
    left: 20em;
    top: -17.6em;
    border: inset;
    border-width: 0.01em;
    border-radius: 0.375em;
    -webkit-border-radius: 0.375em;
    -moz-border-radius: 0.375em;
    border-color: #274982 #274982 #91adde #91adde;
    height: 18.5em;
    width: 18em;;
    z-index: 5;
}

#col3 {
    position: relative;
    display: block;
    left: 39em;
    top: -36.2em;
    border: inset;
    border-width: 0.01em;
    border-radius: 0.375em;
    -webkit-border-radius: 0.375em;
    -moz-border-radius: 0.375em;
    border-color: #274982 #274982 #91adde #91adde;
    height: 18.5em;
    width: 18em;;
    z-index: 5;
}

#col4 {
    position: relative;
    display: block;
    left: 58em;
    top: -54.8em;
    border: inset;
    border-width: 0.01em;
    border-radius: 0.375em;
    -webkit-border-radius: 0.375em;
    -moz-border-radius: 0.375em;
    border-color: #274982 #274982 #91adde #91adde;
    height: 18.5em;
    width: 18em;;
    z-index: 5;
}

#row_one {
    position: relative;
    display: block;
    height: 1.5em;
    width: 16em;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0.3em;
    text-decoration: none;
    z-index: 10;
}

#row_two {
    position: relative;
    display: block;
    height: 1.5em;
    width: 16em;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0.3em;
    text-decoration: none;
    z-index: 10;
}

#row_three {
    position: relative;
    display: block;
    height: 1.5em;
    width: 16em;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0.3em;
    text-decoration: none;
    z-index: 10;
}

#row_four {
    position: relative;
    display: block;
    height: 1.5em;
    width: 16em;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0.3em;
    text-decoration: none;
    z-index: 10;
}

ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}


ul li {
    display: inline;
    position: relative;
    margin: 0.0625em;
    padding: 0;
    text-align: center;
    float: left;
    font-family: Roboto, sans-serif;
    white-space: pre;
    background: #0b1689;
    background: -webkit-gradient(linear, left top, right bottom, from(#0b1689), to(#1223de));
    background: -webkit-linear-gradient(left top, right bottom, #0b1689, #1223de);
    background: -moz-linear-gradient(left top, right bottom, #0b1689, #1223de);
    background: -ms-linear-gradient(left top, right bottom, #0b1689, #1223de);
    background: -o-linear-gradient(left top, right bottom, #0b1689, #1223de);
    color: #d9f2e4;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.375em;
    -webkit-border-radius: 0.375em;
    -moz-border-radius: 0.375em;
    border-color: #274982 #274982 #91adde #91adde;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0 0.0625em 0;
    -moz-box-shadow: rgba(0, 0, 0, 1) 0 0.0625em 0;
    box-shadow: rgba(0, 0, 0, 1) 0 0.0625em 0;
    text-shadow: rgba(0, 0, 0, .4) 0 0.0625em 0;
    z-index: 15;
}

li a:visited {
    color: #ffffff;
}
li a:link {
    color: #ffffff;
}

li a:hover {
    top: 0.0em;
    left: 0.1em;

    margin-top: 0.0em;
    margin-bottom: 0em;
    margin-left: 0em;
    margin-right: 0em;
    height: 0.475em;
    width: 16em;
    padding: 0.45em 1em 0 0.1875em;
    font-family: Roboto, sans-serif;
    white-space: pre;

    color: #ffff00;
    background-color: #0000ff;
    background: #0000ff;
    background: -webkit-gradient(linear, left top, right bottom, from(#1223de), to(#000080));
    background: -webkit-linear-gradient(left top, right bottom, #1223de, #000080);
    background: -moz-linear-gradient(left top, right bottom, #1223de, #000080);
    background: -ms-linear-gradient(left top, right bottom, #1223de, #000080);
    background: -o-linear-gradient(left top, right bottom, #1223de, #000080);
    text-align: center;
    vertical-align: middle;
    border-radius: 0.375em;
    -webkit-border-radius: 0.375em;
    -moz-border-radius: 0.375em;
    border-color: #274982 #274982 #91adde #91adde;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0 0.0625em 0;
    -moz-box-shadow: rgba(0, 0, 0, 1) 0 0.0625em 0;
    box-shadow: rgba(0, 0, 0, 1) 0 0.0625em 0;
    text-shadow: rgba(0, 0, 0, .4) 0 0.0625em 0;
    z-index: 1;
}

#top {
    border-radius: 8px;
    width: 82.3em;
    height: 54.5em;
    text-decoration: none;
}

#headline {
    position: absolute;
    display: block;


    margin: 0 auto;
    left: 0;
    right: 0;
    top: -20%;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-size: 0.7em;
    font-variant: small-caps;
    color: #0b0b0b;
    text-shadow: 0.094em 0.094em #afafaf;
    z-index: 999;
}

#download {
    position: relative;
    display: block;
    left: 4em;
    top: 5em;
    font-size: 2em;
    text-decoration: none;
    border: inset;
    border-width: 0.01em;
    border-radius: 0.375em;
    -webkit-border-radius: 0.375em;
    -moz-border-radius: 0.375em;
    border-color: #274982 #274982 #91adde #91adde;
    height: 18.5em;
    width: 18em;;
    z-index: 5;
}

ol {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

ol dd {
    display: inline;
    position: relative;

    height: 0.975em;
    width: 5em;

    padding-left: 0.250em;
    padding-right: 0.250em;
    padding-top: 0.125em;
    padding-bottom: 0.125em;

    text-align: center;
    float: left;
    font-family: Roboto, sans-serif;
    white-space: pre;
    background: #0b1689;
    background: -webkit-gradient(linear, left top, right bottom, from(#0b1689), to(#1223de));
    background: -webkit-linear-gradient(left top, right bottom, #0b1689, #1223de);
    background: -moz-linear-gradient(left top, right bottom, #0b1689, #1223de);
    background: -ms-linear-gradient(left top, right bottom, #0b1689, #1223de);
    background: -o-linear-gradient(left top, right bottom, #0b1689, #1223de);
    color: #d9f2e4;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.375em;
    -webkit-border-radius: 0.375em;
    -moz-border-radius: 0.375em;
    border-color: #274982 #274982 #91adde #91adde;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0 0.0625em 0;
    -moz-box-shadow: rgba(0, 0, 0, 1) 0 0.0625em 0;
    box-shadow: rgba(0, 0, 0, 1) 0 0.0625em 0;
    text-shadow: rgba(0, 0, 0, .4) 0 0.0625em 0;
    z-index: 15;
}

dd a:visited {
    text-decoration: none;
    color: #ffffff;
}
dd a:link {
    text-decoration: none;
    color: #ffffff;
}

dd a:hover {
    text-decoration: none;

    margin-left: -0.3em;

    padding-left: 0.8em;
    padding-right: 0.6em;
    padding-top: 0.22em;
    padding-bottom: -0.001em;

    font-family: Roboto, sans-serif;
    white-space: pre;

    color: #ffff00;
    background-color: #0000ff;
    background: #0000ff;
    background: -webkit-gradient(linear, left top, right bottom, from(#1223de), to(#000080));
    background: -webkit-linear-gradient(left top, right bottom, #1223de, #000080);
    background: -moz-linear-gradient(left top, right bottom, #1223de, #000080);
    background: -ms-linear-gradient(left top, right bottom, #1223de, #000080);
    background: -o-linear-gradient(left top, right bottom, #1223de, #000080);
    text-align: center;
    vertical-align: middle;
    border-radius: 0.375em;
    -webkit-border-radius: 0.375em;
    -moz-border-radius: 0.375em;
    border-color: #274982 #274982 #91adde #91adde;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0 0.0625em 0;
    -moz-box-shadow: rgba(0, 0, 0, 1) 0 0.0625em 0;
    box-shadow: rgba(0, 0, 0, 1) 0 0.0625em 0;
    text-shadow: rgba(0, 0, 0, .4) 0 0.0625em 0;
    z-index: 10;
}

#closer {
    position: relative;
    display: block;
    overflow: hidden;
    top: -15.750em;
    left: 27em;
}

button {
    position: relative;
    display: inline;

    height: 1.875em;
    width: 3.750em;

    padding-left: 0.250em;
    padding-right: 0.250em;
    padding-top: 0.125em;
    padding-bottom: 0.125em;

    text-align: center;
    float: left;
    font-size: 1em;
    font-family: Roboto, sans-serif;
    white-space: pre;
    background: #0b1689;
    background: -webkit-gradient(linear, left top, right bottom, from(#0b1689), to(#1223de));
    background: -webkit-linear-gradient(left top, right bottom, #0b1689, #1223de);
    background: -moz-linear-gradient(left top, right bottom, #0b1689, #1223de);
    background: -ms-linear-gradient(left top, right bottom, #0b1689, #1223de);
    background: -o-linear-gradient(left top, right bottom, #0b1689, #1223de);
    color: #fafafa;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.675em;
    -webkit-border-radius: 0.675em;
    -moz-border-radius: 0.675em;
    border-color: #274982 #274982 #91adde #91adde;
    z-index: 15;
}

button:hover {
    position: relative;
    display: inline;
    overflow: hidden;

    height: 1.995em;
    width: 3.895em;

    text-decoration: none;

    margin-left: 0;
    padding-left: 0.8em;
    padding-right: 0.6em;
    padding-top: 0.22em;
    padding-bottom: 0.001em;

    font-family: Roboto, sans-serif;
    white-space: pre;

    color: #ffff00;
    background-color: #0000ff;
    background: #0000ff;
    background: -webkit-gradient(linear, left top, right bottom, from(#1223de), to(#000080));
    background: -webkit-linear-gradient(left top, right bottom, #1223de, #000080);
    background: -moz-linear-gradient(left top, right bottom, #1223de, #000080);
    background: -ms-linear-gradient(left top, right bottom, #1223de, #000080);
    background: -o-linear-gradient(left top, right bottom, #1223de, #000080);
    text-align: center;
    vertical-align: middle;
    border-radius: 0.675em;
    -webkit-border-radius: 0.675em;
    -moz-border-radius: 0.675em;
    border-color: #274982 #274982 #91adde #91adde;
    z-index: 10;
}
