html {
    background: url(../Images/macbook.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "Courier", sans-serif;
}

.intro-box {
    width: 950px;
    height: 100%//550px;
    background: rgba(0,0,0,0.4); //Commented out because the background looks ugly...
    padding: 20px;
    color: white;
    margin: 0 auto;
    margin-top: 20px;
	padding-left:15px;
	padding-right:15px;
    text-align: center;
	//position:relative;
}

.profile-pic {
    border-radius: 50%;
    height: 200px;
    width: 200px;
}

div.page-title {
	font-size: 30px;
	margin-top: 10px;
	letter-spacing: 2px;
	text-align: center;
	position: sticky;
	top: 30px;
	width: 50%;
}

h1 {
    font-weight: 100;
    letter-spacing: 5px;
    font-size: 40px;
}

h2 {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 3px;
}

p {
    letter-spacing: 3px;
    font-weight: 100;
}

a, u {
	color: white; //Make it match the rest of the colour scheme
	text-decoration: none;
}

a:hover {
	color: #bccde8;
}

// This is to make images darken and to allow text to appear over them
.hvrbox,
.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.hvrbox img {
	max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	text-align: center;
	font-size: 18px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
}

//a.darken {
//    background: black;
//}

//a.darken img {
//    display: block;
//    transition: all 0.5s linear;
//}

//a.darken:hover img {
//    opacity: 0.7;
//}

.work-text-content {
  width: 33.333%;
  height: auto;
  visibility: hidden;
  z-index: 100;
  position: absolute;
  color: white;
  left: 0%;
  top: 25%;
  font-size: 24px;
  text-align: center;
  -webkit-transition: visibility opacity 2.0Ms;
}

.line-break {
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid white;
}

.icons {
    font-size: 50px; //font-size resizes icons in font awesome
}

div.absolute {
  position: static;
  bottom: 30px;
  text-align:center;
  width: 100%;
}

.blogImage{
	width: 100%;
	height: auto;
}

th, td {
  padding: 15px;
  text-align: left;
}

table
{
    table-layout: fixed;
    width: 100px;
}

.icons a { /* Makes all the links in icon white */
    color: white;
}
