:root {
    --dark-text-color: rgba(0, 0, 0, .9);
    --main-text-color: rgba(0, 0, 0, .5);
    --light-text-color: rgba(0, 0, 0, .25);
    --desktopfont-size: 1em;
    --desktopline-height: 3.6em;
}


@font-face {
    font-family: 'Replica-Light';
    src: url('../fonts/Replica-Light.woff')
}
@font-face {
    font-family: 'Replica-Regular';
    src: url('../fonts/Replica-Regular.woff')
}
@font-face {
    font-family: 'Replica-Bold';
    src: url('../fonts/Replica-Bold.woff')
}


.closeFriendlyModal {
  position:absolute;
  padding-top:19px;
  padding-right:19px;

  right:-17px;
width: 25px;
height: 18px;
background-color:none;
top:-11px;
color:white;
}
.closeFriendlyModal:hover {
  background-color:black;
}
.closeFriendlyModal svg {
height:12px;
width:12px;
filter:invert(100%);
}



#contactFormSupport {padding:20px;/* width:80%; *//* max-width: 450px; *//* max-height: 400px; */height:80%;background-color: white;position:relative;/* top:calc((100% - 510px)/2); *//* left:calc((100% - 450px)/2); */box-shadow: 0 0 30px rgba(255,255,255,.2);}



#fNameField, #lNameField {
  width:calc(100%);
z-index:200000;
}

#fNameField {
  left:calc(0% + 20px);

}

#lNameField {
  left:calc(50% + 10px);

}







#modal-contact-success {
  width: 80%;
  left: 10%;
  position: absolute;
  display: none;
  top: 50%;
  text-align: center!important;


}





#friendlyModal {
  overflow:hidden;
  padding-top:10px;
  display:none;
position: fixed;
bottom: 0;
right: 0;
margin-right:10px;
margin-bottom:10px;
background-color: rgba(0,0,0,.6);
height: 130px;
width:147px;
border-radius: 30px 15px 30px 30px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .25), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
justify-content: center;
align-content: center;
z-index:1;

}

#friendlyModal p {
  color:white;
text-align:center;
  padding: 5px;
font-size: 10pt;

}

#spotifyHolder
{
/* width:100%;
height:26px; */
/* position:absolute; */
margin-top:10px;
margin-right:10px;
z-index:20202020202020202020202020202020202020202;
right:0;
}


#friendlyModal p {
margin-left: 10px;
  width:120px;
  overflow:hidden;
}



#cover {
pointer-events: none;
}

#spotify {
pointer-events: auto;
right:0;
position:absolute;
z-index:20202020202020202020202020202020202020202;
height:23px;
width: 104px;
overflow:hidden;
/* margin-bottom:10px; */
margin-top:-7px;
margin-right:26px;
/* display: flex; */
/* align-items: flex-end;
justify-content: flex-end; */
}

#spotify iframe {
margin:0px;
height: 80px;
z-index:4;
width:94px;
position:absolute;
top:-66px;
overflow:hidden;
}

#cover {
pointer-events: none;
color:yellow;
position:absolute;
z-index:90202020202020202020202020202020202020202;
width:100%;
height:100%;
}













#textPreLoader {
  position: fixed;
  z-index; 10000000090909090909090909090909090909090909090900909090 !important;



  font-family: 'Replica-Light' !important;
background: white;
width:100%;
height:100%;
display: flex;
align-items: center;
justify-content: center;
}


.ml11 {

  display: flex;
  text-align: center;
  justify-content: center;
  /* font-weight: 900; */
  font-size: 3.5em;
  font-family: 'Replica-Light' !important;

  display: flex;
  text-align: center;
  justify-content: center;

}

.ml11 .text-wrapper {
min-width:300px;

height:50%;
/* background-color: yellow; */
}

.ml11 .line {
  opacity: 0;
  position: fixed;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: rgba(0,0,0,0);
  transform-origin: 0 50%;

}

.ml11 .line1 {
  /* top: 0;
  left: 0; */
  font-family: 'Replica-Light' !important;
  background-color: #ffffff;

}

.ml11 .letter {

font-weight: 300;

  display: inline-block;
  line-height: 1em;
  font-family: 'Replica-Bold' !important;

}








input#lname{
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */
  border: 1px solid rgba(0,0,0,.1); /* Gray border */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: none /* Allow the user to vertically resize the textarea (not horizontally) */
}



