a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, html, input, select, textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.visuallyHidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0);
  overflow: hidden;
}

.srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 125%;
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  position: relative;
}

a {
  text-decoration: none;
  color: white;
}

section {
  padding: 80px 0;
}

.outerWrapper {
  width: calc(100% - 90px);
  margin-left: 90px;
  overflow: hidden;
}

.innerWrapper {
  padding: 0 33px;
  max-width: 1220px;
  margin: 0 auto;
}

.sectionContainer {
  background-color: white;
  border-radius: 50px;
  padding: 48px;
}

.sectionHead {
  margin-bottom: 50px;
}

.sectionHead span {
  padding-bottom: 20px;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  padding-left: 80px;
  letter-spacing: 1px;
}

.sectionHead span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 50px;
  height: 1px;
  background: #333;
}

.sectionHead h2 {
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 1.6rem;
}

.techStack {
  color: #2e4e9d;
}

.menuButton {
  cursor: pointer;
  position: fixed;
  height: 30px;
  width: 35px;
  padding: 10px;
  top: 35px;
  right: 25px;
  z-index: 20;
  display: none;
}

.menuButton:focus {
  border: 2px solid #2e4e9d;
}

.menuButton .linesContainer {
  position: relative;
}

.menuButton .linesContainer span, .menuButton .linesContainer span:before, .menuButton .linesContainer span:after {
  border-radius: 5px;
  width: 25px;
  height: 2px;
  background-color: black;
  position: absolute;
  display: block;
  content: '';
}

.menuButton .linesContainer span {
  top: 3px;
  left: -6px;
}

.menuButton .linesContainer span:before {
  top: -10px;
}

.menuButton .linesContainer span:after {
  bottom: -10px;
}

.sideMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 105px;
  height: 100vh;
  background-color: #2e4e9d;
  position: fixed;
  color: white;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 10;
}

.sideMenu p {
  text-align: center;
  padding: 12px 10px;
  font-size: 3rem;
  letter-spacing: 1px;
  font-weight: 300;
  background-color: #1f356a;
}

.sideMenu nav {
  padding: 26px;
}

.sideMenu nav a {
  padding: 13px 17px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.3rem;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  border-radius: 6px;
  width: 100%;
  position: relative;
}

.sideMenu nav a span {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 2px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: absolute;
  left: 55px;
  top: 18px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.sideMenu nav a:hover, .sideMenu nav a:focus {
  background-color: #1f356a;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.sideMenu .scrollDown {
  height: 50px;
  position: relative;
  left: 35px;  
  visibility: hidden;
  opacity: 0;
}
}

.sideMenu .scrollDown .lni-arrow-down {
  line-height: 1.2;
  font-size: 2rem;
}

.sideMenu .scrollDown .scrollDownText {
  font-size: 0.75rem;
  position: absolute;
  top: 10px;
  left: 30px;
  font-weight: 300;
}

.hoverMenu {
  width: 220px;
}

.menuShow {
  display: block;
}

.menuHide {
  display: none;
}

.sideMenuHide {
  left: -300px;
}

.sideMenuShow {
  left: 0;
}

header {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

header .heroImageContainer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}

header .heroImageContainer img {
  border-radius: 50%;
  margin: 0 auto;
  width: 190px;
  height: 190px;
  -webkit-box-shadow: 12px 0 #818cae, 24px 0 #aab5d9, 36px 0 #d8e1ff;
          box-shadow: 12px 0 #818cae, 24px 0 #aab5d9, 36px 0 #d8e1ff;
}
header .heroImage {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 100%;
}
header .heroImage img{
  margin: 0 auto;
  width: 100%;
}
header .heroDescription {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  padding: 0 15px;
  width: 100%;
}

header .heroDescription .greeting {
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.2;
}

header .heroDescription h1 {
  font-size: 2.7rem;
  font-weight: 700;
  margin: 24px 0;
}

header .heroDescription h1 span {
  color: #2e4e9d;
}

header .heroDescription .smallBio {
  letter-spacing: 1px;
  color: #5F6F81;
  font-size: 1rem;
  min-width: 250px;
  line-height: 1.4;
}

header .heroDescription .smallBio span {
  color: #2e4e9d;
  font-size: 1.1rem;
}

header .heroDescription .socialsResume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

