/*
*Stylesheet for The //Design
*Author- Akshay
*
*/

.logo{
	font-family: Courier;
	font-size: 38px;
	padding: 13px;
	float: left;
	margin: 7px 7px 10px;
	
}

h1 a{
	text-decoration: none;
	color: black;
	text-shadow: 5px 10px 10px black,	
	             1px 1px 1px rgb(2,110,150);
}

.logo1{
	font-family: Courier;
	font-size: 38px;
	padding: 23px;
	float: left;
	margin: 7px 7px 10px;
	text-decoration: none;
	color: black;
	text-shadow: 5px 10px 10px black,	
	             1px 1px 1px rgb(2,110,150);

}



.main h2{
	margin-top: 20px;
	margin-bottom: 13px;
	font-family: Monospace;	
	font-size: 44px;
	
	letter-spacing: 0px;
	background-color: rgba(233,232,237,0.45);

}

.main p{
	font-family: Cambria;
	font-size: 22px;
	padding-right: 14px;

}
li a, li p{
	text-decoration: none;
	background-color: rgba(233,232,237,0.5);
	color: rgb(110,110,110);
	font-family: Monospace;
	font-size: 18px;

}



header{
	overflow: hidden;
}

body{
	margin: auto;
	background: url(https://github.com/cse16/cse16.github.io/blob/master/img/bg1.JPG?raw=true) ;
}
.banner{
	padding-top: 10px;
	background: url(https://github.com/cse16/cse16.github.io/blob/master/img/bg2.JPG?raw=true) no-repeat;
	width: 300px;
	height: 200px;

}
nav li{
	display: inline;
	padding: 10px;
	float: right;
}

.blank{
	background: url(https://github.com/cse16/cse16.github.io/blob/master/img/bg3.png?raw=true) center;
	height: 200px;
	
}

.blank p{
	color: grey;
	background: rgba(0,0,0,0.5);
	font-size: 19px;
	font-family: Monospace;
	margin-top: 170px;

}


li a:hover, .selected{
	color: black;
}


footer p{
	font-size: 11px;
	font-family: Courier New;	

	position: relative;
	margin: auto;
	margin-top: 45px;
	margin-bottom: 30px;
	max-width: 960px;
	text-align: right;}

.block{	
	min-height: 800px;

}

#article1, #article2{
	font-size: 20px;
	word-spacing: 0.5px;
	color: rgb(80,80,80);
}


.banner #p1{
	
	
	margin-top: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 120px;
	padding-left: 40px;
	margin-left: -5px;
	float:left;
	text-indent: -15px;

}

.banner #p2{
	
	margin-top: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 120px;
	padding-right: 40px;
	margin-right: -75px;
	float: right;
	text-indent: 70px;
}


.banner #p1, .banner #p2{
	background: rgba(0,0,0,0.5);
	font-family: Courier New;
	color: white;
	font-size: 30px;

}

.articlecolumn p{
	background: rgba(233,232,237,0.7);
}


.button p{
	

	background: rgba(0,0,0,0.75);
	color: white;
	font-family: Monospace;
	font-size: 16px;
	max-width: 77px;
	margin: auto;
	float: :right;
	margin-right:50px;
	text-align: right;
	margin-top: 15px;
	text-align: center;
	text-indent: 5px;
	padding-top: 4px;
	padding-bottom: 4px;


}

.button a{
	text-decoration: none;
	color: white;
}


.button p:hover{
	background-color: grey;
}

/*.quote blockquote:before, 
.quote blockquote:after{
	content: '"';
	font-size:40px;
	color: #bfbfbf;
	font-family: Monospace;
	font-style: italic;
	max-width: 5px;
	padding: 0;
	margin-top: 4px;
}

.quote blockquote:after{
	float:right;
	text-indent: -40px;
}

.quote p{
	font-family: Georgia;
	color: rgb(80,80,80);
	word-spacing: 1px;
	font-size: 35px;
}
*/



/*----- navbar
.navbar {
    overflow: hidden;
    background-color: #4CAF50;
    font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

*/

/* ------list menu-----*/

ul {
  background-color: #4CAF50;
  font-family: Arial, Helvetica;


}

ul li {
  display: block;
  position: relative;
  float: left;
  font-family: Arial, Helvetica;


  font-size: 16px;    
    border: none;
    outline: none;
    color: white;
    margin: 0;


    
}


li ul { display: none; 
	font-family: Arial, Helvetica;
	background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1; }

ul li a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  background-color: #4CAF50;

font-family: Arial, Helvetica;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
}

ul li a:hover {  background-color: #3e8e41;}

li:hover > ul {
  display: block;
  position: absolute;
}

li:hover li { float: none; background-color: #f9f9f9; }

li:hover a { }

li:hover li a:hover {background-color: #f9f9f9; }

.main-navigation li ul li { border-top: 0; }




ul ul ul {
  left: 100%;
  top: 0;
}




ul:before,
ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

ul:after { clear: both; }