/*@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital@0;1&family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,400;1,700;1,900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;

}

body {
 /* background: #1D212B;*/
}

/*nav and nav2*/
.nav {
	 height: 50px;
 margin-bottom: 0px;
 font-family: Roboto, sans-serif;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;

}

.nav li {
float: left;
list-style-type: none;
width: 33.33333%;
line-height: 50px;
text-align: center;

 }

 .nav a {
 text-decoration: none;
 display: block;
 color: white;
 font-size: 16px;
 }

 .nav a:hover {
 background-color: #019D78;
 color: white;
 text-decoration:none;
 }
 
 .nav2 {
  height: 50px;
  font-family: arial, Serif;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.nav2 li {
float: left;
list-style-type: none;
width: 33.333333%;
line-height: 50px;
text-align: center;
font-weight: 300;
 }

.nav2 a {
 text-decoration: none;
 display: block;
 color: DimGray;
 font-size: 16px;
 }

 .nav2 a:hover {
 background-color: #cccdce;
 color: white;
 text-decoration:none;
 }
 
 /*end of nav and nav2==================================================*/
 
.splash {
	min-height: 100vh;/*original 75*/
	background-image: url("images/splash7.jpg");
	background-repeat: no-repeat;
    background-size:100% auto;
	background-position: center center; 
	/*display: block; this was working, new now nav is in center*/
	position: relative;
	/*this is new copied from original reveal tutorial, we will try nav top positioning*/
	  display: flex; 
    justify-content: center;
    align-items: center;
	
}

.section9 {
	min-height: 60vh;
	background-image: url("images/wireframes.jpg");
	background-repeat: no-repeat;
    background-size:100% auto;
	background-position: center center; 
	margin-top: -60px;
}

.section22 {
	min-height:90vh;
	background-image: url("images/greenBackground.jpg");
	background-repeat: no-repeat;
    background-size:100% auto;
	background-position: center center; 
	margin-top: -60px;
}
 
#bold {
    font-weight: 800;
}

section {
  min-height: 70vh; /*this puts space between elements*/
  display: flex; /*not sure what this does still left justified*/
  justify-content: center;
  align-items: center;
}

.section2 {
    margin-top: -85px;
  min-height: 40vh; /*this puts space between elements*/
  display: flex; /*not sure what this does still left justified*/

}

.section3 {
        margin-top: -305px;
    min-height: 40vh;
     display: flex; /*not sure what this does still left justified*/
}

.section4 h3{
        margin-bottom: -28px;

}

.section4 {
        margin-top: -220px;
    min-height: 40vh;
     display: flex; /*not sure what this does still left justified*/
}

.img-responsive {
  display: block;
  height: auto;
  width: 100%;
}

#userPersonas {
    align-items: center;
}

#miniPersona {
    width: 185px;
    
}

#personaDesc {
    margin-left: -30px;
    margin-right: -5px;
    padding-left: -30px;
    padding-right: 0px;
}

.section5 {
    margin-top: -245px;
  min-height: 40vh; /*this puts space between elements*/
  display: flex; /*not sure what this does still left justified*/

}

#section5Cards {
    align-items: center;
}

.section6 {
    margin-top: -190px;
  min-height: 40vh; /*this puts space between elements*/
  display: flex; /*not sure what this does still left justified*/
    text-align:justify;

}

.section7 {
    margin-top: -290px;
  min-height: 40vh; /*this puts space between elements*/
  display: flex; /*not sure what this does still left justified*/
    text-align:justify;

}

.section8 {
    margin-top: -210px;
  min-height: 40vh; /*this puts space between elements*/
  display: flex; /*not sure what this does still left justified*/
    text-align:justify;

}

.section10 {
    margin-top: -60px;
  min-height: 40vh; /*this puts space between elements*/
  display: flex; /*not sure what this does still left justified*/
    text-align:justify;

}

.section11 {
        margin-top: -240px;
    min-height: 40vh;
     display: flex; /*not sure what this does still left justified*/
}

.section12 {
        margin-top: -225px;
    min-height: 40vh;
     display: flex; /*not sure what this does still left justified*/
}

.section14 {
    margin-top: -270px;
  min-height: 40vh; /*this puts space between elements*/
  display: flex; /*not sure what this does still left justified*/
   /* text-align:justify;*/

}

.section13 {
        margin-top: -330px;
    min-height: 40vh;
     display: flex; /*not sure what this does still left justified*/
}

