html {
    min-height: 100%;
}

* {
    box-sizing: border-box;
}

body {
    min-height: 100%;
    background: #061d33;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

.no-js-message {
    color: white;
    position: absolute;
    width: 100%;
    padding: 50px;
    background: #000000e0;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

p {
    font-weight: 600;
}

ul {
    text-align: left;
    margin-top: 20px;
    padding: 0 20px;
}

li > button {
    font-weight: 800; 
    background: none;
    border: none;
    float: right;
    color: #ffffff94;
}

.flex-container {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page-title {
    padding: 50px 0;
    font-weight: bold;
}

.page-title h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
    font-family: 'Adamina', 'Georgia', serif;
    letter-spacing: 5px;
    font-size: 30px;
}

.input-group {
	margin-bottom: 5px;
}
.social-share-buttons a {
  text-decoration: none;
}

.share-tool-section {
	text-align: center;
}

.share-tool-section .social-share-buttons {
    padding: 10px 20px;
    background: none;
}

.share-tool-section .social-share-buttons a {
    color: #ffffff99;
    padding: 8px;
}

.share-tool-section .social-share-buttons a i {
    border: 1px solid #ffffff21;
    padding: 10px;
    border-radius: 6px;
}


/* App styles */

.seo-meta-preview-app {
    margin-bottom: 40px;
}

.app-container {
    max-width: 500px;
    margin-right: auto;
	margin-left: auto;
    background: white;
    text-align: center;
    overflow: hidden;
    padding: 35px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}



.meta-form {
  text-align: left;
  margin-bottom: 40px;
}

.meta-form label {
  display: block;
  margin-bottom: 20px;
  color: #061d33;
  font-weight: 600;
  font-size: 16px;
}

.meta-form input[type="text"],
.meta-form textarea {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  margin-top: 6px;
  font-family: 'Open Sans', sans-serif;
  background-color: #f9f9f9;
  color: #333;
}

.meta-form textarea {
  height: 100px;
  resize: vertical;
}

.meta-form small {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #888;
}

.preview-heading {
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #061d33;
}

.serp-preview {
  background: #fff;
  padding: 20px 25px;
  border: 1px solid #dadce0;
  border-radius: 8px;
  max-width: 650px;
  text-align: left;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  margin: 30px auto 0;
  box-shadow: 0 1px 3px rgba(60, 64, 67, 0.15);
  line-height: 1.58;
}

.serp-header {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-bottom: 4px;
  color: #4d5156;
}

.serp-favicon {
	width: 25px;
	height: 25px;
	margin-right: 12px;
	border-radius: 4px;
}

.serp-site-name {
  font-weight: 500;
  color: #202124;
}

.serp-url {
  font-size: 13px;
  color: #5f6368;
  margin: 2px 0 8px;
  margin-top: 0px;
  word-break: break-word;
  line-height: 1.2;
}


.serp-title {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  color: #1a0dab;
  text-decoration: none;
  margin: 0 0 8px;
}

.serp-title:hover {
  text-decoration: underline;
}

.serp-description {
  font-size: 14px;
  color: #4d5156;
  margin-top: 0;
}


@media (max-width: 600px) {
  .meta-form label {
    font-size: 15px;
  }

  .meta-form input[type="text"],
  .meta-form textarea {
    font-size: 15px;
  }

  .serp-preview {
    padding: 15px;
  }

  .serp-title {
    font-size: 18px;
  }
}


.upload-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #061d33d9;
}




/* End App styles */


footer {
    padding: 15px 20px;
    color: #ffffff6e;
    font-family: sans-serif;
    text-align: center;
    font-size: 15px;
    letter-spacing: .2px;
}

footer a {
    color: #ff9901;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

footer .made-by {
    color: white;
}

footer .footer-copyright {
    font-size: 14px;
    line-height: 1.4;
    font-weight: lighter;
}
