/*----------------------------------------------------
Created by Hardeep Asrani
Don't remove credits and you're free to use this
Blog - hardeepasrani.blogspot.com
Download This At - css-box.blogspot.com
----------------------------------------------------*/

/* begin of bootstrap override */
.navbar-inverse {
    background-image: linear-gradient(to bottom, #555 0px, #000 100%);
}

h3 {
    background-image: linear-gradient(to right, #900 0px, rgba(255,255,255,0) 100%);
    color: white;
    padding: 2px;
}

h4 {
    margin-top: 20px;
    color: #900;
    margin-left: 10px;
    border-top: thin solid #900;
    font-weight: bold;
}

h5 {
    color: #900;
    font-weight: bold;
}

#assignments h1 {
text-align: center;
}

/* end of bootstrap override */

body {
	padding-top: 50px;
}

.ref::before {
content: "[";
}

.ref::after {
content: "]";
}

.ref {
vertical-align: super;
font-size: 0.8em;
background-color: #EFE;
color: #050;
}


A.totop:link, A.totop:hover, A.totop:visited  {
    color: #900;
    text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

a.totop::before {
    content: "⇡";
}


.warning {
color: red;
font-weight: bold;
}

footer.footer {
	bottom: 0px;
	text-align: center;
	font-size: 0.8em;
	color: #888;
	margin-top: 20px;
	padding: 10px;
	border-top: thin solid #555;
}
.spacer {
	height: 60px;
}

#navbar ul {
	min-height: 50px;
	width: 100%;
}

#navbar li.menu {
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	transition-property: background-color;
	transition-duration: 0.4s;
}

#navbar li.menu:hover {
	background-color: #AAAAAA;
	color: grey;
}


#aboutme.about {
	text-align: center;
	line-height: 1.9em;
	background-color: #DDD;
	color: #555;
	font-size: 1.3em;
    margin-top: 0px;
    height: auto;
    background-image: url("../img/me.png");
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 20px;		
    box-shadow: 0px 5px 16px;
}

#aboutme p {
	width: 45%;
	margin-left: auto;
	margin-right: auto;	
}

#aboutme a {
	color: #333;
}


#aboutme:target ~ #navcontain #navbar #link-about,
#assignments:target ~ #navcontain #navbar #link-assignments,
#project:target ~ #navcontain #navbar #link-project {
	 background-color: #AAA;
	 color: white; 
}

.nolist {
	list-style: none;
}

span.start {
	color:white;
	font-size:2em;
}

.legend {
    font-size: 0.8em;
}

.strike {
	text-decoration: line-through;
}

.sliding-panel {
	height: 90%;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: -110%;
	position: absolute;
	z-index: 2;
	transition: all .8s ease-in-out;
	background-color: white;
}

.sliding-panel:target{
	margin-top: 0%;
}

p.desc {
	position: absolute;
	bottom: 0px;
	margin: 2px;
	z-index: -1;
	font-size: 1.5em;

}

li.todo, li.done, li.wip  {
   list-style-type: none;
}

li.done::before {
   content: "✓ ";
}

li.todo::before {
   content: "✗ ";
}

li.wip::before {
   content: "⌚ ";
}

span.red {
	color: white;
	background-color: #900;
	font-variant: small-caps;
	font-weight: bold;
}

.tile {
	background-color: #FFF;
/*	width: 232px; */
	height: 312px;
	width: 100%;
	color: #FFF;
	font-family: sans-serif;
	font-size: 12px;
	cursor: pointer;
	transition: 0.8s all;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	box-shadow: 10px 18px 14px rgba(0,0,0,0.5);
	border-radius: 8px;
	text-align: center;
	margin-top: 35px;
}

.img {
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px;
}

.img-left {
	float: left;
	padding: 2px;
}

.img-right {
	float: right;
	padding:2px;
}

.small {
   width:30%;
}

.xsmall {
    width: 10%;
}

.medium {
   width:50%;
}

.big {
   width:80%;
}

.clear {
	clear: both;
}

ul {
	margin-left: 30px;
}

div.tile:hover {
	transform: scale(1) perspective(400px) rotateY(0deg) rotateX(66deg);
}

.tile h1 {
	background-color: rgba(0,0,0,0.5);
	margin: 0px;
	border-radius: 8px;
	padding: 5px;	
}

.tile-small {
	width: 312px;
	height: 312px;
}


.tile-week01 {
	background-image: url('../img/week01.png');
}

.tile-week02 {
	background-image: url('../img/week02.png');
}

.tile-week03 {
	background-image: url('../img/week03-pewpew.jpg');
}

.tile-week04 {
	background-image: url('../img/week04.png');
}

.tile-week05 {
	background-image: url('../img/week05.jpg');
}

.tile-week06 {
	background-image: url('../img/week06.jpg');
}

.tile-week07 {
	background-image: url('../img/week07.jpg');
}

.tile-week08 {
	background-image: url('../img/week08.jpg');
}

.tile-week09 {
	background-image: url('../img/week09.jpg');
}

.tile-week10 {
	background-image: url('../img/week10.png');
}

.tile-week11 {
	background-image: url('../img/week11.jpg');
}

.tile-week12 {
	background-image: url('../img/week12.jpg');
}

.tile-week13 {
	background-image: url('../img/week13.jpg');
}

.tile-week14 {
	background-image: url('../img/week14.jpg');
}

.tile-week15 {
	background-image: url('../img/week15.png');
}

.tile-week16 {
	background-image: url('../img/week16.jpg');
}


.tile-week17 {
	background-image: url('../img/week17.png');
}

.tile-week18 {
	background-image: url('../img/week18.jpg');
}

.tile-week-tobecontinued:after {
    content: "...";
    font-size: 10em;
    color: #DDD;
    vertical-align: middle;
    text-align: center;
    padding-top: 50%;
}

@media screen and (max-width: 1024px) {
	#aboutme p {
		width: 90%;
	}
	.img {
		padding-left: 5%;
		padding-right: 5%;
	}
} 