
/* Header Navigation Menu */
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #f99034;
}

nav li {
  float: right;
}

nav li a {
  display: block;
  color: white;
  text-align: center;
  /*padding: 14px 16px;*/
  padding-top: 14px;
  padding-right: 16px;
  text-decoration: none;
}

nav li a:hover {
  background-color: #f99034;
}

nav li a:visited {
  color: #fff;
}


.headerImage{
	/*background: url("../images/header-taiwan-2014.jpg") no-repeat center;*/
	/*height: 210px;*/
	/*background-size: auto;*/
	width: 100%;
  	height: 280px;
  	background-image: url('../images/header-taiwan-2014.jpg');
  	background-repeat: no-repeat;
  	background-size: contain;
}


.headerImage h2 {
	/*font-size: 3.0rem;*/
	color: #ffffff;
	font-weight: 800;
	text-shadow: 2px 1px #333DFF;
}


.next-previous-post {
	text-align: center;
	padding: 3rem 0 3rem;
}

.next-previous-post p{
	font-size: 2.0rem;
}

.footer {
	padding: 8rem 0 5rem;
	background-image: url('../images/footer.jpg');
	text-align: center;
}

.footer p{
	padding-top: 2rem;
}


.quote {
	padding:2.0rem 0 0.2rem 1.5rem; 
	background-color:#eee; 
	margin-left: 2rem; 
	margin-bottom: 2rem;
	border-left: 1px solid #0693e3;
	color: #0693e3;
}

img {
	padding-bottom: 1.2rem;
}


.has-text-align-center {
  text-align: center;
}


.wp-block-quote {
  color: #777;
  font-style: italic;
  margin: 0 0 20px;
  padding: 10px 10px 5px 40px;
  background-color: #f2f4f4;
}

a:visited {
  color: #ff1493;
}


/* Youtube embed */
/*
.embedtool {position: relative;height: 0;padding-top: 56%;overflow: hidden;max-width: 100%;} 
.embedtool iframe, .embedtool object, .embedtool embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 
.embedtool .fluid-vids {position: initial !important}
.embedtool {margin-bottom: 20px;}
*/


/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  border-radius: 100px;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.phones {
  position: relative;
}
.phone {
  position: relative;
  max-width: 80%;
  margin: 3rem auto -12rem;
}
.phone + .phone {
  display: none;
}

/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.values {
  background-image: url('../images/values-bg.jpg');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}
.value-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}
.value-heading {
  margin-bottom: .3rem;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}

/* Help
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-help {
  border-bottom: 1px solid #ddd;
}

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
  background-image: url('../images/values-bg.jpg');
  background-size: cover;
  color: #fff;
}
.categories .section-description { 
  margin-bottom: 4rem;
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 12rem 0 11rem;
  }
  .hero {
    padding-bottom: 12rem;
    text-align: left;
    height: 165px;
  }
  .phone {
    position: absolute;
    top: -7rem;
    right: 3rem;
    max-height: 362px;
    z-index: 3;
  }
  .phone + .phone {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    height: 190px;
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 14rem 0 15rem;
  }
  .hero {
    padding: 16rem 0 14rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .phone {
    top: -14rem;
    right: 5rem;
    max-height: 510px;
  }
  .phone + .phone {
    top: -12rem;
    max-height: 472px;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 20rem 0 19rem;
  }
  .hero {
    padding: 22rem 0;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
  .phone {
    top: -16rem;
    max-height: 615px;
  }
  .phone + .phone {
    top: -14rem;
    max-height: 570px;
  }
}