/* CSS File for Azure Landing Page*/

.azure_logo_small {
  width: 125px;
  height: 25px;
}

.azure_logo {
  position: relative;
  bottom: 15px;
  width: 150px;
  height: 50px;
}

.azure_user,
.azure_flag {
  margin-left: 5px;
}

.azure_footer-logo {
  width: 240px;
  margin-top: 20px;
}

hr {
  border-top: 1px solid white;
  max-width: 700px;
}

a.button:hover {
  text-decoration: none;
}

a.button:hover:before {
  background: #94a7ab;
}

p {
  line-height: 28px;
}

.section-title {
  font-size: 32px;
}

h2.section-title {
  color: #00558c;
  text-align: center;
  font-weight: 700;
  line-height: 42px;
}

h3.section-title,
h4.section-title {
  color: #333;
  text-transform: capitalize;
}

.number {
  font-size: 25px;
  color: #00558c;
  border: 2px solid #00558c;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  line-height: 45px;
  margin: 0 auto;
  font-family: Lato, sans-serif;
}

.angle-background {
  background: #f7fafb;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(30%, #FFFFFF), color-stop(30%, #f7fafb));
  background: -webkit-linear-gradient(left top, #FFFFFF 30%, #f7fafb 30%);
  background: -o-linear-gradient(left top, #FFFFFF 30%, #f7fafb 30%);
  background: linear-gradient(to right bottom, #FFFFFF 30%, #f7fafb 30%);
}

/* ------------------------------------------
--------------- Hero Section ---------------- 
--------------------------------------------- */

#header-section {
  background-image: url('azure-hero.jpg') !important;
  height: 80vh !important;
  min-height: 500px;
  position: relative;
}

#header-section .container-fluid {
  display: block;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#header-section .container-fluid .col-md-12 {
  margin-top: 100px;
}

#header-section .container-fluid .col-md-12 .intro-title {
  color: white;
  margin-top: 10px;
}

#header-section .container-fluid .col-md-12 .intro-paragraph {
  color: white;
}

#header-section .container-fluid .col-md-12 .azure-logo img {
  margin: 0 auto;
  display: block;
  max-width: 350px;
  width: 100%;
}

#header-section .container-fluid .col-md-12 .azure-video-play-button {
  margin: 60px auto;
  max-width: 160px;
  text-align: center;
  position: relative;
  top: 0 !important;
  display: block;
  left: 0;
}

/* ------------------------------------------
---------------- Why Section ---------------- 
--------------------------------------------- */

.why-section {
  padding: 80px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.why-section .container {
  max-width: 100%;
}

.why-section h2.section-title {
  margin-bottom: 60px;
}

.why-section .why-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.why-section .why-content {
  padding: 15px;
}

.why-section .why-content a {
  color: #4ac6e3;
  text-decoration: underline;
}

.why-section .why-content a:hover {
  color: #00558c;
}

/* ------------------------------------------
------------ Difference Section ------------- 
--------------------------------------------- */

.difference-section {
  padding: 80px 0 0;
  margin: 0 auto;
  max-width: 1400px;
}

.difference-section .container {
  max-width: 100%;
  padding: 0 20px;
}

.difference-section .container .row {
  margin: 0;
}

.difference-section .container .difference-content {
  max-width: 700px;
  margin: 40px auto;
  text-align: center;
}

/* ----- Blueprints -----*/

.blueprints-section {
  padding: 40px 20px;
  margin: 0 auto;
  text-align: center;
}

.blueprints-section .blueprint-boxes {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blueprints-section .blueprint-boxes .blueprint {
  background: white;
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 5px 30px #eee;
          box-shadow: 0px 5px 30px #eee;
  padding: 15px 0 20px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border-radius: 8px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 1.3333%;
  margin-bottom: 20px;
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  overflow: visible;
}

@media (min-width: 768px) {
  .blueprints-section .blueprint-boxes .blueprint {
    flex-basis: 30.3333%;
    -ms-flex-preferred-size: 30.3333%;
  }
}

.blueprints-section .blueprint-boxes .blueprint .blueprint-desc {
  margin-top: 25px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  padding: 15px 10px 0;
}

/* SVG Position */

#azure-backup {
  -webkit-transform: translate(0%, 15%);
      -ms-transform: translate(0%, 15%);
          transform: translate(0%, 15%);
}

#azure-recovery {
  -webkit-transform: translate(0%, 10%);
      -ms-transform: translate(0%, 10%);
          transform: translate(0%, 10%);
}

#azure-file-storage {
  -webkit-transform: translate(0%, 10%);
      -ms-transform: translate(0%, 10%);
          transform: translate(0%, 10%);
}

#azure-sql-server {
  -webkit-transform: translate(0%, 12%);
      -ms-transform: translate(0%, 12%);
          transform: translate(0%, 12%);
}

