/*------------------------------------*\
    Fonts
\*------------------------------------*/
@font-face {
  font-family: 'Akkurat-Bold';
  src: url('../fonts/Akkurat-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Akkurat-Bold.woff') format('woff'), url('../fonts/Akkurat-Bold.ttf')  format('truetype'), url('../fonts/Akkurat-Bold.svg#Akkurat-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Akkurat';
  src: url('../fonts/Akkurat.eot?#iefix') format('embedded-opentype'),  url('../fonts/Akkurat.woff') format('woff'), url('../fonts/Akkurat.ttf')  format('truetype'), url('../fonts/Akkurat.svg#Akkurat') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Akkurat Light';
    src: url('../fonts/Akkurat Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/*------------------------------------*\
    Misc
\*------------------------------------*/
/*::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}*/

/*------------------------------------*\
    Base
\*------------------------------------*/
*,
*:after,
*:before {
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}

html {
    font-size:62.5%;

}
body {
  color:#222;
  font-family: 'Akkurat', Helvetica;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  opacity: 1;
  filter:alpha(opacity=100);
  visibility: visible;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
body, html {
  height: 100%!important;
  width: 100%;
}
img {
    max-width:100%;
    vertical-align:bottom;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}

a {
  color:#444;
  padding: 0 1em 1em 0;
  text-decoration:none;
  font-weight: 700;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    color:#444;

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

a:active {
  background-color: #454545; 
}


p {
  font-size: 1.6rem;
  line-height: 2.1rem;
  margin-top: 0;
  margin-bottom: 1.6rem;
}

h1, .h1 {
  font-size: 5rem;
  line-height: 4.7rem;
  margin: 0;
  font-family: "Akkurat Light";
}

h2, .h2 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  margin: 0;
}

@media only screen and (min-width:768px) {
  h1, .h1 {
    font-size: 100px;
    line-height: 9.6rem;
    font-weight: normal;
  }
  h2, .h2 {
    font-size: 5.2rem;
    line-height: 6rem;
  }
}
/*------------------------------------*\
    Tablet Responsiveness
\*------------------------------------*/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation : portrait)
 { 
  .outlook-logo {
    padding-top: 7rem !important;
  }

  #conversational-title {
    top: 0px !important;
  }

  #landing .col-7 {
    width: 100% !important;
    overflow-x: hidden;
  }

  .table-cell {
    display: block !important;
    margin: 0 auto !important;
    width: 100%;
  }
  .menu-item {
    font-size: 15px;
    padding: 1em;
    background-color: #1f1f1f;
  }

   .menu-item:hover {
      background-color: #454545;
  }

  .menu-item a {
    color: white;
  }
  .logo {
    background-color: black;
  }
 
  .nav-links {
    display: none;
  }
  .down-arrow {
    display: none;
  }
  button {
    display: inline-block;
    float: right;
    color: white;
    z-index: 4;
    position: absolute;
  }

  #quote {
    font-size: 22px !important;
    line-height: 3.5rem !important;
    text-align: center;
    margin: 0;
    font-family: "Akkurat Light";
  }

  #author {
    font-size: 20px !important;
     line-height: 3.4rem;
  margin: 0;
  }

  #hide-image {
    display: none;
  }


  #quote2 {
    font-size: 18px !important;
    line-height: 2.0rem !important;
    text-align: center !important;
    top: 0 !important;
    padding-top: 5rem;
    padding: 0 !important;
    left: 0 !important;
    position: relative;
  }

  #author2 {
    font-size: 18px !important;
    line-height: 4.0rem !important;
    text-align: center !important;
    top: 100% !important;
    padding-top: 5rem;
    padding: 0 !important;
    left: 0 !important;
  }

  #quote3 {
    font-size: 18px !important;
    line-height: 2.0rem !important;
    text-align: center !important;
    top: 0 !important;
    padding-top: 5rem;
    padding: 0 !important;
    left: 0 !important;
    position: relative;
  }

  #author3 {
    font-size: 18px !important;
    line-height: 4.0rem !important;
    text-align: center !important;
    top: 100% !important;
    padding-top: 5rem;
    padding: 0 !important;
    left: 0 !important;
  }
  .full-article {
    top: 0px !important;
  }

  #tip-title {
    font-size: 15px;
  }

  .tip-container {
    display: none;
  }

  .tip-container-mobile .description-box {
    color: black !important;
    height: auto !important;
    padding: 5rem;
  }

  #footer {
    display: none;
  }
  #footer-mobile {
    height: 450px;
  }

  .footer-top-row-mobile {
    margin: 0 auto;
    padding-bottom: 5px;
    height: 140px;
    text-align: center;
  }

  #footer-logo-mobile {
    width: 100%;
    font-size: 20px;
    padding-top: 3rem;
    padding-left: 3rem;
  }

  .stay-fixed {
    top: 0;
  }

  .names {
    color: white !important;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    width: 20% !important;
    margin-right: 5% !important;
  }

  .contributors {
    max-width: 120em;
    padding: 3rem !important;
  }

  .copyright {
    text-align: right;
  }
 
  .btn-contact-mobile {
     height: 40px;
    margin-top: 10%;
    float: none;
    width: 30%;
    padding-top: 0 !important;  }

}