header .heroDescription .socialsResume a, a.siteLink {
  background-color: #2e4e9d;
  margin-right: 20px;
  padding: 15px 35px;
  min-width: 100px;
  border-radius: 40px;
  letter-spacing: 2px;
  font-size: 0.9rem;
  font-weight: 300;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 10px;
}

a.siteLink.red{
  background-color: #e10000;
} 
a.siteLink.yellow{

  background-color: #ffcf52;
  color: #000;
} 
a.siteLink.green{
  background-color: #1b3929;
} 
a.siteLink.brn{
  background-color: #461914;
} 

header .heroDescription .socialsResume a:hover, a.siteLink:hover {
  -webkit-box-shadow: 0 4px 7px rgba(46, 78, 157, 0.3);
          box-shadow: 0 4px 7px rgba(49, 69, 117, 0.3);
}
a.siteLink.red:hover {
  -webkit-box-shadow: 0 4px 7px rgba(225, 0, 0, 0.3);
          box-shadow: 0 4px 7px rgba(225, 0, 0, 0.3);

}
a.siteLink.yellow:hover {
  -webkit-box-shadow: 0 4px 7px rgba(255, 207, 82, 0.3);
          box-shadow: 0 4px 7px rgba(255, 207, 82, 0.3);

}
a.siteLink.green:hover {
  -webkit-box-shadow: 0 4px 7px rgba(27, 57, 41, 0.3);
          box-shadow: 0 4px 7px rgba(27, 57, 41, 0.3);

}

header .heroDescription .socialsResume a:focus, a.siteLink:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

a.siteLink.red:focus {
  border-color: #e10000;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(225, 0, 0, 0.25);
}
a.siteLink.yellow:focus {
  border-color: #ffcf52;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 207, 82, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 207, 82, 0.25);
}
a.siteLink.green:focus {
  border-color: #1b3929;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 57, 41, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(27, 57, 41, 0.25);
}

a.siteLink{
  margin-top: 15px;
}
.socialsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
}

.socialsList li {
  margin: 0 10px;
}

.socialsList li a {
  padding: 9px 10px;
  background-color: white;
  border-radius: 6px;
  color: #2e4e9d;
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 4px 6px rgba(134, 151, 168, 0.1);
          box-shadow: 0px 4px 6px rgba(134, 151, 168, 0.1);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: inline-block;
}

.socialsList li a:hover {
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
}

.socialsList li a:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.aboutContainer p {
  line-height: 1.5;
}

.aboutContainer p a {
  color: #2e4e9d;
}

.skillsContainer {
  text-align: center;
  font-size: 0.7rem;
}

.skillsGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(80px, 1fr))[auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.skillsGrid li {
  background-color: white;
  padding: 10px 10px 5px;
  border-radius: 15px;
  width: 80px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 0px 4px 8px rgba(134, 151, 168, 0.1);
          box-shadow: 0px 4px 8px rgba(134, 151, 168, 0.1);
  border: 1px solid #eee;
  min-height: 84px;
}

.skillsGrid li p {
  margin-top: 10px;
}

.skillsGrid li img {
  width: 35px;
  height: 35px;
}
.skillsGrid li .wide-logo img {
  width: 65px;
}
.worksContainer{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.workBox {  
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 400px;
  padding: 5px 20px 20px;
  margin-top: 40px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 14px 28px rgba(134, 151, 168, 0.22);
          box-shadow: 0px 14px 28px rgba(134, 151, 168, 0.22);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid #eee;
  cursor: pointer;
  position: relative;
}

.workBox .workImageContainer {
  max-width: 350px;
  border-radius: 10px;
  height: auto;
}

.workBox .workImageContainer img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s ease-in;
  min-width: 340px;
  min-height: 200px;
}

.workBox .workImageContainer img.rotate-left {
  transform: perspective(1000px) rotateY(12deg);
}

.workBox .workImageContainer img.rotate-right {
  transform: perspective(1000px) rotateY(-12deg);
}

.workBox:hover  .workImageContainer img.rotate-right,  .workBox:hover .workImageContainer img.rotate-left{
  transform: perspective(1000px) rotateY(0deg);
}
.workBox .workImageContainer .readmo-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: opacity .2s ease;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  transition: all 0.3s ease-in;
}

