@charset "utf-8";
/* CSS Document */

html {
	font-family:Arial, Calibri, Tahoma, "Arial Rounded MT Bold", "Arial Unicode MS", "Arial Narrow", "Arial Black";
}
.no-paragraphs {
	margin-top: 0;
	margin-bottom: 0;
}
		
a {
	color: black;
}
a:hover {
	color: gray;
}

/*NEW CSS */

header {
	padding: 0;
	align-content: "center";
	text-decoration: "none";
	color: #000000;
	z-index: 400;
	top: 0;
	display: block !important;
}
		
img[alt="DRICKARD Insurance"] {
	width: min(500px, 100%)
}

/* Sidebar Navigation CSS */
				
.sidenav {
	height: 100%; 
	width: 0; 
	position: fixed;
	z-index: 2;
	top: 0;
	right: 0;
	background-color: #616365;
	overflow-x: hidden;
	padding-top: 60px;	
}
.sidenav li {
	display: inline;
}
.sidenav a {
	padding: 8px 8px 8px 0px;
	text-decoration: none;
	font-size: 20px;
	color: #FFFFFF;
	display: block;
	transition: 0.3s;
	text-align: right;
}
.sidenav a:hover {
	color: #FFFFFF;
	background-color: #888A8B;
}
		
/* Position and style the close button (top right corner) */
		
.sidenav .closebtn {
	position: absolute;
	top: 0;
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
	right: 0;
	font-size: 50px;
}

/* End Sidebar Navigation CSS */
		
/*Header CSS*/
		
.ny-header {
	width:100%;
	background-color:#616365;
	position:fixed;
	box-shadow: 0px 2px 15px 2px #C0C0C0;
	top:0;
	left:0;
	text-align:center;
	text-decoration-color: #FFFFFF;
	display: grid;
	grid-template-columns: auto;
}
.ny-header a {
	color: #FFFFFF;
	text-decoration: none;
}
.ny-header a:hover {
	background-color: #888A8B;
}

/*End Header CSS*/
		
/*Footer CSS*/
		
footer {
	box-sizing: border-box;
	width: 100%;
	background-color:#C0C0C0;
	outline: 20px solid #C0C0C0;
	position: relative;
	bottom: 0;
	min-height: 100;
	display: flex;
	flex-direction: column;
}

/*END Footer CSS*/

.indent {
	margin-left: 5%;
}
		
/*Flexbox CSS Start - for responsive web design*/

/*Default Width Button Menu Start*/

.button-menu {
	display: grid;
	grid-template-columns: auto;
}
.menu-item1 {
	grid-column-start: 1;
	margin: 15px;
}
.menu-item2 {
	margin: 15px;
}
.menu-item3 {
	margin: 15px;
}
.menu-item4 {
	margin: 15px;
}

/*Default Width Button Menu End*/
/*Default Width Tile Options Start*/

.options-grid {
	display: grid;
	grid-template-columns: auto;
	gap: 10px;
	padding: 0px;
	border: 1px solid #7D92F2;
}
.options-grid > div {
	text-align: center;
	color: #FFFFFF;
	padding: 20px 0;
}
.options-grid > div a {
	color: #FFFFFF;
	text-decoration: none;
}
.options-grid > div:nth-child(even) {
	text-align: center;
	color: #7D92F2;
}
.options-grid > div:nth-child(even) a {
	color: #7D92F2;
	text-decoration: none;
}
.options-grid > div:nth-child(even) img:hover {
	transition: 0.5s;
	box-shadow: 0px 2px 15px 2px #C0C0C0;
}
.options-grid > div:nth-child(odd) img:hover {
	transition: 0.5s;
	box-shadow: 0px 2px 15px 2px #5B6AAF;
}
.grid-item1 {
	grid-column-start: 1;
	align-content: center;
	background-color: #7D92F2;
}
.grid-item2 {
	background-color: #FFFFFF;
}
.grid-item3 {
	background-color: #7D92F2;
}
.grid-item4 {
	background-color: #FFFFFF;
}
/*Default Width Tile Options End*/