@media only screen
and (min-device-width : 1024px)
and (max-width: 1366px) 
and (orientation : portrait) {
  .logo-lockup {
    margin-top: 0 !important;
  }
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {   

.ipg-logo {
  display: none !important;
}

.m-nav-logo {
  display: block !important; 
  height: 50px;
}
.nav-links {
  width: 90% !important;
}
.logo {
  width: 10% !important;
}
#footer-logo {
  padding-left: 4rem;
}

.contributors {
  padding-left: 4rem;
}

.copyright {
 padding-right: 4rem;
}

.btn-contact {
  padding-right: 4rem;
}
}



/*------------------------------------*\
    Reusable classes
\*------------------------------------*/
.hide {
  display: none!important;
}
.show {
  display: table!important;
}
.obfuscate {
  opacity: 0;
  filter:alpha(opacity=0);
  visibility: hidden;
}

/* postitioning */
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.center {
  text-align: center;
}
.right-align {
  text-align: right;
}
.left {
  float: left;
}
.right {
  float: right;
}

/* layout */
.full-width {
  width: 100%;
}
.container {
  max-width: 120em;
  width: 100%;
  position: relative;

}
.wrap {
  margin: 0 auto;

}
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


/*------------------------------------*\
    Mobile Responsive Classes
\*------------------------------------*/

@media only screen 
and (min-device-width : 375px) 
and (max-width:768px), 
only screen
and (min-device-width : 360px)
and (max-width: 640px),
only screen
and (min-device-width : 320px)
and (max-width: 568px)
 {

  html {
    overflow-x: hidden;
  }

  body {
    overflow: auto;
  }

  .outlook-logo {
    padding-top: 7rem !important;
  }

  #conversational-title {
    top: 0px !important;
  }

  #landing .col-7 {
    width: 100% !important;
  }

  .table-cell {
    display: block !important;
    margin: 0 auto !important;
    width: 100% !important;
  }

  .menu-item {
    font-size: 15px;
    padding: 1em;
    background-color: #1f1f1f;
  }

   .menu-item:hover {
      background-color: #454545;
  }

  .menu-item a {
    color: white;
  }
  .logo {
    background-color: black;
  }
 
  .nav-links {
    display: none;
  }
  .down-arrow {
    display: none;
  }
  button {
    display: inline-block;
    float: right;
    color: white;
    z-index: 4;
    position: absolute;
  }

  #quote {
    font-size: 22px !important;
    line-height: 3.5rem !important;
    text-align: center;
    margin: 0;
    font-family: "Akkurat Light";
  }

  #author {
    font-size: 20px !important;
     line-height: 3.4rem;
  margin: 0;
  }

  #hide-image {
    display: none;
  }


  #quote2 {
    font-size: 18px !important;
    line-height: 2.0rem !important;
    text-align: center !important;
    top: 0 !important;
    padding-top: 5rem;
    padding: 0 !important;
    left: 0 !important;
    position: relative;
  }

  #author2 {
    font-size: 18px !important;
    line-height: 4.0rem !important;
    text-align: center !important;
    top: 100% !important;
    padding-top: 5rem;
    padding: 0 !important;
    left: 0 !important;
  }

  #quote3 {
    font-size: 18px !important;
    line-height: 2.0rem !important;
    text-align: center !important;
    top: 0 !important;
    padding-top: 5rem;
    padding: 0 !important;
    left: 0 !important;
    position: relative;
  }

  #author3 {
    font-size: 18px !important;
    line-height: 4.0rem !important;
    text-align: center !important;
    top: 100% !important;
    padding-top: 5rem;
    padding: 0 !important;
    left: 0 !important;
  }

  .slide {
    height: 300px !important;
  }
  .full-article {
    top: 0px !important;
  }

  #tip-title {
    font-size: 15px;
  }

  .tip-container {
    display: none;
  }

  .tip-container-mobile .description-box {
    color: black !important;
    height: auto !important;
    padding: 5rem;
  }

  #footer {
    display: none;
  }
  #footer-mobile {
    height: 450px;
  }

  .footer-top-row-mobile {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 5px;
    height: 140px;
  }

  #footer-logo-mobile {
    width: 100%;
    font-size: 20px;
    padding-top: 3rem;
    padding-left: 3rem;
  }

  .stay-fixed {
    top: 0;
  }

  .names {
    color: white !important;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    width: 20% !important;
    margin-right: 5% !important;
  }

  .contributors {
    max-width: 120em;
    padding: 3rem !important;
  }

  .copyright {
    text-align: right;
  }
 
  .btn-contact-mobile {
    height: 40px;
    margin-top: 10%;
    width: 50%;
    padding-top: 3rem;
    float: none;
  }
}

