
.topbar .logo-subbar {
    flex: 1;
    min-width: 55px;
    /*background-color: orange; */
    padding: 0 15px;
    max-width: 85px;
    font-size: 20px;
    overflow: hidden;
}

.topbar .signin-subbar {
    flex: 2;
    /*min-width: 400px; */
    display: flex;
    justify-content: flex-end;
    /*background-color: purple; */
    overflow: hidden;
}

.topbar .search-container {
    min-width: 240px;
    /*background-color: green; */
    padding: 0 10px;
}

.topbar input[type=text] {
  padding: 6px 0;
  /*margin-top: 8px; */
  font-size: 17px;
  border: 1px solid gray;
}

.topbar .search-container button {
  padding: 6px 0;
  margin-top: 8px;
  background: #214874;
  font-size: 18px;
  border: none;
  cursor: pointer;
}

.signin {
    text-align: right;
    min-width: 60px;
    overflow: hidden;
}

.signin a {
    color: white;
    float: left;
    text-align: center;
    text-decoration: none;
    padding-right: 15px; 
    font-size: 15px;
    /*border: 1px solid #042d59; */
}

.signin a:hover {
    /* background-color: #ddd; 
    border: 1px solid white; */
}

.sigin a:clicked, .sigin a:unclicked {
    color: white;
}

.navbar a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    padding: 0 15px; 
    font-size: 15px;
    border: 1px solid #042d59;
}

.navbar a:hover {
    /* background-color: #ddd; */
    border: 1px solid white;
}

.banner {
    width: 1500px;
    height: 100%; 
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    background-color: #008CA8; /* For browsers that do not support gradients */
    background-image: linear-gradient(#008CA8, #d9d9d9);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 0px 0 0 0;
    color: white;
}

.bkg-img1 { background-image: url("../images/uanta_bnr1.webp"); }
.bkg-img2 { background-image: url("../images/banner1.webp"); }
.bkg-img3 { background-image: url("../images/banner6.webp"); }
.bkg-img4 { background-image: url("../images/banner3.webp"); }
.bkg-img5 { background-image: url("../images/banner4.webp"); }

.banner-text {
    min-height: 230px;
    /*padding: 90px 15px; */
}

h1 {
    font-size: 60px;
    font-weight: bold;
    /*text-shadow: 5px 5px 10px white; */
    color: white;
	-webkit-text-stroke: 1px #F8F8F8;
	text-shadow: 0px 1px 4px #23430C;
}

h2 {
    font-size: 16px;
    /* Text Shadow Property */
    -webkit-text-stroke: 1px white;
}

/*.frame-category {
    width: 24%;
    min-width: 300px;
    flex: 1;
    margin: 16px;
    background-color: white;
    text-align: center;
}*/

.frame-category {
    width: 24%;
    min-width: 300px;
    /*flex-basis: 25%;*/
    flex-grow: 1;
    flex-basis: 0;
    min-width: 300px;
    background-color: white;
    text-align: center;
}

.frame-category:nth-of-type(1) {
    margin: 10px 10px 10px 20px;
}

.frame-category:nth-of-type(2) {
    margin: 10px;
}

.frame-category:nth-of-type(3) {
    margin: 10px;
}

.frame-category:nth-of-type(4) {
    margin: 10px 20px 10px 10px;
}

.frame-category a {
    text-decoration: none;
}

.frame-label {
    font-size: 18px;
    color: #424949 ;
    font-weight: bold;
    text-align: center;
    padding: 20px 0 10px 0;
}

.frame-1to1pic {
    width: 100%;
    text-align: center;
}

.frame-1to1pic a {
    width: 100%;
}

.frame-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.frame-4to1pic {
    max-width: 50%;
    padding: 12px 10px 10px 10px;
}

.frame-4to1pic a img {
    width: 100%;
    opacity: 1;
}

.frame-1to1pic img {
    width: 100%;
    height: 100%;
    padding: 0 10px 10px 10px;
    opacity: 1;
}

.frame-1to1pic img:hover, .frame-4to1pic img:hover {
    opacity: 0.8;
}

.frame-3to1 {
    width: 50%;
    min-width: 400px;
    flex: 1;
}

.frame-3to1-label {
    flex: 1;
    font-size: 18px;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 20px 0 0 0;
}

.frame-3to1-items {
    flex: 1;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.frame-3to1 .frame-3to1-items a {
    width: 100%;
    height: 100%;
    flex: 1;
}

.frame-3to1 .frame-3to1-items a img {
    width: 100%;
    padding: 15px;
}

.frame-3to1 .frame-3to1-items a img:hover {
    opacity: 0.8;
}

.links {
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: #2C3E50;
    line-height: 40px;
    font-size: 14px;
    color: white;
}

.footer {
    width: 100%;
    min-height: 100px;
    background-color: #083464;
    line-height: 100px;
    font-size: 12px;
    color: white;
}

@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    div.banner-text { 
        display: none;
    }
    div.frame-category {
        width: 30%;    
    }
}