body{
    background-repeat: no-repeat;
    background-size: cover;
}
*{
    font-family: sans-serif;
    color: black;
}


::-moz-selection {  /* firefox */
  color: white;
  background: black;
}

::selection {
  color: white;
  background: black;
}

    @media (max-width: 800px) {
        #TOP-NAV-HEADER{
            display:none;
        }
        #TOP-NAV-800PX-SHOW-MENU{
            display:block;
        }
    }
    @media (min-width: 800px) {
        #TOP-NAV-HEADER{
            display:block;
        }
        #TOP-NAV-800PX-SHOW-MENU{
            display:none;
        }
    }

* {box-sizing: border-box;}
body {
margin: 0;
}
.loadMore {
    margin-bottom: 2px;
    background: #ededed;
    border: 1px solid #ccc;
    padding: 10px 30px;
    border-radius: 3px;
    cursor: pointer;
}
.loadMore:hover {
    background: #e5e5e5;
    -webkit-box-shadow: inset 0 0 5px #c1c1c1;
    -moz-box-shadow: inset 0 0 5px #c1c1c1;
    box-shadow: inset 0 0 5px #c1c1c1;
    outline: 0;
}

.loadMore:active{
    background:white;
}


#TOP-NAV-HEADER{
border-bottom:2px solid black;text-align:center;margin-top:20px;font-size:25px;
}

#TOP-NAV-800PX-SHOW-MENU{
text-align:right;margin-right:20px;font-size:25px;margin-top:20px;
}


input[type=text], input[type=password], input[type=email], textarea{
    border: 1px solid black;
    border-radius:5px;
    padding:5px;
}

textarea{
/*    margin-top:5px; */
    margin-bottom:10px;
    margin-top:5px;
border-radius: 15px 20px 0px;
padding:10px;
}

input[type=text], input[type=password], input[type=email]{
    margin-top:5px;
}


.button-simple{
    background-color:white;
    border: 1px solid black;
    border-radius:5px;
    cursor:pointer;
    padding:5px;
    margin-top:5px;
}
.center{display:block;margin-left:auto;margin-right:auto;width:50%}fieldset{border:1px solid #000}

.button-simple:hover{
    background-color:white;
    border: 1px solid black;
    border-radius:5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.19);

}

.button-simple:active{
    background-color:black;
    color:white;
    border-radius:5px;
}


input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    outline:none;
    border:none;


    border: 1px solid black;
}

.header {
    position: sticky;
    overflow: hidden;
    background-color: #000000;
    padding: 20px 10px;
    opacity: .9;
}
.header a {
    float: left;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
}
.header a.logo {
    font-size: 25px;
    font-weight: bold;
}
.header a:hover {
    background-color: rgb(255, 255, 255);
    color: black;
}

.header a.active {
    background-color: dodgerblue;
    color: white;
}

.header-right {
float: right;
}

@media screen and (max-width: 500px) {
.header a {
    float: none;
    display: block;
    text-align: left;
}

.header-right {
    float: none;
}
}
.idea{
    text-align: left;
    font-size: 40px;
    padding: .5% 10%;
	font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
}
.ideainfo{
    font-size: 25px;
    text-align: left;
    margin: 10px;
    padding: .5% 10%;
}

.ul{
    font-size: 25px;
    text-align: left;
    margin: 10px;
    padding: .5% 10%;
}
.ol{
    font-size: 25px;
    text-align: left;
    margin: 10px;
    padding: .5% 10%;
}

.box {
    display: flex;
    align-items:center;
    margin: 10px;
}

.column {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
}

@media screen and (max-width: 650px) {
.column {
    width: 100%;
    display: block;
}
}

.card:hover{
    box-shadow: 20px 10px 10px #ccc;
}
.container:hover{
    size: 10px
}
.container {
    padding: 5px 16px;
}

.container::after, .row::after {
    content: "";
    clear: both;
    display: table;
}

.title {
    color: grey;
}

.button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.button:hover {
    background-color: #555;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.bluebutton{
    margin: 10px;
    background-color: #0282f2;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFF;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    width: 200px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;
    transition: 1s;
    margin-bottom: 50px;
    }
.bluebutton:hover{
    background-color: #309fff;
    font-family: sans-serif;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFF;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    width: 200px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;
}

.gradient-button {
    margin: 10px;
    font-family: sans-serif;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFF;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    width: 200px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;
}
.gradient-button:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    margin: 8px 10px 12px;
}
#footer{
    padding: 1% 1%;
}
.gradient-button-1 {background-image: linear-gradient(to right, #DD5E89 0%, #F7BB97 51%, #DD5E89 100%)}
.gradient-button-1:hover { background-position: right center; }

.gradient-button-2 {background-image: linear-gradient(to right, #2BC0E4 0%, #EAECC6 51%, #2BC0E4 100%)}
.gradient-button-2:hover { background-position: right center; }

.gradient-button-3 {background-image: linear-gradient(to right, #7474BF 0%, #348AC7 51%, #7474BF 100%)}
.gradient-button-3:hover { background-position: right center; }

.gradient-button-4 {background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%)}
.gradient-button-4:hover { background-position: right center; }

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.card {
    width: 300px;
    box-sizing: border-box;
    padding: 1.5em;
    font-family: sans-serif;
    border-radius: 25px;
    color: white;
    line-height: 25px;
    box-shadow: 10px 5px 10px #ccc;
    float: left;
    display: inline;
    transition: .5s;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;

}

hr.sectionDivider{
    border: 2px solid black;
    border-radius: 5px;
    width: 50%;
    padding: .5% 5%;
    margin-left: 10%;
}

.card.purple {
  background: linear-gradient(150deg, #f731db, #4600f1 100%);
}

.card.green {
  background: linear-gradient(150deg, #39ef74, #4600f1 100%);
}

.card.yellow {
    background: linear-gradient(150deg, #f9ff00, #ff6f00, 100%);
}

.cardbutton{
  text-transform: uppercase;
  width: 150px;
  display: block;
  margin: 0 auto;
  color: #4600f1;
  border-radius: 50px;
  padding: 1em;
  background: white;
  border: none;
  font-weight: bold;
  margin-top: 4em;
  cursor: pointer;
}
.cardbutton.disabled{
  text-transform: uppercase;
  width: 150px;
  display: block;
  margin: 0 auto;
  color: grey;
  border-radius: 50px;
  padding: 1em;
  background: white;
  border: none;
  font-weight: bold;
  margin-top: 4em;
}

.cardbutton.disabled:hover{
  text-transform: uppercase;
  width: 150px;
  display: block;
  margin: 0 auto;S
  color: black;
  border-radius: 50px;
  padding: 1em;
  background: white;
  border: none;
  font-weight: bold;
  margin-top: 4em;
  cursor: not-allowed;
  shadow: 10px 10px grey;
}

.txtarea{
	width: 600px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-image: url(bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.saturate { filter: saturate(3); }
.grayscale { filter: grayscale(100%); }
.contrast { filter: contrast(160%); }
.brightness { filter: brightness(0.25); }
.blur { filter: blur(3px); }
.invert { filter: invert(100%); }
.sepia { filter: sepia(100%); }
.huerotate { filter: hue-rotate(180deg); }
.rss.opacity { filter: opacity(50%); }

.ja-LXgKmyE2ub4iugnsjs9Ggg{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.ja-LXgKmyE2ub4iugnsjs9Ggg-a{
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}