@font-face {
    font-family: MuseoSC100;
    src: url('../fonts/MuseoSansCyrl-100.otf');
}
@font-face {
    font-family: MuseoSC300;
    src: url('../fonts/MuseoSansCyrl-300.otf');
}
@font-face {
    font-family: MuseoSC500;
    src: url('../fonts/MuseoSansCyrl-500.otf');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}



        #message {
        max-width: 400px;
        margin: 40px auto;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2),0 1px 1px 0 rgba(0,0,0,0.14),0 2px 1px -1px rgba(0,0,0,0.12);
        border-radius: 2px;
        background: white;
        padding: 16px 24px;
      }

      #message h1 {
        font-size: 22px;
        font-weight: 500;
        text-align: center;
        margin: 0 0 16px;
      }

      #message p {
        font-weight: 300;
        line-height: 150%;
      }

      #message ul {
        list-style: none;
        margin: 16px 0 0;
        padding: 0;
        text-align: center;
      }

      #message li a {
        display: inline-block;
        padding: 8px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 500;
        background: rgb(3,155,229);
        color: white;
        border: 1px solid rgb(3,155,229);
        border-radius: 3px;
        font-size: 14px;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
      }

a {
    display: inline-block;
    padding: 8px;
    text-transform: uppercase;
    text-decoration: none;
    color: gray;
    font-size: 15px;
    margin: 5px;
}
a:hover {
    color: cornflowerblue;
}
a.link {
    text-transform: none;
    color: cornflowerblue;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-family: MuseoSC300, Arial, sans-serif;
}
html {
    padding: 0;
    margin: 0
}
body {
    margin: 0; 
    padding: 0;
    background-color: white;
    font-family: MuseoSC100, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
#header {
    width: 55%;
    min-width: 900px;
    max-width: 1500px;
    margin: 0 auto;

    font-family: MuseoSC500, Arial, sans-serif;
    padding: 20px;
    height: 40px;
    box-sizing: content-box;
}
#banner {
    position: relative;
    background-color: #fafafa;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    height: 450px;
}
#banner_content {
    position: relative;
    width: 55%;
    min-width: 900px;
    max-width: 1500px;
    margin: 0 auto;
    height: 450px;
}
#banner_nexus {
    position: absolute;
    background-image: url("../images/banner-nexus1.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto;
    height: 410px;    
    width: 500px;
    bottom: 0;
}
#memorigi_logo {
    position: absolute;
    background-image: url("../images/memorigi-logo.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto;
    height: 300px;    
    width: 350px;
    right: 0;
    top: 80px;
    text-align: center;
}
#memorigi_logo h1 {
    font-family: MuseoSC300, Arial, sans-serif;
    margin: 0;
    margin-top: 220px;
    font-size: 35px
}
#memorigi_logo p {
    margin: 0;
    font-size: 22px;
    line-height: 25px;
}

#moto {
    width: 55%;
    min-width: 900px;
    max-width: 1500px;
    margin: 0 auto;

    margin-top: 100px;
    margin-bottom: 80px;
    text-align: center;
    font-size: 50px;
    line-height: 55px;
}
#features {
    width: 55%;
    min-width: 900px;
    max-width: 1500px;
    margin: 0 auto;
    margin-top: 300px;
    margin-bottom: 100px;
}
#tos {
    width: 55%;
    min-width: 900px;
    max-width: 1500px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 100px;
    font-size: 18px;
}
#privacy {
    width: 55%;
    min-width: 900px;
    max-width: 1500px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 100px;
    font-size: 18px;
}
#about {
    width: 55%;
    min-width: 900px;
    max-width: 1500px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 100px;
    font-size: 18px;
}
#support {
    width: 55%;
    min-width: 900px;
    max-width: 1500px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 100px;
    font-size: 18px;
}
#footer {
    border-top: 1px solid #e0e0e0
}
#footer_content {
    width: 55%;
    min-width: 900px;
    max-width: 1500px;
    margin: 0 auto;

    font-family: MuseoSC500, Arial, sans-serif;
    padding: 10px;
}
#footer_tos {
    display: inline-block;
    float: right;
}
#footer_fb {
    display: inline-block;
    float: right;
}
#footer_privacy {
    display: inline-block;
    float: right;
}
#footer_tinbits {
    display: inline-block;
    padding: 8px;
    color: gray;
    font-size: 15px;
    margin: 5px;
}

#header_logo {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    text-decoration: none
}
#header_support {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: right;
}
#header_about {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: right;
}

.circle {
    display: inline-block;
    border-radius: 100%;    
    color: white;
}
.circle i {
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    font-size: 80px;
    vertical-align: middle;
}
.fg-color-gesture {
    color: #2196F3;
}
.bg-color-gesture {
    background: #2196F3;
}
.fg-color-floating-actions {
    color: #FF5722;
}
.bg-color-floating-actions {
    background: #FF5722;
}
.fg-color-recurring-tasks {
    color: #E91E63;
}
.bg-color-recurring-tasks {
    background: #E91E63;
}
.fg-color-location-reminders {
    color: #4CAF50;
}
.bg-color-location-reminders {
    background: #4CAF50;
}
.fg-color-integrated-weather {
    color: #FF9800;
}
.bg-color-integrated-weather {
    background: #FF9800;
}
.fg-color-much-more {
    color: #607D8B;
}
.bg-color-much-more {
    background: #607D8B;
}
.font-size-200 {
    font-size: 200px
}

.centered {
    margin: 0 auto;
    text-align: center;
}
.mg-t-50 {
    margin-top: 50px
}
.mg-t-200 {
    margin-top: 100px
}
.feature_title {
    color: #202020;
    font-family: MuseoSC100, Arial, sans-serif;
    font-size: 70px
}
.feature_description {
    color: #202020;
    font-family: MuseoSC100, Arial, sans-serif;
    font-size: 24px
}
        
        .content_panel {
            position: relative;
            clear: both;
            margin-bottom: 150px;
        }
        .gestures_image {
            background-image: url("../images/nexus6p-gestures.png");
            background-repeat: no-repeat;
            background-size: contain;
            position: absolute;
            height: 0;
            top: 0;
            display: table;
            clear: both;
            padding-bottom: 50%;
            right: 50%;
           -webkit-transform: translateX(100%);
           -ms-transform: translateX(100%);
            transform: translateX(100%);
            width: 33%;
        }
h2 {
    color: #202020;
    font-family: MuseoSC100, Arial, sans-serif;
    font-size: 70px;
    font-weight: 100;
    margin-bottom: 0; 
    display: inline;
}
        .gestures_text {
            color: #202020;
            font-family: MuseoSC100, Arial, sans-serif;
            font-size: 24px;
        }