html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

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

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

[hidden] {
    display: none;
}

.no-appearance {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.no-appearance::-ms-expand {
    display: none;
}

.no-user-select, .no-user-select * {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

a, button {
    display: inline-block;
    cursor: pointer;
    border: none;
}

a, a:hover, a:active, a:link, a:focus, button, button:hover, button:active, button:link, button:focus {
    outline: none !important;
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

span, i {
    display: inline-block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    font-family: 'open_sansregular', sans-serif;
    font-size: larger;
    overflow: hidden;
    line-height: 1;
}

.content {
    width: 100%;
    max-width: 762px;
    margin: 0 auto;
    align-items: center;
}

.clear {
    clear: both;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-row {
    display: table-row;
}

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

.wrap {
    width: 100%;
    height: 100%;
    background: white;
}

.icon-search-holder {
    display: none;
}

.content > * {
    margin-bottom: 10%;
}

.logo {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}

.search-holder {
    position: relative;
    height: 20%;
    font-size: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

.search-holder > * {
    font-size: 4%;
}

.search-holder input {
    height: 100%;
    border: 0.2% solid #cfd5d9;
}

.search-holder .input {
    padding: 0px 5%;
    border-right: none;
    padding: 0px 5%;
    border-right: none;
    width: 100%;
    border-radius: 3rem;
    outline: none;
    box-shadow: 0px 0px 1px grey;
    transition: box-shadow .5s linear;
    font-size: medium;
    height: 3rem;
}


.search-holder .input:active, .search-holder .input:focus {
    border: 1px solid #4ea1cc;
    border-right: none;
}

.search-holder .input:active + .submit, .search-holder .input:focus + .submit {
    border: 1px solid #4ea1cc;
    border-left: none;
}

.search-holder .input::-ms-clear {
    display: none;
}

#date{
    padding: 1%;
    color: #000000;
    text-decoration: none;
    margin: 10px;
    font-size: xx-large;

}

.search-holder .suggestions {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    margin-top: 4px;
    background: white;
    padding: 2% 0px;
    display: none;
}

.search-holder .suggestions .suggestion {
    padding: 2% 3%;
    cursor: pointer;
}

.search-holder .suggestions .suggestion:hover, .search-holder .suggestions .suggestion.active {
    background: #e5e5e5;
}

.search-holder .suggestions .suggestion strong {
    font-family: 'robotobold', sans-serif;
}

.widgets {
    margin-bottom: 18px;
}

.widgets ul {
    font-size: 0;
    text-align: center;
}

.widgets ul li {
    display: inline-block;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
}

.widgets ul li:last-child {
    margin-right: 2%;
}

.widgets ul li a {
    width: 80px;
}

.widgets ul li a i {
    width: 3.4rem;
    height: 3.4rem;
    background-repeat: no-repeat;
    background-position: center center;
}

.widgets ul li a span {
    padding-top: 1%;
}
#uninstall, #install {
    color: rgb(119, 119, 119);
    font-family: arial;
    font-weight: bold;
    font-size: 16px;
    background-color: white;
    border: 1px solid grey;
    padding: 10px;
    border-radius: 3px;
}
.logo {
    height: 9rem;
    margin-top: 1%;
    margin-bottom: 3rem;
    background-image: url(./logo.png);
    background-size: 9rem;
}
.widgets ul li.prev-aol {
    margin-right: 0px;
}

.widgets ul li a i {
    border-radius: 1rem;
    background-color: #cfcfcf;
}

.widgets ul li a:hover i {
    background-color: #4ea1cc;
}

.img-hidden {
    visibility: hidden;
}
.ebay i {
    background-image: url("ebay.png");
    background-size: 100%;
}

.gmail i {
    background-image: url("gmail.png");
    background-size: 100%;
}

.wikipedia i {
    background-image: url("wiki.jpg");
    background-size: 100%;
}

.gamespot i {
    background-image: url("https://www.gamespot.com/favicon.ico");
    background-size: 100%;
}

.radio i {
    background-image: url("https://image.flaticon.com/icons/svg/254/254015.svg");
    background-size: 100%;
}

.games i{
    background-image: url("https://image.flaticon.com/icons/svg/686/686589.svg");
    background-size: 100%;
}

.twitter i {
    background-image: url("twitter.png");
    background-size: 100%;
}

.youtube i {
    background-image: url("youtube.png");
    background-size: 100%;
}

.facebook i {
    background-image: url("fb.png");
    background-size: 100%;
}

.wolframalpha i {
    background-image: url("https://www.flaticon.com/premium-icon/icons/svg/1038/1038860.svg");
    background-size: 100%;
}

.scholar i {
    background-image: url("scholar.jpg");
    background-size: 100%;
}

.amazon i {
    background-image: url("amazon.png");
    background-size: 100%;
}

.imdb i {
    background-image: url("imdb.png");
    background-size: 100%;
}

.youtube i {
    background-image: url("youtube.png");
    background-size: 100%;
}

.netflix i {
    background-image: url("netflix.jpg");
    background-size: 100%;
}
.aliexpress i {
    background-image: url("alix.png");
    background-size: 100%;
}


.hulu i {
    background-image: url("https://image.flaticon.com/icons/svg/1384/1384012.svg");
    background-size: 100%;
}

.instagram i {
    background-image: url("instagram.png");
    background-size: 100%;
}

#more-links {
    position: fixed;top: 2%;z-index: 100;padding: 1%;
}

#more-links a{
    color: #000000;
    text-decoration: none;
    font-size: small;
}

#more-links a:hover {
    color: #4ea1cc;
}

