@charset "utf-8";

@media (max-width: 550px){

	.logo img{
		padding-top: 3em;
	}

	.SlideHolder h2{
		font-size: 70%;
	}

	.SlideHolder h1{
		font-size:85%;
	}
	.button{
    padding-top: 3%;
    padding-right: 6%;
    padding-left: 6%;
    padding-bottom: 3%;
    display: inline-block;
    background-color: rgba(254,189,105,1.00);
    border: thin solid rgba(255,255,255,1.00);
    color: #232F3E;
    text-decoration: none;
    text-align: center;
    font-size: 60%;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    /* [disabled]text-shadow: 1px 2px 2px rgba(0,0,0,0.49); */
    margin-right: 2%;
    margin-left: 2%;
    border-radius: 0%;
    transition: .01s ease;
    margin-top: 0%;
    margin-bottom: 0%;

	}
	.ShldrQuotes{
		width:91%;
		position: absolute;
		top: 93%;
		left: 2%;
		transform: translate(-0%, -100%);
		-ms-transform: translate(-50%, -50%);
		font-size: 2.5vw;
		background-color: rgba(0,0,0,0.30);
		border-radius: 1em;
	}
	.shdbtn{
		margin:0px;
		margin-top: 1em;
		font-size: 1em;
		padding:.5em 2em;
		letter-spacing: 0.1em;
	}

	.elinks {
		font-size: .5em;
		font-weight: lighter;
	}
	.blue h1{
		font-weight: normal;
		text-decoration: none;
		font-size: 1.3em;
		text-align: center;
		padding: 0em .5em; 
	}
	.blue li{
		font-size: 1em;
		width: 90%;
		margin: auto;
	}
	.blue h3{
		font-weight: normal;
		text-decoration: none;
		font-size: 1em;
		line-height: 0em;
		width: 90%;
		margin: 2em auto 1em;
	}
	.signupTXT {
		font-size: 1em;
	}
	.enter{
		font-size: .6em
	}
	.social img{
		width: 25%;
	}

	.foot{
		text-align: justify;
		margin: auto;
		padding: 1em;
		font-size: .6em;
		width: 80%;
		color:rgba(84,84,84,1.00);
	}
	.tiny{
		text-align: center;
		font-size: .7em;
		padding-bottom: 20%;
	}
	
	.anatest a{
		background-color: rgba(122,214,255,1.00);
		background-image:none;
	}
	.signupCOPY{
		padding: 2em .5em ;
		font-size: 1em;
	}
	
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 750px){

	.anatest a{
		background-color: rgba(122,214,255,1.00);
		background-image:none;
	}
	.social img{
		width: 20%;
		padding: .2em;
		-webkit-box-shadow: 0.1em 0.1em 0.25em rgba(0,0,0,0.25);
		box-shadow: 0.1em 0.1em 0.25em rgba(0,0,0,0.25);
		border-radius: .5em;
		box-sizing: border-box;
		background-color: rgba(221,244,255,1.00);
	}
	.ReviewHolder h1{
		font-size: 1em;
	}
}

@media (min-width: 750px){
	.BlogFeed{
		width: 75%;
		max-width: 800px;
		margin: auto;
		height: 850px;
	}
}