/* Style the submit button with a specific background color etc */
/* Style the submit button with a specific background color etc */
input#formsubmit {
    height: 40px;
    border: 1px solid rgba(0,0,0,.1) !important;
    /* opacity:.5; */
    width: 100%;
    background-color: rgba(0,0,0,.4);
    color: white;
    padding: 12px 20px;
    border: none;
    /* border-radius: 4px; */
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input#formsubmit:hover {
  background-color: rgba(50, 50, 50, .85);
  color: white;
  opacity:1;

/* filter:invert(100%) */
}







#subject {
  margin-top:10px;
  height:80px;
}

#lname {
  height:40px;
}





/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  height: 40px;
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */
  border: 1px solid rgba(0,0,0,.1); /* Gray border */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: none /* Allow the user to vertically resize the textarea (not horizontally) */;
}









#submitButton1 {

  width: 100%;
      margin-top: 20px;
      /* background-color: red; */
      height: 40px;

}













#CTAFollowText {
  display:flex;
  z-index: 100000000000000000000000000;
position:relative;
top:50;
right:-100;
margin-top:45px;
margin-right:10px;
/* background-color:red; */
width: 90px;
height:40px;
float:right;
justify-content:flex-start;
align-items: center;
color:white;
font-size: 12px;

}





html,
h4,
h3,
h2,
h1 {
    font-family: 'Replica-Light' !important;
    color: var(--main-text-color)
}

h1{

font-size: 24px;
}


.quickstart {
  word-wrap: break-word;
  margin-top:40px;

  width: 80%;
}

@media screen and (min-width:829px)  {
.quickstart {
    width: 64%;
}
}
.quickstart p {
margin-top: 0px;
margin-bottom: 10px;
/* padding-left:20px; */
color: var(--main-text-color)

}


.contentBlock .quickstart h1,h2,h3{
font-family: 'Replica-Bold' !important;
text-transform: capitalize;
  /* background-color: yellow; */
  font-weight: 700;
  margin: 0px;
  padding:0px;
color: white;
}


.contentBlock .quickstart h4 {
font-family: 'Replica-light' !important;
text-transform: capitalize;
  /* background-color: yellow; */
  font-weight: 700;
  margin: 0px 0px -10px 0px;

  /* padding-left:20px; */
  color: var(--main-text-color);
}

.contentBlock .quickstart ul {
  color: var(--main-text-color);
  margin-top: 20px;
margin-left:30px;
padding:0px;
}


.contentBlock .quickstart li {
  color: var(--main-text-color);

/* margin-left: 40px; */

}

.quickstart h1, h2, h3 {
color: var(--main-text-color) !important;
}

.contentBlock .quickstart h1 {
  text-align:center;
margin-top:40px;
font-size:36px;
margin-bottom:20px
}

.contentBlock  .quickstart h2 {
/* margin-top:20px; */
font-size:24px;
}

 .contentBlock .quickstart h3 {
  margin-top:10px;
font-size:16px;
}



button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
textarea {
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

a,
a:visited {
    text-decoration: none
}

body {



    /* display: none */
}

#siteHolder {

  display: none;



}




#crossModal {
    display: block;
    width: 15px;
    margin-left: auto;
    margin-right: auto
}

.mobile-modal-content-resize {
    left: -500%;
    display: none;
    padding-top: 50px;
    z-index: 1;
    position: fixed;
    background-color: #ffffff;
    height: 100%;
    width: 100%;
}

.mobile-modal-content {
    left: -500%;
    display: none;
    padding-top: 50px;
    z-index: 1;
    position: fixed;
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    -webkit-animation-name: slideOut;
    -webkit-animation-duration: .8s;
    animation-name: slideOut;
    animation-duration: .8s
}

.mobile-modal-content li {
    height: 16%;
    display: block
}

.mobile-modal-content li a {
    display: block;
    color: grey;
    font-size: 7vh;
    text-align: center
}

.mobile-modal-content li.active a {
    display: block;
    color: #fff
}

.mobile-modal-content-show {
    top: 0%;
    z-index: 1;
    margin-top: 40px;
    padding-top: 10%;
    position: fixed;
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: .8s;
    animation-name: slideIn;
    animation-duration: .8s
}

