@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* CSS reset */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,span { 
	margin:0;
	padding:0;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

html,body {
	font-size: 100%;
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* Default Styles */
html {
    position: relative;
    min-height: 100%;
	background: url("../images/background.jpg");
	background-color: #0b3451;
	background-size: 1920px 1080px;
  background-position: left top;
  background-repeat: no-repeat;
}

body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	

	color: #FFFFFF;
	overflow-y: scroll;
	overflow-x: hidden;
}

.ie7 body{
	overflow:hidden;
}

a{
	color: #CCC;
	text-decoration: none;
}

.clr{
	clear: both;
}



.cycle-slideshow img { width: 100%; height: auto; }




/* Menu styles */
.topnav {
  overflow: hidden;
  background-color: #333;
	 background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
	width: 100%;
}

.topnav {
  overflow: hidden;
	 background: #0b3451 url(../images/nw-logo.png) 0px 0px/58px 58px no-repeat;
	padding-left: 65px;
	width: 100%;
	border-bottom: 2px solid #fff;
}

.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
  font-size: 1.5em;
}




.topnav a:hover {
	color: #fff;
	border-radius: 20px 5px;
  	background-color: #12507C;
   
}

.topnav > a.active {
	color: #16AFEF;
}

.active {
	color: #fff;
	border-radius: 20px 5px;
  	background-color: #114B74;

	text-shadow: 1px 1px 1px rgba(0,0,0,1);
}

.topnav .icon {
  display: none;
}

.nav-top {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	line-height: 9.3em;
	height: 150px;
	width: 100%;
	background: #004949 url(../images/title.png) top left no-repeat;
	text-transform: uppercase;	
}

.nav-top span.nw {
	color: #CCC;
	font-size: 4.3em;
	float: left;
	padding: 0px 0px 0px 235px;
}

.nav-top span.gdesign {
	color: #DC5B26;
	font-size: 4.3em;
	float: left;
	padding: 0px 0px 0px 15px;
}

/* Main text and heading styles */
.container {
	
}

.container > .main {
	margin: 0px 25px 35px 25px;
	padding: 15px 0px 1px 0px;
	position: relative;
	display: block;
	z-index: 0;
	
    text-align: left;
}

.container > .main > .slideshow {
	margin: 0 auto;
}


.container > .main h1 {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 2.3em;
	line-height: 1em;
	margin-bottom: 0.5em;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,1);
	z-index: 0;
}

.container > .main h2 {
	font: 1.3em/1.5em  Arial, Helvetica, sans-serif;
	margin-bottom: 0.7em;
	color: #57C3FF;
	text-shadow: 1px 1px 3px rgba(0,0,0,1);
	z-index: 0;
}

.container > .main p {
	font-size: 0.9em;
	line-height: 1.6em;
	margin-bottom: 1.3em;
	color: #FFF;
	z-index: 0;
}

.container > .main p:last-child {
	padding-bottom: 2.5em;
}

.container > .main img {
		width: 100%;
		max-width: 100%;
		margin-bottom: 1.3em;
	}

.container > .main ul {
	font: 1em/1.5em  Arial, Helvetica, sans-serif; 
	margin-left: 45px;
	margin-bottom: 40px;
	color: #fff;
	
	
}

.container > .main li {
	background: url("../images/bullet.png") no-repeat 0px 2px transparent;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 7px 35px;
    vertical-align: middle;
}

.head {
	font: 2em/1.7em  Arial, Helvetica, sans-serif; 
	color: #772222;
	
}


.container > footer {
	position: absolute;
	left: 0;
    bottom: 0;
    height: 25px; /* must be the same value as margin: bottom of .container */
	padding: 5px 0px 0px 0px;
    width: 100%;
	background: #004949;
}

.container > footer p {
	font-family: Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #ddd;
	text-transform: uppercase;
}
 
div.footr {
position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
background: #0b3451;
}

div.footr p {
	font-family: Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #ddd;
	text-transform: uppercase;
	text-align: center;
	padding: 7px 0px;
}

div.aboutme {
	border-radius: 15px 50px;
	background: #195373;
	width: 950px;
	height: auto;
	float: left;
	padding: 15px;
	margin: 0px 30px 30px 0px;
}