.section17 {
 margin-top: -260px;
    min-height: 40vh;
     display: flex; /*not sure what this does still left justified*/
}

.section18 {
      /*  margin-top: -275px; before greenBackground*/
      margin-top: -100px;

    min-height: 40vh;
   /*  display: flex; /*not sure what this does still left justified*/
}

.section19 {
    margin-top: -245px;
  min-height: 40vh; /*this puts space between elements*/
  display: flex; /*not sure what this does still left justified*/

}

.section20 {
        margin-top: -270px;
    min-height: 40vh;
     display: flex; /*not sure what this does still left justified*/
}

.section21 {
	min-height: 75vh;
	background-image: url("images/splash11.jpg");
	background-repeat: no-repeat;
    background-size:100% auto;
	background-position: center center; 
	margin-top: -60px;
}

.section23 {
    margin-top: -275px;

    min-height: 40vh;
   /*  display: flex; /*not sure what this does still left justified*/
}


.logo {
  display: flex; 
  justify-content: center;
  align-items: center;
  
}

#isolatedImage {
    width: 830px;
}

#isolatedImage2 {
    width: 100%;
}

#isolatedImage3 {
    width:680px;

}

#freelance {
   /* width: 50%;*/
   max-width: 100%;

}

#persona {
    /*width: 600px;*/
   max-width: 100%;
}

#clockOut {
    width: 550px;
  /* max-width: 60%;*/
}

#div_banner_ul {
	position: relative;
    display:inline;  
	text-align: center;    
}

#banner_ul li{
    display: inline;
	color: black;
    text-align: center; 
}



#firstTextCard p {
    line-height: 2;
    color: #828282;
    font-size: 15px;
    
}

#secondTextCard ul{
    padding-left: 17px;
}

#secondTextCard li{
    
    color: orange;
}

#ninthTextCard  {
    line-height: 2;
    color: #828282;
    font-size: 15px;
  position: relative;
  float: right;
}

#boldGreen span {
    font-weight: bolder;
    color: green;
}


#personaTextCard li span{

    color: #828282;
    font-size: 15px;
    font-weight: bold;
}

#personaTextCard ul{
    padding-left: -20px;
    padding-right: -20px;
    margin-right: -30px;
    margin-left: -40px;
}

#personaTextCard li{
     list-style-type: none;
    line-height: 2;
    color: #828282;
    font-size: 15px;
}

#personaTextCard  strong {
    font-size: 19px;
    font-weight: bolder;
  /* color: #019D78;*/
    color: #017F59;
}

#personaParagraph {
    margin-top: -80px;

}

#eigthTextCard p {
    line-height: 2;
    color: #828282;
    font-size: 15px;
    padding-top: -40px;
    margin-top: -50px;
 margin-left: -48px;

}

#secondTextCard li span{
    line-height: 2;
    color: #828282;
    font-size: 15px;
    
}

#sixthTextCard {
    width: 70%;
    margin: auto;
}

#sixthTextCard li{
    margin-left: 20px;
    /*margin: auto;*/
}

#sixthTextCard p {
    line-height: 2;
    color: #828282;
    font-size: 15px;
    margin-bottom: 18px;
}


#sixthTextCard li{

    color: orange;
}

#sixthTextCard li span{
    color: #828282;
    font-size: 15px;
    line-height: 2.5;
    font-weight: bold;
}



#logosPic {
    margin-top: -80px;
    width: 525px;
}


section .container {
  margin: 100px;
}

section h1{
  font-size: 60px;

}

section h2 {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}

section h3 {
    text-align: justify;
    color: black;
    font-size: 25px;
    padding-bottom: 15px;
}

.section4 h3 {
    text-align: center;
    color: black;
    font-size: 25px;
   /* padding-bottom: -10px;*/
    margin-bottom: -50px;
}

section .cards{
  display: flex;

}

.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: all 1.5s ease;
}

.reveal.active{
  transform: translateY(0px);
  opacity: 1;
}

section .cards .text-card {
  margin: 20px;
  padding: 50px;
  flex-basis: 50%;
}


section:nth-child(1) {
  color: #fff;
}

section:nth-child(2) {
  color: #1D212B;
  background: #fff;
}

section:nth-child(3) {
  color: #1D212B;
}

section:nth-child(4) {
  color: #1D212B;
  background: #fff;
}

section:nth-child(5) {
  color: #1D212B;
  background: #fff;
}

section:nth-child(6) {
  color: #fff;
}

section:nth-child(7) {
  color: #1D212B;
  background: #fff;
}

