* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

html {
	min-height: 100%;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

p.heading {
	   font-size: 20px;
}

p {
	   font-size: 12px;
}

p.footer {
	text-align: right;
	vertical-align: middle;
}

/* LINKS  */
/* unvisited link */
a:link {
    color: #54767c;
}

/* visited link */
a:visited {
    color: #54767c;
}

/* mouse over link */
a:hover {
    color: #b9392f;
}


body{
	margin: 0px;
	padding-bottom: 100px;

	background: rgba(125,171,181,1);
	background: -moz-linear-gradient(top, rgba(125,171,181,1) 0%, rgba(255,255,255,1) 49%, rgba(84,118,124,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(125,171,181,1)), color-stop(49%, rgba(255,255,255,1)), color-stop(100%, rgba(84,118,124,1)));
	background: -webkit-linear-gradient(top, rgba(125,171,181,1) 0%, rgba(255,255,255,1) 49%, rgba(84,118,124,1) 100%);
	background: -o-linear-gradient(top, rgba(125,171,181,1) 0%, rgba(255,255,255,1) 49%, rgba(84,118,124,1) 100%);
	background: -ms-linear-gradient(top, rgba(125,171,181,1) 0%, rgba(255,255,255,1) 49%, rgba(84,118,124,1) 100%);
	background: linear-gradient(to bottom, rgba(125,171,181,1) 0%, rgba(255,255,255,1) 49%, rgba(84,118,124,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dabb5', endColorstr='#54767c', GradientType=0 );

}

/* Responsive Image sizing */
img {
	max-width:100%;
	height: auto;
}

/* Header & Footer */

header {
	background-image: url("img/BG_Header.png");
    background-color: #000000;
	color: #ffffff;
    padding: 0px;
	
    width: 100%;
    height: 90px;
	    
    position: fixed;
	top:0px;
	left:0px;
	Z-index: 5;
}

footer {
	background-image: url("img/BG_Header.png");
    background-color: #000000;
    color: #ffffff;
	
	width: 100%;	
	height: 100px;

    text-align: center;
    font-size: 12px;
    padding: 15px;
	
	position: fixed;
    bottom: 0px;
	left: 0px;
	Z-index: 5;
}

.footerInfo {

    color: #ffffff;
	
	width: 30%;	
	height: 100px;

	display: table-cell;
    text-align: center;
	vertical-align: text-top;
	
    font-size: 12px;
    padding: 15px;
	
	position: fixed;
    bottom: 0px;
	right: 0px;
	Z-index: 5;
	
	/* border: 2px solid blue; */
}



.title {
	
	background-image: url("img/blob.png");
	background-repeat: no-repeat;
	background-position: center center;
	
	position: relative;
	top: 20px;
	height: 100px;
	
	display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Banner */
.banner {
	
	background-image: url("img/SM_Text_320.png");
	background-repeat: no-repeat;
	background-position: center center;
	
	position: relative;
	top: 0px;
	height: 100px;
	
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.navMenu {	
	
	width: 100%;
	max-width: 768px;
    height: 100px;
	
	position: relative;
	top: 120px;
	margin-left: auto;
	margin-right: auto;
	
/* stop the menu items from moving off-centre */
	display: block;
	margin-left: auto;
	margin-right: auto;

	
    /* border: 2px solid green;  */
}

.navMenuItem {
	float: left;
	text-align: center;	
		Z-index: 10;
	/* border: 2px solid blue;  */
}

/* NAVIGATION ICONS */

/* Set initial sizes for nav icons - modified by layout stylesheet for higher resolutions */

.navicon {
	width: 60px;
	height: 60px;
	min-width: 60px;
	min-height: 60px;


	
	/* border: 2px solid blue;  */
}


/* Main Content Wrapper */

.content-wrapper {	
	max-width: 800px;

/* bump down to miss head & navigation buttons */
	position: relative;
	top: 100px;
	
	margin-left: auto ;
	margin-right: auto ;
	margin-bottom: 100px;
	
	text-align: center;

/*add padding to account for footer */	
	padding-bottom: 100px;
	
	/* border: 2px solid red; */
}

.content {
	position: relative;
	
	max-width: 800px;
	margin-top: 5%;
	margin-bottom: 0;
	text-align: center;	
	
	overflow: auto;
	
	/* border: 2px solid blue; */
}

/* Video Display */

.embed-container {
	position: relative;

	padding-bottom: 56.25%; 

	overflow: hidden; 
	width: 100%;

	/* border: 2px solid blue; */
} 

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}

.doubleBorder {	
	border-style: double;
    border-width: 10px;
    border-radius: 10px;
	border-color: #000000;
}

.CV_Heading {
	float: left;
	padding: 0px;
	text-align: center;
	
}

/* Bounce In transition */
/* this has been shamelessly stolen, thanks http://ianlunn.github.io/Hover/ */

.bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.bounce-in:hover, .bounce-in:focus, .bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

