.css



html {
    background: #191970;
}

body {
    background-color: #191970;
}


.title {
    text-align: center !important;
    font-family: 'Raleway', sans-serif !important;
    color:white;
    float: left;
    position: absolute;
    left: 200px;
    width:200px;
    height:200px;
    top: 18px;
    font-size: 32pt;
    line-height: 90%;
    font-weight: 100;
    padding: 30px;
    text-decoration: none;
    z-index: 1;
}

.titlebox {
    background-color: #000033;
    border-radius: 10%;
    opacity: 0.2;
    filter: alpha(opacity=10);
    float: left;
    left: 20px;
    top: 34px;
    width:425px;
    height:90px;
    padding: 20px;
    position: absolute;
    z-index:-1;
}

.titlebox2 {
    background-color: #000033;
    border-radius: 10%;
    opacity: 0.2;
    filter: alpha(opacity=10);
    float: left;
    left: 20px;
    top: 715px;
    width:80px;
    height:60px;
    padding: 20px;
    position: absolute;
    z-index:-10;
}

.logo {
    z-index: 1 !important;
    float: left;
    left: 41px;
    top: 740px;
    position: absolute;
}

.toplogo {
    z-index: 1 !important;
    float: left;
    left: 66px;
    top: 70px;
    position: absolute;
}

.subtitle {
    font-family: 'Raleway', sans-serif !important;
    color:white;
    float: left;
    top: 95px;
    left: 200px;
    position: absolute;
    width:200px;
    height:200px;
    font-size: 14pt;
    font-weight: 100;
    padding: 30px;
    text-decoration: none;
    text-align: center;
}


.screen {
    width:3200px;
    height:800px;
    margin-top: 50px;
    margin-bottom: 30px;
    margin-right: 0px;
    margin-left: 0px;
   border-radius: 25px;
  background-color: #ffffff;
  opacity:0.1;
  position: absolute;
  top:-25px;
  filter:alpha(opacity=60); 
}

    /* Horizontal Lines */
    .mainline {
        width: 2900px;
        height: 10px;
        background:orange;
        position: absolute;
        top: 200px;
        left: 100px;
        z-index: 1;
        -webkit-animation: mymove 14s;
    -webkit-animation-iteration-count:14;
    animation:mymove 14s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
        
    }
    
    .titlebox3 {
        background-color: #000033;
    border-radius: 10%;
    opacity: 0.2;
    filter: alpha(opacity=10);
    float: left;
    left: 3060px;
    top: 55px;
    width:80px;
    height:60px;
    padding: 20px;
    position: absolute;
    z-index:-10;
        
    }
    
    .B {
    width:10px;
    height:80px;
    background:white;
    position:absolute;
    top:65px;
    left:3130px;
}


.B2 {
  width: 40px;
  height: 40px;
  position:absolute;
  top:65px;
  left:3080px;
  border-radius: 180%;
  box-shadow: 10px 1px 0  white;
  -ms-transform: rotate(4deg); 
    -webkit-transform: rotate(4deg); 
    transform: rotate(4deg);
  
}

.B3 {
  width: 40px;
  height: 40px;
  position:absolute;
  top:100px;
  left:3080px;
  border-radius: 180%;
  box-shadow: 10px 1px 0  white;
  -ms-transform: rotate(4deg); 
    -webkit-transform: rotate(4deg); 
    transform: rotate(4deg);
    
}
    

/* Vertical Lines */

.point1 {
    width: 10px !important;
    height: 140px;
    background:orange;
    position: absolute;
    top: 200px;
    left: 460px;
    -webkit-animation: pointmove 1s;
    -webkit-animation-iteration-count:1;
    animation:pointmove 1s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
    -webkit-animation-delay: 1.5s; 
    animation-delay: 1.5s;
    transition: opacity 1s ease-out;
    opacity: 0; 
    height: 0;
    overflow: hidden;
}

.point2 {
    width: 10px !important;
    height: 140px;
    background:orange;
    position: absolute;
    top: 200px;
    left: 820px;
    -webkit-animation: pointmove 1s;
    -webkit-animation-iteration-count:1;
    animation:pointmove 1s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
    -webkit-animation-delay: 2.3s; 
    animation-delay: 2.3s;
    transition: opacity 1s ease-out;
    opacity: 0; 
    height: 0;
    overflow: hidden;
}

.point3 {
    width: 10px !important;
    height: 140px;
    background:orange;
    position: absolute;
    top: 200px;
    left: 1180px;
    -webkit-animation: pointmove 1s;
    -webkit-animation-iteration-count:1;
    animation:pointmove 1s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
    -webkit-animation-delay: 3s; 
    animation-delay: 3s;
    transition: opacity 1s ease-out;
    opacity: 0; 
    height: 0;
    overflow: hidden;
}