.footer {
  border-top: 1px solid #dbdbdb;
  background-color: #fff;
  padding: 20px 0px 80px;
  
}

.footer h3 {
  color: #555555;
}

.footer ul {
  list-style-type: none;
  padding-left: 0;
  color: #555555;
}

.footer li {
  color: #999;
  font-weight: 600;
}

.footer2 {
  color: #31363d;
  font-size: 10px;
  height: 70px;
  line-height: 70px;
  padding-right: 40px;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 100px;
}

/*======================================================================*/
@media (max-width: 2048px){
 
 .splash {
	min-height: 100vh;
	background-image: url("images/splash7.jpg");
	background-repeat: no-repeat;
    background-size:100% auto;
	background-position: center center; 
	/*display: block; this was working, new now nav is in center*/
	position: relative;
	/*this is new copied from original reveal tutorial, we will try nav top positioning*/
	  display: flex; 
    justify-content: center;
    align-items: center;
	
}   

#miniPersona {
    width: 130px;
    
}

/*.section4 {
    margin-left: -50px;
    margin-right: -50px;
}*/

.section22 {
	min-height:90vh;
	background-image: url("images/greenBackground.jpg");
	background-repeat: no-repeat;
    background-size:100% auto;
	background-position: center center; 
	/*display: block; this was working, new now nav is in center*/
/*	position: relative;*/
	/*this is new copied from original reveal tutorial, we will try nav top positioning*/
/*	  display: flex; 
    justify-content: center;
    align-items: center;*/
	margin-top: -60px;
}


}

/*======================================================================*/
@media (max-width: 2000px){
    
.splash {
	min-height: 100vh;
	background-image: url("images/splash7.jpg");
	background-repeat: no-repeat;
    background-size:100% auto;
	background-position: center center; 
	/*display: block; this was working, new now nav is in center*/
	position: relative;
	/*this is new copied from original reveal tutorial, we will try nav top positioning*/
	  display: flex; 
    justify-content: center;
    align-items: center;
	
}   
    
.section22 {
	min-height:80vh;
	background-image: url("images/greenBackground.jpg");
	background-repeat: no-repeat;
    background-size:100% auto;
	background-position: center center; 
	/*display: block; this was working, new now nav is in center*/
/*	position: relative;*/
	/*this is new copied from original reveal tutorial, we will try nav top positioning*/
/*	  display: flex; 
    justify-content: center;
    align-items: center;*/
	margin-top: -100px;
	margin-bottom: -30px;
}
}

/*======================================================================*/
@media (max-width: 1950px){
    
 .section22 {
	min-height:95vh;
	background-image: url("images/greenBackground.jpg");
	background-repeat: no-repeat;
    background-size:100% auto;
	background-position: center center; 
	/*display: block; this was working, new now nav is in center*/
/*	position: relative;*/
	/*this is new copied from original reveal tutorial, we will try nav top positioning*/
/*	  display: flex; 
    justify-content: center;
    align-items: center;*/
	margin-top: -100px;
	margin-bottom: -30px;
}   
    
}

/*======================================================================*/
@media (max-width: 1750px){
    
 .section22 {
	min-height:95vh;
	background-image: url("images/greenBackground.jpg");
	background-repeat: no-repeat;
    background-size:100% auto;
	background-position: center center; 
	/*display: block; this was working, new now nav is in center*/
/*	position: relative;*/
	/*this is new copied from original reveal tutorial, we will try nav top positioning*/
/*	  display: flex; 
    justify-content: center;
    align-items: center;*/
	margin-top: -100px;
	margin-bottom: -30px;
}   
    
}

/*======================================================================*/
@media (max-width: 1200px){
    
    .splash {
	min-height: 60vh;
	background-image: url("images/splash7.jpg");
	background-repeat: no-repeat;
    background-size:100% auto;
	background-position: center center; 
	/*display: block; this was working, new now nav is in center*/
	position: relative;
	/*this is new copied from original reveal tutorial, we will try nav top positioning*/
	  display: flex; 
    justify-content: center;
    align-items: center;
	
}   
    
    #persona {
    width: 500px;
}

.section4 {
    margin-left: -50px;
    margin-right: -50px;
}

.section19 {
    margin-top:-280px;
}
 .section19 .cards{
   
   /* padding-top: -50px;*/
  min-height: 40vh; /*this puts space between elements*/
  display: flex; /*not sure what this does still left justified*/
  flex-direction: column;

}
#isolatedImage3 {
    margin-top:-70px;
}

