/*
Theme Name: carl wuensche
Theme URI: https://carlwuensche.com
Author: Carl Wuensche
Author URI: https://carlwuensche.com
Description: Theme for my website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: carlwuensche
*/

/*
	html tag section
*/
body
{
font-family: Impact;
font-size:20px;
background-color:#7E9DB4;
position: relative;;
display: block;
height:100%;
background-color: #F3F4F5;
}
/**
	End of html tag section
*/

/**
Header section
**/
@font-face {
    font-family: Impact;
    src: url("./Impact.ttf");
}

html
{
	height: 100%;
}

.header
{
min-height: 67px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
color:#F4F4F4;
text-align: center;
width: 100%;
font-size: 40px;
}
	.canvas-nav
	{
		display: none;
	}
	.canvas-nav i
	{
		vertical-align: top;
	}
/**
	End of Header section
*/

/**
	Content section
*/
.content-area
{
	height:100%;
	display: inline-block;
	width: 100%;
	margin:10px;
	font-family: Arial;
}

.content-area p
{
	font-size:17px;
}

.content
{
	display:table-row;
	float: left;
	height: 100%;
	width:100%;
	max-width: 1500px;
}
#homelink
{
	color:#fff;
	text-decoration: underline;
}
.project-grid
{
	min-height:261px;
	margin-top: 20px;
}

.project-grid:nth-child(4)
{
	clear:both;
}
/**
	End of Content section
*/

/**
	Sidebar section
*/
.sidebar
{

	width:300px;
	display: table-row;
	float: left;
	background-color: #263238;
	height: 100%;
	color:#F4F4F4;
	padding-top:60px;
	padding-left:10px;
	padding-right:10px;
}

.sidebar ul
{
	list-style-type: none;
	padding-left:0px!important;
}
.sidebar ul li
{
	border-bottom:5px solid #8B989F;
	margin-top: 25px;
}
.sidebar ul li a
{
	color:#fff;
}
/**
	End of sidebar section
*/


.footer
{
	width:100%;
}


@media screen and (min-width:1300px) and (max-width: 1500px)
{
	.content
	{
		width:1000px;
	}
}
@media screen and (min-width: 1501px) and (max-width: 1600px)
{
	.content
	{
		width:1200px;
	}
}
@media screen and (min-width: 1601px) and (max-width: 1799px)
{
	.content
	{
		width:1300px;
	}
}
@media screen and (min-width:1000px) and (max-width: 1099px)
{
	.content
	{
		width:700px;
	}
}
@media screen and (min-width:700px) and (max-width: 999px)
{
	.content
	{
		width:500px;
	}
	.sidebar
	{
		width:200px;
	}
}
@media screen and (max-width:768px)
{
	.row-offcanvas
	{
		position: relative;
		-webkit-transition: all 0.75s ease-out;
		-moz-transition: all 0.75s ease-out;
		transition: all 0.75s ease-out;
		display: table;
		height: 100%;
	}

	.sidebar
	{
		left:-50%;
	}

	.row-offcanvas-left.active
	{
		left:50%;
	}

	.sidebar {
		position:absolute;
		top:0;
		width:50%;
	}

}
@media screen and (min-width:330px) and (max-width:770px)
{
	.header a
	{
		color:#fff;
	}
	.canvas-nav
	{
		display: block;
	}
	.sidebar
	{
		
	}
	.content
	{
		width:100%;
	}
}
@media screen and (min-width:1100px) and (max-width: 1299px)
{
	.content
	{
		width:800px;
	}
}
