html {
    background-color: rgba(255, 255, 255, 0.06);
/*    background-image: -webkit-linear-gradient(270deg,rgb(255, 255, 255) 0%,rgb(255, 255, 255) 100%);*/
/*    background-image: linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);*/
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

body {
    margin: 0 auto;
    padding: 0px;
/*    padding: 2em 2em 4em;*/
/*    max-width: 800px;*/
    max-width: 100%;
    font-family: "Helvetica Neue Neue", Helvetica Neue, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #222;
/*    background-color: #ffffff;*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
/*    background-color: #333333;*/
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    color: #2C2D2E;
/*    font-weight: 600;*/
    line-height: 0.6em;
    font-family: "Helvetica Neue Neue";
    font-weight: lighter;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight:400;
    color: #2C2D2E;
    margin-top: 30px;
}
h1 {
 font-size: 40px;
}

h2 {
/*    margin-top: 1.3em;*/
}
h3 {
    font-size: 30px;
}
h4 {
    color: #4886fa;
/*    font-weight: 600;*/
/*    line-height: 1.3em;*/
    font-size: 25px;
    font-weight: normal;
    text-align: center
}

a {
    color: #0083e8;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

p {
    text-align: center;
}

/*calc(13% / 2);*/
img {
    -webkit-animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    background: transparent;
/*    border: 10px solid rgba(0, 0, 0, 0.12);*/
/*    border-radius: 4px;*/
    display: block;
    margin: 1.3em auto;
/*    width: 120px;*/
    max-width: 95%;
    align-content: center;
}

.hero_div {
/*    z-index: 101;*/
/*    max-height: 600px;*/
/*    background-image: url(images/hero.jpg);*/
/*    overflow: hidden;*/
}
.hero {
    max-width: 100%;
    min-height: 400px;
    max-height: 600px;
    width: 100%;
/*    max-height: 600px;*/
    object-fit:cover;
/*    filter: blur(3px);*/
    margin-top: 60px;
}
.hero_title {
    position: absolute;
    top: 160px;
    width: 80%;
    margin: auto;
    margin-left: 10%;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight:bold;
    color: #2C2D2E;
    line-height: normal;
    font-size: 50px;
    margin-bottom: 40px;
    margin-top: 20px;
}
.hero_text {
/*
    position: absolute;
    top: 230px;
*/
    width: 90%;
    margin: auto;
    margin-left: 5%;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight:400;
    color: #2C2D2E;
/*    color: #2C2D2E;*/
    line-height: normal;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 40px;
    max-width: 90%;
/*    text-shadow: 0 6px 10px -4px rgba(0,0,0,.3);*/
/*    box-shadow: 0 6px 10px -4px rgba(0,0,0,.3);*/
}

.custom_step_div {
    margin-bottom: 70px;
}
.custom_step_image {
    max-width: 100%;
    min-height: 300px;
    max-height: 300px;
    width: 100%;
/*    max-height: 600px;*/
    object-fit:cover;
/*    filter: blur(3px);*/
    margin-top: 60px;
}
.custom_step_header {
    width: 90%;
    margin: auto;
    margin-left: 5%;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight:500;
    color: #2C2D2E;
/*    color: #2C2D2E;*/
    line-height: normal;
    font-size: 32px;
    margin-bottom: 0px;
    margin-top: 30px;
    max-width: 90%;
/*    text-shadow: 0 6px 10px -4px rgba(0,0,0,.3);*/
/*    box-shadow: 0 6px 10px -4px rgba(0,0,0,.3);*/
}
.custom_step_text {
/*
    position: absolute;
    top: 230px;
*/
    width: 90%;
    margin: auto;
    margin-left: 5%;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight:400;
    color: #2C2D2E;
/*    color: #2C2D2E;*/
    line-height: normal;
    font-size: 20px;
    margin-bottom: 40px;
    margin-top: 10px;
    max-width: 90%;
/*    text-shadow: 0 6px 10px -4px rgba(0,0,0,.3);*/
/*    box-shadow: 0 6px 10px -4px rgba(0,0,0,.3);*/
}
.contact_div{
    width: 120px;
    margin: auto;
    background-color: rgb(36, 143, 227);
    text-align: center;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 8px 20px -4px rgba(0,0,0,.4);
/*    background-color: #4886fa;*/
}
.Contact2 {
    width: 100%;
    margin: auto;
    align-content: center;
    text-align: center;
    text-decoration: none;
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight:400;
    font-size: 24px;
}
.main_text {
/*
    position: absolute;
    top: 230px;
*/
    width: 90%;
    margin: auto;
    margin-left: 5%;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight:400;
    color: #2C2D2E;
/*    color: #2C2D2E;*/
    line-height: normal;
    font-size: 20px;
    margin-bottom: -30px;
    margin-top: 20px;
    max-width: 90%;
/*    text-shadow: 0 6px 10px -4px rgba(0,0,0,.3);*/
/*    box-shadow: 0 6px 10px -4px rgba(0,0,0,.3);*/
}

.header_text {
    margin-top: 0px;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 40px;
    font-weight:500;
    color: #2C2D2E;
/*    padding-bottom: 10px;*/
    margin-bottom: 0px;
    width: 80%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 0px;
    line-height: 1em;
}
.Sub_Headers {
    margin-top: 30px;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 40px;
    font-weight:400;
/*    text-align: left;*/
    color: #2C2D2E;
/*    margin-left: 20px;*/
    margin-bottom: 20px;
}
.Body_Text {
    margin-top: 30px;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 20px;
/*    font-weight:300;*/
/*    text-align: left;*/
    color: #2C2D2E;
/*    margin-left: 20px;*/
    width: 80%;
    margin: auto;
    padding-bottom: 26px;
}


.app_container {
    width: 100%;
    max-width: 1800px;
    min-width: 600px;
    margin: auto;
    display: flex;
    
}
.ad_title {
    margin-top: 120px;
}
.ad_helper {
    margin-left: 20px;
    margin-right: 20px;
}
.app_tile_left {
    width: 400px;
    width: 50%;
/*    background-color: coral;*/
    margin: 0 auto;
    padding: 1%;
    padding-bottom: 2%;
    margin: auto;
    margin-top: 0px;
}
.app_link {
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
/*    font-weight:bold;*/
    color: #2C2D2E;
    width: 80%;
    text-align: center;
    margin: auto;
    max-width: 300px;
    margin-top: -20px;
}
.product_image {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

/* Copy Parrot */

.description_text {
    line-height: 1.2em;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight:400;
    color: #2C2D2E;
    width: 80%;
    max-width:400px;
    margin: auto;
    margin-top: 30px;
    font-size: 22px;
}

.Title_Bar {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 80px;
  z-index: 100;
    background-color: #ffffff;
    box-shadow: 0 6px 10px -4px rgba(0,0,0,.3);
/*    backdrop-filter: blur(10px);*/
/*    background-color: rgba(47, 120, 225, 0.95);*/
        /*#2196f3*/
}
.Title_Bar_scrolled {
  box-shadow: 0 6px 4px -4px rgba(0,0,0,.3);
}
.Menu {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1366px;
  height: 3328px;
  z-index: 16;
}
.Contact {
  font-size: 20px;
  font-family: "Helvetica Neue";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  position: absolute;
/*  left: 1256.938px;*/
    right: 30px;
  top: 18px;
  z-index: 15;
    text-decoration: none;
}
.Web {
    font-size: 20px;
  font-family: "Helvetica Neue";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  position: absolute;
/*  left: 1170.938px;*/
    right: 120px;
  top: 18px;
  z-index: 14;
    text-decoration: none;
}
.Design {
  font-size: 20px;
  font-family: "Helvetica Neue";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  position: absolute;
/*  left: 1170.938px;*/
    right: 180px;
  top: 18px;
  z-index: 14;
    text-decoration: none;
}
.Apps {
  font-size: 20px;
  font-family: "Helvetica Neue";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  position: absolute;
/*  left: 1102.938px;*/
    right: 260px;
  top: 18px;
  z-index: 13;
    text-decoration: none;
}
.Home {
  font-size: 20px;
  font-family: "Helvetica Neue";
  color: #FFFFFF;
  line-height: 1.2;
  text-align: center;
  position: absolute;
/*  left: 1026.938px;*/
    right: 260px;
  top: 18px;
  z-index: 12;
    text-decoration: none;
}

.Apps, .Design, .Web, .Contact {
    top: 30px;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight:500;
    color: #2C2D2E;
}

.Smudge_Inc {
  font-size: 36px;
  font-family: "Helvetica Neue";
  color: rgb(255, 255, 255);
  line-height: 1.4;
  text-align: left;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 9;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight:bold;
    color: #2C2D2E;
}

.coming_soon {
    margin-top: 100px;
    position: absolute;
/*    margin: auto;*/
    width: 100%;
    bottom: 50%;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight:400;
    color: #2C2D2E;
}

[class*="col-"] {
    float: left;
    padding: 15px;
    border: 1px solid red;
    margin-top: 80px;
}
.col-1 {
    width: 50%;
    height: 100vh;
    min-height: 100%;
}
.col-2 {
    width: 50%;
    height: 100vh;
    min-height: 100%;
}

.app_icon {
    margin-top: 100px;
}

#phone_container {
    background: url('images/iphone_169.png') no-repeat top left transparent;
    background-size: contain;
    width: 350px; /* Adjust TV image width */
    height: 655px; /* Adjust TV image height */
    position: relative;
    align-content: center;
    margin: auto;
    margin-top: 60px;
}
#tv_container video {
    position: absolute;
    top: 30px; /* Adjust top position */
    left: 50px; /* Adjust left position */
}

.demo_video {
    margin-left: 19px;
    margin-top: 49px;
    height: 556px;
    width: 312px;
}

.download_text {
    margin-top: 30px;
}
.app_store_text {
    margin-bottom: 30px;
}

/*Footer*/
.Footer {
    position: relative;
/*    bottom:0;*/
    width: 100%;
/*    top: 550px;*/
/*    height: 40px;*/
/*    background-color: #2F78E1;*/
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight:normal;
    color: black;
    padding-top: 20px;
    height: 60px;
/*    position: fixed;*/
/*    bottom: 0px;*/
}
.Return_Home_Frame {
    position: relative;
  font-size: 24px;
  font-family: "Helvetica Neue";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
    width: 100%;
/*    left: 0%;*/
    top: 60px;
/*  z-index: 35;*/
    text-decoration: none;
}
.Return_Home {
  font-size: 20px;
  font-family: "Helvetica";
/*    font-family: "Helvetica Neue";*/
  color: rgb(33, 150, 243);
/*    color: #ffffff;*/
  line-height: 1.0;
  text-align: center;
  position: relative;
    text-decoration: none;
    color: white;
/*    width: 80%;*/
/*    right: 10%;*/
/*    top: 180px;*/
}
.Contact_Footer {
  font-size: 16px;
  font-family: "Helvetica Neue";
  color: #fff;
  line-height: 1.2;
  text-align: right;
  position: absolute;
/*  left: 1188.938px;*/
    right: 20px;
  bottom: 12px;
  z-index: 34;
    text-decoration: none;
    color: #2C2D2E;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight:normal;
}
.Copyright {
  font-size: 16px;
  font-family: "Helvetica Neue";
  color: #fff;
  line-height: 1.2;
  text-align: left;
  position: absolute;
  left: 20px;
/*  top: 2725.64px;*/
    bottom: 0px;
  z-index: 33;
    color: #2C2D2E;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight:normal;
}
.Privacy_Policy {
  font-size: 16px;
  font-family: "Helvetica Neue";
  color: #fff;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  left: 40%;
    width: 20%;
/*  top: 2724.752px;*/
    bottom: 14px;
  z-index: 32;
    text-decoration: none;
    color: #2C2D2E;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight:normal;
}

.Downloads {
    position: relative;
    top: 40px;
    width: 505px;
/*    background: red;*/
    margin: auto;
}
.IOS_Donwlaod {
    position: relative;
/*    top: 160px;*/
    width: 200px;
/*    left: 0px;*/
    margin: auto;
    top: 20px;
}


.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: 80%/*whatever width you want*/;
}
.error_home_div {
    background-color: #4886fa;
    width: 180px;
    margin: auto;
    padding: 10px;
    text-align: center;
    
    width: 120px;
    margin: auto;
    background-color: rgb(36, 143, 227);
    text-align: center;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 8px 20px -4px rgba(0,0,0,.4);
}
.error_home_button {
    text-decoration: none;
    color: white;
    font-size: 18px;
}