.section21 {
	min-height: 60vh;
	background-image: url("images/splash11.jpg");
	background-repeat: no-repeat;
    background-size:100% auto;
	background-position: center center; 
	margin-top: -50px;
}

.section22 {
	min-height:40vh;
	background-image: url("images/greenBackground.jpg");
	background-repeat: no-repeat;
    background-size:125% auto;
	background-position: center center; 
	/*display: block; this was working, new now nav is in center*/
/*	position: relative;*/
	/*this is new copied from original reveal tutorial, we will try nav top positioning*/
/*	  display: flex; 
    justify-content: center;
    align-items: center;*/
	margin-top: -100px;
	margin-bottom: -30px;
}

}

/*======================================================================*/

@media (max-width: 900px){
  section h1{
    font-size: 40px;
  }

  section .cards{
    flex-direction: column;
  }
 
  
.splash {
    min-height: 70vh;
	background-image: url("images/splash7.jpg");
	background-repeat: no-repeat;
    background-size:150% auto;
	background-position: center center; 
	/*display: block; this was working, new now nav is in center*/
	position: relative;
	/*this is new copied from original reveal tutorial, we will try nav top positioning*/
	  display: flex; 
    justify-content: center;
    align-items: center;

}

.logo {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex; 
  justify-content: center;
  align-items: center;
  width: 10px;
  
}

#persona {
    width: 450px;
}

.section4 {
    margin-left: 0px;
    margin-right: 0px;
}

.section4 h3 {
    margin-bottom: -10px;
}

#personaTextCard li span{
/*
    color: #828282;
    font-size: 15px;
    font-weight: bold;*/
}

#personaTextCard ul{
    padding-left: -20px;
    padding-right: -20px;
    margin-right: -30px;
    margin-left: -40px;
    margin-top: -35px;
}

#personaTextCard li{
     list-style-type: none;
    line-height: 2;
    color: #828282;
    font-size: 15px;
}

#personaTextCard  strong {
    font-size: 19px;
    font-weight: bolder;
  /* color: #019D78;*/
    color: orange;
}

#personaParagraph {
    margin-top: 10px;
    margin-bottom: 30px;
}

#eigthTextCard p {
    line-height: 2;
    color: #828282;
    font-size: 15px;
    /*padding-top: -40px;*/
    margin-top: -20px;
    margin-bottom: 15px;
 margin-left: -40px;
  margin-right: -40px;

}

.nav {
 /*background-color: DimGray;*/
 margin-bottom: 0px;
 font-family: arial, Serif;
 height:150px;
}

.nav li {
    width: 100%;
	float: left;
	list-style-type: none;
	text-align: center;
  }
  
.nav2 {
 margin-top: 30px;
 /*background-color: DimGray;*/
 margin-bottom: 0px;
 font-family: arial, Serif;
 height:150px;
}


.nav2 li {
    width: 100%;
	float: left;
	list-style-type: none;
	text-align: center;
  }

section .cards .text-card {
  /*background: #2696E9;*/
  margin: 20px;
  padding: 10px;
  flex-basis: 50%;
}

.section3 {
        margin-top: -240px;
    min-height: 40vh;
     display: flex; /*not sure what this does still left justified*/
}

.section8 {
 /*   margin-top: 25px;*/
}

.section6 {
        margin-top: -90px;
    min-height: 40vh;
     display: flex; /*not sure what this does still left justified*/
/*     padding-left: -90px;
     padding-right: -30px;*/
     flex-basis: 50%;
}

.section7 {
    margin-top: -190px;
  min-height: 40vh; /*this puts space between elements*/
  display: flex; /*not sure what this does still left justified*/
  /*  text-align:justify;*/
}

 .section19 {
    margin-top: -200px;
   /* padding-top: -50px;*/
  min-height: 40vh; /*this puts space between elements*/
  display: flex; /*not sure what this does still left justified*/

}

.section22 {
	min-height:75vh;
	background-image: url("images/greenBackground.jpg");
	background-repeat: no-repeat;
    background-size:170% auto;
	background-position: center center; 
	/*display: block; this was working, new now nav is in center*/
/*	position: relative;*/
	/*this is new copied from original reveal tutorial, we will try nav top positioning*/
/*	  display: flex; 
    justify-content: center;
    align-items: center;*/
	margin-top: -280px;
}


}

/*=================================================================*/

