header {
  background: #ffffff;
  border-bottom: 1px solid #d4d4d4;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  z-index: 200;
  margin: 0; }
  @media screen and (max-width: 1000px) {
    header {
      position: static; } }
  header #apple-header {
    align-items: center; }
    @media screen and (max-width: 768px) {
      header #apple-header {
        flex-direction: row !important; } }
    @media screen and (max-width: 600px) {
      header #apple-header {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center; } }
  header.is-fixed #brand .logo {
    width: 150px;
    margin: 10px 0 15px 20px; }
  header.is-fixed #navigation {
    padding-left: 50px;
    padding-top: 0px; }
    header.is-fixed #navigation ul li a {
      font-size: 14px; }
  header.is-fixed #apple-brand img {
    width: 150px;
    margin: 10px 40px 15px auto; }
  header .nav-toggle {
    color: white;
    font-size: 24px;
    margin-right: 20px;
    padding-top: 10px;
    margin-left: auto !important; }
    header .nav-toggle:hover {
      color: #54357b; }

@media screen and (max-width: 768px) {
  #brand {
    max-width: 70% !important; } }
#brand .logo {
  display: block;
  width: 300px;
  height: auto;
  margin-left: 20px;
  transition: all 0.4s ease; }
  @media screen and (max-width: 1450px) {
    #brand .logo {
      width: 300px; } }
  @media screen and (max-width: 1300px) {
    #brand .logo {
      width: 200px; } }
  #brand .logo img {
    display: block;
    width: 100%;
    height: auto; }

#apple-brand {
  padding: 10px 40px 15px 0 !important; }
  @media screen and (max-width: 768px) {
    #apple-brand {
      max-width: 30% !important; } }
  #apple-brand img {
    display: block;
    width: 250px;
    height: auto;
    transition: all 0.3s ease;
    margin-left: auto; }

#applenav {
  min-height: 45px;
  background: #333333;
  text-align: right; }
  #applenav ul {
    justify-content: center;
    display: flex; }
    @media screen and (max-width: 1000px) {
      #applenav ul {
        flex-direction: column !important;
        justify-content: flex-start; } }
    #applenav ul a {
      display: block;
      padding: 12px 20px;
      text-decoration: none;
      color: #fff;
      font-size: 14px; }
      @media screen and (max-width: 1000px) {
        #applenav ul a {
          padding: 7px 20px; } }

#page-intro {
  height: 600px;
  margin: 40px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 1000px) {
    #page-intro {
      margin: 15px; } }

#content.apple-brand {
  margin: 0px auto 0px auto;
  padding-top: 160px; }
  @media screen and (max-width: 1000px) {
    #content.apple-brand {
      padding-top: 0px; } }

@media screen and (max-width: 1000px) {
  #sidebar {
    display: none; } }

#blog-home {
  padding: 80px 0;
  text-align: left; }
  #blog-home .is-col {
    color: #333;
    text-decoration: none; }
    #blog-home .is-col img {
      display: block;
      width: 100%;
      height: auto;
      margin-bottom: 30px; }

#append {
  padding: 0;
  text-align: center; }

footer {
  background: #808285;
  margin: 0;
  padding: 50px 0;
  color: white;
  text-align: center; }
  footer #social {
    padding: 0;
    margin: 0 0 40px 0; }
    footer #social a {
      text-decoration: none;
      color: white;
      font-size: 48px;
      margin: 0 10px;
      transition: all 0.3s ease; }
      footer #social a:hover {
        opacity: 0.7; }
  footer small {
    color: white; }
