/*Full Screen Navbar*/

.topnav {
    overflow: visible;
    background-color: #a20828;
    height: 60px;
    position: fixed;
    right: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  h1
  {
      font-size: 39px;
  }
  h2
  {
      font-size: 34px;
  }
  h3
  {
      font-size: 30px;
  }
  h4
  {
    font-size: 28px;
  }
  h5{
      font-size: 26px;
  }
  h6
  {
      font-size: 24px;
  }
  p{
      font-size: 18px;
  }
  .h1-tags
  {
    text-align: center;
    margin: 10px 0px;
    font-size: 35px;
    color: #a20828;
  }

  .table_of_content table tr td a
  {
text-decoration: none;
font-size: 16px;
color: #004e79;
  }
  main .pretty-container {
    grid-row: 2;
    grid-column: 1;
    padding: 0px 60px;
}
  .table_of_content
  {
    display: table;
    padding: 7px;
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    padding: 5px;
    font-size: 95%;
    margin: 20px 15px 25px 10px;
  }

  .table_of_content table tr
  {
      border: none;
  }
  .table_of_content table h2
  {
   font-size: 25px;
  }

  .topnav a {
    float: left;
    color: #ffffff;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 22px;
  }
  
  .full-screen-nav-link:hover {
    background-color: #a20828;
    color: #F6A21D;
  }

  .full-screen-nav-link {
      margin-top: 8px;
      margin-left: 20px;
  }

  .full-screen-nav-item {
      float: right;
      margin-right: 11px;
  }
  .main_page_button:hover {
    background-color: #45a049;
  }
  .main_page_button
  {
    background-color: #4caf50;
    color: #fff;
    padding: 18px 110px;
    border: none;
    margin-right: 75px;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    margin-top: 10px;
    font-size: 22px;
  }
  .pretty-container {
    grid-row: 2;
    grid-column: 1;
    padding: 0px 60px 0px 60px;
}

  @media (max-width: 577px) {
    .topnav a {
        float: none;
    }
    .topnav {
        height: 73px;
    }
}

/* Navbar CSS Ends Here*/

/* Footer Row*/

.footer-distributed{
	background: #1f1e1e;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-intro {
    color: #bdbcba;
    font-weight: normal;
    font-size: 17px;
}

.footer-intro-email {
    color: white;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
    font-weight:400;
	text-decoration: none;
	color:  inherit;
}

/* Footer Center */

.footer-distributed .footer-center{
    width: 35%;
    text-align: center;
}

.footer-center-h3{
    color: white;
    font-size: 27px;
}

.footer-center-intro {
    font-size: 17px;
    font-weight: normal;
    color: #bdbcba;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #F6A21D;
	text-decoration: none;;
}

.footer-distributed .footer-center p a:hover {
    color: skyblue;
}

.footer-distributed .footer-center p {
    display: flex;
    flex-flow: column;
}

.footer-distributed .footer-links a:before {
  content: "➤";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #bdbcba;
	font-size: 17px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* Footer Bottom*/

.footer-bottom {
    background-color: black;
    height: 60px;
    right: 0;
    left: 0;
}

.footer-company-name{
	color:  white;
	font-size: 17px;
    font-weight: normal;
    padding: 13px;
}

@media (max-width: 980px) {
    .footer-bottom {
        margin-bottom: 47px;
    }
}

.footer-bottom-link {
    color: white;
    text-decoration: none;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}


/* Footer Ends Here*/

/*About Us Grid Classes*/
* {box-sizing: border-box;}

.main-head {
    grid-area: header;
}
.content {
    grid-area: main;
}
.main-footer {
    grid-area: footer;
}
.aside {
    grid-area: aside;
}
.main-container {
    display: grid;
    grid-gap: 20px;
    grid-template-areas: 
    "header header header header"
    "main main main main"
    "footer footer footer footer";
}
@media (min-width: 300px) {
    .main-container {
        grid-template-columns: 1fr 2fr;
        grid-template-areas: 
        'header header'
        'main main'
        'footer footer';
    }
    .content {
        padding: 55px;
    }
}

/* About Us CSS*/

.about-contact {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*About Us Grid Classes Ends Here*/


/*Calculator Grid Classes*/

.calculator-header {
    grid-area: cal-header;
    z-index: 1;
}
.calculator-body-container {
    grid-area: cal-body;
}
.calculator-footer {
    grid-area: cal-footer;
}

.calculator-container {
    display: grid;
    grid-gap: 15px;
    grid-template-areas: 
    'cal-header cal-header cal-header cal-header'
    'cal-body cal-body cal-body cal-body'
    'cal-footer cal-footer cal-footer cal-footer';
}

@media (min-width: 300px) {
    .calculator-body-container {
        padding: 50px;
    }
}

.calculator-desc {
    text-align: center;
    margin: 10px 0px 10px 0px;
}

.list-group-links {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    box-sizing: border-box;
    margin-top: 15px;
    width: 50%;
}

@media (max-width: 600px) {
    .list-group-links {
        width: 100%;
    }
}

.calculator-link {
    text-decoration: none;
    color: #a20828;
}

.calculator-link:hover {
    color: #F6A21D;
    text-decoration: none;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.calculator-header-content {
    background-color: white;
    padding: 15px;
}

.listing-links {
    background-color: white;
    padding: 15px 15px 60px 15px;
}

.calculator-listing-header {
    color: #a20828;
    font-size: 30px;
}

/*Calculator Grid And Css Ends Here*/

/*Contact Grid Classes Starts From Here*/

.contact-header {
    grid-area: contact-header;
}
.contact-body-container {
    grid-area: contact-body;
    padding: 58px;
}
.footer-contact {
    grid-area: contact-footer;
}

.contact-main {
    display: grid;
    grid-gap: 15px;
    grid-template-areas: 
    'contact-header contact-header contact-header contact-header'
    'contact-body contact-body contact-body contact-body'
    'contact-footer contact-footer contact-footer contact-footer';
}

@media (min-width: 300px) {
    .contact-main {
        grid-template-columns: 1fr 2fr;
        grid-template-areas: 
        'contact-header contact-header'
        'contact-body contact-body'
        'contact-footer contact-footer';
    }
    .contact-body-container {
        padding: 50px;
    }
}

/*Contact Grid Classes Ends Here*/

/* Aesthetic Symbol Grid Classes*/

.aesthetic-header {
    grid-area: a-head;
    z-index: 1;
}
.aesthetic-body-container {
    grid-area: a-body;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
}

.aesthetics-internal-linking {
    grid-area: a-link;
    padding: 0px 60px;
}

.aesthetic-content-container {
    grid-area: a-content;
    padding-left: 60px;
    padding-right: 60px;
}
.aesthetic-footer {
   grid-area: a-foot;
}

.aesthetic-intro {
    grid-column: 1 / 6;
    grid-row: 1;
}
.aesthetic-colored {
    /* grid-area: a-colored; */
    grid-column: 1 / 6;
    grid-row: 2;
    background-color: white;
}
.third-row {
    grid-column: 1 / 6;
    grid-row: 3;
    display: grid;
    grid-template-areas: 
    'a-asterisks a-star a-plus';
    grid-gap: 20px;
}
.bracket-hand-row {
    grid-column: 1 / 6;
    grid-row: 6;
    display: grid;
    grid-template-areas: 
    'a-bracket a-arrow';
    grid-gap: 20px;
}
.aesthetic-asterisks {
    grid-area: a-asterisks;
    background-color: white;
    
}
.aesthetic-star {
    grid-area: a-star;
    background-color: white;
    
}
.aesthetic-plus {
    grid-area: a-plus;
    background-color: white;
}
.aesthetic-lenny {
    /* grid-area: a-lenny; */
    grid-column: 1 / 6;
    grid-row: 4;
    background-color: white;
    overflow: hidden;
}
.aesthetic-kaomoji {
    /* grid-area: a-kaomoji; */
    grid-column: 1 / 6;
    grid-row: 5;
    background-color: white;
}
.aesthetic-brackets {
    grid-area: a-bracket;
    background-color: white;
}
.aesthetic-arrow {
    grid-area: a-arrow;
    background-color: white;
}
.aesthetic-religious {
    /* grid-area: a-religious; */
    grid-column: 1 / 6;
    grid-row: 7;
    background-color: white;
}
.aesthetic-unique {
    /* grid-area: a-unique; */
    grid-column: 1 / 6;
    grid-row: 8;
    background-color: white;
}

.card-body {
    padding: 15px;
  
}


.flex-symbols {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 70px;
    margin: auto;
    width: 200px;
    text-align: center;
    padding: 15px;
}

.flex-bracket-arrow {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
    margin: auto;
    width: 350px;
    text-align: center;
    flex-direction: row;
}

.religious-flex {
    display: flex;
    gap: 50px;
    padding: 15px;
}

.religious-body {
    display: flex;
    gap: 50px;
}

.religious-body-2 {
    display: flex;
    gap: 50px;
}

.col-md-1 {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
}

.card-head {
    background-color: #ffd760 !important;
    text-align: center;
    height: auto;
    line-height: 50px;
    width: 100%;
}

/*Defining Whole Body Grid*/

.aesthetic-main {
    display: grid;
    grid-template-areas: 
    'a-head a-head a-head a-head'
    'a-body a-body a-body a-body'
    'a-link a-link a-link a-link'
    'a-content a-content a-content a-content'
    'a-foot a-foot a-foot a-foot';
}

/*Defining Main Body Grid*/

.aesthetic-body-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    grid-auto-rows: minmax(100px, auto);
    
}

/*Aesthetic symbol Media Queries*/

@media (max-width: 1300px) {
    .religious-flex {
        flex-direction: column;
        gap: 30px;
    }
    .religious-body {
        margin: auto;
    }
    .religious-body-2 {
        margin: auto;
    }
}

@media (max-width: 768px) {
    .third-row {
        grid-template-areas: 
        'a-asterisks'
        'a-star' 
        'a-plus';
        grid-gap: 20px;
    }
    .bracket-hand-row {
        grid-template-areas: 
        'a-bracket'
        'a-arrow';
        grid-gap: 20px;
    }
    .aesthetic-body-container {
        padding: 60px 10px 10px 10px;
    }
    .aesthetic-content-container {
        padding: 0px 10px 0px 10px;
    }
    .aesthetics-internal-linking {
        padding: 0px 10px;
    }
}

@media (max-width: 670px) {
    .religious-body {
        gap: 0;
    }
    .religious-body-2 {
        gap: 0;
    }
}

@media (max-width: 465px) {
    .religious-body {
        display: block;
    }
    .religious-body-2 {
        display: block;
    }
    .flex-bracket-arrow {
        width: auto;
        gap: 18px;
    }
}

/*Aesthetic Symbol Grid Classes Ends Here*/

/*Font Changer Online Grid Classes*/

.font-changer-main {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: minmax(60px, auto);
}

.changer-head {
    grid-row: 1;
    grid-column: 1;
}
.changer-body-container {
    grid-column: 1;
    grid-row: 2;
    padding: 0px 60px 0px 60px;  
}
.changer-footer {
    grid-row: 3;
    grid-column: 1;
}

.stylish-header-text {
    color: #a20828;
    font-family: 'Oleo Script', cursive;
    text-shadow: 9px 5px 5px #C49FA2;
    font-size: 50px;
}

.changer-preview-content {
    margin: 1rem 0px 1rem 0px;
}

.font-preview-content {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.changer-hover-icon {
    display: flex;
}


.copy-icon {
    background-color: transparent;
    font-size: 36px;
    color: #a20828;
}

.changer-hover-icon:hover i {
    display: block;
    text-align: end;
}

.changer-hover-icon i {
    display: none;
}

.changer-input {
    width: 100%;
    height: 80px;
    font-size: 22px;
}

@media (max-width: 768px) {
    .changer-body-container {
        padding: 0px 10px 0px 10px;
    }
}

/*Font Changer Grid Classes End Here*/

/* Font Style Online Grid Classes */

.font-style-main {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: minmax(60px, auto);
}

.font-style-header {
    grid-row: 1;
    grid-column: 1;
}

.font-style-container {
    grid-row: 2;
    grid-column: 1;
    padding: 0px 60px 0px 60px;
}

.font-style-footer {
    grid-row: 3;
    grid-column: 1;
}

#h1_font_style_id {
    text-align: center;
    color:#a20828;
    font-family: 'Lemonada', cursive;
    font-size: 50px;
    text-shadow: 9px 5px 5px #C49FA2;
}

.font-style-header-p {
    margin-bottom: 15px;
}

.input-area {
    height: 90px !important;
    width: 100%;
    margin-bottom: 25px;
    font-size: 22px;
}

.font-style-output {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .font-style-container {
        padding: 0px 10px 0px 10px;
    }
}

/*Font Style Online Grid Classes Ends Here*/

/* Privacy Policy Grid Css Strats Here*/

.privacy-main {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: minmax(65px, auto);
}

.privacy-head {
    grid-row: 1;
    grid-column: 1;
}

.privacy-container {
    grid-row: 2;
    grid-column: 1;
    padding: 0px 60px 0px 60px;
    margin-bottom: 15px;
}

.privacy-footer {
    grid-row: 3;
    grid-column: 1;
}

@media (max-width: 768px) {
    .privacy-container {
        padding: 0px 10px 0px 10px;
    }
}

/* Privacy Policy Grid Css Ends Here*/

/* Tool Grid Css */

.tool-main {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: minmax(60px, auto);
}

.tool-header {
    grid-row: 1;
    grid-column: 1;
    z-index: 1;
}

.tool-container {
    grid-row: 2;
    grid-column: 1;
    padding: 15px 60px 15px 60px;
}

.tool-footer {
    grid-row: 3;
    grid-column: 1;
}

@media (max-width: 768px) {
    .tool-container {
        padding: 10px;
    }
}

/* Tool Css Ends Here*/

/* PUBG Grid Classes */

.pubg-main {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: minmax(60px, auto);
}

.pubg-header {
    grid-row: 1;
    grid-column: 1;
}

.pubg-container {
    grid-row: 2;
    grid-column: 1;
    padding: 0px 60px 0px 60px;
}

.pubg-footer {
    grid-row: 3;
    grid-column: 1;
}

@media (max-width: 768px) {
    .pubg-container {
        padding: 0px 10px 0px 10px;
    }
}

/**
Pubg Stylish Text Generator Css
*/
.pubg-background {
    background-image: url('images/main-pubg.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.pubg-input {
    position: -webkit-sticky;
    position: sticky !important;
    top: 60px;
    z-index: 1;
}

.pubg-input-area {
    height: 90px !important;
    width: 100%;
    font-size: 22px;
}

.input-backgound {
    background-image: url('images/input-bg-p.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.result-text:hover {
    cursor: crosshair;
}

.input-coloumn {
    border: 4px solid #ffc107 !important;
}

.pubg-result-title {
    font-family: 'Chewy', cursive;
  font-size: 18px;
  margin-top: 20px;
    text-align: center;
  color: #ffc107;
  text-shadow: 2px 2px black;
}

#h1_pubg_stylish_id {
    text-align: center;
    color: #ffc107;
    text-shadow: 4px 4px 4px black;
    font-family: 'Lemonada', cursive;
    font-size: 50px;
    
}

/* PUBG Grid Classes End Here */

/* Text Generator Grid Classes */

.generator-main {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: minmax(60px, auto);
}

.generator-header {
    grid-row: 1;
    grid-column: 1;
}

.generator-container {
    grid-row: 2;
    grid-column: 1;
    padding: 0px 60px 0px 60px;
}

.generator-footer {
    grid-row: 3;
    grid-column: 1;
}

#h1_text_generator_id {
    text-align: center;
    color:#a20828;
    font-family: 'Lobster', cursive;
    font-size: 50px;
    text-shadow: 9px 5px 5px #C49FA2;
}

.generator-input {
    width: 100%;
    height: 80px;
    font-size: 22px;
}

@media (max-width: 768px) {
    .generator-container {
        padding: 0px 10px 0px 10px;
    }
}

/* Text Generator Grid Classes End Here */


/* Instagram Money Grid Css */

.insta-main {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: minmax(60px, auto);
}

.insta-header {
    grid-row: 1;
    grid-column: 1;
}

.insta-container {
    grid-column: 1;
    grid-row: 2;
    padding: 0px 60px 0px 60px;
}

.insta-footer{
    grid-row: 3;
    grid-column: 1;
}

.insta-input-row {
    display: flex;
    justify-content: center;
}

.result-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(25px, auto);
    margin-top: 15px;
}

.result-container-second {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(25px, auto);
    margin-top: 15px;
}

.result-container-third {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: minmax(25px, auto);
    margin-top: 15px;
    padding-bottom: 20px;
}

.insta-heading {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .result-container {
        display: flex;
        flex-direction: column;
    }

    .result-container-second {
        display: flex;
        flex-direction: column;
    }

    .insta-container {
        padding: 0px 10px 0px 10px;
    }
}

.insta-input {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    font-size: 17px;
}

.insta-desc {
    padding: 15px;
}

.insta-perview-results {
    background-color: white;
}

.result-div-insta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 3em;
}

.insta-button-div {
    display: flex;
    justify-content: center;
}

.insta-check-button {
    background-color: #4CAF50; /* Green */
    border: none;
    border-radius: 7px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.input-button {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#profile-pic {
    margin-bottom: 10px;
}

/* Instagram Grid Css End Here */

/* Youtube Grid Css Classes */

.youtube-main {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: minmax(60px, auto);
}

.youtube-header {
    grid-row: 1;
    grid-column: 1;
}

.youtube-container {
    grid-row: 2;
    grid-column: 1;
    padding: 0px 60px 0px 60px;
}

.youtube-footer {
    grid-column: 1;
    grid-row: 3;
}

@media (max-width: 768px) {
    .youtube-container {
        padding: 0px 10px 0px 10px;
    }
}

/* Youtube Grid Classes Ends Here */

/* Index Grid Css Classes */

.index-main {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: minmax(60px, auto);
}

.index-header {
    grid-row: 1;
    grid-column: 1;
    z-index: 1;
}

.index-container {
    grid-row: 2;
    grid-column: 1;
    padding: 0px 60px 0px 60px;

}

.index-footer {
    grid-row: 3;
    grid-column: 1;
}

.index-head-content {
    text-align: center;
    color: white;
    padding-top: 110px;
}

.image-row {
    background-image: url('images/Tool-Calculator-Cover-Photo.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

.small-screen {
    display: none;
}

.text-class {
    font-size: 50px;
}

.category-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(10px, auto);
    grid-gap: 15px;
    margin-top: 15px;
}

.index-category-image {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 15px;
}

.index-category-content {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    background-color: white;
    padding-bottom: 30px;
}

.categories-class:hover {
    text-decoration: none;
    color: #F6A21D;
}

.categories-class {
    color: #a20828;
    text-decoration: none;
}

.category-text {
    margin-bottom: 10px;
}

.index-category-link {
    color: black;
    text-decoration: none;
}

.index-category-link:hover {
    text-decoration: none;
    color: #a20828
}


@media (max-width: 510px) {
    .text-class {
        font-size: 30px;
    }
}

@media (max-width: 685px) {
    .category-row {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .index-container {
        padding: 0px 10px 0px 10px;
    }
}

/* Index Grid Css Classes End Here */

/* Aesthetics Emoji Grid Classes */

.emoji-main {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: minmax(60px, auto);
}

.emoji-header {
    grid-row: 1;
    grid-column: 1;
}

.emoji-container {
    grid-column: 1;
    grid-row: 2;
    padding: 0px 60px 0px 60px;
}

.emoji-footer {
    grid-column: 1;
    grid-row: 3;
}

.emoji-background {
    /* padding: 7px 14px;
    overflow: hidden;
    background-color: rosybrown; */
    display: flex;
    display: inline-flex;
    padding: 3px 10px;
    border-radius: 3px;
    background: #ebf1f7;
    box-shadow: 2px 2px 5px grey;
    margin-left: 10px;
    margin-top: 10px;

}
#links {
    margin-left: 25px;
    color: #bdbcba;
}
#links li a {
    color:#F6A21D;
    text-decoration: none;
}
#links li a:hover {
    color:#bdbcba; 
    text-decoration: none;
}
#heading-contant {
    font-weight: bold;
}