@media (/*min-width: 480px*/ max-width: 736px) {

.splash {
	min-height: 60vh;
	background-image: url("images/splash7.jpg");
	background-repeat: no-repeat;
    /*background-size:100% auto;*/
	background-size: cover;
	background-position: center center; 
	/*display: block; this was working, new now nav is in center*/
	position: relative;
	/*this is new copied from original reveal tutorial, we will try nav top positioning*/
	display: flex; 
    justify-content: center;
    align-items: center;
	
}

.nav {

 /*background-color: DimGray;*/
 margin-bottom: 0px;
 font-family: arial, Serif;
 height:200px;
}


.nav li {
    width: 100%;
	float: left;
	list-style-type: none;
	text-align: center;
  }
  
#logo {

  margin-top: 20px;
  margin-bottom: 20px;
  display: flex; 
  justify-content: center;
  align-items: center;
  width: 235px;
  /*object-fit: contain;*/
}

section .cards .text-card {
  /*background: #2696E9;*/
  margin-top: 25px;
  padding: 2px;
  /*flex-basis: 50%;*/
}

.section3 {
        margin-top: -240px;
    min-height: 40vh;
     display: flex; /*not sure what this does still left justified*/
}
 
.section4 h3 {
    margin-bottom: -10px;
}

#personaTextCard li span{
/*
    color: #828282;
    font-size: 15px;
    font-weight: bold;*/
}

#personaTextCard ul{
    padding-left: -20px;
    padding-right: -20px;
    margin-right: -30px;
    margin-left: -40px;
    margin-top: -35px;
}

#personaTextCard li{
     list-style-type: none;
    line-height: 2;
    color: #828282;
    font-size: 15px;
}

#personaTextCard  strong {
    font-size: 19px;
    font-weight: bolder;
  /* color: #019D78;*/
    color: orange;
}

#personaParagraph {
    margin-top: 10px;
    margin-bottom: 30px;
}

#eigthTextCard p {
    line-height: 2;
    color: #828282;
    font-size: 15px;
    /*padding-top: -40px;*/
    margin-top: -20px;
    margin-bottom: 15px;
 margin-left: -40px;
  margin-right: -40px;

}

.section5 {
    margin-top: -240px;
    min-height: 40vh; /*this puts space between elements*/
    display: flex; /*not sure what this does still left justified*/

}

 .section19 {
    margin-top: -220px;
 
  min-height: 40vh; /*this puts space between elements*/
  display: flex; /*not sure what this does still left justified*/

}


.section6 {
        margin-top: -110px;
    min-height: 40vh;
     display: flex; /*not sure what this does still left justified*/
/*     padding-left: -90px;
     padding-right: -30px;*/
     flex-basis: 50%;
}

.section7 {
    margin-top: -175px;
  min-height: 40vh; /*this puts space between elements*/
  display: flex; /*not sure what this does still left justified*/
    text-align:justify;
}

#isolatedImage2 {
    width: 120px;
    margin-bottom: 60px;
}

.section15 {
        margin-top: -200px;
    min-height: 40vh;
     display: flex; /*not sure what this does still left justified*/
}

.section22 {
	min-height:90vh;
	background-image: url("images/greenBackground.jpg");
	background-repeat: no-repeat;
    background-size:170% auto;
	background-position: center center; 
	/*display: block; this was working, new now nav is in center*/
/*	position: relative;*/
	/*this is new copied from original reveal tutorial, we will try nav top positioning*/
/*	  display: flex; 
    justify-content: center;
    align-items: center;*/
	margin-top: -280px;
}


}

/*===========================================================================*/

@media (/*min-width: 350px*/ max-width: 480px) {

.splash {
	height: 55vh;
	background-image: url("images/splash7.jpg");
	background-repeat: no-repeat;
    /*background-size:100% auto;*/
	/*background-size: cover;*/
	background-size: cover;
	background-position: center center; 
	/*display: block; this was working, new now nav is in center*/
	position: relative;
	/*this is new copied from original reveal tutorial, we will try nav top positioning*/
	display: flex; 
    justify-content: center;
    align-items: center;
	
}

.section3 {
        margin-top: -50px;
    min-height: 40vh;
     display: flex; /*not sure what this does still left justified*/
}

#isolatedImage {
    width: 370px;
    margin-bottom: 60px;
}

#isolatedImage2 {
    width: 180px;
    margin-bottom: 60px;
}

#isolatedImage3 {
    width:330px;
    margin-top: 10px;

}

.section3 {
        margin-top: -200px;
    min-height: 40vh;
     display: flex; /*not sure what this does still left justified*/
}

