#gc-wrapper .devsite-main-content {
  padding: 0;
}

#cloud-site .header {
  background-image: url("https://waybackassets.bk21.net/20190326053820im_/https://cloud.google.com/images/getting-started/background.png");
  background-size: contain;
  min-height: 600px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #cloud-site .header {
    background-image: url("https://waybackassets.bk21.net/20190326053820im_/https://cloud.google.com/images/getting-started/background_2x.png");
  }
}

#cloud-site .header .border-bottom-white {
  border-bottom: 1px solid #fff;
  margin: 0 auto 0.67em;
  opacity: 0.5;
  width: 25%;
}

#cloud-site .flex-container {
  display: flex;
  flex-flow: row wrap;
}

#cloud-site .flex-1 {
  flex: 1;
}

#cloud-site .justify-center {
  justify-content: center;
}

#cloud-site .hero-title {
  color: #ffffff;
  font: lighter 48px/57px Roboto;
}

#cloud-site .hero-subtitle {
  color: #ffffff;
  font: lighter 20px/24px Roboto;
  padding-bottom: 56px;
}

#cloud-site .flex-3 {
  flex: 3;
}

#cloud-site .flex-card {
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

#cloud-site .flex-card:hover {
  box-shadow: -1px 5px 25px -5px rgba(0,0,0,0.8);
}

#cloud-site .min-card {
  background-color: #f6f6f6;
  flex: 3;
  margin:0 8px 16px 8px;
  max-width: 320px;
  min-height: 120px;
}

#cloud-site .min-card .card-block {
  align-items: center;
  display: flex;
  justify-content: center;
}

#cloud-site .min-card .card-text {
  color: #616161;
  font: 500 16px/19px Roboto;
  margin: 0;
}

#cloud-site .min-card i {
  color: #dfdfdf;
  display: block;
  text-align: center;
  margin-top: 20px;
  transition: all .2s ease-in-out;
  transform: scale(1.4);
}

#cloud-site .min-card:hover > i {
  color: #2196f3;
}

#cloud-site .bg-grey {
  background-color: #f6f6f6;
}

#cloud-site .border-bottom {
  border-bottom: 1px solid #e4e4e4;
}

#cloud-site .title {
  color: #616161;
  font: lighter 40px/47px Roboto;
  margin-bottom: 36px;
}

#cloud-site .sub-title {
  color: #616161;
  font: normal 16px/28px Roboto;
  padding: 0 15%;
  margin-bottom: 36px;
}

#cloud-site #cloudminute .sub-title {
  padding: 0 25%;
}

#cloud-site ul.list {
  list-style: none;
  margin: 0 0 24px 0;
  padding-left: 0;
}

#cloud-site #sample-projects .list {
  flex-wrap: wrap;
}

#cloud-site #sample-projects .list ul {
  padding-left:24px;
}

#cloud-site #sample-projects .list li {
  font: normal 16px/28px Roboto;
}

#cloud-site .img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#cloud-site #ten-min-tutorial-section .block, #cloud-site #sample-projects .block {
  justify-content: space-around;
}

#cloud-site #ten-min-tutorial-section .block i {
  color: green;
  line-height: 40px;
  padding-right: 8px;
}

#cloud-site #ten-min-tutorial-section .block li {
  color: #616161;
  font: 500 16px/40px Roboto;
  padding-right: 16px;
}

#cloud-site #ten-min-tutorial-section .tos {
  color: #9d9d9d;
  font: normal 11px/20px Roboto;
}

#cloud-site .button.button-blue {
  background: #2196f3;
  color: #fff;
  padding: 0 40px;
  margin-top: 24px;
  margin-bottom: 24px;
}

#cloud-site .button.button-grey {
  background: #696969;
  color: #fff;
  padding: 0 40px;
  margin-top: 52px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

#cloud-site .med-card {
  background: #fff;
  flex-basis: 432px;
  margin: 0 8px 16px 8px;
  min-height: 270px;
}

#cloud-site #developer-management-tools .med-card {
  flex: 3;
  max-width: 432px;
  min-height: 232px;
}

#cloud-site .med-card .title {
  color: #616161;
  font: normal 20px/24px Roboto;
  margin-bottom: 32px;
}

#cloud-site .med-card .content {
  color: #616161;
  flex: 1;
  font: normal 14px/24px Roboto;
}

#cloud-site .med-card .content p {
  margin: 0;
}

#cloud-site .med-card .content p.text {
  margin-bottom: 26px;
}

#cloud-site .med-card .border-bottom {
  border-bottom: 1px solid #eceff1;
}

#cloud-site #sample-projects .med-card {
  flex: 3;
  max-width: 320px;
  min-height: 315px;
}

#cloud-site #sample-projects .left-content {
  flex: 1;
}

#cloud-site #sample-projects .flex-container img {
  height: 368px;
}

#cloud-site #addl-resources .med-card {
  flex: 6;
  margin: 0 8px 16px 8px;
  max-width: 208px;
  min-height: 342px;
}

#cloud-site #addl-resources .wrapper {
  height: 64px;
}

#cloud-site .flex-card .card-link {
  align-items: center;
  color: #0091EA;
  display: flex;
  font-size: 14px;
  height: 50px;
  line-height: 40px;
  letter-spacing: 0.5px;
}

#cloud-site .flex {
  display: flex;
}

#cloud-site .flex-c {
  flex-direction: column;
}

#cloud-site .view-link {
  margin-left: auto;
  margin-right: auto;
}