.mobile-modal-content-show li {
    height: 13%;
    display: block
}

.mobile-modal-content-show li a {
    display: block;
    color: grey;
    font-size: 7vh;
    text-align: center
}

.mobile-modal-content-show li.active a {
    display: block;
    color: #000000
}

@-webkit-keyframes slideIn {
    from {
        right: -100%
    }
    to {
        right: 0
    }
}

@keyframes slideIn {
    from {
        right: -100%
    }
    to {
        right: 0
    }
}

@-webkit-keyframes slideOut {
    from {
        right: 0
    }
    to {
        right: -100%
    }
}

@keyframes slideOut {
    from {
        right: 0
    }
    to {
        right: -100%
    }
}


#desktopNavigation {
/* background-color:white; */
right:10px;
position:absolute;
height:100%;
}



#navbarNew {
    /* padding-top:10px; */
    display: flex;
  justify-content:space-between;
    position: fixed;
    width: 100%;
    z-index: 1;


    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,.1);


    height: 50px;
    background-color: white;
}


#headerGGLogo {
margin-left:0px;
position:absolute;
left:15px;
top:15px;
}

#headerGGLogo img{
  height:18px;
  position:absolute;
  left:0px;
  top:0px;
margin-left:-40px;
margin-top:-2px;
}




#menu {
  padding-top:1px;
/* text-transform: uppercase; */
/* width:315px; */
}
    #menu li a:hover {
 cursor:pointer;

        color: rgba(0, 0, 0, .85)
    }
    #menu li a {
      cursor:pointer;
        color: var(--main-text-color)
    }
    #menu li.active a {
        color: #000
    }
    #footer {
        display: none
    }
    #navbarNew li {
      cursor:pointer;

        display: inline;
        margin-left: 20px;
        margin-right: 20px
    }
    #navbarNew img {
      cursor:pointer;

      /* margin-bottom:10px; */
        vertical-align: middle;
        min-width: 150px;
        width: 200px
    }
    #navbarNew a {
      cursor:pointer;

        display: inline;
    }
}






/*Section 0 - Landing Page//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#splash  {
height: 100%;
width:100%;

max-height: 3000px;
min-height: 3000px;
display: flex;
align-items: center;
justify-content: center;
background-color: red;
position:absolute;
/* min-height: 40px; */
font-family: "Replica-Light";

/* display:none; */
/* background-color:red; */
height: 80%;
width:auto;
position:relative;


}





.albumCoverImageHolder {

position:absolute;
width: 100%;
height:50%;
top:5%;
background-image: url("../images/cell_albumCoverFinal.jpg");
background-repeat: no-repeat;
background-size: contain;
background-position: center;
display: table;
align-items: center;
justify-content: center;

}

.albumCoverImageHolder img {
height:100%;
width:auto;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.00);
}




.albumReleaseText {/* margin-top:60px; */position:absolute;background-image: url("../images/cell_releasedate_25_12_18.png");background-repeat: no-repeat;background-size: contain;background-position: center;bottom: calc(20% + 40px);height: 10%;width:100%;display: flex;align-items: center;justify-content: center;}


.albumReleaseText img {
height: 100%;
width:auto;
}


#splash img {
  margin-top:0px;
  width: 20%;
  height: auto;

}

.ctaButton {z-index:10000000;width: 100%;/* margin-top:100px; */cursor:pointer;bottom: 10%;height: 40px;position: absolute;display: flex;align-items: center;justify-content: center;}