/*Footer*/
.Note {
    font-size: 12px;
  font-family: "Helvetica Neue";
/*  color: rgb(33, 150, 243);*/
    color: #555555;
  line-height: 1.2;
  text-align: center;
  position: relative;
/*  left: 668.937px;*/
/*  top: 1491.104px;*/
    width: 100%;
    top: 60px;
    padding: 20px;
}


/*Tablet and Phone BR Pt*/
@media only screen and (max-width: 700px) {
   
}
/*@media only screen and (max-width:550px) {*/
@media only screen and (max-device-width: 550px) {

}
@media only screen and (max-width: 768px) {
    
}

@media screen and (min-width: 0px) and (max-width: 600px) {
    .app_container {
        width: 100%;
        max-width: 800px;
        min-width: 0px;
        margin: auto;
        display:inherit;
/*        background-color: aqua;*/
    }
    
    .app_tile_left {
        width: 100%;
/*        background-color: red;*/
        margin: 0 auto;
        padding: 0%;
        padding-top: 2%;
        padding-bottom: 2%;
        margin: auto;
        margin-top: 40px;
    }
    
    .app_link {
        text-decoration: none;
        font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    /*    font-weight:bold;*/
        color: #2C2D2E;
        width: 80%;
        text-align: center;
        margin: auto;
/*        max-width: 300px;*/
        margin-top: -20px;
    }
}


@-webkit-keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
    }
}

@keyframes colorize {
    0% {
        filter: grayscale(100%);
    }
    100% {
        filter: grayscale(0%);
    }
}
