@charset "utf-8";
/* CSS Document */

*
{
	padding:0;
	margin:0;
}


body
{
	
}

section {
  width: 100%;

 }
  
section#sectionone {
  height:100vh;
 }
section#sectiontwo {
clear: both;
    display: block;
    overflow: hidden;
 }
section#sectionthree {
height:310vh;
 }
section#sectionfour {
height:150vh;
 }

section#sectionfive {

 }
nav#dot-nav {	
z-index: 99999;
 position: fixed;
  right: 30px;
top: 50px !important; }
  nav#dot-nav a {
    border: 2px solid rgba(162, 236, 243, 1);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: block;
    margin: 20px;
    -webkit-transition: all 0.4;
    transition: all 0.4; }
    nav#dot-nav a.active {
      background: rgba(162, 236, 243, 1); }
  nav#dot-nav.red a {
    border: 1px solid #db2853; }
    nav#dot-nav.red a.active, nav#dot-nav.red a:first-child {
      background: rgba(162, 236, 243, 1);
border-color:rgba(162, 236, 243, 1)}

/*# sourceMappingURL=sourcemaps/style.css.map */