.ctaButton p  {margin-top: 22px;font-size:100%;border-style: solid;border-width: 1px;border-color: #47637D;color:#47637D;padding: 12px 12px 10px 12px;}


.ctaButton p:hover{
  background-color: #47637D;
  border-color: #DCDCDC;
  color: #DCDCDC;
}





.ctaButtonDevice {
/* z-index:10000000; */
width: 100%;
margin-top:110px;
top:65%;
height: 10%;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
}





.ctaButtonDevice p   {
  cursor:pointer;

  /* font-family: 'Replica-Bold' !important; */
text-transform: uppercase;
display:block;
font-size:100%;
border-style: solid;
border-width: 1px;
border-color: white;
color:white;
padding: 12px;
}

.ctaButtonDevice p img {
opacity: 1 !important;
width: auto;
height: 12px;
margin-top:3px;
margin-left: 5px;
filter: invert(100%)


}


.ctaButtonDevice p:hover > img  {

filter: invert(24%) sepia(7%) saturate(468%) hue-rotate(179deg) brightness(95%) contrast(94%)

}




/* ICONS */
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-back .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-back:hover .hvr-icon, .hvr-icon-back:focus .hvr-icon, .hvr-icon-back:active .hvr-icon {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}









.backTo {
  opacity:.6;
  width:200px;
filter:invert(100%);
margin-left: 140px;
margin-top:-0px;
/* color:rgba(255,255,255,.6); */
}

.backTo:hover {
    opacity:1;
}

.backTo svg {
  margin-top:-2px;
}



.backTo span {

  position:absolute;
  top:3px;
padding-left:10px;
margin-bottom:10px;
font-size: 13px;
}

.backTo a {
color: black !important;

}


.ctaButtonDevice p:hover{


  background-color: white;
  border-color:rgb(62,65,70);

color:rgb(62,65,70);
}



.deviceAudioDemoEntry
{
/* margin-left:50px; */
/* background-color: green; */
width: calc(50% - 50px);
height: 50%;
min-width: 200px;
/* min-height: 450px; */
overflow:hidden;
/* position:absolute; */
/* right:25%; */
}







.deviceDemoEntry
{/* margin:10px;
padding:10px; */width:calc(50% - 50px);height: 50%;min-height: 250px;min-width: 200px;overflow:hidden;/* left:25%; */}

.deviceDemoEntry h2

{text-transform:uppercase;
  min-width: 200px;font-size: 1.1em;}


.deviceDemoEntry img {
filter:invert(100%);
  width:100%;
display:block;
margin-right: auto;
margin-left: auto;
  display:block;
  margin-bottom:10px;
  /* box-shadow: 0 0 30px rgba(0,0,0,0.2); */
max-height:100px;
max-width:100px;
}


.deviceDemoEntry iframe {
margin:0px 0px 20px;
padding:0px 0px 0px 0px;

width:100%;
  height:100%;
}


@media screen and (min-width:0px) and (max-width:829px) {

  .deviceAudioDemoEntry
  {
  width: 100%;
  height: 50%;
  min-width: 200px;
  overflow:hidden;
  }



  .deviceDemoEntry
  {padding:0px; width:100%;height: 50%;min-height: 200px;min-width: 200px;overflow:hidden;}



}

.demoContainer > iframe {

padding:0px;

}


.demoContainer > div {

margin:10px;

}

.deviceFeatureEntry
{
margin:10px;
padding:10px;
width: 25%;
min-width: 200px;
/* overflow:hidden; */

}

.featureContainer {
  overflow:hidden;
  margin-top:10px;
  /* position:absolute; */
  /* height:60%; */
  justify-content: center;
  display:flex;
  flex-wrap: wrap;
  width: 80%;
}


@media screen and (min-width:0px) and (max-width:829px) {
  .deviceFeatureEntry p { display:none;}

  .deviceFeatureEntry
  {
  margin:10px;
  padding:0px;
  width: 25%;
  min-width: 0px;

  }
  .featureContainer {

    width:100%;
  }


}



.deviceFeatureEntry h2

{text-transform:uppercase;
  overflow-wrap: normal;
  overflow-wrap: break-word;
  font-family: 'Replica-Light' !important;
text-align: center;
  min-width: 100px;font-size: 1em;}


.deviceFeatureEntry img {
filter:invert(100%);
  width:100%;
display:block;
margin-right: auto;
margin-left: auto;
  display:block;
  /* margin-bottom:50px; */
  /* box-shadow: 0 0 30px rgba(0,0,0,0.2); */
max-height:64px;
max-width:64px;
}




.demoContainer {
  position:absolute;
  height:80%;
  left: 20%;
  top:10%;
  /* justify-content: space-between; */
  display:flex;
  flex-wrap: wrap;
  width: 60%;
}


@media screen and (min-width:0px) and (max-width:375px) {

  .deviceFeatureEntry
{margin:10px;padding:0px; width: 25%;/* min-width: 200px; *//* overflow:hidden; */}


.deviceFeatureEntry {min-width: 0px;, width:33%; }
.ctaButtonDevice {margin-top:80px;}
.backTo{display:none;}
.featureContainer {width:100%}
.deviceFeatureEntry h2 {font-size: 12px;}
}


@media screen and (min-width:0px) and (max-width:829px) {

.demoContainer{  width: 80%;left:10%}}
.quickstart{  ;left:10%}}





