/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, 
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, 
tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; 
background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} 
blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} 
ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

/***************************************************************************************
MAIN
****************************************************************************************/
html {
	position: relative;
	min-height: 100%;
}

body { 
	font-size: 1.05em;
	line-height: 1.25em;
	font-family: Helvetica Neue, Helvetica, Arial;
	background: #f9f9f9;
	color: #555;
	margin: 0 0 125px;
}

a {

	color: #0000FF;
	text-decoration: none;
	font-weight: bold;

}

a:hover {

	color: #444;

}

header {
	background: #fff;
	width: 100%;
	height: 128px;
	position: relative;
	top: 0;
	left: 0;
	border-bottom: 4px solid #FF0000;
	z-index: 100;
	/*calling it background and not background-image enabled the body tiled image to show up*/
	background: url(../img/cvbig.png);
    background-position: left;
    background-repeat: no-repeat;

}


nav {
	float: right;
	padding: 20px;		
}

/***************************************************************************************
STYLES FOR NAVIGATION LINKS
***************************************************************************************/
nav a{
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}


/***************************************************************************************
THIS IS THE ICON FOR THE MENU THAT SHOWS UP WHEN THE SCREEN IS SMALL
****************************************************************************************/
#menu-icon {
	display: hidden;
	width: 40px;
	height: 40px;
	/*original color was4C8FEC */
	background: #FF0000 url(../img/menu-icon.png) center;
}

a:hover#menu-icon {
	background-color: #444;
	border-radius: 4px 4px 0 0;
}

nav ul {
	list-style: none;
}

nav li {
	display: inline-block;
	float: left;
	padding: 10px
}

/***************************************************************************************
STYLES THE CURRENT TAB ON THE MENU
****************************************************************************************/
.current {
	color: #2262AD;
}

section {
	margin: 80px auto 40px;
	max-width: 980px;
	position: relative;
	padding: 20px
}

h1 {
	font-size: 2em;
	color: #2262AD;
	line-height: 1.15em;
	margin: 20px 0 ;
}

/***************************************************************************************
GHOST BUTTON
****************************************************************************************/

/*rounded corners*/
.ghost-button-rounded-corners {
  display: inline-block;
  width: 100px;
  padding: 8px;
  color: red;
  border: 1px solid #000;
 /*border radius sets the rounded corners*/
  border-radius: 5px;
  text-align: center;
  outline: none;
  text-decoration: none;
}
.ghost-button-rounded-corners:hover,
.ghost-button-rounded-corners:active {
  background-color: #fff;
  color: #000;
}

@media only screen and (max-width : 640px) {
.ghost-button-rounded-corners{
border: 0;
}
}

/***************************************************************************************
H2 IS USED ON GHOST PAGE TO SEPARATE THE GHOST BUTTONS
****************************************************************************************/
h2 {
font-size: 1.4em;
border-top: solid 1px #eee;
padding-top: 20px;
color: #000;
line-height: 120%;
margin: 30px 0 10px;
}

h3 {
    font-size: 1.4em;
	color: #2262AD;
	line-height: 1.15em;
	margin: 20px 0 ;
}


p {
	line-height: 1.45em;
	margin-bottom: 20px
}

.smallcaps{
	text-decoration: none;
font-weight: bold;
text-transform: uppercase;
color: #00F;
}

.smallcaps2{
	text-decoration: none;
font-weight: bold;
text-transform: uppercase;
color: #0080ff;
}

footer {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50px;
	width: 100%;
  font-size: 1em;
  font-style:italic;
  text-align: center;
  word-spacing: .5em;		
}


.container-dennis{
margin-top: 80px;
border-bottom-style: solid;
border-bottom-width: 5px;
border-color: #ff0000;
/*NEEDED TO ADD HEIGHT SO THAT BOTTOM RED BORDER WAS DIRECTLY UNDERNEATH DENNIS*/
height: 128px;
}

.container-bridge{
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
font-family: georgia,times,"times new roman",serif;
font-size: 1em;
box-sizing: border-box;
}

.container-bridge ul{
 list-style-image: url(../img/greenblacksqsm.gif);
 	padding-left: 30px;
	padding-bottom:20px;
}

.container-bridge ul ul li{
 list-style-image: url(../img/yellowblacksmsq.gif);
}

@media only screen and (max-width : 640px) {
.container-bridge {
/*100px margin for top keeps it below header.*/
  margin-top: 120px;
}
}
.container-cc{
margin-top: 95px;
width: 90%;
font-family: georgia, times, "times new roman", serif;
font-size: 1em;
margin: 0 auto;
}
.text-center {
    text-align: center;
}
/*RESPONSIVE IMAGE PAGE ON LAURA.HTM*/
	img[usemap] {
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
	}
	
@media only screen and (max-width : 640px) {
.container-cc {
/*100px margin for top keeps it below header.*/
  margin-top: 140px;
}
}

.container-bridgequiz{
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
font-family: georgia,times,"times new roman",serif;
font-size: 1em;
box-sizing: border-box;
}
@media only screen and (max-width : 640px) {
.container-bridgequiz {
/*100px margin for top keeps it below header.*/
  margin-top: 140px;
}


.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 6px;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
  border-color: gray;
  background-color: transparent;
}
tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.table-nonfluid {
  width: auto;
}
.table {
  max-width: 100%;
  margin-bottom: 20px;
  /* margin: 0 auto; using this would center the table on the page*/
}

.table-hands {
    max-width: 100%;
    margin: 0px auto;
    width: auto;
}

/***************************************************************************************
MEDIA QUERY
****************************************************************************************/

@media only screen and (max-width : 640px) {

	header {

		position: absolute;

	}

	#menu-icon {

		display:inline-block;

	}

	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;

	}

	nav li {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	nav:hover ul {

		display: block;

	}