#cloud-site .view-link a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px;
  padding-right: 30px;
  position: relative;
  text-transform: uppercase;
}

#cloud-site .view-link a:after {
  background-color: #039be5;
  background-image: url(//waybackassets.bk21.net/20190326053820im_/https://www.gstatic.com/images/icons/material/system/1x/arrow_upward_white_24dp.png);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  top: 4px;
  transform: rotateZ(45deg);
  width: 20px;
}

#cloud-site .video-card {
  background: #fff;
  flex: 3;
  height: 180px;
  position: relative;
  margin: 0 8px 16px 8px;
  max-width: 320px;
}

#cloud-site .video-card a {
  height: 180px;
  position: relative;
}

#cloud-site .video-card .content {
  color: #767676;
  font: normal 16px/19px Roboto;
  padding-left: 22px;
  padding-top: 22px;
}

#cloud-site .video-card .content img {
  width: 100px;
  height: 13px;
}

#cloud-site .video-card .content span {
  align-self: center;
  font-size: 9px;
  line-height: 15px;
  padding-left: 2px;
}

#cloud-site .video-card .video-icon {
  display: none;
}

#cloud-site .video-card a:hover > .overlay {
  background: #000;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
}

#cloud-site .video-card a:hover > .video-icon {
  align-self: center;
  bottom: 0;
  display: flex;
  margin: auto auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}

#cloud-site .content .heading {
  color: #616161;
  font: normal 24px/28px Roboto;
  margin-bottom: 36px;
}

#cloud-site .content .sub-heading {
  color: #616161;
  font: normal 16px/28px Roboto;
  margin-bottom: 36px;
}

#cloud-site .banner-bottom {
  align-items: center;
  color: #fff;
  min-height: 174px;
  padding: 20px 5%;
}

#cloud-site .bg-blue {
  background-color: #448aff;
}

#cloud-site .banner-bottom .main {
  color: #fff;
  font: normal 22px/25px Roboto;
  margin-right: 8%;
}

#cloud-site .banner-bottom .body {
  color: #fff;
  flex: 1;
  font: lighter 18px/21px Roboto;
  margin-right: 8%;
}

#cloud-site form {
  display: inline-block;
}

#cloud-site #sample-projects select {
  border-bottom: 1px solid #ebebeb;
  background: 0;
  background-image: url(https://waybackassets.bk21.net/20190326053820im_/https://cloud.google.com/css/_static/123cb19fd8/images/redesign-14/button-down-black.svg);
  background-repeat: no-repeat;
  background-position: right;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #616161;
  font-family: roboto-regular;
  font-size: 16px;
  margin-top: 40px;
  margin-right: 40px;
  padding-left: 24px;
  width: 170.5px;
}

#cloud-site #sample-projects .get-started {
  cursor: default;
  display: inline-block;
}

#cloud-site #sample-projects .get-started.enabled {
  background: #0091ea;
  color: #fff;
  cursor: pointer;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #cloud-site .view-link a:after {
    background-image: url(//waybackassets.bk21.net/20190326053820im_/https://www.gstatic.com/images/icons/material/system/2x/arrow_upward_white_24dp.png);
  }
}

@media all and (max-width: 1280px) {
  #cloud-site #ten-min-tutorial-section .block, #cloud-site #sample-projects .block {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (min-width: 769px) and (max-width: 1024px) {
  #cloud-site .flex-container {
    padding-left: 64px;
    padding-right: 64px;
  }
}

@media all and (max-width: 1024px) {
  #cloud-site .flex-container {
    margin-left: auto;
    margin-right: auto;
  }

  #cloud-site .flex-card,
  #cloud-site #sample-projects .med-card,
  #cloud-site #developer-management-tools .med-card {
    flex-basis: 320px;
    max-width: 320px;
  }

  #cloud-site #ten-min-tutorial-section .block,
  #cloud-site #sample-projects .block {
    justify-content: flex-start;
  }

  #cloud-site #addl-resources .med-card {
    flex-basis: 208px;
}

@media all and (max-width: 768px) {
  #cloud-site section > div.border-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  #cloud-site #addl-resources {
    padding-left: 20px;
    padding-right: 20px;
  }

  #cloud-site .sub-title {
    padding: 0;
  }

  #cloud-site #cloudminute .sub-title {
    padding: 0;
  }

  #cloud-site .flex-card {
    flex-basis: 320px;
  }

  #cloud-site #addl-resources .med-card {
    flex-basis: 320px;
    max-width: 320px;
  }

  #cloud-site #sample-projects .left-content {
    flex: auto;
    min-width: auto;
  }

  #cloud-site #sample-projects .flex-container img {
    display: none;
  }

  #cloud-site .banner-bottom {
    align-items: initial;
    flex-direction: column;
    text-align: center;
  }

  #cloud-site .banner-bottom > * {
    margin: 10px 0;
  }
}

@media all and (max-width: 320px) {
  #cloud-site .video-card .content img {
      width: 80px;
  }

  #cloud-site .video-card .content span {
    font-size: 7px;
  }
}

/*
     FILE ARCHIVED ON 05:38:20 Mar 26, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:40:29 Jan 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.511
  exclusion.robots: 0.045
  exclusion.robots.policy: 0.034
  esindex: 0.008
  cdx.remote: 22.31
  LoadShardBlock: 261.908 (3)
  PetaboxLoader3.datanode: 198.107 (4)
  PetaboxLoader3.resolve: 416.978 (2)
  load_resource: 467.175
*/