@media only screen and (max-width:768px)
and (orientation : landscape) {
  .btn-contact-mobile {
    height: 40px;
    margin-top: 10%;
    float: none;
    width: 30%;
    padding-top: 0 !important;
  }
}

@media only screen and (min-width:1024px) {
  #conversational-title {
    top: -350px;
  }
  #footer-mobile {
    display: none;
  }
  .tip-container-mobile {
    display: none; 
  }
  .menu-button {
    display: none;
  }
}



  .col {
    float: left;
  }

  .col-11 {
    margin-top: 15%;
    width: 91.66%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-3 {
    padding-top: 0;
    margin-top: 0;
    text-align: center;
    width: 25%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-1 {
    width: 8.33%;
  }

  .table {
    display: table;
  }
  .table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
  }
  .vert-top {
    vertical-align: bottom;
  }
  .vert-bottom {
    vertical-align: bottom;
  }
  .block {
    display: block;
  }
  .full-height {
    height: 100%;
  }
  .bt-white-r {
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff;
    -moz-box-shadow: inset 0px 1px 0px 0px #fff;
    box-shadow: inset 0px 1px 0px 0px #fff;
  }
}
.inbl {
  display: inline-block;
}
.small {
  font-size: 1rem;
  line-height: 1.2rem;
}
.italic {
  font-style: italic;
}
.bold {
  font-family: 'Akkurat-Bold', Helvetica;
  font-weight: normal;
}
.caps {
  text-transform: uppercase;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
.pink {
  color: #ee0488;
}
.dark {
  color: #151515;
}
.blue {
  color: #29b7d1;
}

.light-green {
  color: #59b58c;
}
.bg-dark {
  background-color: #151515;
}
.bg-black {
  background-color: #000;
}
.bg-white {
  background-color: #fff;
}
.bg-pink {
  background-color: #ee0488;
}
.bg-blue {
  background-color: #29b7d1;
}
.bg-violet{
  background-color: #af04ad ;
}
.bg-purple {
  background-color: #9f049e;
}

.p1 {
  padding: 1rem;
}
.px1 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.pb1 {
  padding-bottom: 1rem;
}
.pl1 {
  padding-left: 1rem;
}
.pr1 {
  padding-right: 1rem;
}
.p2 {
  padding: 2rem;
}
.px2 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb2 {
  padding-bottom: 2rem;
}
.p3 {
  padding: 3rem;
}
.pb3 {
  padding-bottom: 3rem;
}
.py3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.pr3 {
  padding-right: 3rem;
}
.ml3 {
  margin-left: 3rem;
}
.p4 {
  padding: 4rem;
}
.pt6 {
  padding-top: 6rem;
}
.pt5 {
  padding-top: 5rem;
}
.pt8 {
  padding-top: 8rem;
}
.pl4 {
  padding-left: 4rem;
}
.pb4 {
  padding-bottom: 4rem;
}
.pb6 {
  padding-bottom: 6rem;
}
.pr4 {
  padding-right: 4rem;
}
.mt4 {
  margin-top: 4rem;
}
.mb4 {
  margin-bottom: 4rem;
}
.mb0 {
  margin-bottom: 0;
}

.z1 {
  z-index: 1;
}
.z2 {
  z-index: 2;
}
.z3 {
  z-index: 3;
}

.center-page {
  margin-top: 40%;
}

.bt-white-l {
  -webkit-box-shadow: inset 0px 1px 0px 0px #fff;
  -moz-box-shadow: inset 0px 1px 0px 0px #fff;
  box-shadow: inset 0px 1px 0px 0px #fff;
}

/*------------------------------------*\
    Custom classes
\*------------------------------------*/
.pad-title {
  padding-left: 8rem;
}
.boxes-1 {
  left: 5%;
  bottom: 0;
  width: 30%;
  margin-bottom: -7%;
}
.boxes-2 {
  right: 21%;
  bottom: 0;
  width: 30%;
  margin-bottom: -37%;
}
.boxes-3 {
  right: 5%;
  bottom: 0;
  width: 27%;
  margin-bottom: -9%;
}
.intro-box {
  width: 100%;
  margin-top: 25%;
}
.ipg-logo {
  max-width: 18rem;
}
.slide-pink {
  background-image: url(../img/pattern.png);
  -webkit-box-shadow: inset 0px 115px 0px 0px rgba(238,4,136,1);
  -moz-box-shadow: inset 0px 115px 0px 0px rgba(238,4,136,1);
  box-shadow: inset 0px 115px 0px 0px rgba(238,4,136,1);
}

.slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.slide:before {

}

#landing {
  background-image: url(../img/Background_home.jpg);
  background-image: url(../img/Background_home.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}


/*#conversational-interfaces {
  background-image: url(../img/conversational.jpg);
}
#appified-tv {
  background-image: url(../img/appified.jpg);
}
#boundless-retail {
  background-image: url(../img/boundless.jpg);
}
#ad-avoidance {
  background-image: url(../img/avoidance.jpg);
}*/


#footer {
  height: 450px;
}

