
a.brand:link {
    color: azure;
    text-decoration: none;
}

a.brand:visited {
    color: azure;
    text-decoration: none;
}

a.brand:hover {
    color: cadetblue;
    text-decoration: none;
}

a.brand:active {
    color: azure;
    text-decoration: none;
}

img.gif {
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a.downloadE {
    color: darkolivegreen;
    text-align: center;
    display: block;
    font-size: 2.0em;
    padding-left: auto;
    padding-right: auto;
    text-decoration: none;
}

a.downloadC {
    color: crimson;
    text-align: center;
    display: block;
    font-size: 2.0em;
    padding-left: auto;
    padding-right: auto;
    text-decoration: none;
}

a.downloadP {
    color: dodgerblue;
    text-align: center;
    display: block;
    font-size: 2.0em;
    padding-left: auto;
    padding-right: auto;
    text-decoration: none;
}

body{
    background-color: #0E1214;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

header {
    display: block;
    background-color: #1F2325;
    text-align: center;
    font-family: "Helvetica", sans-serif;
    color: azure;
    padding: 0em;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
    z-index: 10;
}

.nav {
    text-align: center;
    margin-left: -3%;
}

.nav li {
    width: auto;
    border-bottom: none;
    height: 5px;
    line-height: 5px;
    font-size: 1.0em;
    display: inline-block;
	}
 
.nav a {
	text-decoration: none;
	font-size: 1.0em;
	color: azure;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}
 
.nav a:hover {
	color: cadetblue;
    transition: .2s color;
}

a.email:link {
    color: azure;
    text-decoration: none;
}

a.email:visited {
    color: azure;
    text-decoration: none;
}

a.email:hover {
    color: cadetblue;
    text-decoration: none;
}

a.email:active {
    color: azure;
    text-decoration: none;
}

div.summary {
    z-index: 20;
    font-size: 2.5vw;
    text-align: center;
    margin-top: 200px;
    margin-left: 15%;
    margin-right: 15%;
    font-family: "Helvetica", sans-serif;
    color: azure;
}

div.disc {
    color: azure;
    z-index: 20;
    margin-top: 100px;
    margin-left: 15%;
    margin-right: 15%;
    font-family: "Helvetica", sans-serif;
    color: azure;
}

.disc p {
    text-indent: 50px;
    font-size: 1.8vw;
    text-align: justify;
}

.disc li {
    font-size: 1.5vw;
    text-align: justify;
}

img.mainImg {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-top: 100px;
    background-image: url(images/links/zero.jpg);
    background-position: center;
    display: block;
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
    z-index: 1;
}

div.screenshots {
    display: block;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 200px;
}

.pic {
    width: 28%;
    padding: 2px;
    height: auto;
}

#largeImg {
    position: fixed;
    visibility: hidden;
    width: 80%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    border-left: 6vw solid #1F2325;
    border-right: 6vw solid #1F2325;
    border-top: 2vw solid #1F2325;
    border-bottom: 2vw solid #1F2325;
}

#leftArrow {
    position: fixed;
    visibility: hidden;
    width: 5%;
    top: 50%;
    left: 8%;
    transform: translate(-70%, -50%);
    z-index: 31;
}

#rightArrow {
    position: fixed;
    visibility: hidden;
    width: 5%;
    top: 50%;
    right: 8%;
    transform: translate(70%, -50%);
    z-index: 31;
}

#close {
    position: fixed;
    visibility: hidden;
    width: 4%;
    top: 50%;
    right: 8%;
    transform: translate(70%, -580%);
    z-index: 40;
}

#darkBG {
    position: fixed;
    visibility: hidden;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 25;
    background: rgba(0, 0, 0, 0.8); 
    pointer-events: none;
}