body {
	max-width: 100%;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	background: #5c94fc;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: white;
}

header{
	width: 400px;
	max-width: 90vw;
	margin: 0 auto;
	margin-top: 3vh;
}

header svg{
	width: 100%;
	max-width: 100%;
}

.wrapper{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 175px;
	flex: 1 0 auto;
}

.form-container{
	width: 400px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 20px 0;
	font-weight: 400;
	background: rgba(255,255,255,0.1);
}

.paragraph-number {
	width: 25px;
	margin: 3px;
	padding: 2px;
	background: transparent;
	border: 0;
	border: 1px solid white;
	border-radius: 2px;
	text-align: center;
	font-weight: 400;
	color: white;
	font-size: 16px;
}

span.row{
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 10px 0;
	display: block;
	text-align: center;
}

.generate-button, .copy-button {
	position: relative;
	margin: 0 2px 0 2px;
	padding: 8px 20px;
	display: inline-block;
	background: white;
	border: none;
	border-radius: 2px;
	outline: none;
	cursor: pointer;
	font-size: 15px;
	font-weight: 400;
	box-shadow: 0 3px 0px rgba(0,0,0,0.1);
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.generate-button:hover, .copy-button:hover {
	box-shadow: 0 2px 0px rgba(0,0,0,0.2);
	top: 1px;
	transition: none;
	outline: none;
}

.generate-button:active, .copy-button:active {
	box-shadow: 0 2px 0px rgba(0,0,0,0.2);
	top: 2px;
	transition: none;
	outline: none;
	color: black;
}

input:focus {
	outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

label{
	padding: 0;
	margin: 0;
}

input[type=checkbox]{
margin-right: 5px;
}

.generated-text {
	max-width: 90%;
	margin: 0 auto;
	font-family: inherit;
	font-size: 15px;
	text-align: center;
	font-weight: 300;
	line-height: 20px;
}

footer{
	position: relative;
	min-width: 100%;
	max-width: 100%;
	margin-top: -150px;
	height: 200px;
	clear: both;
	flex-shrink: 0;
	background: url('./../img/bg1-min.png');
	background-size: auto 100%;
	text-align: center;
}

#copyright{
	width: 100%;
	height: 30px;
	margin-top: 10px;
	font-size: 11px;
	z-index: 1000;
	font-weight: 400;
	text-decoration: none;
}

#copyright a{
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

#copyright a:hover{
	color: inherit;
	text-decoration: underline;
}

#copyright a:visited{
	color: inherit;
}

.fa-heart{
	font-size: 12px;
}

a.legal{
	outline: 0;
}

.dark .text{
	color: black;
	border-color: black;
}

div.modal{
	color: black;
}

.social-buttons{
	position: relative;
	width: 100%;
	height: 20px;
	text-align: center;
	margin: 0 auto;
	line-height: 20px;
	display: inline-block;
}

.twitter-share-button, .fb-share-button{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top !important;
}

.share-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
	border: 0;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
	margin: 1px;
	transition: 0.3s ease;
	cursor: pointer;
}

.share-button:hover{
	text-decoration: none;
	transition: 0.1s ease;
}

.share-button:active {
	text-decoration: none;
	transition: 0.1s ease;
}

.share-button svg {
  width: 16px;
  height: 16px;
  margin-right: 3px;
	transition: 0.3s ease;
}

.share-button.facebook {
	background-color: white;
	color: #4A66B7 !important;
	transition: 0.3s ease;
}
.share-button.facebook svg{
	fill: #4A66B7;
	transition: 0.3s ease;
}
.share-button.facebook:hover {
	background-color: #4A66B7;
	color: white !important;
	transition: 0.1s ease;
}
.share-button.facebook:hover svg{
	transition: 0.1s ease;
	fill: white;
}

.share-button.twitter {
	background-color: white;
	color: #1B95E0 !important;
	transition: 0.3s ease;
}
.share-button.twitter svg{
	fill: #1B95E0;
	transition: 0.3s ease;
}
.share-button.twitter:hover {
	background-color: #1B95E0;
	color: white !important;
	transition: 0.1s ease;
}
.share-button.twitter:hover svg{
	fill: white;
	transition: 0.1s ease;
}

select{
  font-size: 16px;
}

.selector {
  display: flex;
  max-width: 336px;
  width: 100%;
  position: relative;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1;
  margin: 0 auto;
  font-size: 13px;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
}
.selector > input {
  display: none;
}
.selector > input:checked + label {
  color: black;
}
.selector > input:nth-of-type(1):checked ~ label:last-of-type:before {
  transform: translateX(calc(0% + 0px));
}
.selector > input:nth-of-type(2):checked ~ label:last-of-type:before {
  transform: translateX(calc(100% + 0px));
}
.selector > input:nth-of-type(3):checked ~ label:last-of-type:before {
  transform: translateX(calc(200% + 0px));
}
.selector label {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.selector label:last-of-type:before {
  content: "";
  display: block;
  max-width: calc(33.3333333333% - 0px);
  margin: 0px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: translateX(0);
}
.selector label {
  padding: 6px 3px;
  transition: color 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}
.selector label:before {
  background: #fff;
  transition: all 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}
.selector label:not(:last-child) {
  border-right: 1px solid #fff;
}

.fadein{
	-webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 0.5s;
	-ms-animation: fadein 0.5s;
	-o-animation: fadein 0.5s;
	animation: fadein 0.5s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