#logo {

  margin-top: 20px;
  margin-bottom: 20px;
  display: flex; 
  justify-content: center;
  align-items: center;
  width: 250px;
  object-fit: contain;
}

.nav {

/* background-color: DimGray;*/
 margin-bottom: 0px;
 font-family: arial, Serif;
 height:200px;

}


.nav li {
    width: 100%;
	float: left;
	list-style-type: none;
	text-align: center;
	font-family: Roboto, sans-serif;
	 font-size: 9px;
  }
  
.nav2 li {
    font-size: 14px;
 }
 
.section4 h3 {
    /*text-align: center;
    color: black;
    font-size: 25px;
    padding-bottom: 15px;*/
    margin-bottom: 4px;
 }
 
 .section5 {
    margin-top: -200px;
   /* padding-top: -50px;*/
  min-height: 40vh; /*this puts space between elements*/
  display: flex; /*not sure what this does still left justified*/

}

 .section19 {
    margin-top: -200px;
   /* padding-top: -50px;*/
  min-height: 40vh; /*this puts space between elements*/
  display: flex; /*not sure what this does still left justified*/

}

 
 #persona {
     width: 370px;
 }
 
 
#personaTextCard li span{
/*
    color: #828282;
    font-size: 15px;
    font-weight: bold;*/
}

#personaTextCard ul{
    padding-left: -20px;
    padding-right: -20px;
    margin-right: -30px;
    margin-left: -40px;
    margin-top: -35px;
}

#personaTextCard li{
     list-style-type: none;
    line-height: 2;
    color: #828282;
    font-size: 15px;
}

#personaTextCard  strong {
    font-size: 19px;
    font-weight: bolder;
  /* color: #019D78;*/
    color: orange;
}

#personaParagraph {
    margin-top: 10px;

}

#eigthTextCard p {
    line-height: 2;
    color: #828282;
    font-size: 15px;
    padding-top: -40px;
    margin-top: -20px;
 margin-left: 0px;
  margin-right: 0px;

}

 
 section .container {
  margin-right: 20px;
  margin-left: 20px;
}

.section6 {
        margin-top: -150px;
    min-height: 40vh;
     display: flex; /*not sure what this does still left justified*/
/*     padding-left: -90px;
     padding-right: -30px;*/
     flex-basis: 50%;
}
 
#logosPic {
    margin-top: -40px;
    width: 300px;
}

.section7 {
    margin-top: -215px;
  min-height: 40vh; /*this puts space between elements*/
  display: flex; /*not sure what this does still left justified*/
    text-align:justify;

}

.section8 {
    margin-top: -140px;
    min-height: 40vh;
   /*  display: flex; /*not sure what this does still left justified*/
/*     padding-left: -90px;
     padding-right: -30px;*/
}     

.section9 {
    margin-top: -140px;
}

.section10 {
    margin-top: -120px;
  min-height: 40vh; /*this puts space between elements*/
 /* display: flex; /*not sure what this does still left justified*/
    text-align:justify;

}

.section11 {
        margin-top: -190px;
    min-height: 40vh;
     display: flex; /*not sure what this does still left justified*/
}

.section13 {
        margin-top: -200px;
    min-height: 40vh;
     display: flex; /*not sure what this does still left justified*/
}


.section15 {
        margin-top: -400px;
    min-height: 40vh;
     display: flex; /*not sure what this does still left justified*/
}

.section17 {
 margin-top: -215px;
    min-height: 40vh;
     display: flex; /*not sure what this does still left justified*/
}

.section18 {
        margin-top: -250px;

    min-height: 40vh;
     display: flex; /*not sure what this does still left justified*/
}

.section20 {
        margin-top: -250px;
    min-height: 40vh;
     display: flex; /*not sure what this does still left justified*/
}

.section21 {
	min-height: 35vh;
	background-image: url("images/splash11.jpg");
	background-repeat: no-repeat;
    background-size:100% auto;
	background-position: center center; 
	margin-top: -50px;
}

.section22 {
	min-height:90vh;
	background-image: url("images/greenBackground.jpg");
	background-repeat: no-repeat;
    background-size:170% auto;
	background-position: center center; 
	/*display: block; this was working, new now nav is in center*/
/*	position: relative;*/
	/*this is new copied from original reveal tutorial, we will try nav top positioning*/
/*	  display: flex; 
    justify-content: center;
    align-items: center;*/
	margin-top: -280px;
}


}
  