.audioDemo iframe {
height: 20px;
width: 130% !important;

margin-bottom:5.6px;
background-color: rgb(242,242,242);
}


.faceBook {display:flex;border-radius: 18px;width:92px;height:25px;background-color: rgb(60,103,178); position:relative;top:25px;left: 27px;overflow:hidden;padding-bottom:1px;}
.faceBook img {margin-top: 0px;margin-left: 10px;width: 70px;}
.faceBook:hover {background-color: rgb(54,88,153);}

.faceBook iframe {
padding-left:0px !important;
padding-top:0px !important;
width:200px !important;
margin-left:8px;
position:absolute;
left:10px;
top:-1px;
opacity:.001;
margin-bottom:20px;
}



#deviceFeatures {
color:black;
opacity:.6
}


/*Section 1 - Music//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.flex-container {
margin-left:auto;
margin-right:auto;
height: 60%;
width: 100%;
max-width:768px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.albumCover
{
margin:10px;
/* max-width:222px; */
width: 40%;
box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.albumCover img
{
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
}
.flex-container>div:hover .img {
opacity: .3
}
.flex-container>div:hover .middle {
opacity: .85
}
.flex-container>div {
position: relative
}
.middle {
background-color: #fff;
transition: .5s ease;
opacity: 0
}
emphasis {
color: var(--dark-text-color);
}
.modal {
display: none;
position: fixed;
z-index: 10;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .8)
}
.middle {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
vertical-align: center
}
.rolloverText svg:hover {
opacity: .75
}
.rolloverText svg:active {
opacity: 1
}
.rolloverText svg {
opacity: .5;
padding-top: 10px;
display: flex;
justify-content: center;
align-items: center;
margin-left: auto;
margin-right: auto
}

iframe {

display: block;
margin-left: auto;
margin-right: auto;
padding: 10px;
width: 90%;
border: 0
}


.modal-content iframe {

max-height: 120px;


}

.modal-content {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 600px;
width: 80%;
background-color: #fff;
margin-left: auto;
margin-right: auto;
padding: 20px 20px 40px 20px;
margin-bottom: 40px
}

@media screen and (min-width:0px) and (max-width:460px) {
.modal-content {
max-height: 470px;
}
}

.close_4 {
text-decoration: none;
color: #aaa;
float: right;
font-size: 40px;
font-weight: bold
}

.close_4:hover {
color: #000;
cursor: pointer
}

/*Section 2 - About//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.aboutImage img {
width: 100%;
max-width:645px;
}

.about {
margin-left:auto;
margin-right:auto;
max-width:592px;
min-width: 256px;
}

@media screen and (min-width:0px) and (max-width:460px) {
.about {
padding-top:50px;
padding-bottom:50px;
}

}



/*Section 3 - Contact//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.contactDetails {

font-size: 24px;

}


/*Section 4 - Follow//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

input::placeholder {
    color: var(--main-text-color)
}

input {
    padding: 0px;
    margin: 0px
}

#mc_embed_signup {
  display:flex;
  align-content: center;
  justify-content: center;
  height: 40px;

    width: 100%;
    /* margin-left: auto;
    margin-right: auto; */
    text-align: center
}

#mc_embed_signup .mc-field-group {
  display:flex;
  justify-content: space-between;
    width: 100%;
    /* background-color:green */
}

#mc_embed_signup input.email:focus {
    outline-color: transparent;
    outline-style: none
}

#mc_embed_signup input.email {
    color: var(--light-text-color);
    padding-left: 10px;
    -webkit-appearance: none;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0px
}

#mc_embed_signup .button {
    -webkit-appearance: none;
color:white;
    width: 90px;
    float: left;
    height: 40px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0px;
    background-color: rgba(0,0,0,.4);
}

#mc_embed_signup .button:focus {
    outline-color: transparent;
    outline-style: none
}

#mc_embed_signup .button:hover {
    background-color: rgba(50, 50, 50, .85);
    cursor: pointer;
    color: #fff
}

.feedback {
  /* width:100%; */
    padding-top: 10px;

}

.feedback p {
background-color:green;

}

