
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;
}

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;
    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 {
    font-size: 1.5em;
    text-align: justify;
}

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

.disc a:hover {
    color: cadetblue;
    text-decoration: none;
    transition: .2s color;
}

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

.disc li {
    font-size: 1.5em;
    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;
}