


@media screen and (max-width: 950px) {
    
    :root {
        --h1-size: 34px !important;
        --featured-title-size: 24px !important;
        --featured-summary-size: 18px !important;
    }    

    h1 {
        margin-top: 24px !important;
        margin-bottom: 36px !important;
    }

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

    .data-column {
        flex-direction: column !important;
        margin-top: 0px !important;
    }       

    .content {
        min-width: 0px !important;
        width: 100% !important;
    }

    .data-row {
        text-align: center;
        align-items: center;
    }

    .summary {
        margin-top: 20px !important;
    }

    .left,
    .right {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .top-column {
        margin-bottom: 50px !important;
    }

    .bottom-column {
        flex-direction: column-reverse !important;
    }

    .card {
        box-shadow: none !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        margin-top: 16px !important;
    }

    .card img {
        width: 90% !important;
        max-width: 600px !important;
    }


    #open-recordings {
        display: none;
    }

    .reviews {
        width: 100% !important;
        flex-direction: column !important;
    }

    .reviewCard {
        height: auto !important;
    }

}

@media screen and (max-width: 1160px) {

    .reviews {
        width: 100% !important;
    }

    .reviewCard {
        padding: 40px 60px !important;
        width: 90% !important;
        height: 460px !important;
        margin: 10px 20px !important;
    }
}


        :root {
            --mdc-theme-primary-text: #000;
        }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

*, ::before, ::after {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

:root {
    
  --mdc-theme-primary: #2559e7 !important;
  --mdc-theme-secondary: #2559e7 !important;

  --mdc-theme-primary: #000 !important;
  --mdc-theme-secondary: #2962FF !important;
  --mdc-theme-secondary-alpha: #2962ff1c !important;
   --mdc-theme-background: #fff !important;
  --mdc-theme-surface: #fff !important;
  --mdc-theme-secondary-surface: #f0f0f0 !important;
  --mdc-theme-divider: rgb(232, 232, 232); 
  --mdc-theme-primary-text: #000 !important;
  --mdc-theme-secondary-text: rgb(110, 110, 110) !important;
  --mdc-theme-light-black: #333 !important;

  --h1-size: 55px;
  --featured-title-size: 34px;
  --featured-summary-size: 22px;

  --square-title-size: 24px;
  --square-summary-size: 18px;
}

.button-accent {
  --mdc-theme-primary: #2559e7 !important;
}

body, html {
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 12px;
    line-height: 30px;
    color: #777;
    background-color: rgb(255, 255, 255);
}

img { 
    user-select: none;
  -webkit-user-drag: none; 
  -khtml-user-drag: none; 
  -moz-user-drag: none; 
  -o-user-drag: none; 
  user-drag: none; 
}

.mainWindow {
    width: 100%;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.header {    
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background-color: var(--mdc-theme-background);
    z-index: 3;
}


.logo-container {
    user-select: none;
    padding: 18px 32px;
    height: 79px;    
    display: flex;
    align-items: center;
}

.featured {

    display: flex; 
    flex-direction: row; 
    align-items: center; 
    margin: 120px 32px 32px 32px;
}

.featured-img {
    width: 520px; margin-left: 20px; margin-right: 20px;
}

.featured-content {
    flex: 1;
    display: flex;
    flex-direction: column; 
    color: #000; 
    padding: 32px
}

.featured-title {
    font-size: var(--featured-title-size, 32px); 
    line-height: 45px; 
    margin-bottom: 24px;
}

.featured-summary {
    font-size: var(--featured-summary-size, 22px); 
    line-height: 32px; 
    font-weight: 500;
}



.logo {
    width: 42px;
    height: 42px;
}
.logo-text {
    display: block;
    color: var(--mdc-theme-primary-text) !important;
    font-weight: 700 !important;
    font-family: Dosis,sans-serif;
    line-height: 42px;
    padding-left: 16px;
    padding-right: 32px;
    font-size: 22px;
}

.logo-text a {
    text-decoration: none;
    color: var(--mdc-theme-primary-text) !important;
}

.content {
    max-width: 1200px;
    padding-top: 72px;
    min-width: 950px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card {
    width: 100%;
    box-shadow: 4px 12px 40px 6px rgba(0,0,0,0.09);
    background-color: #fff;
    border-radius: 40px;
    padding-top: 24px;
    padding-bottom: 24px;

}

h1 {    
    align-self: center;
    text-align: center;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 72px;
    color: #000;
    font-size: var(--h1-size, 50px);
    line-height: 150%;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
      background-image: url('/img/text-bg.png');

}

h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin: 24px;
    line-height: 36px;
    text-align: center;
}

h4 {
    margin: 24px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
}


.blue {
    color:#2962FF;   
}

.red {
    color: rgb(211, 0, 42);
}

.green {
    color: rgb(44, 214, 138);
}
.yellow {
    color: rgb(233, 180, 35);
}

#login {
    margin-left: auto;;
    font-weight: 600;
    border-radius: 8px;
    font-size: 16px;

    padding: 6px 20px;

}

#open-recordings {
    margin-top: 32px;
    font-size: 18px;
    height: 52px;
    padding-right: 24px;
    padding-left: 24px;
    font-weight: 600;
    border-radius: 14px;
}

