.banner {
  padding: 0; }
  .banner img {
    top: 0;
    left: 0;
    width: 95%;
    height: 95%; }

section {
  margin-top: 100px; }
  section section h2, section p {
    color: #333333; }

main section img#phone {
  width: 100%; }

#tablet-section {
  background: #fafbf5; }
  #tablet-section .tablet-row #tablet {
    width: 90%;
    padding-bottom: 0;
    margin-bottom: 0; }
  #tablet-section .tablet-row h2 {
    padding-top: 50px; }

#laptop-section #laptop {
  width: 100%; }

nav.nav-pills {
  padding-top: 150px; }
  nav.nav-pills a.nav-link.active {
    background: red;
    border-radius: 40px; }
  nav.nav-pills a {
    color: red;
    transition: all 200ms ease; }
    nav.nav-pills a:hover {
      color: #333333; }

.tab-content {
  padding-top: 50px;
  padding-bottom: 100px; }
  .tab-content div.tab-content .tab-pane h3, .tab-content p {
    color: #333333; }

.iphone-row,
.ipad-row,
.imac-row {
  padding: 1em 1em; }

.iphone-row img {
  width: 25%;
  margin-bottom: 30px; }

.ipad-row img {
  width: 50%;
  margin-bottom: 30px; }

.imac-row img {
  width: 80%;
  margin-bottom: 30px; }

div.contact-row h1, div.contact-row img#me, div.contact-row p {
  margin: 20px auto; }

.contact-row img#me {
  border-radius: 50%; }

.menu-slider {
  left: 0px !important;
  transition: all 300ms ease-in-out; }

.toggle-slider {
  left: 300px !important;
  transition: all 300ms ease-in-out; }

.toggle-menu {
  position: fixed;
  font-size: 40px;
  padding: 30px;
  color: #ff0000;
  top: 0;
  left: 0px;
  transition: all 300ms ease-in-out; }
  .toggle-menu:hover {
    color: #ff6666; }

.sidebar-menu {
  position: fixed;
  background: rgba(255, 0, 0, 0.9);
  opacity: 0.9;
  width: 300px;
  height: 100vh;
  max-height: 100vh;
  top: 0;
  left: -300px;
  margin-left: 0;
  z-index: 1000000;
  transition: all 300ms ease-in-out; }
  .sidebar-menu .title-link:hover {
    text-decoration: none;
    cursor: pointer; }
  .sidebar-menu .title-link:focus {
    text-decoration: none; }
  .sidebar-menu .title-link .menu-title {
    margin-top: 30px;
    color: #fff;
    font-weight: 100;
    border: 2px solid #fff;
    padding: 20px 0px;
    text-decoration: none; }
    .sidebar-menu .title-link .menu-title h2 {
      font-weight: 100;
      margin: 0; }
    .sidebar-menu .title-link .menu-title span {
      font-weight: bold;
      color: #333333; }
  .sidebar-menu .nav-list {
    list-style-type: none;
    margin-top: 60px;
    padding-left: 10px;
    width: 90%; }
    .sidebar-menu .nav-list li {
      position: relative;
      font-size: 20px;
      text-transform: uppercase;
      border-bottom: 1px solid #fff;
      margin-bottom: 30px;
      padding-left: 5px;
      transition: all 200ms ease; }
      .sidebar-menu .nav-list li:hover {
        text-decoration: none; }
    .sidebar-menu .nav-list li > a {
      color: #333333; }
      .sidebar-menu .nav-list li > a:hover, .sidebar-menu .nav-list li > a:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer; }
    .sidebar-menu .nav-list ul.drop-menu {
      display: none;
      text-decoration: none;
      list-style-type: none; }
      .sidebar-menu .nav-list ul.drop-menu ul.drop-menu li {
        display: none; }
    .sidebar-menu .nav-list .menu-dropped {
      text-decoration: none;
      list-style-type: none;
      display: auto;
      height: auto;
      transition: all 200ms ease-in-out; }

footer {
  background: #333333;
  color: #fff;
  padding: 50px; }
  footer ul.site-map li {
    display: inline-block; }
    footer ul.site-map li a {
      transition: all 200ms ease; }
      footer ul.site-map li a:hover {
        color: #ff0000;
        text-decoration: none; }
  footer ul {
    list-style-type: none;
    margin-left: 0;
    padding: 0; }
    footer ul li a {
      text-decoration: none;
      color: #fff; }
    footer ul li p i.fa {
      font-size: 25px;
      padding: 10px; }

div.footer-bottom {
  background: #ff0000; }
  div.footer-bottom #social ul {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0; }
    div.footer-bottom #social ul a:hover i.fa {
      color: #333333; }
    div.footer-bottom #social ul a i.fa {
      display: inline-block;
      font-size: 40px;
      color: #fff;
      padding: 20px;
      transition: all 300ms ease; }

/*# sourceMappingURL=app.css.map */