div.cv {
	border-radius: 15px 50px;
	background: #195373;
	width: 200px;
	height: 350px;
	float: left;
	padding: 10px;
	margin: 0px 30px 30px 0px;
}

div.mypic {
	border-radius: 15px 50px;
	width: 180px;
	height: 180px;
	background: url(../images/cv-pic.png);
	margin-bottom: 10px;
}

div.sig {
	width: 250px;
	height: 121px;
	background: url(../images/sig.png);
	margin-bottom: 25px;
}

#cvbutton {
	width: 180px;
	height: 180px;
	background: url(../images/cv-icon.png);
	background-size: 180px 133px;
	background-repeat: no-repeat;
	float: right;
}

#cvbutton img {
	border: 0;
}

#cvbutton a:link, #cvbutton a:visited {
	width: 180px;
	height: 133px;
	display: block;
}

#cvbutton a:hover {
	width: 180px;
	height: 133px;
	display: block;
	background: url(../images/cv-icon-hover.png);
	background-size: 180px 133px;
	background-repeat: no-repeat;
}

@media screen and (max-width : 1280px) {
/* Styles */
	.nav-top{
		line-height: 3.5em;
	}

	.nav-top span.nw {
		font-size: 3.5em;
		padding: 25px 100px 0px 230px;
	}

	.nav-top span.gdesign {
		font-size: 3.5em;
		padding: 0px 0px 0px 230px;
	}
	
	.container > .main h1 {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 2.4em;
	line-height: 1em;
		margin-bottom: 0.5em;
}

.container > .main h2 {
	font: 1.3em/1.5em  Arial, Helvetica, sans-serif;
	margin-bottom: 0.7em;
	color: #57C3FF;
	text-shadow: 1px 1px 3px rgba(0,0,0,1);
	z-index: 0;
}
	
.container > .main p {
	font-size: 1em;
	line-height: 1.7em;
	margin-bottom: 1.3em;
}
	
	.container > .main li:last-child {
	margin-bottom: 2em;
}
	
	div.aboutme {
	width: 800px;
	margin: 0px 0px 30px 0px;
}

}

@media screen and (max-width : 1120px) {
/* Styles */
	div.aboutme {
	width: 700px;
	margin: 0px 0px 30px 0px;
}
	
}


@media screen and (max-width : 1010px) {
/* Styles */
	div.aboutme {
	width: 600px;
	margin: 0px 0px 30px 0px;
}
	
}


@media screen and (max-width : 926px) {
/* Styles */
	div.aboutme {
	width: 500px;
	margin: 0px 0px 30px 0px;
}
	
	}


@media screen and (max-width : 846px) {
/* Styles */
	div.aboutme {
	width: 400px;
	margin: 0px 0px 30px 0px;
}
	
	}
	
@media screen and (max-width : 720px) {
/* Styles */
	.topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
	
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
	div.aboutme {
	width: 380px;
	margin: 0px 0px 30px 0px;
}
	
	}


@media screen and (max-width : 680px) {
/* Styles */
	

	
	
	.container {
		
		overflow: auto;

	}
	
	.container > .main {
	margin: 0px 30px 35px 30px;
	padding: 15px 0px 1px 0px;
	position: relative;
	display: block;
	z-index: 0;
    text-align: left;
}

	.container > .main ul {
	font: 1em/1.5em  Arial, Helvetica, sans-serif; 
	margin-left: 25px;
	margin-bottom: 40px;
	color: #fff	
	}
	
	div.aboutme {
	border-radius: 15px 50px;
	background: #195373;
	width: 380px;
	height: auto;
	float: left;
	padding: 15px;
	margin: 0px 0px 30px 25px;
}

	div.cv {
	border-radius: 7px 25px;
	background: #195373;
	width: 150px;
	height: 265px;
	float: left;
	padding: 5px;
	margin: 0px 0px 0px 0px;
}

div.mypic {
	border-radius: 7px 25px;
	width: 140px;
	height: 140px;
	background: url(../images/cv-pic.png);
	background-size: 140px 140px;
	margin-bottom: 10px;
}

#cvbutton {
	width: 140px;
	height: 140px;
	background: url(../images/cv-icon.png);
	background-size: 140px 104px;
	background-repeat: no-repeat;
	float: right;
}

#cvbutton img {
	border: 0;
}

