@viewport {
  width: device-width ;
  zoom: 1.0 ;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

    .page {
        margin: 2% 10% 2% 10%;
    }

        section {
            margin-bottom: 2%;
            background: transparent;
        }

        article {
            border: gray 2px;
            background: ffffff;
            width: 70%;
        }
        
            .backdrop {
                background: gray;
                width: 100%;
            }

.banner {
    background-image: url("../images/interface/uts-website.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    width: 100%; 
}

.navigation {
    height: 100px;
    width: 100%;
    margin-bottom: 2% auto;
    padding: 0 auto;
    position: relative;
    top: 0;
    left: 0;
}

.navbar-top {
    height: 50px;
    width: 100%;
    margin: 0 auto;
    padding: 0 auto;
    background: #ffffff;
    display: flex;
    position: relative;
}

.navbar-bottom {
    height: 35px;
    width: 100%;
    margin: 0 auto;
    padding: 0 auto;
    background: #ffffff;
    position: relative;
    display: flex;
    border-bottom: 2px solid black;
}

.navbar-banner {
    height: 5px;
    width: 100%;
    margin: 0 auto;
    padding: 0 auto;
    background: #3ba9c4;
    display: flex;
    position: relative;
}

.upper-navbar {   
    height: 55px;
    width: 80%;
    left: 10%;
    background: transparent;
    margin: 0 auto;
    display: flex;
    justify-content: left;
}

.lower-navbar {   
    height: 35px;
    width: 80%;
    left: 10%;
    background: transparent;
    margin: 0 auto;
    display: flex;
    justify-content: left;
}

.central-navbar {   
    height: 5px;
    width: 80%;
    left: 10%;
    background: transparent;
    margin: 0 auto;
    display: flex;
    position: relative;
    justify-content: left;
}

nav ul {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    list-style: none;
    align-items: center;
    display: flex;
    position: inline;
}

nav li a {
    margin-right: 2em;
    text-decoration: none;
    color: #333333;
    display: flex;
}

.logo {
    max-width: 100%;
    height: 50px;
    list-style: none;
    display: inline;
    position: relative;
}

.fixed {
    position: fixed;
}

.mobile-nav-banner {
    height: 5px;
    width: 100%;
    margin: 0 auto;
    padding: 0 auto;
    background: #3ba9c4;
    display: flex;
    position: relative;
}

.mobile-navbar {
    max-height: 20%;
    display: flex;
    position: relative;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
}

.mobile-logo {
    max-width: 100%;
    height: 50px;
    text-align: center;
}

.mobile-navbar .logo {
    display: flex;
    position: relative;
    justify-content: center; /* Centers the items horizontally */
    align-items: center;
}

.mobile-nav {
    width: 0;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ffffff;
    transition: 0.5s;
    padding-top: 10%;
}

.mobile-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: none; 
    position: fixed; 
    top: 0;
    left: 0;
    width: 100vw; 
    height: 100vh; 
    background-color: rgba(0, 0, 0, 0.8); 
    z-index: 2; 
    overflow-y: auto; 
}

#hamburger {
    font-size: 36px;
    margin-right: 10%;
    color: #3ba9c4;
    cursor: pointer;
    position: relative;
    left: 10px;
    margin-bottom: 0px;
}

#closeMenu {
    position: relative;
    top: 0;
    right: 95%;
    cursor: pointer;
    font-size: 38px;
    color: #3ba9c4;
}


.mobile-nav ul.active {
    background-color: #ffffff;
    color: #333333;
    display: block;
    list-style-type: none;
    padding: 0; 
    margin: 0; 
    justify-content: center;
}

.mobile-nav ul li a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 22px;
    color: #333333;
    background-color: #ffffff;
    display: block;
    transition: 0.3s;
}

/* Responsive styles */
@media screen and (min-width: 768px) {
    .mobile-navbar {
        display: none;
    }
    .mobile-nav-banner {
        display: none;
    }
    .mobile-nav {
        display: none;
    }
    #closeMenu {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .navigation {
        display: none;
    }
    .navbar {
        display: none;
    }
    .navbar-top {
        display: none;
    }
    .upper-navbar {
        display: none;
    }
    .row {
        flex-direction: column;
        margin-bottom: 5%;
        overflow-y: none;
    }
    .container {
        overflow-y: none;
    }
    .column { 
        overflow-y: none;
    }
    .mobile-nav-row {
        flex-direction: inline;
    }
    .navbar-bottom {
        display: none;
    }
    .lower-navbar {
       display: none;
    }
    .navbar-banner {
        display: hidden;
    }
    footer {
        display: none;
    }
    .footer-top {
        display: none;
    }
    .upper-footer {
        display: none;
    }
    .footer-col {
        display: none;
    }
    .footer-row {
        display: none;
    }
    .footer-bottom {
        border-top: #3ba9c4 5px;
        position: fixed;
    }
    .lower-footer {  
        border-top: #3ba9c4 5px;
        position: fixed;
    }
    .footer-banner {
        display: none;
    }
    figure {
        margin-bottom: 2%;
        overflow-y: none;
    }
    figure img {
        margin-bottom: 2%;
        overflow-y: none;
    }
    figcaption {
        margin-bottom: 2%;
        overflow-y: none;
    }
    section {
        margin-bottom: 5%;
    }
    .hamburger {
        text: 50px;
    }
    .mobile-nav .logo {
        max-width: 80%;
    }
}