@media (max-width: 768px) {
    .emoji-container {
        padding: 0px 10px 0px 10px;
    }
}
/* Aesthetic Emoji Grid Classes Ends Here */

/*Global CSS*/

.content-h2 {
    text-align: center;
    color: white;
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
}

.content-listing {
    margin-left: 16px;
    font-size: 20px;
}

.instruction-content {
    color: #bdbcba;
    padding: 10px;
}

.content-row {
    background-color: #790920 !important;
padding : 0px 15px 45px 15px;
}

.content-image {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
}

.see-more-button {
    background-color: #483f48;
    border: none;
    border-radius: 7px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.result-text {
    word-break: break-word!important;
    overflow-wrap: break-word!important;
}

.h1-tags {
    text-align: center;
    margin-top: 25px;
    font-size: 35px;
    color: #a20828;
}

.int-link-button {
    text-decoration: none;
    color: #ffffff;
    padding: 21px 10px;
    display: inline-flex;
    border-radius: 3px;
    background: #a20828;
    box-shadow: 2px 2px 5px grey;
    margin-left: 5px;
    margin-top: 10px;
    border-radius: 6px 0px;
}

.int-link-button:hover {
    background-color: #f7931e;
}

.internal-linking-row {
    padding: 50px 0px;
    text-align: center;
    text-transform: capitalize;
    background-color: #ffffff;
}

.int-linking-heading {
    font-size: 24px;
}

table {
    border-collapse: collapse;
    max-width: 100%;
    margin: auto;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  

/* @media (max-width: 768px) {
    .content-image {
        width: 100%;
    }
} */
/*Global CSS End Here*/

.card-background {
    background-image: url("images/Instagram-Money-Calculator-Cover.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.following-icon {
    font-size: 50px;
    color: #71669a;
}

.content-style {
    font-weight: bold;
    font-size: large;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.follower-icon {
    font-size: 50px;
    color: #ff9e13;
}

.like-icon {
    font-size: 50px;
    color: #e53655;
}

.engagement-icon {
    font-size: 50px;
    color: coral;
}

.post-icon {
    font-size: 50px;
    color: #28a745;
}

.money-icon {
    font-size: 50px;
    color: #f7482a;
}

#see-more {
    display: none;
}



/* @media only screen and (max-width: 575px) {
    .image-row {
        background-image: url('images/Tool\ Calculator\ Cover\ Photo.jpg');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 500px;
    }
    .small-screen {
        display: block;
    }
} */

.small-screen-text {
    color: #F6A21D;
}

.bread-crumb {
    margin-top: 55px;
}

.earnings {
    font-size: 28px;
}

body {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}







/* .font_title {
    font-size: 11px;
} */






.title-icon{
    font-size: 50px;
    color: #843d6b;
}

.subscriber-icon{
    font-size: 50px;
    color: #dd595a;
}

.view-icon{
    font-size: 50px;
    color: #28a745;
}

.video-icon{
    font-size: 50px;
    color: #17a2b8;
}

.account-icon{
    font-size: 50px;
    color: #d6259f;
}

.earning-icon{
    font-size: 50px;
    color: #4938d6;
}

.background-image {
    background-image: url("images/YouTube-Money-Calculator-Cover.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.nav-link {
    color: white !important;
}
.nav-link:hover {
    color: #F6A21D !important;
}

.footer-nav {
    background-color: #1d1f21 !important;
}

.header-text {
    color: #a20828;
    text-align: center;
    margin-bottom: 15px;
}

.footer-link {
    text-decoration: none;
    color: white;
}

.footer-link:hover {
    color: #F6A21D !important;
}

.navbar-default .navbar-nav > li.dropdown:hover > a, 
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: #a20828;
    color: rgb(85, 85, 85);
}
li.dropdown:hover > .dropdown-menu {
    display: block;
    background-color: #a20828;
}

.dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background-color: #72061b !important;
    color: #F6A21D !important;
}



.categories-list {
    list-style-type: none;
}

@media only screen and (max-width: 375px) {
    .logo-class {
        width: 215px;
    }
}

.navbar-menus {
    margin-right: 140px;
}

#lure{
display:block;
}
* {
margin: 0;
padding: 0;
}

.font-style-online-body {
    background-image: linear-gradient(to right, #a208284d , #f7931e87);
}

.font-style-online-input {
    background-color: #790920;
}

input {
  text-align: center;
}
.result-title {
  font-family: 'Chewy', cursive;
  font-size:17px;
  margin-top: 20px;
    text-align: center;
  color: #a20828;
}

.result-title-input {
    font-family: 'Chewy', cursive;
    font-size:23px;
    font-weight: bold;
    margin-top: 20px;
    color: white;
}

.result-text {
  font-size:25px;
  background-color: #f3f2ef;

  border: 2px solid ;
  text-align: center;
  border-radius: 8px;

}
.error-emoji {
  text-align: center;
}
#title{
  background-color: #f5d0ff;
}
/*#h1_text_generator_id {
  text-align: center;
  color:#a20828;
  font-family: "Leckerli One", Arial;
  font-size: 70px;


}*/



.result-text:hover {
    color:#a20828;
}


.label-class {
    font-family: 'Rancho', cursive;
    color: #a20828;
    font-weight: bold;
    font-size: 20px;
}

@media (max-width: 980px) {
    .footer-row {
        margin-bottom: 47px;
    }
}

.site-link {
    color: #F6A21D;
    text-decoration: none;
}

.site-link:hover {
    color: skyblue;
    text-decoration: none;
}

.site-link1 {
    color: #e48c00;
    text-decoration: none;
}

.site-link1:hover {
    color: rgb(45, 159, 204);
    text-decoration: none;
}

.input-section {
    border: 3px solid rgb(80, 43, 43);
    border-radius: 15px;
}

p {
    font-size: 20px;
}

/* Aesthetics Symbols Css*/
.random-color-symbol {
    font-size: 36px;
}

.random-color-symbol:hover {
    color: #a1213b;
    cursor: pointer;
    
}


.lenny-background {
    /* padding: 7px 14px;
    overflow: hidden;
    background-color: rosybrown; */
    display: flex;
    display: inline-flex;
    padding: 3px 6px;
    border-radius: 3px;
    background: #ebf1f7;
    box-shadow: 2px 2px 5px grey;
    margin-left: 10px;
    margin-top: 10px;
}







.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}

.resp-sharing-button--telegram {
  background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
  background-color: #4B97D1;}