.penn {
	background-image: url('images/penn.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

/*Tablet Width*/

@media screen and (min-width: 600px) {
	/*Tablet Width Tile Options Start*/
	.options-grid {
		display: grid;
		grid-template-columns: auto;
		column-gap: 0px;
		grid-row-gap: 0px;
	}		
	[class*="grid-item"] {
		width: 100%;
		align-content: center;
	}
	.grid-item1 {
		grid-column-start: 1;
		grid-row-end: 2;
	}
	.grid-item2 {
		grid-column-start: 2;
		grid-row-end: 2;
	}
	.grid-item3 {
		grid-column-start: 2;
		grid-row-end: 3;
	}
	.grid-item4 {
		grid-column-start: 1;
		grid-row-end: 3;
	}
	
	/*Tablet Width Tile Options End*/
	
	/*Tablet Width Button Menu End*/
	
	.menu-item1 {
		grid-column-start: 1;
		margin: 15px;
		width: 100%;
	}
	.menu-item2 {
		grid-column-start: 2;
		margin: 15px;
		width: 100%;
	}
	.menu-item3 {
		margin: 15px;
		width: 100%;
	}
	.menu-item4 {
		margin: 15px;
		width: 100%;
	}
/*Tablet Width Button Menu End*/
}

/*Desktop Width*/
@media screen and (min-width: 992px) {		
	 /*Desktop Width Tile Options Start*/
	.options-grid {
		display: grid;
		grid-template-columns: auto;
		column-gap: 0px;
		grid-row-gap: 0px;
	}
	
	.options-grid > div:nth-child(even) {
		text-align: center;
		color: #7D92F2;
		background-color: #FFFFFF;
	}
	.options-grid > div:nth-child(even) a {
		color: #7D92F2;
		text-decoration: none;
	}
	.options-grid > div:nth-child(odd) {
		text-align: center;
		color: #FFFFFF;
		background-color: #7D92F2;
	}
	.options-grid > div:nth-child(odd) a {
		color: #FFFFFF;
		text-decoration: none;
	}
	[class*="grid-item"] {
		width: 100%;
		align-content: center;
	}
	.grid-item1 {
		grid-column-start: 1;
		grid-row-end: 2;
	}
	.grid-item2 {
		grid-column-start: 2;
		grid-row-end: 2;
	}
	.grid-item3 {
		grid-column-start: 3;
		grid-row-end: 2;
	}
	.grid-item4 {
		grid-column-start: 4;
		grid-row-end: 2;
	 }
	 /*Desktop Width Tile Options Start*/
	 /*Desktop Width Button Menu Start*/
	 
	 .menu-item1 {
		grid-column-start: 1;
		margin: 15px;
		width: 100%;
	 }
	.menu-item2 {
		grid-column-start: 2;
		margin: 15px;
		width: 100%;
	}
	.menu-item3 {
		grid-column-start: 3;
		margin: 15px;
		width: 100%;
	}
	.menu-item4 {
		grid-column-start: 4;
		margin: 15px;
		width: 100%;
	}
	 /*Desktop Width Button Menu End*/
}

.buttons-products {
	align-content: center;
	border: #7D92F2 solid;
	padding: 10px;
	border-radius: 30px;
	width: 60px;
	background-color: #FFFFFF;
	color: #7D92F2;
	text-decoration: none;
	margin: 10px 5px;
}
.buttons-products:hover {
	align-content: center;
	border: #7D92F2 solid;
	padding: 10px;
	border-radius: 30px;
	width: 60px;
	background-color: #7D92F2;
	color: #FFFFFF;
	text-decoration: none;
}

.buttons-payments {
	align-content: center;
	border: #00FF00 solid;
	padding: 10px;
	border-radius: 30px;
	width: 60px;
	background-color: #FFFFFF;
	color: #00FF00;
	text-decoration: none;
	margin: 10px 5px;
}
.buttons-payments:hover {
	align-content: center;
	border: #00FF00 solid;
	padding: 10px;
	border-radius: 30px;
	width: 60px;
	background-color: #00FF00;
	color: #FFFFFF;
	text-decoration: none;
}

.buttons-claims {
	align-content: center;
	border: #FFA574 solid;
	padding: 10px;
	border-radius: 30px;
	width: 60px;
	background-color: #FFFFFF;
	color: #FFA574;
	text-decoration: none;
	margin: 10px 5px;
}
.buttons-claims:hover {
	align-content: center;
	border: #FFA574 solid;
	padding: 10px;
	border-radius: 30px;
	width: 60px;
	background-color: #FFA574;
	color: #FFFFFF;
	text-decoration: none;
}

.buttons-info {
	align-content: center;
	border: #FDC902 solid;
	padding: 10px;
	border-radius: 30px;
	width: 60px;
	background-color: #FFFFFF;
	color: #FDC902;
	text-decoration: none;
	margin: 10px 5px;
}
.buttons-info:hover {
	align-content: center;
	border: #FDC902 solid;
	padding: 10px;
	border-radius: 30px;
	width: 60px;
	background-color: #FDC902;
	color: #FFFFFF;
	text-decoration: none;
}