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: #3079E2;*/
    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: #000000;
}

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;
}

/* 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:650px;
    margin: auto;
    margin-top: 30px;
    font-size: 22px;
    color: #2C2D2E;
}

.Title_Bar {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 80px;
  height: 60px;
  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: 220px;
  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: 280px;
  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;
    top: 20px;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight:500;
    color: #2C2D2E;
}

.Smudge_Inc {
  font-size: 36px;
  font-family: "Helvetica Neue";
  color: #3077E1;
  line-height: 1.4;
  text-align: left;
  position: absolute;
  left: 20px;
  top: 20px;
  top: 7px;
  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: 30px;
  z-index: 34;
    text-decoration: none;
    color: #2C2D2E;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight:normal;
}
.Built_by_footer {
  font-size: 14px;
  font-family: "Helvetica Neue";
  color: #fff;
  line-height: 1.2;
  text-align: center;
  position: absolute;
/*  left: 1188.938px;*/
/*    right: 20px;*/
    width: 100%;
  bottom: 6px;
  z-index: 34;
    text-decoration: none;
    color: #2C2D2E;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight:normal;
    font-weight: 600;
}
.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: 30px;
  z-index: 33;
    color: #2C2D2E;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight:normal;
    margin-bottom: 0px;
}
.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;
}

/*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;
}

.contact_link_purchase {
    color: #2C2D2E;
/*    font-weight: 600;*/
/*    line-height: 0.6em;*/
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight:500;
    color: #3079E2;
/*    margin-top: 30px;*/
    text-decoration: none;
    margin: auto;
    align-content: center;
    text-align: center;
    width: 100%;
    font-size: 28px;
    color: white;
}
.contact_purchase_div {
    margin: auto;
    text-align: center;
    align-content: center;
    margin-top: 60px;
    width: 220px;
    margin-top: 80px;
    background-color: #1E88E5;
    box-shadow: 0 6px 16px -3px rgba(38, 38, 38, 0.79);
    border-radius: 10px;
    padding: 14px;
}

.example_image {
    margin: auto;
    text-align: center;
    align-content: center;
/*    margin-top: 60px;*/
    width: 320px;
    margin-top: 40px;
/*    background-color: #1E88E5;*/
/*    box-shadow: 0 6px 16px -3px rgba(38, 38, 38, 0.79);*/
/*    border-radius: 4px;*/
/*    padding: 14px;*/
    
}

.Smudge_Inc {
  font-size: 36px;
  font-family: "Helvetica Neue";
    color: #3077E1;
}

/*Content Cards*/
.content_card_news {
    background-color: #ffffff;
    box-shadow: 0 1px 15px 2px rgba(0,0,0,.3);
    padding: 10px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 80%;
    max-width: 600px;
    align-content: center;
    border-radius: 14px;
    height: 160px;
    cursor: pointer;
}


.news_thumb {
    display: inline-block;
    vertical-align:middle;
    border-radius: 10px;
/*
    border-width: 2px;
    border-color: red;
    border-style: solid;
*/
    margin-left: 10px;
}

.news_title {
    display: inline-block;
    vertical-align:middle;
    align-content: center;
    width: auto;
    text-align: center;
/*    margin-left: 40px;*/
    font-size: 20px;
/*    width: calc(100% - 170px);*/
    width: calc(100% - 180px);
}


.content_card_video {
    background-color: #ffffff;
    box-shadow: 0 1px 15px 2px rgba(0,0,0,.3);
    padding: 10px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 80%;
    max-width: 600px;
    align-content: center;
    border-radius: 14px;
    height: 320px;
    height: auto;
    cursor: pointer;
}

.video_thumb {
/*    display: inline-block;*/
    vertical-align:top;
    width: 100%;
/*    align-content: center;*/
    border-radius: 10px;
}

.video_title {
    display: inline-block;
    vertical-align:middle;
    align-content: center;
    width: auto;
    text-align: center;
/*    margin-left: 40px;*/
    font-size: 20px;
/*    width: calc(100% - 170px);*/
    width: 100%;
/*    margin-top: 10px;*/
}

.content_card_article {
    background-color: #ffffff;
    box-shadow: 0 1px 15px 2px rgba(0,0,0,.3);
    padding: 10px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 80%;
    max-width: 600px;
    align-content: center;
    border-radius: 14px;
    height: 280px;
    height: auto;
    cursor: pointer;
}

/*
.content_card_article:hover {
    box-shadow: 0 1px 15px 5px rgba(0, 0, 0, 0.25);
}
*/

.article_thumb {
    display: inline-block;
    vertical-align:middle;
    border-radius: 10px;
    margin-left: 10px;
    
    width: 30%;
}

.article_title {
    display: inline-block;
    vertical-align:middle;
    align-content: center;
/*    width: 70%;*/
    text-align: center;
/*    margin-left: 40px;*/
    font-size: 26px;
    font-weight: 600;
    width: calc(100% - 230px);
    width: 70%;
    width: calc(70% - 10px);
}

.container {
    white-space: nowrap;
}


/*Loading Indicator*/
.loader {
  border: 6px solid #f4f4f4;
  border-radius: 50%;
  border-top: 6px solid #3077E1;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 0.5s linear infinite; /* Safari */
  animation: spin 0.5s linear infinite;
/*    margin-top: 100px;*/
    align-content: center;
    margin: auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*
.content_card img {
    float: right;
}
*/


/*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: 790px) {
    .Smudge_Inc {
      font-size: 26px;
        top: 14px;
      font-family: "Helvetica Neue";
        color: #3077E1;
    }
}


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

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


.separator_line {
    margin: auto;
    margin-top: 60px;
    width: 90%;
    max-width: 1200px;
    height: 1px;
    border-radius: 1px;
    background-color: #9da4b2;
}