/*$break-small: 500px;
$break-large: 1120px;*/


body {
  background-color: #d3d3d3;
  margin: 0px;
}

#jumper {
  height: 6%;
  position: fixed;
  left: 1px;
  top: 5px;
}

#header {
  height: 10%;
  text-align: center;
  width: 100%;
  z-index: 50;
  color: #000000;
  white-space: nowrap;
  position: fixed;
  background-color: #d3d3d3;
}

#title {
  font-size: 22px;
  display: inline-block;
  font-family: 'VT323', monospace;
}

#subtitle {
  font-size: 13px;
  white-space: nowrap;
  font-family: 'VT323', monospace;
}



#main {
  padding-top: 20px;
  position: absolute;
  top: 15%;
  width: 100%;
  height: 90%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#main-top {
  position: fixed;
  z-index: 2;
  top: 10%;
  height: 5%;
  width: 100%;
  background-color: #d3d3d3;
}

#main-top-content {
  display: flex;
  align-items: center;
  height: 100%;
  font-family: 'VT323', monospace;
  justify-content: space-around;
}

#footer {
  height: 80px;
  background-color: red;
  transition: background-color 1s;
  border-top: 1px black solid;
  border-radius: 50%;
}

#floppy {
  left: 50%;
  transform: translatex(-50%);
  -ms-transform: translatex(-50%); /* IE 9 */
  -webkit-transform: translatex(-50%); /* Chrome, Safari, Opera */
  position: absolute;
  }

.link-container {
  background-color: #d3d3d3;
  color: black;
  padding: 40px 15px;
  -webkit-clip-path: polygon(0 0%, 100% 4%, 100% 96%, 0% 100%);
  clip-path: polygon(0 0%, 100% 4%, 100% 96%, 0% 100%);
}

.link-even {
  background-color: #d3d3d3;
}

.link-odd {
  background-color: white;
}

.link-top-even {
  flex-direction: row-reverse;
}

.link-top {
  display: flex;
  align-items: stretch;
  padding: 8px 0;
}

.link-top-info {
  flex-basis: 60%;
}

.link-inner {
  max-width: 700px;
  margin: auto;
}

.link-title {
  font-weight: 300;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  padding: 10px 0;
}

.link-tagline {
  font-family: monospace;
  width: 85%;
  font-size: 12px;
  padding: 10px 0 25px;
  color: #6b6b6b;
  font-style: italic;
}

.link-text {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  padding: 5px 0;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #2196f3;
}

.tech-text {
  padding: 24px 0;
  font-family: 'VT323', monospace;
  font-size: 17px;
}


.github-links-container {
  display: flex;
  justify-content: center;
}

.github-image {
  height: 40px;
}

.github-link {
  padding: 0 20px;
}


.built-with-container {
  padding: 0 0 10px;
  font-style: italic;
  font-size: smaller;
  color: #21859e;
}


.tool-image-container {
  display: flex;
  flex-wrap: wrap;
  padding: 8px;
  justify-content: center;
}

.tool-image {
  height: 25px;
  padding: 5px 5px;
}


.images {
  display: flex;
  justify-content: center;
  /*height: 100px;*/
  flex-basis: 40%;
  flex-wrap: wrap;
  /*align-self: center;*/
}


.image-container-iphone {
  width: 50px;
  height: 100px;
  align-self: center;
  /*height: 100px;*/
  padding: 2px 2px;
  /*text-align: center;*/
  /*width: 100%;*/
}

.image-container-desktop {
  /*height: 100px;*/
  align-self: center;
  width: 80px;
  height: 61px;
  padding: 2px 2px;
  /*width: 100px;*/
  /*text-align: center;*/
  /*width: 100%;*/
}


.iphone {
  height: 100px;
  width: 50px;
  position: absolute;
}

.desktop {
  /*height: 90px;*/
  width: 80px;
  height: 61px;
  position: absolute;
}


.screenshot-iphone {
  position: relative;
  height: 66px;
  top: 17px;
  left: 3px;
  width: 44px;
}

.screenshot-desktop {
  position: relative;
  height: 42px;
  top: 3px;
  left: 3px;
  width: 74px;
}

@media (min-width: 500px) {

  .link-title {
    font-size: 30px;
  }

  .tech-text {
    font-size: 20px;
  }

  .link-tagline {
    font-size: 16px;
  }

  .link-text {
    font-size: 20px;
  }

  .link-container {
    padding: 50px 40px;
  }

  .screenshot-iphone {
    height: 130px;
    top: 36px;
    left: 9px;
    width: 84px;
  }

  .tool-image-container {
    padding: 20px 0;
  }

  .screenshot-desktop {
    height: 82px;
    top: 6px;
    left: 5px;
    width: 150px;
  }

  .tool-image {
    height: 35px;
  }

  .image-container-iphone {
    width: 100px;
    height: 200px;


  }

  .image-container-desktop {
    width: 160px;
    height: 120px;
  }

  .iphone {
    width: 100px;
    height: 200px;

  }

  .desktop {
    width: 160px;
    height: 120px;
  }

}
