/* unvisited link */
					a:link {
					  color: white;
					}
					
					/* visited link */
					a:visited {
					  
					  color: darkblue;
					}
					
					/* mouse over link */
					a:hover {
					  color: red;
					}
					
					/* selected link */
					a:active {
					  color: yellow;
					} 

					.button {
						border-radius: 4px;
						background-color:#388E8E;
						border: none;
						color: #FFFFFF;
						text-align: center;
						font-size: 12px;
						padding: 5px;
						width: 225px;
						transition: all 0.5s;
						cursor: pointer;
						margin: 5px;
						display: inline-block;
						min-width:150px;
						max-width:95%;
						line-height: 1.7;
						}

						.vbutton {
						border-radius: 4px;
						background-color:#ff7607;/*#ec2b2a;*/
						border: none;
						color: #FFFFFF;
						text-align: center;
						font-size: 12px;
						padding: 5px;
						width: 225px;
						transition: all 0.5s;
						cursor: pointer;
						margin: 5px;
						display: inline-block;
						min-width:150px;
						max-width:95%;
						}
						.spacer
						{
							min-height: 30px;
							max-height: 59px;
							align-content: center;
							display: flex;
							justify-content: center;
							
						}

						.shead
						{margin:2% 2% 1% 4%;
						}



						.big-font
						/*{width: 54px;
					    position: relative;
					    border-width: 50px 18px 0;
					    border-style: solid;
					    border-color: #277bab transparent;}	*/			
						{color: #494949 !important;
						text-transform: uppercase;
						text-decoration: none;
						background-color: #4c56a5;
						padding: 20px;
						display: inline-block;
						transition: all 0.4s ease 0s;
						margin:30px 0% 3% 0%;
						width:170px;
						text-align: center;
						border-radius:15% 15% 45% 45%;
									
						}

												.big-font:before
												{
											    }

												.big-font:hover
												{/*color: #e21b1b !important;*/
												background-image: linear-gradient(to right, #ff6200, #fdb777);
												border-color: #f6b93b !important;
												transition: all 1.4s ease 0s; 
												letter-spacing: 4px;
												content: '\00bb';
												text-align:center;

												}
												
												.light
												{font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
												font-size: 14px !important;
												color:aliceblue !important;
												}

												.bordered
												{box-shadow: beige;
												}

												.big-font:visited
												{background-color: #1c1e1f !important;
												
												}