@charset "windows-1251";

.container {
	background-color: #FFFFFF;
	width: 100%;
	margin: auto;
	border-bottom-width: 0px;
	padding: 0px;
	max-width: 1080px;
	}

a {
  color: inherit;
  text-decoration: inherit;
}
	
ul.b {
	list-style-image: url("../clean.jpeg");
	font-size:17px;
	font-weight: bold;
	line-height:2;
	letter-spacing: 2px;
	padding-left:10%;
	}	
	
.row {
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: inline-block
}
.row.blockDisplay {
	display: block;
}
.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
}
.columns {
	width: 45%;
	float: left;
	line-height: 16px;
	padding: 2px 0px;
	text-align: center;
	margin-bottom:15px;
}

.container .columns h4 {
	text-align: center;
	color: #0000ff;
	margin: 0%;
	height: 1px;
	}

.primary_header {
	width: 100%;
	background-color: #D1e5f4;
	padding: 10px 0px;
	clear: left;
	border-bottom: 3px #18A99E;
}
.secondary_header {
	width: 100%;
	padding: 20px 0px;
	background-color: white;
	clear: left;
}

.container .secondary_header ul {
	margin: auto 0px;
	padding: 0px 10px 15px;
	width: 100%;
	}
	
.secondary_header ul li {
	list-style: none;
	float: left;
	margin: auto 0px;
	font-weight: normal;
	color: #0000ff;
	letter-spacing: 1px;
	margin-left: auto;
	text-align: center;
	width: 16%;
	transition: all 0.3s linear;
	}
	
.secondary_header ul li:hover {
	color: white;
	cursor: pointer;
	background-color: #0000ff;
}

.footer {
	background-color: #FFFFF;
	border-top:ridge thin #ffffff;
}
.centered-title {
  text-align: center;
  color: #ffffff;
}
.centered-heading {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.7px;
  color: #0000ff;
}
.title {
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: #0000ff;
	letter-spacing: 2px;
}
.placeholder {
	width: 75%;
	padding: 10px 0px;
	height: auto;
	display: block;
 	margin-left: auto;
 	margin-right: auto;
}
.my-button {
  /* Basic Button Styles */
  background-color: #0000FF;
  border: none;
  float: right;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px; /* Rounded corners */
  transition: background-color 0.3s ease; 

  /* Optional: Add a box-shadow */
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.my-button:hover {
  background-color: #800080; /* Darker green on hover */
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3); /* More prominent shadow on hover */

}

.my-button:active {
    background-color: #3e8e41; /* Even darker green when clicked */
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Smaller shadow when clicked */
    transform: translateY(1px); /* Slightly move down on click */
}

/* Example of a different button style */
.another-button {
    background-color: #007bff; /* Blue */
    color: white;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease; /* Added transform */
}

.another-button:hover {
    background-color: #0056b3; /* Darker blue */
    transform: scale(1.05); /* Slightly scale up on hover */
}

.another-button:active {
    background-color: #004085; /* Even darker blue */
    transform: scale(0.95); /* Slightly scale down on click */
}
.left_right {
	background-color: #004085;
}
.container .column_half.right_half h3 {
	color: #004085;
	text-align: center;
}

.right_half {
	background-color: #ffffff;
	color: #0000ff;
	text-align: center;
	font-weight: bold;
}

.btn {
	color:#0000ff;
	background-color: #ffffff;
	padding: 5px 0px; 
	text-align: center;
}
.btn:hover {
  color: #ffffff;
  background-color: #ffffff;
  cursor: pointer;
}

.copyright {
	text-align: center;
	background-color: #ffffff;
	color: #0000ff;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	
}
body {
	margin: 0px;
	font-family: "Times New Roman";
	background-color:#0000ff;
	}

@media (max-width: 320px) {
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}

.placeholder {
	width: 100%;
	margin: 0px;
	padding: 0px;
	max-width: 400px;
	max-height: 200px;
	height: auto;
}
.columns {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.columns p {
	padding-left: 5px;
	padding-right: 5px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
.copyright {
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.social .social_icon img {
	width: 1%;
}
.container .secondary_header {
}
}

@media (min-width: 321px) and (max-width: 768px) {
.secondary_header ul li {
	float: none;
	margin: 10px;
	width: 100%;
}
.container .secondary_header ul {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}

.placeholder {
	margin: 0px;
	padding: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.columns {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.columns p {
	padding: 14px 0px;
}

.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
}

@media (min-width: 769px) and (max-width: 1000px) {
.secondary_header {
	overflow: auto;
	padding: 0px 30px;
}
.secondary_header ul li {
	margin:10px 7%;
	}

.placeholder {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.columns {
	width: 50%;
	float: left;
	padding: 0px;
}
.container .columns p {
	padding-left: 25px;
	padding-right: 25px;
}
}

@media (min-width: 1001px) {
}
.thumbnail {
	width: 100px;
	border-radius: 200px;
	height: 100px;
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
}
.social {
	text-align: center;
	margin: 0px;
	width: 50%;
	background-color: #0000ff;
	clear: both;
	overflow: auto;
}
.social_icon {
	width: 10%;
	text-align: center;
	float: left;
	transition: all 0.3s linear;
	line-height: 0px;
	padding-top: 7px;
}
.container .social .social_icon:hover {
	cursor: pointer;
	opacity: 0.5;
}
.cards {
	width: 150px;
	border-radius: 10px;
	height: 110px;
	margin-left: auto;
}
#menu {
}