.table-cell {
    height: 100%;
    /* max-height: 600px; */
    width: 100%;
    background-color: hsla(200,40%,30%,.4);
    background-image:   
      url('https://78.media.tumblr.com/cae86e76225a25b17332dfc9cf8b1121/tumblr_p7n8kqHMuD1uy4lhuo1_540.png'), 
      url('https://78.media.tumblr.com/66445d34fe560351d474af69ef3f2fb0/tumblr_p7n908E1Jb1uy4lhuo1_1280.png'),
      url('https://78.media.tumblr.com/8cd0a12b7d9d5ba2c7d26f42c25de99f/tumblr_p7n8kqHMuD1uy4lhuo2_1280.png'),
      url('https://78.media.tumblr.com/5ecb41b654f4e8878f59445b948ede50/tumblr_p7n8on19cV1uy4lhuo1_1280.png'),
      url('https://78.media.tumblr.com/28bd9a2522fbf8981d680317ccbf4282/tumblr_p7n8kqHMuD1uy4lhuo3_1280.png');
    background-repeat: repeat-x;
    background-position: 
      0 20%,
      0 100%,
      0 50%,
      0 100%,
      0 0;
    background-size: 
      2500px,
      800px,
      500px 200px,
      1000px,
      400px 260px;
    animation: 50s para infinite linear;
    }
  
  @keyframes para {
    100% {
      background-position: 
        -5000px 20%,
        -800px 95%,
        500px 50%,
        1000px 100%,
        400px 0;
      }
    }

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

        .logo {
            height: 5rem;
            margin-top: 1%;
            margin-bottom: 3rem;
            background-image: url(./logo.png);
            background-size: 5rem;       
        }
        .widgets ul li a i {
            width: 3rem;
            height: 3rem;
            background-repeat: no-repeat;
            background-position: center center;
        }
        .content {
            width: 100%;
            max-width:500px;
            margin: 0 auto;
            align-items: center;
        }
      }
      
  #main {
    width: 200px;
    font-family: arial, helvetica, sans-serif;
    font-size: 13;
  }
  #title {
      background-image: linear-gradient(180deg,
        rgb(0, 0, 0) 0%,
        #000000 50%,
        rgb(0, 0, 0) 100%);
        text-align: center;
     background-clip: text;
     font-size: 50px;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
  }
  
  
  #txtArea{
    margin: 0px;
    width: 192px;
    height: 60px;
  }
  
  
  .button {
    font-weight: bold;
    margin: 10px;
    border-radius: 5px;
    border: none;
    color: white;
    font-size: 20px;
    padding: 5px;
    margin-left: 4px;
    cursor: pointer;
  }
  
  .set-alarm {
    background-color: #498AFB;
  }
  
  .clear-alarm {
    background-color: #FF3860;
  }
  
  .create-alarm {
    background-color: green;
  }
  
  .alarm-list-container {
  margin-top: 5%;
  display: flex;
  height: 25rem;
  padding: 12px;
  display: -webkit-inline-box;
  width: 380px;
  }
  
  .alarm-el {
    display: block;
    text-align: center;
    font-weight: 100;
    margin: 1.2%;
    letter-spacing: 1%;
    margin-bottom: 3%;
    height: 40%;
    padding: 2%;
    width: 40%;
    overflow: overlay;
    /* background-color: #A2C7E8; */
    background-color: rgb(252, 242, 151);
    color: #303133;
    font-size: medium;
    line-height: 50px;
    border-radius: 0px;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  }
  
  .close {
  position: absolute;
  /* right: 32px;
  top: 32px;
  width: 32px;
  height: 32px; */
  opacity: 0.3;
  }
  .close:hover {
  opacity: 1;
  }
  .close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #333;
  }
  .close:before {
  transform: rotate(45deg);
  }
  .close:after {
  transform: rotate(-45deg);
  }