.point4 {
    width: 10px !important;
    height: 140px;
    background:orange;
    position: absolute;
    top: 200px;
    left: 1540px;
    -webkit-animation: pointmove 1s;
    -webkit-animation-iteration-count:1;
    animation:pointmove 1s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
    -webkit-animation-delay: 3.8s; 
    animation-delay: 3.8s;
    transition: opacity 1s ease-out;
    opacity: 0; 
    height: 0;
    overflow: hidden;
}

.point5 {
    width: 10px !important;
    height: 140px;
    background:orange;
    position: absolute;
    top: 200px;
    left: 1900px;
    -webkit-animation: pointmove 1s;
    -webkit-animation-iteration-count:1;
    animation:pointmove 1s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
    -webkit-animation-delay: 4.7s; 
    animation-delay: 4.7s;
    transition: opacity 1s ease-out;
    opacity: 0; 
    height: 0;
    overflow: hidden;
}

.point6 {
    width: 10px !important;
    height: 140px;
    background:orange;
    position: absolute;
    top: 200px;
    left: 2260px;
    -webkit-animation: pointmove 1s;
    -webkit-animation-iteration-count:1;
    animation:pointmove 1s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
    -webkit-animation-delay: 6s; 
    animation-delay: 6s;
    transition: opacity 1s ease-out;
    opacity: 0; 
    height: 0;
    overflow: hidden;
}

.point7 {
    width: 10px !important;
    height: 140px;
    background:orange;
    position: absolute;
    top: 200px;
    left: 2620px;
    -webkit-animation: pointmove 1s;
    -webkit-animation-iteration-count:1;
    animation:pointmove 1s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
    -webkit-animation-delay: 8s; 
    animation-delay: 8s;
    transition: opacity 1s ease-out;
    opacity: 0; 
    height: 0;
    overflow: hidden;
}

/* Cirlces */

.circle1 {
    width: 20px;
    height: 20px;
    background:transparent;
    border: 3px solid orange;
    border-radius: 50%;
    position: absolute;
    top: 192px;
    left: 77px;
}

.circle2 {
    width: 20px;
    height: 20px;
    background:transparent;
    border: 3px solid orange;
    border-radius: 50%;
    position: absolute;
    top: 338px;
    left: 452px;
    
}

.circle3 {
    width: 20px;
    height: 20px;
    background:transparent;
    border: 3px solid orange;
    border-radius: 50%;
    position: absolute;
    top: 338px;
    left: 812px;
    
}

.circle4 {
    width: 20px;
    height: 20px;
    background:transparent;
    border: 3px solid orange;
    border-radius: 50%;
    position: absolute;
    top: 338px;
    left: 1172px;
    
}

.circle5 {
    width: 20px;
    height: 20px;
    background:transparent;
    border: 3px solid orange;
    border-radius: 50%;
    position: absolute;
    top: 338px;
    left: 1532px;
    
}

.circle6 {
    width: 20px;
    height: 20px;
    background:transparent;
    border: 3px solid orange;
    border-radius: 50%;
    position: absolute;
    top: 338px;
    left: 1892px;
    
}

.circle7 {
    width: 20px;
    height: 20px;
    background:transparent;
    border: 3px solid orange;
    border-radius: 50%;
    position: absolute;
    top: 338px;
    left: 2252px;
    
}

.circle8 {
    width: 20px;
    height: 20px;
    background:transparent;
    border: 3px solid orange;
    border-radius: 50%;
    position: absolute;
    top: 338px;
    left: 2610px;
    
}

.circle9 {
    width: 20px;
    height: 20px;
    background:transparent;
    border: 3px solid orange;
    border-radius: 50%;
    position: absolute;
    top: 192px;
    left: 2998px;
    
}

     /* Transitions */

@-webkit-keyframes mymove {
    from { width: 0px; }
    to { width: 2900px; }
}

@keyframes mymove {
    from { width: 0px; }
    to {width: 2900px; }
}

@-webkit-keyframes pointmove {
    from { height: 0px; }
    to { height: 140px; }
     from { opacity: 0; }
    to { opacity: 1 }
}

@keyframes pointmove {
    from { height: 0px; }
    to { height: 140px; }
    from { opacity: 0; } 
    to { opacity: 1 }
}


     /* Sub Titles */

.title1 {
    width: 100px;
    height: 50px;
    background:transparent;
    position: absolute;
    top: 230px;
    left: 60px;
    font-family: 'Raleway', sans-serif !important;
    color:white;
    float: left;
    position: absolute;
}

.title2 {
    width: 100px;
    height: 50px;
    background:transparent;
    position: absolute;
    top: 378px;
    left: 438px;
    font-family: 'Raleway', sans-serif !important;
    color:white;
    float: left;
    position: absolute;
}

.title3 {
    width: 100px;
    height: 50px;
    background:transparent;
    position: absolute;
    top: 378px;
    left: 802px;
    font-family: 'Raleway', sans-serif !important;
    color:white;
    float: left;
    position: absolute;
}