.footer-top-row {
  
  max-width: 120em;
  margin: 0 auto;
  padding-bottom: 5px;
  height: 100px;
}
.names {
  color: white !important;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  width: 9%;
  margin-right: 2%;
}
#footer-logo {
  display: inline-block;
  width: 50%;
  font-size: 20px;
  padding-top: 3rem;
}

.stay-fixed {
  top: 0;
}

.contributors {
  margin: 0 auto;
  max-width: 120em;
  padding-top: 3em;
}

.copyright {
  display: inline-block;
  float: right;
  text-align: right;
}
.read-more {
  cursor: pointer;
  display: inline-block;
  max-width: 20rem;
  width: 100%;
}
.btn-contact {
  height: 40px;
  float: right;
  margin-top: 3%;
  /*max-width: 20rem;
  width: 100%;*/
}

.close-article,
.m-nav-logo {
  cursor: pointer;
  max-width: 6.2rem;
}
.close-article {
  background-image: url(../img/close_white.png);
  background-size: 100%;
  background-position: center;
  display: block;
  width: 5rem;
  height: 5rem;
  position: fixed;
  left: 6.3rem;
  top: auto;
  bottom: .6rem;
  z-index: 4;
  right: auto;
}
.m-nav-logo {
  margin-left: 1.2rem;
}
.nav-logo {
  display: none;
}

.full-article {
  padding-bottom: 3rem;
}
.article-info {
  padding: 2rem;
}
.default-info {
  padding: 2rem 2rem 8rem;
}
.headline {
  width: 100%;
}
.quote {
  border-top: 1px solid white;
  font-style: italic;
  margin-top: 4rem;
  padding-top: 4rem;
}
.bg-title {
  padding: .3rem .8rem .3rem 3rem;
}

.desktop-show {
  display: none;
}
.desktop-hide {
  display: block;
}
.left-to-right {
  text-align: left;
}
.left-to-center {
  text-align: left;
}
/*.pad-section {
  padding: 4rem 0;
}*/

.video-wrapper {
  position: relative;
  padding-bottom: 56.1%;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#quote {
  font-size: 66px;
  line-height: 9.6rem;
  margin: 0;
  font-family: "Akkurat Light";

}

#author {
  font-size: 3.2rem; 
  font-family: 'Akkurat Light'; 
  font-weight:lighter; 
  position: relative; top: 10px
}

#quote2 {
  font-size: 28px; 
  font-weight: lighter; 
  padding-right: 280px; 
  position: relative; 
  left: 230px; 
  top: -190px;
  line-height: 3.7rem
}

#quote3 {
    font-size: 33px; 
    font-weight: lighter; 
    padding-right: 280px; 
    position: relative; 
    left: 230px; 
    top: -330px;           
    line-height: 3.7rem
}

#author3 {
  font-size: 33px; 
  font-weight: lighter; 
  padding-right: 280px; 
  position: relative; 
  left: 230px; 
  top: -260px;
  line-height: 3.7rem
}

#tip-title {
   font-size: 70px; 
   font-family: 'Akkurat Light';
}