#cvbutton a:link, #cvbutton a:visited {
	width: 140px;
	height: 104px;
	display: block;
}

#cvbutton a:hover {
	width: 140px;
	height: 104px;
	display: block;
	background: url(../images/cv-icon-hover.png);
	background-size: 140px 104px;
	background-repeat: no-repeat;
}
	
}


@media screen and (max-width: 650px) {
  

	div.aboutme {
	border-radius: 15px 50px;
	background: #195373;
	width: 375px;
	height: auto;
	float: left;
	padding: 15px;
	margin: 0px 0px 0px 25px;
}

	div.cv {
	border-radius: 7px 25px;
	background: #195373;
	width: 120px;
	height: 265px;
	float: left;
	padding: 5px;
	margin: 0px 0px 0px 0px;
}


div.mypic {
	border-radius: 5px 20px;
	width: 110px;
	height: 110px;
	background: url(../images/cv-pic.png);
	background-size: 110px 110px;
	margin-bottom: 10px;
}

#cvbutton {
	width: 110px;
	height: 110px;
	background: url(../images/cv-icon.png);
	background-size: 110px 80px;
	background-repeat: no-repeat;
	float: right;
}

#cvbutton img {
	border: 0;
}

#cvbutton a:link, #cvbutton a:visited {
	width: 110px;
	height: 104px;
	display: block;
}

#cvbutton a:hover {
	width: 110px;
	height: 80px;
	display: block;
	background: url(../images/cv-icon-hover.png);
	background-size: 110px 80px;
	background-repeat: no-repeat;
}
}

@media screen and (max-width: 600px) {	
	
	div.aboutme {
	border-radius: 15px 50px;
	background: #195373;
	width: 300px;
	height: auto;
	float: left;
	padding: 10px;
	margin: 0px 0px 0px 5px;
}
div.cv {
	border-radius: 7px 25px;
	background: #195373;
	width: 100px;
	height: 200px;
	float: left;
	padding: 5px;
	margin: 0px 0px 0px 0px;
}

div.mypic {
	border-radius: 5px 20px;
	width: 90px;
	height: 90px;
	background: url(../images/cv-pic.png);
	background-size: 90px 90px;
	margin-bottom: 10px;
}
	
	#cvbutton {
	width: 90px;
	height: 70px;
	background: url(../images/cv-icon.png);
	background-size: 90px 70px;
	background-repeat: no-repeat;
	float: left;
}

#cvbutton img {
	border: 0;
}

#cvbutton a:link, #cvbutton a:visited {
	width: 90px;
	height: 70px;
	display: block;
}

#cvbutton a:hover {
	width: 90px;
	height: 70px;
	display: block;
	background: url(../images/cv-icon-hover.png);
	background-size: 90px 70px;
	background-repeat: no-repeat;
}
	
	@media screen and (max-width: 375px) {	
	
	.container > .main {
	margin: 0px 10px 35px 10px;
	padding: 15px 0px 1px 0px;
	position: relative;
	display: block;
	z-index: 0;
	
    text-align: left;
}	
		
	div.aboutme {
	border-radius: 15px 50px;
	background: #195373;
	width: 250px;
	height: auto;
	float: left;
	padding: 10px;
	margin: 0px 0px 0px 5px;
}
div.cv {
	border-radius: 7px 25px;
	background: #195373;
	width: 90px;
	height: 200px;
	float: left;
	padding: 5px;
	margin: 0px 0px 0px 0px;
}

div.mypic {
	border-radius: 5px 20px;
	width: 80px;
	height: 80px;
	background: url(../images/cv-pic.png);
	background-size: 80px 80px;
	margin-bottom: 10px;
}
	
	#cvbutton {
	width: 80px;
	height: 60px;
	background: url(../images/cv-icon.png);
	background-size: 80px 60px;
	background-repeat: no-repeat;
	float: left;
}

#cvbutton img {
	border: 0;
}

#cvbutton a:link, #cvbutton a:visited {
	width: 80px;
	height: 60px;
	display: block;
}

#cvbutton a:hover {
	width: 80px;
	height: 60px;
	display: block;
	background: url(../images/cv-icon-hover.png);
	background-size: 80px 60px;
	background-repeat: no-repeat;
}
}