#azure-virtual-machine {
  -webkit-transform: translate(0%, 10%);
      -ms-transform: translate(0%, 10%);
          transform: translate(0%, 10%);
  overflow: visible;
}

#azure-small-business {
  -webkit-transform: translate(0%, 15%);
      -ms-transform: translate(0%, 15%);
          transform: translate(0%, 15%);
}

/* SVG Styles & Hovers */

.backup {
  fill: none;
  stroke: #49505A;
  stroke-width: 0.4741;
  stroke-miterlimit: 10;
}

.backup-arrow-up,
.backup-arrow-down,
.recovery-arrow-bottom,
.recovery-arrow-right,
.folder-line,
.folder-turn,
.ladder,
.vm-piece,
.globe,
.globe-center-line,
.biz-bag {
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

.blueprints-section .blueprint-boxes .blueprint:hover .backup-arrow-up {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.blueprints-section .blueprint-boxes .blueprint:hover .backup-arrow-down {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

.recovery {
  fill: none;
  stroke: #49505A;
  stroke-width: 0.4741;
  stroke-miterlimit: 10;
}

.recovery-arrow {
  fill: #49505A;
}

.blueprints-section .blueprint-boxes .blueprint:hover .recovery-arrow-bottom {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.blueprints-section .blueprint-boxes .blueprint:hover .recovery-arrow-right {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

.folder-line {
  fill: none;
  stroke: #49505A;
  stroke-width: 0.4958;
  stroke-miterlimit: 10;
}

.folder-turn {
  fill: none;
  stroke: #49505A;
  stroke-width: 0.4958;
  stroke-linejoin: bevel;
  stroke-miterlimit: 10;
}

.folder-page {
  fill: white;
}

.blueprints-section .blueprint-boxes .blueprint:hover .folder-page {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

.cloud-ladder {
  fill: none;
  stroke: #49505A;
  stroke-width: 0.4916;
  stroke-miterlimit: 10;
}

.blueprints-section .blueprint-boxes .blueprint:hover .ladder {
  -webkit-transform: translateX(-2px);
      -ms-transform: translateX(-2px);
          transform: translateX(-2px);
}

.virtual-1 {
  fill: none;
  stroke: #49505A;
  stroke-width: 0.4916;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.virtual-2 {
  fill: none;
  stroke: #49505A;
  stroke-width: 0.4916;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.vm-piece {
  overflow: visible;
}

.blueprints-section .blueprint-boxes .blueprint:hover .vm-piece {
  -webkit-transform: rotate(8deg);
      -ms-transform: rotate(8deg);
          transform: rotate(8deg);
}

.small-biz-1 {
  fill: none;
  stroke: #49505A;
  stroke-width: 0.4975;
  stroke-miterlimit: 10;
}

.small-biz-2 {
  fill: none;
  stroke: #49505A;
  stroke-width: 0.4975;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.small-biz-3 {
  fill: none;
}

.small-biz-4 {
  fill: none;
  stroke: #49505A;
  stroke-width: 0.4975;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blueprints-section .blueprint-boxes .blueprint:hover .globe-center-line {
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.blueprints-section .blueprint-boxes .blueprint:hover .globe {
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.blueprints-section .blueprint-boxes .blueprint:hover .biz-bag {
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
}

.small-biz-5 {
  fill: none;
  stroke: #49505A;
  stroke-width: 0.4741;
  stroke-miterlimit: 10;
}

/* ----- Dashboard ------*/

.dashboard-section {
  padding: 20px 0 80px;
}

.dashboard-section .container-fluid {
  padding: 0;
}

.dashboard-section .dashboard-content {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.dashboard-section .dashboard-content .number {
  margin: 0 auto;
  display: block;
}

.dashboard-section .dashboard-content .content {
  display: block;
  text-align: center;
}

.dashboard-section .dashboard-content .content .section-title {
  display: block;
  margin: 20px auto;
}

.dashboard-section .dashboard-content .content p {
  margin: 0 auto 40px;
}

.dashboard-section .layered-images {
  position: relative;
  display: block;
  width: 100%;
  height: inherit;
}

.dashboard-section .layered-images .dashboard {
  -webkit-box-shadow: 0px 20px 40px #cccccc;
          box-shadow: 0px 20px 40px #cccccc;
  position: relative;
  max-width: 280px;
  margin: 0 auto;
  display: block;
}

#dash1 {
  max-width: 280px;
  margin-bottom: 25px;
}

#dash2 {
  max-width: 280px;
  margin-bottom: 25px;
}

#dash3 {
  max-width: 280px;
  margin-bottom: 25px;
}

/* ------- Support ------*/

.support-section {
  text-align: center;
/*  padding: 0 0 20px;*/
}

.support-section .support-points {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.support-section .support-points .support-point {
  max-width: 350px;
  margin-bottom: 60px;
  padding: 0 20px;
}

.support-section .support-points .support-point .section-title {
  font-size: 28px;
  line-height: 36px;
  max-width: 245px;
  margin: 20px auto;
}

.support-section .support-points .support-point p {
/*  padding: 0 20px;*/
  color: #7d7d7d;
  line-height: 1.5;
  margin-top: 1em;
}

/* ------------------------------------------
------------ Resources Section -------------- 
--------------------------------------------- */

.resources-section {
  padding-top: 50px;
}

.resources-section .container {
  max-width: 100%;

}

.resources-section .resource-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 20px 20px;
}

.resources-section .resource-row .resource {
  margin: 1.3333%;
  width: 300px;
  margin-bottom: 60px;
  position: relative;
}

.resources-section .resource-row .resource .image-box-container {
  overflow: hidden;
	height: 200px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
  max-width: 100%;
}

.resources-section .resource-row .resource .image-box-container .image-box {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center center;
  border-radius: 8px;
  margin-bottom: 20px;
  position: relative;
  max-width: 100%;
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

.resources-section .resource-row .resource .image-box-container .image-box:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.resources-section .resource-row .resource h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0 auto;
  bottom: 180px;
  max-width: 300px;
}

.resources-section .resource-row .resource a {
  color: #4ac6e3;
  text-decoration: underline;
}

.resources-section .resource-row .resource a:hover {
  color: #00538e;
}

.resources-section .resource-row .resource #resource-box-1 {
  background-image: url('azure-1.png');
}

.resources-section .resource-row .resource #resource-box-2 {
  background-image: url('azure-2.png');
}

.resources-section .resource-row .resource #resource-box-3 {
  background-image: url('azure-3.png');
}

/* ------------------------------------------
-------------- Footer Section --------------- 
--------------------------------------------- */

.upper-footer-section a {
  text-align: center;
  color: white;
  text-transform: uppercase;
}

.upper-footer-section a > div {
  height: 150px;
  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;
}

.light-blue {
  background: #00afd9;
}

.dark-blue {
  background: #00538e;
}

.upper-footer-section a:hover .light-blue,
.upper-footer-section a:hover .dark-blue {
  background: #94a7ab;
  text-decoration: none;
}

.upper-footer-section a:hover {
  text-decoration: none;
}


/* ------------- Media Queries -------------- */

@media (min-width: 768px) {
  .why-section {
    padding: 80px 0;
  }

  .why-section .why-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .why-section .why-content {
    max-width: 330px;
    padding: 10px;
  }

  .blueprints-section {
    padding: 40px 80px;
  }

  .resources-section .resource-row {
    padding: 20px 40px;
  }
}

@media (min-width: 992px) {
  .blueprints-section .blueprint-boxes .blueprint {
    margin-bottom: 1.3333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .dashboard-section {
    padding: 0 0 80px;
  }

  .dashboard-section .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .dashboard-section .dashboard-content {
    margin-left: 80px;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }

  .dashboard-section .dashboard-content .number {
    margin: 0;
    min-width: 50px;
  }

  .dashboard-section .dashboard-content .content {
    text-align: left;
  }

  .dashboard-section .dashboard-content .content .section-title {
    display: inline-block;
    margin-left: 15px;
    margin-top: 0;
  }

  .dashboard-section .dashboard-content .content p {
    margin-left: 15px;
  }

  .dashboard-section .layered-images {
    width: 53.44%;
  }

  .dashboard-section .layered-images .dashboard {
    position: absolute;
  }

  #dash1 {
    max-width: 400px;
    left: 30px;
    margin-bottom: 0;
  }

  #dash2 {
    max-width: 480px;
    top: 240px;
    left: 130px;
    margin-bottom: 0;
  }

  #dash3 {
    max-width: 400px;
    right: 0;
    left: auto;
    top: 35px;
    margin-bottom: 0;
  }

  .support-section {
/*    padding: 0 80px 00px;*/
  }

  .support-section .support-points {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .support-section .support-points .support-point {
    margin-bottom: 0px;
  }

  .resources-section .resource-row {
    padding: 30px 20px;
  }

  .resources-section .resource-row .resource {
    -ms-flex-preferred-size: 30.3333%;
        flex-basis: 30.3333%;
    margin-bottom: 1.3333%;
  }
}

.why-content .section-title {
  color: black !important;
  font-size: 25px !important;
  margin-bottom: 1em;
}

.why-content p {
  color: #7d7d7d;
  font-size: 1.1em;
  font-weight: 300;
}

.blueprint__image-wrapper {
  width: 100%;
  margin-top: 16px;
}



.blueprint__image {
  max-width: 100px;
  max-height: 85px;
}