body{
	font-family: 'Lato', sans-serif;
}

a {
	text-decoration: none;
}

.navBar {
	width: 100%;
	height: 60px;
	display: inline-block;
	background-color: rgba(30, 30, 30, 1);

	z-index: 2;
}

.logoWrap{
	width: 350px;
	display: inline-block;
}

@media (max-width: 700px) {
  .logoWrap {
  	width: 25%;
	margin: auto;
}}

.logo {
	width: 25px;
	margin-left: 60px;
	margin-top: 18px;
	display: inline-block;
}
@media (max-width: 700px) {
  .logo {
	width: 20px;
	margin-top: 10px;
	display: none;
}}

.logo2{
	display: none;
}
@media (max-width: 700px) {
  .logo2 {
  	width: 70px;
	margin-left: 15px;
	margin-top: 15px;
	display: inline-block;
}}

.lettering{
	display: inline-block;
	color: white;
	font-size: 1.25em;
	letter-spacing: .2em;
	word-spacing: .1em;
	vertical-align: super;
}
@media (max-width: 700px) {
  .lettering{
	font-size: 1em;
	display: none;
}}

.logoWrap .lettering{
	margin-top: -20px;
}
@media (max-width: 700px) {
  .logoWrap .lettering{
  	margin: auto;
	margin-top: 13px;
}}

.career{
	display: inline-block;
	font-weight: 700;
	margin-left: 20px;
}

.jump{
	display: inline-block;
	font-weight: 300;
	margin-left: -10px;
}

.nav{
	font-size: .8em;
	float: right;
	margin-top: 4px;
	margin-right: 5px;
	display: inline;
	font-weight: 400;
}

#main{
	color: rgba(30,30,30,1);
	background-color: rgba(230,230,230,.7);
	padding: 22px 25px;
	letter-spacing: .1em;
}
@media (max-width: 700px) {
#main{
	padding: 20px 10px;
}}


#about{
	color: rgba(140, 140, 140, 1);
	padding: 22px 25px;
	letter-spacing: .1em;
	text-decoration:underline;
}
@media (max-width: 700px) {
#about{
	padding: 20px 10px;
}}

#about:hover{
	color: rgba(30,30,30,1);
	background-color: rgba(230,230,230,1);
}

#in{
	color: rgba(140, 140, 140, 1);
	padding: 22px 25px;
	letter-spacing: .1em;
	text-decoration:underline;
}
@media (max-width: 700px) {
#in{
	padding: 20px 10px;
}}

#in:hover{
	color: rgba(30,30,30,1);
	background-color: rgba(230,230,230,1);
}

#account{
	font-size: 1em;
	color: rgba(230,230,230,1);
	background-color: RGBA(37, 119, 179, 0);
	padding: 7px 14px 8px 14px;
	border: 1.5px solid rgba(205, 205, 205, .5);
	border-radius: 20px;
	margin-right: 30px;
	margin-top: 15px;
	font-weight: 400;
}

#account:hover{
	background-color: RGBA(50, 150, 200, 1);
	border: 2px solid rgba(205, 205, 205, 1);
}

@media (max-width: 700px) {
  #account{
	display: none;
}}

#title{
	font-size: 2.3em;
	margin:auto;
	color: white;
	font-weight: 600;
	margin-top: -450px;
	width: 800px;
	line-height: 1.25em;
	text-align: center;
	letter-spacing: .09em;
	word-spacing: .16em;
}
@media (max-width: 700px) {
	#title{
	margin-top: -550px;
	font-size: 1.5em;
	margin-left: 7%;
	width: 86%;
}}

#subtitle {
	font-size: 1em;
	margin:auto;
	letter-spacing: .15em;
	color: white;
	font-weight: 400;
	width: 800px;
	margin-top: 15px;
	line-height: 1.25em;
	text-align: center;
}
@media (max-width: 700px) {
	#subtitle{
	margin-left: 7%;
	width: 86%;
}}

.login{
	width: 24%;
	margin-left: 38%;
	margin-top: 40px;
	padding-top: 8px;
	padding-bottom: 15px;
	font-size: 1.15em;
	font-weight: 200;
	text-align: center;
	color: rgba(230,230,230,.8);
	background-color: RGBA(37, 119, 182, 1);
	border-radius: 3px;
	vertical-align: middle;
	border: 1px solid rgba(255, 255, 255, .5);
}
@media (max-width: 700px) {
	.login{
	margin-left: 13%;
	width: 70%;
}}

.login:hover{
	border: 1px solid rgba(255, 255, 255, .9);
	font-weight: 200;
}

#Li{
	font-size: 1.5em;
	font-weight: 400;
}

#Li:hover{
	font-weight: 400;
}


.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.03s;
  transition-duration: 0.03s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}