@media only screen and (min-width:1024px) {
  .bg-pattern-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-image: url(../img/pattern_copy.png);
  }
  .bg-pattern-2 {
    position: absolute;
    right: 0;
    top: 13%;
    width: 50%;
    height: 200px;
    background-image: url(../img/pattern_w.png);
  }
  .desktop-show {
    display: block;
  }
  .desktop-hide {
    display: none;
  }
  .left-to-right {
    text-align: right;
  }
  .left-to-center {
    text-align: center;
  }
  .force-break {
     padding-bottom: 10rem;
  }
  .pad-section {
    padding: 8rem 0;
  }


/*------------------------------------*\
    Navigation Styling
\*------------------------------------*/


  .navbar {
    background-color: black;
    padding: 0;
    height: 69px;
    z-index: 10;
    position: fixed;
    width: 100%;
  }
  .logo {
    width: 20%;
    float: left;
    display: inline-block;

  }
  .m-nav-logo {
    display: none;
    margin-top: 0;

  }
  .nav-logo {
    display: block;
    margin-top: 0;
    margin-left: 15%;
  }

  .nav-links {
    background-color: #1f1f1f;
    display: inline-block;
    width: 80%;
    height: 69px;
    z-index: 4;
  }

  .menu-item {
    text-align: center;
    height: 69px;
    display: inline-block;
    float: left;
    width: 20%;
    padding: 1em;
    padding-top: 2.5em;
  }
  .menu-item a {
    color: white !important;
    font-size: 12px;
    font-weight: 400;
  }
  .menu-item:hover {
    background-color: #454545;
     -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
  }
  #menu1 {
    border-bottom: solid 3px #00b264;
  }

  #menu2 {
    border-bottom: solid 3px #ff6b00;
  }

  #menu3 {
    border-bottom: solid 3px #00b5e6;
  }

  #menu4 {
    border-bottom: solid 3px #ffea00;
  }

  #menu5 {
    border-bottom: solid 3px #af04ad;
  }

  .logo-lockup {
    margin-top: -35%;
  }

  .nav-active {
    background-color: #1f1f1f;
  }

  /*------------------------------------*\
    End navigation
  \*------------------------------------*/

  .slide-pink {
    height: 55rem;
  }
  .outlook-logo {
    margin-left: 4rem;
  }

  .intro-box {
    width: 70%;
    margin-top: 35%;
  }
  .down-arrow {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 2rem;
    margin: 0 -3rem;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    padding-left: 1 !important;
    padding-right: 0 !important;

  }
  .ipg-logo {
    max-width: 18rem;
  }
  .full-article {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
  }
  .half-article {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
  }
  .article-info {
    padding: 4rem 2rem 8rem;
  }
  .default-info {
    padding: 2rem;
  }
  .close-article {
    background-image: url(../img/close.png);
    background-size: 100%;
    background-position: center;
    display: block;
    width: 6.2rem;
    height: 6.2rem;
    z-index: 4;
    position: absolute;
    top: 0;
    bottom: auto;
    right: -6rem;
    left: auto;
  }
  .headline {
    margin: -8rem 0 0 0;
  }
  .show-nav {
    bottom: 0;
  }
}

 /*------------------------------------*\
    Five Tips CSS
  \*------------------------------------*/

.bg-tip-one {
  background-color: #b206b1;
}

.bg-tip-two {
  background-color: #a506a4;
}

.bg-tip-three {
  background-color: #990699;
}

.bg-tip-four {
  background-color: #8f068f;
}

.bg-tip-five {
  background-color: #820582;
}
#tip-no {
  font-family: 'Akkurat Light';
  font-size: 15px;
}

.tip-box {
  padding: 3rem;
  font-size: 18px;
  height: 150px;
}

.five-tips {
    width: 50%;
    margin: 0;
    width: 25%;
    float: left;
    overflow: hidden;
    height: 750px;
   box-shadow:  -4px 7px 20px 16px rgba(0, 0, 0, 0.2), 0 16px 20px 0 rgba(0, 0, 0, 0.19);
}

.tip-description {
  color: black;
  float: left;
  overflow: hidden;
  width: 75%;
  height: 750px;
  font-size: 8px;
  box-shadow:  6px 20px 20px 2px rgba(0, 0, 0, 0.2), 3px -9px 20px 0px rgba(0, 0, 0, 0.19);
}
.tip-container {
  width: 100%;
}

.description-box {
  padding: 4rem;
  font-size: 15px;
  height: 150px;
}