.workBox  .workImageContainer .readmo-cont p.read-more {
  width: 100%;
  display: block;
  transition: all .45s ease;
  position: relative;
  top: 44%;
  padding-top: 1rem;
  transform: perspective(1000px) translateY(-50%);
  color: #1f356a;
  text-shadow: 2px 3px 4px #1f356a69;
}

.workBox .workImageContainer .readmo-cont p.read-more i{
  font-size: 3rem;
  padding-bottom: 10px;
}

.workBox:hover .workImageContainer .readmo-cont {
  opacity: 1;
}
.workBox .workDescribeContainer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 350px);
          flex: 0 1 calc(100% - 350px);
  margin-left: 25px;
}

.workBox .workDescribeContainer h3 {
  letter-spacing: 1px;
  font-weight: 600;
}

.workBox .workDescribeContainer ul {
  list-style: disc inside;
  font-size: 0.9rem;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-top: 20px;
}

.workBox .workDescribeContainer ul li:not(:first-child) {
  margin-top: 10px;
}

.workBox .workDescribeContainer p {
  font-size: 0.9rem;
  margin-top: 20px;
}

.workBox .workDescribeContainer h4 {
  font-size: 1rem;
  margin-top: 7px;
  letter-spacing: 1px;
  line-height: 1.2;
}