#mc-embedded-subscribe-form {
    overflow:none;
    width:278px;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    padding-top:50px;
    position:absolute;
    width: 258px;
    display: flex;
    pointer-events: none;
    background-color: rgba(0,0,0,0);
    color: var(--main-text-color);
    text-align:center;
}
#mc_embed_signup input.mce_inline_error {
    border: 1px solid rgba(0, 0, 0, .1) !important;
    text-align: center;

}
#mc_embed_signup #mce-error-response {
    height: 20px;
}
#mc_embed_signup #mce-success-response {
    text-align: center;
    height: 20px;
    margin-top: -10px;
    margin-left:50px;
    background-color: white;
    position:absolute;
    width: 278px;
    display: flex;
    color: var(--main-text-color);
}
.socialMediaIcons {
    position: absolute;
    display:flex;
    align-content: center;
    justify-content: center;
    margin-top:120px;
    opacity: .2
}


.socialMediaIcons:hover>div {
    opacity: .5
}
.socialMediaIcons>div:hover {
    opacity: 1
}
.socialMediaIcons>div {
    width: 40px;
    height: 40px;
    display: inline-block
}

.socialMediaIcons img {
width:30px;
height:30px;


}

/*Section 4 - Mailing//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width:0px) and (max-width:829px) {

    input::placeholder {
      color: var(--dark-text-color)
    }

    .mobile-menu {
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: #fff;
    position: fixed;
    z-index: 1;
    width: 100%
}
    .mobile-menu img {
    float: left;
    max-height: 25px;
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-left: 15px
}
    .mobile-menu #myMobileBtn {
        background-color: #fff;
        margin-right: 0px;
        padding: 10px;
        border: none;
        cursor: pointer;
        height: 50px;
        width: 50px;
        position: fixed;
        right: 0
    }
    .mobile-menu #hamburger path,
    .mobile-menu #cross path {
        fill: #000
    }
    .mobile-menu-open {
        justify-content: center;
        align-items: center;
        height: 50px;
        background-color: #ffffff;
        position: fixed;
        z-index: 1;
        width: 100%
    }
    .mobile-menu-open img {
        float: left;
        max-height: 25px;
        width: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        margin-left: 15px;
        filter: invert(100%)
    }
    .mobile-menu-open #myMobileBtn {
        background-color: #ffffff;
        margin-right: 0px;
        padding: 10px;
        border: none;
        cursor: pointer;
        height: 50px;
        width: 50px;
        position: fixed;
        right: 0
    }
    .mobile-menu-open #hamburger path,
    .mobile-menu-open #cross path {
        fill: #000000
    }
    #hamburger {
        width: 20px;
        height: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    #cross {
        margin-top: -5px;
        display: none;
        width: 15px;
        margin-left: auto;
        margin-right: auto
    }
    #mc_embed_signup .button {
      color: var(--main-text-color);
}
}


.contentBlock {
padding-left:5%;
padding-right:5%;
position:relative;
width:90%;
display: flex;
align-content: center;
justify-content: center;
}






#deviceHeader {
  background-color:rgb(62,65,70);
  position:absolute;
  top:0px;
  display:flex;
  align-content: center;
  justify-content: center;
width: 100% !important;
height: 50% !important;
}

#deviceFeatures {
  position:absolute;
  top:calc(50% + 00px);
  display:flex;
  align-content: center;
  justify-content: center;
width: 100% !important;
height: calc(50% - 0px) !important;
}



#deviceDemo {
  position:absolute;
  top:calc(0% + 50px);
  display:flex;
  align-content: center;
  justify-content: center;
width: 100% !important;
height: calc(100% - 50px) !important;
/* background-color: blue; */
}




@media screen and (min-width:0px) and (max-width:375px) {

#deviceFeatures {
  top:calc(50%);
}
}




.deviceHeaderContent  {
display:flex;
background-image: url("../images/devices/deviceHeaderImage.svg");
background-repeat: no-repeat;
background-size: contain;
background-position: center;
align-self: center;
left:20%;
position:absolute;
top:25%;
width:60%;
height:50%;
}

.deviceHeaderContent img {
width:100%;
opacity:0;
}


@media screen and (min-width:0px) and (max-width:829px) {

.deviceHeaderContent{
  /* background-color: red; */
background-image: url("../images/devices/deviceHeaderImage_mob.svg");
}
}





}
