* {
box-sizing: border-box;
}
body {
font-family: Georgia, Arial, Helvetica, sans-serif; color: #000066;
margin: 0; background-image: url(./images/BG.jpg);
height: 100%;
max-height: 100%;
}
h1 { font-size: 22px;
    }


  h2 { font-size: 12px;
    }


  h3 { font-size: 17px;
    }


  p { font-size: 14px;
    }


  a { font-size: 16px;
    text-decoration: none;
    color: rgb(13, 126, 232);
 }


  a:hover { font-size: 16px;
    color: rgb(155, 204, 36);
    background-color: rgb(5, 33, 79);
    text-decoration: none;
    }


/* Style the header */
img { max-width: 100%;
height: auto;
}
.header {
margin:0px;
background-image: url(./images/HBG.png); background-repeat: repeat;
padding: 8px;
text-align: left;
}
#grad1 {
    margin:auto; width: 98%; height: 2px;
    background-color: yellowgreen; /* For browsers that do not support gradients */
     background-image: linear-gradient(-90deg, #012A5A, yellowgreen, #012A5A);
} 
#grad2 {
    margin:auto; width: 98%; height: 2px;
    background-color: darkblue; /* For browsers that do not support gradients */
     background-image: linear-gradient(-90deg, yellowgreen, #012A5A, yellowgreen);
} 
#grad {
    margin:auto; width: 100%; height: 4px;
    background-color: yellowgreen;
background-image: linear-gradient(YellowGreen, darkred);
}
/* Style the top navigation bar */
.topnav {
overflow: hidden;
background: white url(./images/gm.png) repeat-x scroll center;
}
.topnav a {float: left;
display: block;
color: #B1E562;
background: white url(./images/gm.png) repeat-x scroll center;
font-family: georgia;
text-align: center;
border-right: 2px solid rgb(133, 168, 64);
padding: 8px 12px;
text-decoration: none;
font-size: 16px;
}
.topnav a.active { background: white url(./images/gm2.png) repeat-x scroll left bottom;}
.content {
padding: 16px;
}
.topnav .icon {
display: none;
}
.dropdown {
float: left;
overflow: hidden;
}
.dropdown .dropbtn {
font-size: 16px; border: none;
outline: none;
color: white;
padding: 8px 12px;
background-color: inherit;
font-family: inherit;
margin: 0;
}
.dropdown-content {
display: none;
position: absolute;
background: white url(./images/gm.png) repeat-x scroll center;
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;
}
.topnav a:hover, .dropdown:hover .dropbtn {
background: white url(./images/gm1.png) repeat-x scroll left bottom;
color: black ! important;
}
.dropdown-content a:hover {
background-color: #ddd;
color: black;
}
.dropdown:hover .dropdown-content {
display: block;
}
@media screen and (max-width: 800px) {
.topnav a:not(:first-child), .dropdown .dropbtn {
display: none;
}
.topnav a.icon {
float: right;
display: block;
}
}
@media screen and (max-width: 800px) {
.topnav.responsive {position: relative;}
.topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}
.topnav.responsive .dropdown {float: none;}
.topnav.responsive .dropdown-content {position: relative;}
.topnav.responsive .dropdown .dropbtn {
display: block;
width: 100%;
text-align: left;
}
}
div.box{
max-width: 600px; color: #B4E1E1; background-color: #012A5A;
padding: 10px; border: 2px solid #9BCC24; border-radius: 15px;
-webkit-border-radius: 9px;
margin: auto; text-align: left;
}
div.ga-box{
width: 96%; max-width: 1220px; color: #000; background-color: white; text-color: navy;
padding: 10px; border: 2px solid #9BCC24; border-radius: 15px;
-webkit-border-radius: 9px;
margin: auto; text-align: left; text-dicoration: none;
}
div.f-box{
 max-width: 1000px; color: #000; background-color: white; font-size: 18px; text-color: navy;
padding: 10px; border:2px solid #9BCC24; border-radius: 15px;
-webkit-border-radius: 9px;
 text-dicoration: none;
}
div.box3
{
float: left ; color: black; background-color: #B1E562; padding-left:10px; padding-right: 10px; padding-top: 2px; padding-bottom: 2px; border: 0px solid #B1E562;
margin:auto; text-align: left; border-radius: 5px;
-webkit-border-radius: 9px;}
div.box4
{
float: left ; color: black; background-color: #B1E562; padding-left:10px; padding-right: 10px; padding-top: 2px; padding-bottom: 2px; border: 0px solid #B1E562;
margin:auto; text-align: left; border-radius: 5px;
-webkit-border-radius: 9px;}
ul {
list-style-type: none;
margin: 0;
padding: 0;
background-color: #B1E562;
border: 1px solid #555;
}
li a {
display: block;
color: #000;
padding: 2px 2px;
text-decoration: none;
}
li {
text-align: center;
border-bottom: 1px solid #555;
}
li:last-child {
border-bottom: none;
}
li a.active {
background-color: #4CAF50;
color: white;
}
li a:hover:not(.active) {
background-color: #555;
color: white;
}
#grad1 {
margin:auto; width: 98%; height: 2px;
background-color: yellowgreen; /* For browsers that do not support gradients */
background-image: linear-gradient(-90deg, #012A5A, yellowgreen, #012A5A);
} 
.row {
display: -ms-flexbox; /* IE10 */
display: flex;
-ms-flex-wrap: wrap; /* IE10 */
flex-wrap: wrap;
padding: 0 4px;
}
/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}
.card {
max-width: 300px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 100%;
border-radius: 5px;
font-family: georgia;
text-align: left;
}
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
img {
border-radius: 5px 5px 0 0;
}
.container {
padding: 2px 16px;
}

/* Slideshow container */
.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}
/* Caption text */
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
/* The dots/bullets/indicators */
.dot {
height: 10px;
width: 10px;
margin: 0 2px;
background-color: YellowGreen;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active {
background-color: maroon;
}
/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {opacity: .4} to {opacity: 1}
}
@keyframes fade {
from {opacity: .4} to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.text {font-size: 11px}
}
#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: darkred;
color: white;
cursor: pointer;
padding: 15px;
border-radius: 4px;
}
#myBtn:hover {
background-color: red;
}
/* Footer */
.footer {
margin: 0px; background-image: url(./images/FBG.png); background-repeat: repeat;
padding: 8px;
font-family: georgia; text-align: center; font-size: 1vw;
}
}
}
input[type=text], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
resize: vertical;
}
label {
padding: 6px 6px 6px 0;
display: inline-block;
}
input[type=submit] {
background-color: #98C14A;
color: blue;
padding: 8px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
float: right;
}
input[type=submit]:hover {
background-color: #BCEE5B;
color: darkblue;
font-weight: bold;
}
.container {
border-radius: 5px;
background-color: #f2f2f2;
padding: 12px;
}
.col-20 {
float: left;
width: 20%;
margin-top: 6px;
}
.col-80 {
float: left;
width: 80%;
margin-top: 6px;
}
.col-50 {
float: left;
width: 50%;
margin-top: 6px;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.col-20, .col-80, .col-50, input[type=submit] {
width: 100%;
margin-top: 0;
}
}