.workBox .workDescribeContainer h4 span {
  color: #2e4e9d;
  display: inline-block;
  padding: 0;
  letter-spacing: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.workBox .workDescribeContainer .workLinks {
  margin-top: 50px;
}

.workBox .workDescribeContainer .workLinks a {
  font-size: 1.1rem;
  margin-right: 20px;
  color: #2e4e9d;
  display: inline-block;
  text-decoration: underline;
}

.workBox .workDescribeContainer .workLinks a:focus {
  border: 2px solid #2e4e9d;
}

/**PORT-MODAL**/
body.item_open{
  overflow: hidden;
}
.port {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 100px;
  background: #f7f7f7;
  z-index: 103;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  border-bottom: 1px solid #d0d0d0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
}

.port-content{
  position: relative;
  padding: 0 33px;
  margin: 0 auto;
  max-width: 1600px;
}
.port .img-cont-right {
  width: 50%;
  padding: 10px;
  overflow: hidden;
}
.port img{
  max-width: 100%;
  height: auto;
  box-shadow: 3px 6px 9px rgba(134, 151, 168, 0.5);
  -webkit-box-shadow: 3px 6px 9px rgba(134, 151, 168, 0.5);
  -moz-box-shadow: 3px 6px 9px rgba(134, 151, 168, 0.5);
}
.port .img-cont-bottom {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.port .description {
  float: left;
  width: 50%;
  max-height: 100%;
  padding: 0 40px 40px;
  overflow: auto;
}
.port h1 {
  font-size: 35px;
  line-height: 2.3;
  padding: 0;
}

.port .description p {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4;
}
.port > * {
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.port.item_open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.port > * {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.close {
  width: 26px;
  height: 26px;
  background: url(data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%0A%09%20id%3D%22svg2%22%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%0A%09%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2021%2021%22%0A%09%20enable-background%3D%22new%200%200%2021%2021%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22layer1%22%20transform%3D%22translate%280%2C-1031.3622%29%22%3E%0A%09%3Cpath%20id%3D%22path2987%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20d%3D%22M0%2C1031.4l21%2C21%22/%3E%0A%09%3Cpath%20id%3D%22path2989%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20d%3D%22M21%2C1031.4l-21%2C21%22/%3E%0A%3C/g%3E%0A%3C/svg%3E%0A%0A) no-repeat;
  position: fixed;
  right: 10px;
  top: -121px;
  opacity: 1;
  z-index: 1004;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.item_open .close {
  opacity: 1;
  top: 15px;
  right: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contactContainer h3 {
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.contactContainer .contactForm {
  margin-top: 48px;
}

.contactTypes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.contactTypes .flexContainer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.contactTypes .flexContainer:first-child {
  padding: 0 15px 0 0;
}

.contactTypes .flexContainer:last-child {
  padding: 0 0 0 15px;
}

.contactTypes .flexContainer .typeBox {
  -webkit-box-shadow: 0px 4px 8px rgba(134, 151, 168, 0.1);
          box-shadow: 0px 4px 8px rgba(134, 151, 168, 0.1);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid #eee;
  padding: 24px;
  border-radius: 15px;
}

.contactTypes .flexContainer .typeBox i {
  display: inline-block;
  padding: 18px;
  background: #f7f7f7;
  border-radius: 7px;
  font-size: 1.7rem;
  margin-bottom: 25px;
}

.contactTypes .flexContainer .typeBox .lni-calendar {
  color: #1267d0;
  background-color: #E7EFFA;
}

.contactTypes .flexContainer .typeBox .lni-envelope {
  color: #82c690;
  background-color: #F3F9F4;
}

.contactTypes .flexContainer .typeBox a {
  display: block;
  margin-bottom: 15px;
  color: #333;
  text-decoration: underline;
  font-size: 1rem;
}

.contactTypes .flexContainer .typeBox a:focus {
  border: 2px solid #2e4e9d;
}

.contactTypes .flexContainer .typeBox p {
  font-size: 0.8rem;
  color: #5F6F81;
}

.contactFormContainer {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contactFormContainer form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  -webkit-column-gap: 25px;
          column-gap: 25px;
  margin-bottom: 35px;
}

.contactFormContainer form input,
.contactFormContainer form textarea {
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 11px 20px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  width: 100%;
}

.contactFormContainer form input:focus,
.contactFormContainer form textarea:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.contactFormContainer form textarea {
  resize: none;
}

.contactFormContainer form ::-webkit-input-placeholder {
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: #6c757d;
  opacity: 1;
  font-family: 'Poppins', sans-serif;
}

.contactFormContainer form :-ms-input-placeholder {
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: #6c757d;
  opacity: 1;
  font-family: 'Poppins', sans-serif;
}

.contactFormContainer form ::-ms-input-placeholder {
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: #6c757d;
  opacity: 1;
  font-family: 'Poppins', sans-serif;
}

.contactFormContainer form ::placeholder {
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: #6c757d;
  opacity: 1;
  font-family: 'Poppins', sans-serif;
}

.contactFormContainer form .subjectInput,
.contactFormContainer form .messageInput {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 /3;
}

.contactFormContainer button {
  padding: 14px 40px;
  font-size: 0.9rem;
  border: none;
  background-color: #2e4e9d;
  color: white;
  letter-spacing: 1px;
  border-radius: 40px;
  width: 140px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.contactFormContainer button:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.contactFormContainer button:hover {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
}

footer {
  padding: 20px;
  background-color: white;
}

footer p {
  width: 200px;
  margin: 0 auto;
  color: #333;
  font-size: 1rem;
  text-align: center;
}

/**********************/
/*   MAX WIDTH 2200PX */
/**********************/

@media (min-width: 2200px) {
  .innerWrapper header{
    margin: 0 -100px;
  }
  header {
    width: calc(100% + 200px);
  }
  .port .description p{
    padding-right: 50px;
  }
}


/**********************/
/*   MAX WIDTH 1600PX */
/**********************/
@media (max-width: 1600px) {
  .port-content{
    max-width: 1440px;
  }
  .port .description p{
    padding-right: 20px;
  }
  .port .img-cont-bottom img{
      max-width: 370px;
  }
  .port-content{
    max-width: 1400px;
  }
}

/**********************/
/*   MAX WIDTH 1200PX */
/**********************/
@media (max-width: 1200px) {
  .skillsGrid{
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
  .port-content {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .port .description, .port .img-cont-right {
    float: none;
    width: 100%;
  }
  .port .img-cont-right img{
    display: block;
    margin: 0 auto;
  }
  .port .img-cont-bottom {
    flex-direction: column;
    justify-content: center;    
    align-content: center;
  }
  
  .port .img-cont-bottom img{
    margin-bottom: 30px;
  }
  .worksContainer{
    padding: 25px;
  }
  .workBox {
    flex: 0 0 40%;
  }
}
/**********************/
/*   MAX WIDTH 1112PX */
/**********************/
@media (max-width: 1112px) {
  .skillsGrid{
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
  }
}
/**********************/
/*   MAX WIDTH 1040PX */
/**********************/
@media (max-width: 1040px) {
  .contactFormContainer form {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .contactFormContainer form .subjectInput,
  .contactFormContainer form .messageInput {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 /2;
  }
  .port .description p{
    padding-right: 0;
  }
  .skillsGrid{
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
}

/**********************/
/*   MIN WIDTH 991PX  */
/**********************/
@media (min-width: 991px) {
  .navItemName {
    display: none;
  }
  .sideMenu:hover {
    width: 220px;
  }
  .sideMenu:hover .navItemName {
    display: block;
  }
}

/**********************/
/*   MAX WIDTH 990PX  */
/**********************/
@media (max-width: 990px) {
  .outerWrapper {
    width: 100%;
    margin-left: 0;
  }
  .sideMenu {
    width: 220px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sideMenu nav {
    margin-top: 40px;
  }
  .menuButton {
    display: block;
  }
  header .heroDescription {
    max-width: 50%;
    text-align: center;
    margin-top: 50px;
  }  
  header .heroDescription .socialsResume {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .socialsList {
    margin-left: 10px;
  }
  .workBox .workImageContainer img.rotate-right, .workBox .workImageContainer img.rotate-left{
    transform: perspective(1000px) rotateY(0deg);
  }
}

@media (max-width: 896px) {
  .skillsGrid{
    grid-template-columns: repeat(auto-fill, minmax(65px, 1fr));
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }
}
@media (max-width: 808px) {
  .skillsGrid{
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
/**********************/
/*   MIN WIDTH 768PX  */
/**********************/
@media (min-width: 768px) {
  .skillsGrid li:hover {
    -webkit-box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
  }
  .workBox:hover {
    -webkit-box-shadow: 6px 17px 34px rgba(134, 151, 168, 0.5);
            box-shadow: 6px 17px 34px rgba(134, 151, 168, 0.5);
  }
  .contactTypes .flexContainer .typeBox:hover {
    -webkit-box-shadow: 0px 14px 28px rgba(134, 151, 168, 0.08);
            box-shadow: 0px 14px 28px rgba(134, 151, 168, 0.08);
  }
}

/**********************/
/*   MAX WIDTH 767PX  */
/**********************/
@media (max-width: 767px) {
  .port h1{    
    line-height: unset;
    margin-bottom: 20px;
  }
  .innerWrapper {
    padding: 0 15px;
  }
  header{
    flex-wrap: nowrap;
    flex-direction: column-reverse;
  }
  header .heroImage, header .heroDescription {
    flex: 0 auto;
    max-width: 100%;
    padding: 0;
  }
  header .heroImageContainer img {
    width: 250px;
    height: 250px;
  }
  .sectionContainer {
    background-color: transparent;
    padding: 0;
  }
  .aboutContainer {
    line-height: 1.3;
    font-size: 1rem;
  }
  .workBox {
    display: block;
    padding: 0;  
    flex: 0 0 55%;
  }
  .workBox .workImageContainer {
    max-width: 500px;
    margin: 0 auto;
  }
  .workBox .workDescribeContainer {
    margin-left: 0;
    margin-top: 20px;
    padding: 20px;
  }
  .workBox .workDescribeContainer .workLinks {
    margin-top: 25px;
  }
  .skillsGrid {
    row-gap: 15px;
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
  .contactTypes {
    display: block;
  }
  .contactTypes .flexContainer {
    max-width: 100%;
  }
  .contactTypes .flexContainer:first-child {
    padding: 0;
  }
  .contactTypes .flexContainer:last-child {
    padding: 0;
  }
  .contactTypes .flexContainer .typeBox:first-child {
    margin-bottom: 15px;
  }
}

/**********************/
/*   MAX WIDTH 400PX  */
/**********************/
@media (max-width: 550px) {
  
  .port .img-cont-right {
    width: calc(100% + 66px);
    margin: 0 -33px;
    padding: 0;
  }

}
/**********************/
/*   MAX WIDTH 400PX  */
/**********************/
@media (max-width: 400px) {
  header {
    padding: 40px 0;
  }
  header .heroDescription .socialsResume {
    display: block;
  }
  header .heroImageContainer img {
    -webkit-box-shadow: 12px 0 #d9c8f1;
            box-shadow: 12px 0 #d9c8f1;
  }
  .socialsList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    margin-top: 30px;
  }
  .contactFormContainer form input,
  .contactFormContainer form textarea {
    max-width: 380px;
  }
}
