body{
background-color:black;
}

#nav {
    display: inline-flex;
    align-items: center;
}

#nav img{ 
border-width: 18px;   
border-color: #000;   
border-style: solid;
}

#navcol {
    display: inline-flex;
    align-items: center;
}

#navcol img{ 
border-width: 18px;   
border-color: #000;   
border-style: solid;
}

#wrapper { 
				 margin:auto; 
				 padding:0; 
				 border:0; 
				 width:30px; 
				 height:30px;
}




.blackandwhite {
    filter: grayscale(100%);
}

.blackandwhite {
    filter: gray;
    filter: grayscale(100%);
}












#photo {
}

#tab {
}

#tab img {
margin-bottom:40px;
}

#tabcol {
}

#tabcol img {
margin-bottom:40px;
}

#txt {
    position: relative; top:8em; left:0;
	font-size : 10pt;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : normal;
	color : #fff;
}

img { border: none; } 
a img { border: none; } 

h1  {
	font-size : 22pt;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : normal;
	bg-color:black;
	color : #fff;
}

h2 {
    color: #eee;
    font-family: verdana;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    text-align: left;
}
	
h5  {
	font-size : 10pt;
	font-family :  Times New Roman;
	font-weight : bold;
	font-style : normal;
	color : #fff;
}

h6  {
	font-size : 10pt;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : italic;
	color : #fff;
}


#push {
    clear: both;
    height: 10px;
}
	


/* ADDED ID FOR VIDEOS */

	#player1 {
		width: 100%;
		height: auto;
	}

	#player2 {
		width: 100%;
		height: auto;
	}


.outer {
   overflow: hidden;
   position: relative;
}

.inner {
    position: absolute;
    height: 100px;
    width: 100px;
    right: -50px;
    top: 50px;
}