h1 {
    display: inline;
    position: relative;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    border: 2px;
    border-color: yellow;
}

h2 {
    position: relative;
    align-items: center;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}

h3, p {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.red-text {
    color: #f50505;
    Font-weight: bold;
}

figure {
    align-content: center;
    justify-content: center;
    background-color: #transparent;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    border: 2px;
    border-color: gray;
}

    figure img {
        display: flex;
        max-width: 100%;
        height: 100%;
        background-color: #transparent;
        margin: 0px;
    }

    figcaption {
        font-style: italic;
        color: gray;
        text-align: center;
        margin: 0px;
    }

span { 
    visibility: visible
    display: inline;
    position: absolute;
    z-index: 1;
}

border  { 
    visibility: visible
    display: inline;
    position: absolute;
    z-index: 1000;
}

.title {
    text-align: center;
    border: 2px;
    border-color: red;
}

.row {
    display: flex;
    position: relative;
    width: 100%;
    height; auto;
    padding-top: 1%;
    padding-bottom: 1%;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1;
    box-sizing: border-box;
    border: 2px;
    border-color: orange;
}
    .mobile-nav-row {
        display: flex;
        position: inline;
        flex-direction: inline;
        max-width: 100%;
        height: auto;
    }
    .primary {
        width: 100%;
        height: auto;
        border:  2px;
        border-color: pink;
    }
    
    .secondary {
        width: auto;
        height: auto;
        border: 2px;
        border-color: blue;
        object-fit: cover;
    }

    .row img {
        display: flex;
        position: inline-block;
        height: auto;
        width: 100%;
        object-fit: cover;
        padding-bottom: 10px;
    }

.column {
    display: flex;
    position: relative;
    height: 100%;
    width: auto;
    margin: 0%;
    padding: 0%;
    flex: 1;
    border: 2px;
    border-color: black;
}
    .full {
         flex: 0 0 97%;   
    }
    .two-thirds {
        flex: 0 0 63%;    
    }
    .half {
         flex: 0 0 47%;
    }
    .one-third {
        flex: 0 0 31%;    
    }
    .quarter {
       flex: 0 0 23%; 
    }
    .fifths {
        flex: 0 0 18%
    }
    .sixths {
        flex: 0 0 14%;
    }
    .eigths {
        flex: 0 0 9%;
    }
    .twelfthts {
        flex: 0 0 7.5%;
    }
    .sixteenths {
        flex: 0 0 4.5%;
    }
    .five {
        flex: 0 0 5%;   
    }
    
    .ten {
        flex: 0 0 10%;           
    }
    
    .fifteen {
        flex: 0 0 15%;           
    }
    .twenty {
        max-width: 20%;           
    }
    
    .twenty-five {
        flex: 0 0 25%;       
    }
    
    .thirty {
        flex: 0 0 30%;       
    }
    
    .thirty-five {
        flex: 0 0 35%;        
    }
    
    .forty {
        flex: 0 0 40%;           
    }
    
    .forty-five {
        flex: 0 0 45%;           
    }
    
    .fifty {
        flex: 0 0 50%;           
    }
    
    .fifty-five {
        flex: 0 0 55%;           
    }
    
    .sixty {
        max-width: 60%;           
    }
    
    .sixty-five {
        flex: 0 0 65%;           
    }
    
    .seventy {
        flex: 0 0 70%;        
    }
    
    .seventy-five {
        flex: 0 0 475%;           
    }
    
    .eighty {
        flex: 0 0 80%;           
    }
    
    .eighty-five {
        flex: 0 0 85%;           
    }
    
    .ninety {
        flex: 0 0 90%;           
    }
    
    .ninety-five {
        flex: 0 0 95%;           
    }
    
    .one-hundred {
        flex: 0 0 100%;           
    }
    
.container {
    display: flex;
    position: relative;
    height:　100%;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space;
    flex: 1;
    box-sizing: border-box;
    margin: 0;
    padding: 0px;
    border: 2px;
    border-color: green;
    object-fit: cover;
}

    .align-left {
        display: flex;
        position: relative;
        width: 100%;
        height: auto;
        margin: 0%;
        padding: 0%;
        align-content: left;
        text-align: left;
        justify-content: left;
    }

    .align-center {
        display: flex;
        position: relative;
        width: 100%;
        height: auto;
        margin: 0%;
        padding: 0%;
        align-content: center;
        text-align: center;
        justify-content: center;
    }

    .align-right {
        display: flex;
        position: relative;
        width: 100%;
        height: auto;
        margin: 0%;
        padding: 0%;
        align-content: right;
        text-align: right;
        justify-content: right;
    }
    .thematic {
        margin: 2% 2% 2% 2%;
        display: flex;
        position: relative;
        flex-wrap: wrap;
        justify-content: space;
        width: 100%;
        height: auto;
        flex: 1;
        box-sizing: border-box;
        margin: 0;
    }
    
    .wrapper {
        display: flex;
        position: relative;
        margin: 0px;
        flex-wrap: wrap;
        justify-content: space;
        width: 100%;
        height: auto;
        flex: 1;
        box-sizing: border-box;
        margin: 0; 
    }


.col-1-of-1 {
    flex: 0 0 97%;
}

.col-2-of-3 {
    flex: 0 0 63%;
}

.col-1-of-3 {
    flex: 0 0 30%;
}

.col-1-of-2,
.col-2-of-4,
.col-3-of-6 {
    flex: 0 0 47%;
}

.col-1-of-4,
.col-2-of-8 {
    flex: 0 0 22%;
}

.col-1-of-5 {
    flex: 0 0 18%;
}

.col-1-of-6,
.col-2-of-12 {
    flex: 0 0 13.333%;
}

.lines {
    display: flex;
    position: absolute;
    margin-left: 5px;
    max-width: 100%;
    height: 1px;
    color: black;
    background-color: black;
    box-shadow: 
      0 2px 0 0 black,  
      0 4px 0 0 black; 
    background: linear-gradient(to top, 
        black 1px, transparent 1px,
        transparent 3px, black 1px,
        transparent 3px, black 1px,
        transparent 1px);
    align-self: flex-middle; 
    border: 2px orange;
    z-index: 1;
}

table {
    position: relative;
    width: auto;
    border-collapse: collapse;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

th, td {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #000000;
    color: white;
}

tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

tbody tr:hover {
    background-color: #e0e0e0;
}

.space {
    margin: 1.5%;
    padding: 1.5%;
}

footer {
    height: auto;
    width: 100%;
    margin-top: 2% auto;
    padding: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
}

.footer-row {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
    flex: 1;
    box-sizing: border-box;
}

.footer-row img {
    display: flex;
    position: inline-block;
    height: auto;
    width: 100%;
    object-fit: cover;
    padding-bottom: 10px;
}

.footer-col {
    flex: 0 0 30%;
}

.footer-top {
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0 auto;
    background: #ffffff;
    align-items: middle;
    display: flex;
    position: relative;
}

.footer-bottom {
    min-height: 5%;
    width: 100%;
    margin: 0 auto;
    padding: 0 auto;
    background: #ffffff;
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    border-top: 2px #3ba9c4;
}

.footer-banner {
    height: 5px;
    width: 100%;
    margin: 0 auto;
    padding: 0 auto;
    background: #3ba9c4;
    display: flex;
    position: relative;
}

.footer-banner-mobile {
    height: 5px;
    width: 100%;
    margin: 0 auto;
    padding: 0 auto;
    background: #3ba9c4;
    display: flex;
    position: relative;
}

.upper-footer {   
    height: auto;
    width: 80%;
    left: 10%;
    background: transparent;
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: center;
}

.lower-footer {   
    min-height: 5%;
    width: 80%;
    background: transparent;
    margin: 0 auto;
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
}

.central-footer {   
    height: 5px;
    width: 80%;
    left: 10%;
    background: transparent;
    margin: 0 auto;
    display: flex;
    position: relative;
    justify-content: left;
}

.footer-box {
    display: flex;
    position: relative;
    width: 80%
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    background: transparent;
}

.vertical li {
    display: block;
    vertical-align: middle;
    align-items: center
    justify-content: center;
    text-decoration: none;
    list-style: none;
}

.vertical li a {
    text-decoration: none;
    color: #333333;
}

.footer-container {
  margin: 2% 10% 2% 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.newsletter-signup {
  margin: auto;
  width: 50%;
  padding: 10px;
}

.newsletter-signup form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.newsletter-signup input[type="email"] {
  margin: 10px 0;
  padding: 10px;
  width: 80%;
  border: 1px solid #ddd;
}

.newsletter-signup input[type="submit"] {
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  text-transform: uppercase;
}

.newsletter-signup input[type="submit"]:hover {
  background-color: #444;
}
