/* Author: Richie Wertz
   Date: 5-3-2021
*/



/*---------------------------index.html styles begin--*/

h1#index {
	
}

/* navbar background */
.topnav {
	background-color: black;
	overflow: hidden;
	width: 100%;
}

/* link styles */
.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 15px 25px;
	text-decoration: none;
	font-family: impact;
	font-size: 21px;	
}

/* color of links on hover */
.topnav a:hover {
  background-color: #b3d6ff;
  color: black;
  text-decoration: overline;
  text-decoration-color: white;
  
}
 /* home link stays color blue */
.topnav a.active {
  background-color: #6699ff;
  color: white; 
}


h1#index {
	margin: 35px 0px 32px 25px;
	font-family: Georgia;
}

body#index { 
    background-image: url("images/river.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: center;
}

div.col1 {
	width: 50%;
}

p#aboutme {	
	/* display: block; */
	text-align: left;
	border-left: 5px solid #6699ff;
	border-bottom: 5px solid #6699ff; 
	padding: 10px;
    width: 100%;	
}
/*---------------------------index.html styles end--*/



/*---------------------------cis_syllabi.html styles begin--*/
body#syllabi {     
	background-image: url("images/comp_programming.jpg");	
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: center;
	background-size: 100% 100%;
}

h1#pageHeader {			
	color: ivory;
	background-color: black;
	font-family: Georgia;
	font-size: 25px; 
	overflow: hidden;	
	border-left: 5px dashed #6699ff;
	border-bottom: 5px solid #6699ff; 	
	padding: 25px;
	margin-top: 0px;
	margin-bottom:0px;
    
}

ul#syllabiNav {	
    background-color: #6699ff;
    color: black;   
	list-style-type: none;	
	margin: 0;
    padding: 0;
    width: 490px;
	font-size: 19px;  
    font-weight: bold;	
	border-left: 5px dashed #6699ff
}

li a {
  display: block;
  color: ivory;
  padding: 10px 16px;
  text-decoration: none;
  font-family: courier new;
}

li a:hover {
    background-color: #b3d6ff;
    color: black;
    font-size: 19px; 
    border: 5px solid ivory;		
	
}
/*---------------------------cis_syllabi.html styles end--*/





/*----------------------------ALL fullscreen iframe styles begin--*/

iframe{    	
	right: 0px;
	width: 100%;
	height: 650px;	
}

.iframe{ 
    margin: auto;   	
	width: 80%;
	height: 650px;	
}

/*----------------------------ALL iframe fullscreen styles end--*/



/*----------------------------background styles with iframe begin--*/

body#php, body#resume, body#java, body#cSharp, body#webServices, body#advAppDev {
	background-image: url("images/comp_programming.jpg");	
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: center;
	background-size: 100% 100%;
}

/*-----------------------------background styles with iframe end--*/






/*----------------------------SCRUM4 styles begin--*/

body#scrum4 {
	background-image: url("images/comp_programming.jpg");
}

iframe.iframe_scrum4video {
	width: 40%;
	height: 315px;
}


/*----------------------------SCRUM4 styles end--*/


/*----------------------------ADV App Dev styles begin--*/

body#advAppDev h1 {
	color: ivory;
}


/*----------------------------ADV App Dev styles end--*/



