/* =Nav
-------------------------------------------------------------- */
#nav-trigger {
  display: none;
  text-align: center; }
  #nav-trigger span {
    display: inline-block;
    padding: 10px 30px;
    background-color: #145f30;
    color: white;
    cursor: pointer;
    text-transform: uppercase; }
    #nav-trigger span:after {
      display: inline-block;
      margin-left: 10px;
      width: 20px;
      height: 10px;
      content: "";
      border-left: solid 10px transparent;
      border-top: solid 10px #fff;
      border-right: solid 10px transparent; }
    #nav-trigger span:hover {
      background-color: #0a3e1d; }
    #nav-trigger span.open:after {
      border-left: solid 10px transparent;
      border-top: none;
      border-bottom: solid 10px #fff;
      border-right: solid 10px transparent; }

nav {
  margin-bottom: 30px; }

nav#nav-main {
  background-color: #145f30;
  padding: 10px 0; }
  nav#nav-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  nav#nav-main li {
    display: inline-block;
    /*border-right: solid 1px #0a3e1d;*/
    padding: 0 5px; }
    nav#nav-main li:last-child {
      border-right: none; }
  nav#nav-main a {
    display: block;
    color: white;
    padding: 10px 10px; }
    nav#nav-main a:hover {
      background-color: #0a3e1d;
      color: #fff; }

nav#nav-mobile {
  position: relative;
  display: none; }
  nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #145f30; }
  nav#nav-mobile li {
    display: block;
    padding: 5px 0;
    margin: 0 5px;
    border-bottom: solid 1px #fff; }
    nav#nav-mobile li:last-child {
      border-bottom: none; }
  nav#nav-mobile a {
    display: block;
    color: white;
    padding: 10px 30px; }
    nav#nav-mobile a:hover {
      background-color: #0a3e1d;
      color: #fff; }

/* love heart */

#loveheart{
	float: right; margin-left: -150px; 
	margin-bottom: -180px; 
	padding-top: 20px;
}

/* urban sherpa */
#urbanSherpa{
	float: right;
	width: 40%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
	font-size: 22px;
	line-height: normal;
	color: #fff;
	text-align: center;
}

.blueWriting{
	color: #00adef;
}

.whiteBox{
	background-color: #fff;
	font-size: 46px;
	text-transform: uppercase;
	color: #c92027;
	margin: 5px 20px;	
	padding: 35px 20px 20px 20px;
	line-height: 42px;
}

p.shortPara
{
	width: 60%;
}

.halfPara
{
	width: 45%;
	margin-right: 12px;
}

/* =Sections
-------------------------------------------------------------- */
section h1 {
  margin-bottom: 10px; }

section p {
  margin-bottom: 30px; }
  section p:last-child {
    margin-bottom: 0; }

/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 900px) {
  #nav-trigger {
    display: block; }

  nav#nav-main {
    display: none; }

  nav#nav-mobile {
    display: block; } 
	
#loveheart{
	float: none; 
	margin-left: 0; 
	margin-bottom: 0; 
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}	

#urbanSherpa{
	float: none;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

p.shortPara
{
	width: 100%;
}	

.halfPara
{
	width: 100%;
}

span.all-labs,
  span.back-to-tutorial,
  span.totalRight {
    width: 100%; }

  span.all-labs,
  span.back-to-tutorial,
  span.totalRight {
    float: none;
    text-align: center; }

  span.all-labs,
  span.back-to-tutorial {
    border-bottom: solid 1px #7c001f; }


	}