#page1{
	width: 100%;
	min-height: 700px;
	background: url(http://careerjump.co/Images/BGgg1.jpg);
	/*
	background: url(http://alexwyrick.com/images/BGtyping.jpg);
	background: url(http://alexwyrick.com/images/BGgg.jpg);
	background: url(http://alexwyrick.com/images/BGfeets.jpg);
	background: url(http://alexwyrick.com/images/BGjump.jpg);
	background: url(https://images.unsplash.com/reserve/D8ijGd3CSGq4BxJ9EzTf_13976945916_fa0ce84ee3_o.jpg); GOLDEN DATE
	background: url(https://images.unsplash.com/photo-1431538510849-b719825bf08b); NYC - needs filter
	background: url(https://images.unsplash.com/photo-1439396087961-98bc12c21176); SF - needs filter
	background: url(https://images.unsplash.com/photo-1431578500526-4d9613015464); FEET - needs filter
	background: url(https://images.unsplash.com/photo-1428954376791-d9ae785dfb2d); JUMP - needs filter
	background: url(https://images.unsplash.com/45/eDLHCtzRR0yfFtU0BQar_sylwiabartyzel_themap.jpg); MAP
	background: url(https://images.unsplash.com/photo-1428535172630-fb1c050ac3e0); OCEAN
	*/
	
 	background-size:cover;
 	/*background-attachment:fixed;*/
 	background-position:top;
 	z-index: -1;
}

#mid1{
	padding: auto;
	font-size: 2rem;
	text-align: center;
	line-height: 1.8em;
	width:100%;
	margin-top: 150px;
	padding-top: 60px;
	padding-bottom: 50px;
	min-height: 410px;
	background-color: rgba(260, 260, 260, 1);
}

.pointWrap{
	width: 30%;
	display:inline-block;
}
@media (max-width: 700px) {
	.pointWrap{
	width: 100%
}}

.how{
	color: rgba(75, 184, 209, 1);
	font-weight: 600;
	font-size: 2.25rem;
	text-align: center;
	letter-spacing: .11em;
	word-spacing: .155em;
	margin-bottom: 40px;
}
@media (max-width: 700px) {
	.how{
	font-size: 2rem;
	text-align: center;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
}}

.how2{
	color: rgba(75, 184, 209, 1);
	font-weight: 600;
	font-size: 1.5rem;
	text-align: center;
	letter-spacing: .11em;
	word-spacing: .155em;
	margin-bottom: 40px;
	margin-top: 40px;
}
@media (max-width: 700px) {
.how2{
	line-height: 1.2em;
}}

.point{
	display: inline-block;
}

.icon{
	margin: auto;
	width:40%;
	margin-top: 30px;
}
@media (max-width: 700px) {
	.icon{
	width: 190px;
}}

.step{
	color: rgba(115, 115, 115, 1);
}

.blurb{
	color: rgba(115, 115, 115, 1);
	margin: auto;
	font-size: 1.25rem;
	font-weight: 300;
	text-align: center;
	line-height: 1.35em;
	width:250px;
}

.learn{
	font-size: .5em;
	color: rgba(75, 184, 209, 1);
	margin-bottom: 20px;
	letter-spacing: .15em;
}
@media (max-width: 700px) {
	.learn a{
		display: none;
}}

.learn a{
	z-index: -5;
}

#page2{
	width: 100%;
	min-height: 700px;
	background: url(http://careerjump.co/Images/BGtyping.jpg);
	/*
	background: url(http://alexwyrick.com/images/BGtyping.jpg);
	background: url(http://alexwyrick.com/images/BGgg.jpg);
	background: url(http://alexwyrick.com/images/BGfeets.jpg);
	background: url(http://alexwyrick.com/images/BGjump.jpg);
	background: url(https://images.unsplash.com/reserve/D8ijGd3CSGq4BxJ9EzTf_13976945916_fa0ce84ee3_o.jpg); GOLDEN DATE
	background: url(https://images.unsplash.com/photo-1431538510849-b719825bf08b); NYC - needs filter
	background: url(https://images.unsplash.com/photo-1439396087961-98bc12c21176); SF - needs filter
	background: url(https://images.unsplash.com/photo-1431578500526-4d9613015464); FEET - needs filter
	background: url(https://images.unsplash.com/photo-1428954376791-d9ae785dfb2d); JUMP - needs filter
	background: url(https://images.unsplash.com/45/eDLHCtzRR0yfFtU0BQar_sylwiabartyzel_themap.jpg); MAP
	background: url(https://images.unsplash.com/photo-1428535172630-fb1c050ac3e0); OCEAN
	*/
	
 	background-size:cover;
 	/*background-attachment:fixed;*/
 	background-position:top;
 	z-index: -1;
}
@media (max-width: 700px) {
#page2{
	width: 100%;
	min-height: 700px;
	background: url(https://images.unsplash.com/photo-1431538510849-b719825bf08b);
	/*
	background: url(http://alexwyrick.com/images/BGtyping.jpg);
	background: url(http://alexwyrick.com/images/BGgg.jpg);
	background: url(http://alexwyrick.com/images/BGfeets.jpg);
	background: url(http://alexwyrick.com/images/BGjump.jpg);
	background: url(https://images.unsplash.com/reserve/D8ijGd3CSGq4BxJ9EzTf_13976945916_fa0ce84ee3_o.jpg); GOLDEN DATE
	background: url(https://images.unsplash.com/photo-1431538510849-b719825bf08b); NYC - needs filter
	background: url(https://images.unsplash.com/photo-1439396087961-98bc12c21176); SF - needs filter
	background: url(https://images.unsplash.com/photo-1431578500526-4d9613015464); FEET - needs filter
	background: url(https://images.unsplash.com/photo-1428954376791-d9ae785dfb2d); JUMP - needs filter
	background: url(https://images.unsplash.com/45/eDLHCtzRR0yfFtU0BQar_sylwiabartyzel_themap.jpg); MAP
	background: url(https://images.unsplash.com/photo-1428535172630-fb1c050ac3e0); OCEAN
	*/
	
 	background-size:cover;
 	/*background-attachment:fixed;*/
 	background-position:top;
 	z-index: -1;
}}

