html{
   height:100%;
   min-height:100%;
}

body {
	background: rgb(200,250,255);
    background: linear-gradient(
        rgba(85, 170, 230, 1.0) 0%, 
        rgba(35, 70, 120, 1.0) 675px, 
        rgba(35, 70, 120, 1.0) 100%);		
    background: url(/themes/user/site/default/asset/img/home/ocean2400.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height:100%;
}

header h1 {
    font-size: 26px;
}

@media screen and (min-width: 750px) {
    header h1 {
        font-size: 32px;
    }
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 22px;
}

p {
    font-size: 16px;
    text-align: justify; 
}

.renamer p {
    text-align: unset; 
}

blockquote {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
    margin: 10px 10px 10px 20px;
    padding: 10px;
}

blockquote p {
    font-family: unset;
}

ul {
    list-style-position: outside;
}

.content ul {
    font-size: 16px;
}

.story {
	width: 80%;
    margin: 5px auto;
    padding: 10px;
    border: none;
    border-radius: 10px;
    background: rgba(115, 180, 230, 0.2);
}

.home .featured-image {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
	max-width: 100%;
    height: auto;
    width: 560px;
    margin-top: 25px;
}

@media screen and (max-width: 750px) {
	.home .featured-image {
    	margin-top: 40px;
    }
}

a {
	text-decoration: none;
}

.content {
    padding: 0;
}

.content .row {
	background: rgb(255,255,255);
    padding: 10px;
}

@media screen and (min-width: 750px) {
	.content .row {
    	padding: 0;
        width: 800px;
    }

	.content.row.renamer {
        width: 80%;
    }
}

/******************************** HEADER SECTION ********************************/
header.full {
    background: transparent;
    padding: 0;
    margin: 20px 0;
}

.start-btn {
	position: relative;
    margin: 0;
}

.start-btn a {
    display: inline-block;
    margin: 0;
    padding: 15px 10px 12px 10px;
    background-color: rgba(255, 255, 255, .1);
}

.start-btn:hover a {
    background-color: rgba(255, 255, 255, .8);
    color: #36c;
}

@media screen and (min-width: 750px) {
    header.full {
    	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }
    
    header.full h1 {
        margin-top: 10px;
    }
    
    header .main-nav a {
        border-radius: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.main-nav li {
	position: relative;
}

.main-nav li span, .start-btn span {
    visibility: hidden;
    min-width: 150px;
    max-width: 300px;
    background-color: rgba(115, 180, 230, 1.0);
    color: #333;
    text-align: left;
    border-radius: 0 0 5px 5px;
    padding: 5px;
    font-family: FontAwesome;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 52px;
    left: 0px;
}

@media screen and (min-width: 750px) {
    .main-nav li:hover span, .start-btn:hover span {
        visibility: visible;
    }
}

.main-nav.menu-open a:first-letter {
    font-weight: unset;
}

@media screen and (min-width: 750px) {
	header.full .row {
    	width: 1200px;
        max-width: none;
	}
    
    header .main-nav a:first-letter {
		font-weight: unset;
    }
}


/******************************** FOOTER SECTION ********************************/
footer {
    min-height: 50px;
    padding: 0;
    background: rgb(255,255,255);
}
    
.footer-content {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 10px;
}

@media screen and (min-width: 750px) {
    footer {
        max-width: none;
        width: 800px;
    }
    
    .footer-content {
    	width: 780px;
        margin: 0 auto;
        padding: 10px 0;
    }
}

.fb-share-button, .twitter-share-button {
	margin: 0 5px 0 0;
    padding: 0;
    vertical-align: top;
    float: left;
}

.contact-btn a {
    display: inline-block;
    position: relative;
    font-weight: 400;
    text-decoration: none;
    color: rgba(255, 255, 255, 1.0);
    background: linear-gradient(180deg, rgba(40, 170, 215, 1.0) 0%, rgba(70, 190, 240, 1.0) 50%, rgba(20, 70, 100, 1.0) 100%);
    border: 2px solid rgba(200, 205, 210, 1.0);
    border-radius: 30px;
    margin:  0;
    padding: 5px 10px;
}

@media screen and (min-width: 750px) {
	.contact-btn a {
    	float: right;
    }
}

.signup-btn a {
    color: rgba(255, 255, 255, 1.0);
    border: 2px solid rgba(200, 205, 210, 1.0);
}

.alert {
    border: none;
}

.alert.warn {
    background-color: transparent;
}

/******************************** BLOG PAGES ********************************/
.entry {
	padding: 5px;
    border-radius: 5px;
    background: rgba(115, 180, 230, 0.2);
}

.entry p {
	margin: 0;
    color: rgb(60, 60, 60);
}

.paginate.single {
	display: none;
}

@media screen and (min-width: 750px) {
	.entries .entry:last-child {
		margin-bottom: 20px;
        padding-bottom: 5px;
	}

}

/******************************** RENAMER SPECIFIC ********************************/
#renamer-form {
    display: none;
	border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}

@media screen and (min-width: 750px) {
	.renamer {
    	width: 80%;
        max-width: none;
    }
}

.rbtn, button.rbtn {
	padding: 5px 10px;
    display: inline-block;
    position: relative;
    font-weight: 400;
    text-decoration: none;
    color: rgba(255, 255, 255, 1.0);
    background: linear-gradient(180deg, rgba(40, 170, 215, 1.0) 0%, rgba(70, 190, 240, 1.0) 50%, rgba(20, 70, 100, 1.0) 100%);
    border: 2px solid rgba(200, 205, 210, 1.0);
    border-radius: 30px;
    margin:  0;
    padding: 5px 10px;
}

.renamer-block {
	display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 5px;
    background: white;
}

.renamer-block p {
	margin: 0 0 8px 0;
}

.renamer-description {
	max-width: 700px;
    margin: 5px;
    padding: 10px;
    border: none;
    border-radius: 10px;
    background: rgba(228, 240, 250, 1.0);
}

/******************************** TEXT STYLES ********************************/
@font-face {
	font-family: Daniel;
	src: url(https://karenismyname.org/themes/user/site/default/asset/font/daniel.ttf);
}

.glitter-text {
	background-image: url(/images/uploads/renamer/glitter.jpg);
	background-repeat: no-repeat;
	background-size: cover; 
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

.graffiti-text {
	background-image: url(/images/uploads/renamer/Graffitibackground.jpg);
	background-repeat: no-repeat;
	background-size: cover; 
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}


/* ENGRAVE https://designshack.net/articles/css/inner-shadows-in-css-images-text-and-beyond/ */
.engrave-text { 
	background-color: rgba(0, 30, 255, 1.0);
    color: transparent;
	text-shadow: 1px 2px 3px rgba(255, 255, 255, 0.7);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
} 


/******************************** TWITTER STYLES ********************************/
.twitter-tweet {
  display: inline-block;
  vertical-align: top;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 8px 16px 16px 16px;
  min-width: 500px;
  max-width: 600px;
  background: white;
}

.twitter-tweet p {
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  padding-left: 60px;
  margin: 0 0 10px;
}

.twitter-tweet p.retweeter {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-left: -18px;
}

.twitter-tweet p.retweeter::before {
  content: url(/images/social/retweeted.png) " ";
}

.tweeter-name{
  font-weight: bold;
}

.tweeter-name.checked::after{
  content: " " url(/images/social/checked.png);
}

span.reply::before{
  content: url(/images/social/reply.png) " ";
}

span.retweet::before{
  content: url(/images/social/retweet.png) " ";
}

span.like::before{
  content: url(/images/social/like.png) " ";
}

span.share::before{
  content: url(/images/social/share.png) " ";
}

.tweet-stat{
	padding-right: 40px;
}

.tweeter-tail{
  color: rgba(0, 0, 0, 0.5);
}


.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}

.twitter-tweet a:hover,
.twitter-tweet a:focus {
  text-decoration: underline;
}

.twitter-profile-pic {
	width: 50px;
    border-radius: 25px;
    margin: 0;
    float: left;
    /*animation: spinner 1.5s infinite linear ;*/
}

.subtweet {
	border-radius: 12px; 
    border: 1px solid #ccc; 
    margin: 0px 8px 8px 60px; 
    padding: 0;
    height: 125px;
    width: 500px;
}

.subtweet p {
	margin: 0 4px 0 -60px; 
	padding: 0; 
}

.subtweet img {
	padding: 0; 
	margin: 0 8px 0 0; 
	height: 125px;
    float: left;
	border-radius: 12px 0 0 12px; 
}

@keyframes spinner {
	from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
}


/******************************** FACEBOOK STYLES ********************************/
.facebook-post {
  display: block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 8px 16px 16px 16px;
  /* max-width: 468px; */
  max-width: 600px;
}

.facebook-comment {
  display: block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  margin: 5px;
  padding: 8px;
  max-width: 600px;
  background: white;
}

.facebook-comment .comment-text {
  display: inline-block;
  padding: 12px;
  margin: 0 0 0 8px;
  background: rgb(240, 242, 245);
  border-radius: 20px;
  width: 500px;
}

.facebook-comment .comment-reply {
	display: inline-block;
	padding: 3px 20px;
	margin: 0 0 0 60px;
	background: white;
	width: 500px;
	font-size: 12px;
    font-weight: bold;
    color: rgb(101, 103, 107);
}

.facebook-comment .comment-text p {
	margin: 0;
}

.facebook-comment .comment-reply p {
	margin: 0;
}

.facebook-comment .facebook-name {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

.facebook-post p {
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  padding-left: 60px;
}

.facebook-post p.retweeter {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-left: -18px;
}

.facebook-post p.retweeter::before {
  content: url(/images/social/retweeted.png) " ";
}

.facebook-name{
  font-weight: bold;
}

.facebook-name.checked::after{
  content: " " url(/images/social/checked.png);
}

span.reply::before{
  content: url(/images/social/reply.png) " ";
}

span.retweet::before{
  content: url(/images/social/retweet.png) " ";
}

span.like::before{
  content: url(/images/social/like.png) " ";
}

span.share::before{
  content: url(/images/social/share.png) " ";
}

.tweet-stat{
	padding-right: 40px;
}

.facebook-date{
  color: rgba(0, 0, 0, 0.5);
}


.facebook-post a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}

.facebook-post a:hover,
.facebook-post a:focus {
  text-decoration: underline;
}

.facebook-post .facebook-profile-pic {
	width: 50px;
    border-radius: 25px;
    float: left;
}

.facebook-comment .facebook-profile-pic {
	width: 50px;
    border-radius: 25px;
    float: left;
}

@keyframes spinner {
	from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
}