.top-column {
    margin-top: 100px; 
    align-items: center;
}

.bottom-column {
    margin-bottom: 150px; 
    align-items: center;
}

.mockup {
    width: 320px;
    height: auto;
}

.mockup-content {
    max-width: 500px;
}

.left {
    margin-right: 100px;
}
.right {
    margin-left: 100px;
}

.large-card-title {
    font-size: 36px;
    line-height: 52px;
    margin-bottom: 24px;
}

.large-card-summary {
    font-size: 20px;
}

.data-column {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}

.data-row {
    flex: 1;
    display: flex;
    flex-direction: column;
    color: #000;
    padding: 32px;
    margin-left: 40px;
    margin-right: 40px;
}

.square-image {
    width: 144px; 
    height: 144px; 
    margin-bottom: 16px;
}

.square-title {

    font-size: var(--square-title-size, 24px);
    line-height: 32px; 
    margin-bottom: 24px;
}

.square-summary {
    font-size: var(--square-summary-size, 18px);
    font-size: 18px;
}

.summary {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 32px;
    margin-bottom: 80px;
    margin-top: 80px;
}

.rating {
    display: flex;
    text-align: center;
    color:rgb(230, 93, 93);
}

.reviews-title {
    color: rgb(48, 0, 0);
    font-size: 38px;
    line-height: 52px;
    font-weight: 700;
    text-align: center;
    padding: 0 20px;
    margin-top: 52px;
    margin-bottom: 42px;
}

.reviews {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.reviewCard {
    flex:1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 25px 20px;
    padding: 30px;
    border-radius: 24px;
    background-color: rgba(255,255,255,0.85);
    height: 340px;
    transition: all ease-out 0.3s;
}
.reviewCard:hover {
    background-color: #fff;
    transform: scale(1.03);
}

.author {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 24px;
}

.comment {
    color: rgb(110, 110, 110);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 24px;
    text-align: center;
}


.footer {
    padding: 25px 0;
}

.footer-content {
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 40px;
}
.footer-logo {
    display: inline-block;
    vertical-align: top;
}
.footer-logo img {
    width: 32px;
    height: 32px;
}
.footer-item {
    padding-right: 12px;
    display: inline-block;
    line-height: 32px;
    vertical-align: top;
    font-weight: 500;
    color: rgba(0, 0, 0, .7);
    font-size: 16px;
}
.home-button {
    display: inline-block;
    padding: 0 10px;
    line-height: 32px;
    font-weight: 500;
    font-size: 16px;
    transition: all .16s ease-out;
}
.home-button a {
    color: #000;
    text-decoration: none;
}

.divider-other-method {
    display: flex;
    flex-direction: row;
    height: 36px;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 24px;
}
.divider {
    height: 1px;
    background-color: rgb(220, 221, 224);
    flex-grow: 1;
    flex-shrink: 1;
    align-self: center;
}
.other-method-text {
    line-height: 36px;
    padding-left: 12px;
    padding-right: 12px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 12px;
}