.nav a:link {color: #006FD8; text-decoration: none}
.nav a:visited {color: #006FD8; text-decoration: none}
.nav a:hover {color: #006FD8; text-decoration: none}

a:link {color: #006FD8; text-decoration: none}
a:visited {color: #006FD8; text-decoration: none}
a:hover {color: #006FD8; text-decoration: none}

body {
   background-color: #E6F0FF;
   color: rgba(20,0,35,0.8);
   margin: 0px;
   padding: 0px;
   font-family: sans-serif;
   font-size: 100%;
}

#leftNav { 
    position: absolute;
    top: 230px;
    right:50%;
    margin-right:130px;
    width: 300px;
    height: 50px;
    display: flex;
}

#rightNav { 
    position: absolute;
    top: 230px;
    left:50%;
    margin-left:130px;
    width: 300px;
    height: 50px;
    display: flex;
}

.navLink {
    flex: 1 0 50%;
    padding: 10px;
    color: #E6F0FF;
    font-size: 200%;
    
}


#banner {
   position: absolute;
   top: 0px;
   width: 100%;
}

#banner-center {   
   width: 100%;
   background-color: #140023;
   background-image: url('./images/titleSide.png'); 
}

#banner-top {   
   height: 20px;
   width: 100%;
   background: #140023;
}

#banner-bottom {
   height: 20px;
   width: 100%;
   background: #140023;
   background: -webkit-linear-gradient(0deg, rgba(20,0,35,0), #140023);
   background: -o-linear-gradient(0deg, rgba(20,0,35,0), #140023);
   background: -moz-linear-gradient(0deg, rgba(20,0,35,0), #140023);
   background: linear-gradient(0deg, rgba(20,0,35,0), #140023);
}

#content {
    position: relative;
    width: 980px;
    top: 350px;
    margin: auto;
}

#description {
    position: relative;
    width: 100%;
    margin-top: 0px;
    text-align: center;
    font-size: 125%;
    color: rgba(20,0,35,0.6);    
}

.divider {
    position: relative;
    width: 100%;
    margin-top:30px;
    margin-bottom:30px;    
}

.screenshotContainer{
    display: flex;
    position: relative;    
    width:980;
    margin-left: auto;
    margin-right: auto;
}
.leftScreenshot {    
    flex: 1 0 30%;
}
.rightText {
    display: flex;
    flex: 1 0 60%;
    justify-content:center;
    align-content:center;
    flex-direction:column;
    padding: 10px;
    padding-left: 30px;
    font-size: 110%;
}
.rightScreenshot {
    flex: 1 0 30%;
}
.leftText {
    display: flex;
    flex: 1 0 60%;
    justify-content:center;
    align-content:center;
    flex-direction:column;
    padding: 10px;
    padding-right: 30px;
    font-size: 110%;
}

#endBlock {
    position:relative;
    width: auto;
    margin-left: auto;
    text-align: center;
}

#footer {
    margin-top: 50px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    font-size: 75%;
    width: 100%;
    text-align: center;
}

.big {
    font-size: 125%;
}

img {
    display: block;
    margin: auto;
}

p {
    text-align: left;
}