﻿@media only screen and (min-width: 1200px) {
  #menu {
    display: block;
  }

  #menuIcon {
    display: none;
    height: 45px;
  }

  h1 {
    font-size: 32px;
  }

  #header_wrapper {
    display: block;
    margin: 0 40px;
  }

  #title_left {
    font-size: 32px;
  }

  #title_right {
    font-size: 32px;
  }

  #socialIcons {
    margin-top: 0;
    margin-left: 0;
  }

  #container {
    padding: 50px;
  }

  #subheader {
    padding: 20px 50px 35px 50px;
  }

  #subheader_title {
    font-size: 20px;
  }

  #propic {
    display: block;	
  }

  #propic_mobile_container {
    display: none;
  }

  #propic_mobile {
    display: none;
  }

  #experience_container {
    width: 80%;
  }

  #experience_h1 {
    font-size: 2em;
  }

  .experience_h2 {
    font-size: 2em;
  }

  .experience_h3 {
    display: block;
  }

  .experience_h3_mobile {
    display: none;
  }

  #schools {
    flex-direction: row;
  }

  #school {
    width: 50%;
  }

  #education_h1 {
    font-size: 2em;
  }

  #education_h2 {
    font-size: 1.2em;
  }

  #contactForm {
    width: 70%
  }

  .projects_container {
    width: 80%;
  }

  .project_listing {
    padding: 10px;
    margin-bottom: 30px;
  }

  .project_description {
    width: 45%;
  }

  .project_image_small {
    display: none;
  }

  .project_image_large {
    display: block;
  }

  .experiences_container {
    width: 80%;
  }

  #experienceListing_right {
    width: 70%;
    margin: 0px 0px 0px 5%;
  }

  .experience_logo_small {
    display: none;
  }

  .experience_header_text {
    margin-left: 0;
  }
}
