@charset "UTF-8";
/* CSS Document Despenzero.com */


/*******toppnav 072020**************start********/

.topnav {
  overflow: hidden;
  background-color: black;
  -webkit-border-radius:20px;    
}

.topnav a {
  float: left;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
    -webkit-border-radius:20px; 
}

.topnav a:hover {
  background-color: red;
  color: white;

}


/*******toppnav 072020***********end*******/


body {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	font-family: arial;
}




.hero-box{
	height: 338px;
	background-image: url("jdheader1.jpg");
	background-size: cover;
	background-position: center;
	border-radius: 20%;
	
}

h1 {
	color: white;
	font-size: 30px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align: right;
	padding-top: 45px;	
	padding-right: 25px;
}

main{
	margin-left: 15px;
}

hr{
	width: 96%;
}

h2 {
	font-size: 20px;
	color: blue;
}

h3 {
	color: blue;
	font-size: 20px;
}



h5 {
	font-size: 14px;
	text-align: center;
}



.bluefont20center{
    color: blue;
	font-size: 20px;
	text-align: center;
}



.blackfont20underline{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
	font-size: 20px;
    text-decoration: underline;
	text-align: center;
    font-weight: bold;
}

.blackheaderun{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
	font-size: 20px;
    text-decoration: underline;
    font-weight: bold;
}


.blackfont20left{
    color: black;
	font-size: 20px;
	text-align: left;
     text-decoration: underline;
}


.footer {
	font-size: 14px;
}



.center{
	text-align: center;
}



.button {
	background-color: #008CBA; /* blue */
  border: none;
  color: white;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
	border-radius: 20px;
}


/*TABLET*/
@media (max-width:768px){
	h1{
		font-size: 32px;
	}		
	.button {
	font-size: 22px;
	} 
}

/*MOBILE*/
@media (max-width:400px){
	h1 {
		font-size: 28px;
	}	
	
	.button {
	font-size: 28px;
	background-color: #f44336;
	}  /* red */ 

}