#takeAction{
	font-size: 2.3em;
	margin:auto;
	color: #fff;
	font-weight: 600;
	margin-top: -500px;
	width: 800px;
	letter-spacing: .11em;
	word-spacing: .155em;
	text-align: center;
}
@media (max-width: 700px) {
	#takeAction{
	margin-top: -600px;
	margin-bottom: 30px;
	font-size: 2.25em;
	margin-left: 7%;
	width: 86%;
	color: rgba(120, 120, 120, 1);
}}

#detail {
	font-size: 1em;
	margin:auto;
	letter-spacing: .15em;
	color: white;
	font-weight: 400;
	width: 800px;
	margin-top: 15px;
	line-height: 1.25em;
	text-align: center;
}
@media (max-width: 700px) {
	#detail{
	margin-left: 10%;
	width: 80%;
	color: rgba(30, 30, 30, 1);
}}

#bottomNav {
    	width:100%;
	margin-top: 300px;
    	bottom:0px;
    	left: 0px;
    	color: #fff;
	height: 60px;
	background-color: rgba(30, 30, 30, 1);
	z-index: 2;
	text-align: center;
	display: inline-block;
}
@media (max-width: 700px) {
#bottomNav {
	margin-top: 250px;
}}

#designed{
	color: #fff;
	display: inline-block;
	text-align: center;
	font-weight: 100;
	letter-spacing: .2em;
	margin-top: 20px;
	margin-left: 50px;
}
@media (max-width: 700px) {
	#designed{
	margin-left: 0px;
	letter-spacing: .1em;
}}
#spacer{
	width: 50px;
	text-align: center;
	display: inline-block;
}
@media (max-width: 700px) {
	#spacer{
		width: 20px;
}}

#aboutMe{
	color: #fff;
	margin: 15px 10px;
	display: inline-block;
}
@media (max-width: 700px) {
	#aboutMe{
	margin: 15px 5px;
	
}}

#aboutMe:hover {
	color: RGBA(37, 119, 182, 1);
}

#contact{
	color: #fff;
	margin: 15px 15px;
	display: inline-block;
}
@media (max-width: 700px) {
	#contact{
	margin: 15px 5px;
}}
#contact:hover {
	color: RGBA(37, 119, 182, 1);
}

/*----- M O D A L    W I N D O W  S T A R T ------*/
/*----- M O D A L    W I N D O W  S T A R T ------*/

.btn-close {
  color: #aaaaaa;
  font-size: 20px;
  text-decoration: none;
  padding:10px;
  position: absolute;
  right: 7px;
  top: 0;
}
.btn-close:hover {
  color: #919191;
}
.modale:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.modale1:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.opened:before {
  display: block;
  
}
.opened .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 20%;
}

.opened .modal1-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 20%;
}

.modal-dialog {
  background: #fefefe;
  border: #333333 solid 0px;
  border-radius: 5px;
  margin-left: -200px;
  text-align:center;
  position: fixed;
  left: 50%;
  top: -100%;
  z-index: 11;
  width: 360px;
  box-shadow:0 5px 10px rgba(0,0,0,0.3);
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal1-dialog {
  background: #fefefe;
  border: #333333 solid 0px;
  border-radius: 5px;
  margin-left: -24%;
  text-align: left;
  position: fixed;
  left: 50%;
  top: -100%;
  z-index: 11;
  width: 50%;
  box-shadow:0 5px 10px rgba(0,0,0,0.3);
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
@media (max-width: 700px) {
	.modal1-dialog {
		width: 94%;
		margin-left: -47%;
}}

.modal-body {
  padding: 20px;
  
}

.modal1-body {
	padding: 20px;
	font-size: 1.25em;
	line-height: 1.25em;
	color: rgba(115, 115, 115, 1);
	margin: auto;
	font-weight: 300;
	margin-bottom: 20px;
}

.modal-header,
.modal-footer {
  padding: 10px 20px;
}
.modal-header {
  border-bottom: #eeeeee solid 1px;
}
.modal-header h2 {
  font-size: 20px;
}

.modal-button {
	width: 50%;
	margin-left: 25%;
	margin-bottom: 20px
}
/*----- M O D A L    W I N D O W    E N D ------*/
/*----- M O D A L    W I N D O W    E N D ------*/

.cf:after {
    clear: both;
}
