@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}



/* Mobile Layout: 480px and below. */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: center;
}

h1 {
	margin: 0;
	/* [disabled]padding: 1em 0; */
	font-size: 1em;
	color: #000;
}

h2 {
	margin: 0;
	font-size: 1.1em;
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	/* [disabled]width: 94.08%; */
	/* [disabled]padding-left: 1em; */
	/* [disabled]padding-right: 1em; */
	/* [disabled]padding-top: 1em; */
}

.btn {
	color: #06F;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 0.5em 0.5em;
	border: 2px solid;
	font-weight: bold;
}

.btn:hover{
	color: #FFF;
	background-color: #E48136;
	font-weight: bold;
}

.blogcont{
	text-align: center;
	font-size: 0.8em;
	width: 100%;
}

#mylogo {
	width: auto;
	padding-top: 20px;
	height: 100px;
}

#head01 {
	width: auto;

}

#bannerhead {
}

#navbuttons {
	padding-top: 1em;
	line-height: 2.4em;
	width: auto;
	font-size: 0.9em;
}

#blogbox {
	padding-top: 1em;
}

#blogcontt {
	width: 100%;
}

#blog_oldernewerposts {
	margin-left: 0px;
	/* [disabled]display: block; */
	/* [disabled]height: 100%; */
	width: 33%;
	float: left;
}

#footer {
	color: #FFF;
	font-size: 0.8em;
	position: center;
	background-color: #0A89BA;
}

/*content*/
#lifelembox{
	width: 95%;
	color: #000;
}

.tblsiz{
	width: 100%;
	background-color: #006633;
}

.potlizcol{

}

.potliznav{
	width: 100%;
}

#bgdes {
	background-image: url(../../../srcs/design/titlebanner_design.jpg);
	background-repeat: no-repeat;
	width: auto;
	background-position: center;
}

.foot1:before {
	content: "We're also on:";	
	white-space: pre-wrap;
}

.foot2:before {
	content: "instagram.com/tomcruznation";
	white-space: pre-wrap;
}

.foot3:before {
	content: "youtube.com/@tomcruznation/featured";
	white-space: pre-wrap;
}

.foot4:before {
	content: "tapas.io/series/Izzy/info";
	white-space: pre-wrap;
}

.foot5:before {
	content: "© Copyright 2018-2024 Thomas Jefferson Cruz - tomcruznation.com\A All Rights Reserved";	
	white-space: pre-wrap;
	font-weight: bold;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 768px) {

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	/* [disabled]width: 94.08%; */
	padding-left: 1em;
	padding-right: 1em;
}

#blogcontt {
	width: 646px;
}

#lifelembox{
	width: 646px;
}

.potliznav{
	width: 55%;
}

#navbuttons {
	padding-top: 1.2em;
	line-height: 2.4em;
	width: auto;
	font-size: 1em;
}

#footer {
	background-color: #0A89BA;
	color: #FFF;
	font-size: 0.8em;
	width: 646px;
	position:center;
}

}