.title4 {
    width: 100px;
    height: 50px;
    background:transparent;
    position: absolute;
    top: 378px;
    left: 1158px;
    font-family: 'Raleway', sans-serif !important;
    color:white;
    float: left;
    position: absolute;
}

.title5 {
    width: 100px;
    height: 50px;
    background:transparent;
    position: absolute;
    top: 378px;
    left: 1522px;
    font-family: 'Raleway', sans-serif !important;
    color:white;
    float: left;
    position: absolute;
}

.title6 {
    width: 100px;
    height: 50px;
    background:transparent;
    position: absolute;
    top: 378px;
    left: 1882px;
    font-family: 'Raleway', sans-serif !important;
    color:white;
    float: left;
    position: absolute;
}

.title7 {
    width: 100px;
    height: 50px;
    background:transparent;
    position: absolute;
    top: 378px;
    left: 2242px;
    font-family: 'Raleway', sans-serif !important;
    color:white;
    float: left;
    position: absolute;
}

.title8 {
    width: 100px;
    height: 50px;
    background:transparent;
    position: absolute;
    top: 378px;
    left: 2590px;
    font-family: 'Raleway', sans-serif !important;
    color:white;
    float: left;
    position: absolute;
}

.title9 {
    width: 100px;
    height: 50px;
    background:transparent;
    position: absolute;
    top: 230px;
    left: 2985px;
    font-family: 'Raleway', sans-serif !important;
    color:white;
    float: left;
    position: absolute;
}


    /* Hover States */
    
        
        .circle1:hover + #text1 {
	    display: block;
        }

        #text1 {
    	display: none;
	    color: #ffffff;
        text-align: center;
        font-size: 12px;
        width: 130px;
        height: 400px;
        position: absolute;
        top: 300px;
        left: 60px;
        font-family: 'Raleway', sans-serif !important;
        text-align: left;
        letter-spacing: .6px;
        }
        
        .circle2:hover + #text2 {
            display: block;
        }
        
        #text2 {
        display: none;
	    color: #ffffff;
        font-size: 12px;
        width: 200px;
        height: 400px;
        position: absolute;
        top: 405px;
        left: 438px;
        font-family: 'Raleway', sans-serif !important;
        text-align: left;
        letter-spacing: .6px;
            
        }
        
        
        .circle3:hover + #text3 {
            display: block;
        }
        
        #text3 {
        display: none;
	    color: #ffffff;
        font-size: 12px;
        width: 200px;
        height: 400px;
        position: absolute;
        top: 405px;
        left: 800px;
        font-family: 'Raleway', sans-serif !important;
        text-align: left;
        letter-spacing: .6px;
        }
        
        .circle4:hover + #text4 {
            display: block;
        }
        
        #text4 {
        display: none;
	    color: #ffffff;
        font-size: 12px;
        width: 200px;
        height: 400px;
        position: absolute;
        top: 405px;
        left: 1168px;
        font-family: 'Raleway', sans-serif !important;
        text-align: left;
        letter-spacing: .6px;
        }
        
        .circle5:hover + #text5 {
            display: block;
        }
        
        #text5 {
        display: none;
	    color: #ffffff;
        text-align: center;
        font-size: 12px;
        width: 200px;
        height: 400px;
        position: absolute;
        top: 405px;
        left: 1532px;
        font-family: 'Raleway', sans-serif !important;
        text-align: left;
        letter-spacing: .6px;
        }
        
        .circle6:hover + #text6 {
            display: block;
        }
        
        #text6 {
        display: none;
	    color: #ffffff;
        text-align: center;
        font-size: 12px;
        width: 200px;
        height: 400px;
        position: absolute;
        top: 405px;
        left: 1890px;
        font-family: 'Raleway', sans-serif !important;
        text-align: left;
        letter-spacing: .6px;
        }
        
        .circle7:hover + #text7 {
            display: block;
        }
        
        #text7 {
        display: none;
	    color: #ffffff;
        text-align: center;
        font-size: 12px;
        width: 200px;
        height: 400px;
        position: absolute;
        top: 405px;
        left: 2252px;
        font-family: 'Raleway', sans-serif !important;
        text-align: left;
        letter-spacing: .6px;
        }
        
        .circle8:hover + #text8 {
            display: block;
        }
        
        #text8 {
        display: none;
	    color: #ffffff;
        text-align: center;
        font-size: 12px;
        width: 200px;
        height: 400px;
        position: absolute;
        top: 405px;
        left: 2610px;
        font-family: 'Raleway', sans-serif !important;
        text-align: left;
        letter-spacing: .6px;
        }
        
        .circle9:hover + #text9 {
	    display: block;
        }

        #text9 {
    	display: none;
	    color: #ffffff;
        width: 220px;
        height: 50px;
        font-size: 12px;
        position: absolute;
        top: 270px;
        left: 2980px;
        font-family: 'Raleway', sans-serif !important;
        text-align: left;
        letter-spacing: .6px;
        }
        

    

    

