body,
html {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%; }

body {
  font-family: 'Raleway', sans-serif;
  font-size: 0.8em; }
  body .wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding-bottom: 50px;
    padding-top: 50px;
    width: 100%; }
    @media (max-width: 802px) {
      body .wrapper {
        padding-top: 0px;
        padding-bottom: 0px; } }
    body .wrapper .spacer {
      width: 100px; }
      @media (max-width: 802px) {
        body .wrapper .spacer {
          width: 0px; } }
    body .wrapper .container {
      -ms-flex-direction: row;
      -ms-flex-positive: 1;
      -webkit-box-direction: normal;
      -webkit-box-flex: 1;
      -webkit-box-orient: horizontal;
      -webkit-box-shadow: 0px 0px 10px 0px gray;
      background-color: #e9e9e9;
      border-radius: 20px;
      box-shadow: 0px 0px 10px 0px gray;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      flex-direction: row;
      flex-grow: 1;
      font-weight: 300; }
      @media (max-width: 802px) {
        body .wrapper .container {
          border-radius: 0px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          -ms-border-radius: 0px;
          -o-border-radius: 0px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      body .wrapper .container .sidebar {
        text-align: center;
        background-color: #44abff;
        border-radius: 20px 0 0 20px;
        color: white;
        min-width: 300px;
        padding: 20px;
        font-weight: 300; }
        @media (max-width: 802px) {
          body .wrapper .container .sidebar {
            min-width: auto;
            width: auto;
            border-radius: 0 0 0 0; } }
        body .wrapper .container .sidebar .portrait {
          width: 250px;
          height: 250px;
          background-image: url("../images/portrait.jpg");
          background-position: center;
          /* Center the image */
          background-repeat: no-repeat;
          /* Do not repeat the image */
          background-size: cover;
          /* Resize the background image to cover the entire container */
          margin-left: auto;
          margin-right: auto;
          border-radius: 50%;
          border: 3px solid #2ba0ff; }
          @media (max-width: 802px) {
            body .wrapper .container .sidebar .portrait {
              width: 220px;
              height: 220px; } }
        body .wrapper .container .sidebar .name {
          font-weight: 300;
          margin: 5px;
          font-size: 2.4em; }
        body .wrapper .container .sidebar .title {
          margin: 5px;
          font-size: 1.5em; }
        body .wrapper .container .sidebar .location {
          font-size: 1.2em;
          font-weight: 500; }
        body .wrapper .container .sidebar .box {
          margin-top: 20px;
          text-align: left;
          background-color: #259dff;
          padding: 15px;
          border-radius: 8px;
          font-size: 1.5em; }
          body .wrapper .container .sidebar .box .box-content {
            margin-top: 5px;
            line-height: 1.7em;
            font-size: 0.8em; }
            body .wrapper .container .sidebar .box .box-content ul {
              padding-left: 15px; }
        body .wrapper .container .sidebar .contact {
          line-height: 1.7em;
          font-size: 1.2em; }
          body .wrapper .container .sidebar .contact a {
            color: white;
            text-decoration: none; }
          body .wrapper .container .sidebar .contact a:hover {
            text-decoration: none; }
        body .wrapper .container .sidebar .button {
          padding: 10px;
          margin-top: 20px;
          background-color: #5eb6ff;
          font-size: 1.5em;
          color: white;
          text-decoration: none;
          display: block;
          border-radius: 5px;
          transition: background-color 0.5s ease; }
        body .wrapper .container .sidebar .button:hover {
          background-color: #91cdff;
          transition: background-color 0.5s ease; }
      body .wrapper .container .content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-radius: 0 20px 20px 0;
        padding: 30px;
        color: #7c7c7c; }
        @media (max-width: 802px) {
          body .wrapper .container .content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            border-radius: 0px; } }
        body .wrapper .container .content .footer {
          padding: 10px; }
        body .wrapper .container .content .box {
          background-color: white;
          transition: box-shadow 0.5s ease;
          padding: 20px;
          border-radius: 10px;
          font-size: 1.4em;
          line-height: 2em;
          margin-top: 10px;
          margin-bottom: 10px; }
        body .wrapper .container .content .box:hover {
          box-shadow: 0 0 10px 0 #cecece;
          transition: box-shadow 0.5s ease; }
        body .wrapper .container .content .spacer {
          height: 20px; }
        body .wrapper .container .content .personalsummary {
          line-height: 1.5em; }
        body .wrapper .container .content .work {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          @media (max-width: 802px) {
            body .wrapper .container .content .work {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column; } }
          body .wrapper .container .content .work .logo .logoimage {
            width: 100px; }
          @media (max-width: 802px) {
            body .wrapper .container .content .work .logo {
              text-align: center; } }
          body .wrapper .container .content .work .information {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1; }
            body .wrapper .container .content .work .information .date {
              color: #969696; }
            body .wrapper .container .content .work .information .position {
              font-weight: 700;
              font-size: 1.2em; }
            body .wrapper .container .content .work .information .place {
              font-weight: 500; }
              body .wrapper .container .content .work .information .place .address {
                color: #969696; }
            body .wrapper .container .content .work .information .alttext {
              font-weight: 300;
              font-size: 0.8em;
              line-height: 0.8em; }
            body .wrapper .container .content .work .information .description {
              margin-top: 15px;
              line-height: 1.4em; }
              body .wrapper .container .content .work .information .description li {
                list-style-type: disc;
                list-style-position: inside;
                text-indent: -1.4em;
                padding-left: 1.4em; }
            body .wrapper .container .content .work .information .workedwith {
              margin-top: 15px;
              font-size: 0.8em;
              line-height: 1.2em; }
