
/*
* { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }
*/



#hdrblog {
	padding-bottom: 50px;
	height: 200px;
	background-attachment: scroll;
    background-image: url(../img/bg_blog.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity: 0;
}
#intro1,#intro2,#ttlogo,#menu1,#menu2,#menu3,#menu4{
	opacity: 0;
	
}

section {
    padding: 50px 0;
}

.tumblr_title {
	
	text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 40px;
}

.tumblr_posts {
	list-style-type: none;
}
.tumblr_body {
	
	font-size: 16px;
    line-height: 1.60;
    color: #606060;
}


.twitter-tweet {
	font-size:x-large;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;

}
.twitter-tweet a{
	color: #fed136;
}

.insta-container {
	width:auto;
	margin-left: auto;
	margin-right: auto;
	max-width:700px;
}
.insta-thumb {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: #e1e1e1 solid thin;

	
}
.thumb-container{
	position: inherit;
	display: block;
}
.read-more{
	text-transform: uppercase;
	font-size:large;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
.link-inverted{
	color: #fed136;
}
.bottom-align {
	margin-top: auto;
	margin-bottom: 0px;
	bottom:0px;
}


#portfolio .portfolio-item .portfolio-caption {
	text-align: left;
	height:180px;
}
#portfolio .portfolio-item .portfolio-caption p {
	font-style: normal;
	font-size: 14px;
	
}
#portfolio .portfolio-item {
	
}

#back_to_sandbox {
	position: absolute;
	left:20px;
	top:20px;
	width:300px;
	height:40px;
	color:white;
	text-transform: uppercase;
	font-size:small;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
	text-decoration: none;
}
#back_to_sandbox a { text-decoration: none; }
#back_to_sandbox a:link { color: white; }
#back_to_sandbox a:visited { color: white; }
#back_to_sandbox a:hover { color: #cbced5; }