:root {
    --avn-yellow-dark:#ea40c0;
}

input[type=text], input[type=password], input[type=email], select, textarea  {
    padding: 2px 10px;
    margin: 2px 2px;
    border: 3px solid black;
    border-radius: 9px;
    font-weight: bold;
  }
  
  ::placeholder {
    color: #73a4fd;
    font-weight: normal;
  }

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus, select:focus {
    background-color: #fcebb8;
  }
  
  input[type=submit], input[type=button] {
    cursor: pointer;
  }

body {
    background-color: black; ;
    color: white; 
    text-align: center;
    line-height:1.25;
    font-size:16px;
}


nav {
    margin: 0;
    padding: 0;
    display: flex;

    .lsw_menu_button {position: absolute; top: 0; right: 0.8vw; color:white;z-index:1;}
    .sidebar_content {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        height:100%;
        right:0;
        top:0;
        max-width:50vw;
        margin:0;
        padding:1em;
        position:fixed!important;
        z-index:2;
        overflow:auto;
        background: #F1C376;
        color: black;
        line-height:2.25;
    }
    .sidebar_content a {
        color: black;
    }
}

nav button {
    margin: 0;
    padding: 0;
    background-color:transparent;
    border:none;
    font-size:2.5em;
    text-align:right;
    align-self: end;
}

nav hr {
    color: black;
    background-color:black;
    border: none;
    width: 100%;
    height: 1px;
    margin: 2vh 0 2vh 0;
}


h1 { 
    font-size:3.5em;
    color: #F1C376;
    font-family: 'Brush Script MT', cursive;
    margin: 0;
}
h2 {font-size:2em; margin: 0; color: #6dfa7a;}
h3 {margin: 0; color: #cb99fc;}
.lsw_highlight_color { color: #e9cfff; }
img { height: auto; width: auto; border-radius: 5%;}
input {border-radius: 5%;}

a:link {color: white;}
a:visited {color: white;}



table {
    border-collapse: separate;
    text-align: left;
}

.lsw_small_flag {
    height: 0.9em; width: 1.2em; margin-left: 0.5em;
}

.lsw_index h1 {font-size:7em; margin-bottom: 5vh;}
.lsw_index div {font-size: 2em; margin-top: 3vh;}
.lsw_index img {max-width: 15vw; border-radius: 50%;}
.lsw_login_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lsw_login_form {
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size:0.5em; 
}

.lsw_button_login {
    font-size: max(0.8vw, 12px);
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    background: transparent;
    color: var(--avn-yellow-dark);
    border: var(--avn-yellow-dark) 0.125em solid;
    padding: 0.4em 1.1em;
    border-radius: 0.55em;
    text-shadow: 0 0 0.25em black, 0 0 0.45em currentColor;
    box-shadow: inset 0 0 0.5em 0 var(--avn-yellow-dark), 0 0 0.5em 0 var(--avn-yellow-dark);
    position: relative;
}

.lsw_button_wl_item {
    font-size: max(0.8vw, 12px);
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    background: transparent;
    color: blueviolet;
    border: blueviolet 0.2em solid;
    padding: 0.1em 1.1em;
    border-radius: 0.5em;
    position: relative;
}

input[type=text], select, textarea  {
    padding: 2px 10px;
    margin: 2px 2px;
    border: 5px solid #6dfa7a;
    border-radius: 6px;
    font-weight: bold;
  }
  
  input[type=text]:focus {
    background-color: #fcebb8;
  }

.lsw_welcome section {margin: 4vh 0 0 0;}
.lsw_welcome img {max-width: min(40vw, 40vh); }
.lsw_welcome h4 {color: lightslategray; font-size:1.4em; margin: 2vh 0 0 0;}
.lsw_welcome p {font-size:1.2em;}
.lsw_welcome footer {color: #cb99fc; position: absolute; bottom: 3vh; left: 0; right: 0; margin-left: auto; margin-right: auto; font-size:1.1em;}
.lsw_welcome aside {position: absolute; right: 3vw; top: 0; color: deeppink;  text-align: right;}


/* ---- About */
.lsw_about header h1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.lsw_about p {margin: 0; line-height:1.2; }
.lsw_about aside img {max-height: 17vh;}
.lsw_about table {border-spacing: 8vw 2vh;}
.lsw_about table td:nth-child(1) { color: pink; }
.lsw_about table td:nth-child(2) { text-align: center; }
.lsw_about table td:nth-child(3) { color: lightblue; }
.lsw_about table td { vertical-align: top;}

.lsw_about article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 5vh;
}

.lsw_about section {
    display: flex;
    flex-direction: row;
    gap: 5vw;
}

.lsw_engagement {display: flex;flex-direction: column;gap: 0.5vw;}
.lsw_engagement p {line-height:1.5;}
.lsw_engagement a {color: white;}
.lsw_engagement h2 {margin: 6vh 0 0 0;}
.lsw_engagement img {max-width: 25vw;}
.lsw_first_picture img {max-width: 30vw; max-height: 45vh;}

/* ---- Country */
.lsw_country header h1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.lsw_country header h2 { margin: 0;}
.lsw_country header img {width:40px;height:auto;margin: 0;}
.lsw_country article {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.lsw_country aside {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 1vh;
    margin: 2vh 0.5vw 0 0.5vw;
}
.lsw_country aside img {width:120px;}
.lsw_country aside input {width:120px;}

.lsw_country section {
    display: flex; flex-direction: column; justify-content: flex-start; align-items: center;
}
.lsw_country h3 {margin: 5vh 0 0.5vh 0; font-size:1.75em;}
.lsw_country p { margin: 0 0 1vh 0;}

.lsw_singapore {gap: 5vh;}
.lsw_singapore div {display: flex; gap:2vw; align-items: flex-start}
.lsw_singapore img  {max-width: 15vw; width: auto; height: auto;}
.lsw_singapore input {max-width: 15vw; width: auto; height: auto; object-fit: contain;}

.lsw_germany h3 {margin: 5vh 0 0 0;}
.lsw_germany p { line-height:1.5; font-size: 1.15em;}
.lsw_germany div { font-size: 1.15em;}
.lsw_germany h4 {color: lightslategray; margin: 0; font-size: 1.2em;}
.lsw_germany_details {font-size:1em; margin: 8vh 0 6vh 0; 
    border-radius: 20px; border-style: solid; padding: 10px; 
    border-width: 1px; border-color: #cb99fc;}
.lsw_germany_details p {margin: 0; padding-top: 6px;}
.lsw_germany_details b {color: #cb99fc}

.lsw_travel section { display: flex; flex-direction: column; justify-content: center; align-items: center; max-width: 32vw; margin: 0 auto; }.lsw_travel p { font-size: 1.15em;}
.lsw_travel article > div { font-size: 1.15em;}
.lsw_travel section > div { font-size: 1.15em;}
.lsw_travel h1 {margin-bottom: 3vh;}
.lsw_travel h2 {margin: 4vh 0 1vh 0;}
.lsw_travel table { border-spacing: 1vw 1vh; align-self: center}
.lsw_travel table th { color: lightslategray;vertical-align: top;}
.lsw_travel table td { vertical-align: top;}
.lsw_locations img {max-width: 30vw;}
.lsw_locations input {max-width: 30vw;}
.lsw_accommodation {width: min(90%, 25em);}
.lsw_accommodation p {margin: 0 0 7px 0;}

.lsw_two_columns {
    display: flex;
    flex-direction: row;
    gap: 4vw;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.lsw_two_columns > section {
    flex: 1;
    max-width: 45%;
}
.lsw_two_columns img { max-height: 17vh; }

.lsw_img_popup {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    text-align: center;
    padding: 20px 0;
}

.lsw_img_popup_content {
    background: transparent;
    margin: auto;
    justify-content: center;
    padding: 10px 0;
}
.lsw_img_popup_content img {max-height: 85vh; max-width: 90vw; border-radius: 0;}
.lsw_img_popup_content h2 {font-size:1.5em; margin: 0 0 1vh 0;}

.lsw_wl_text_box {border-radius: 20px; border-style: solid; padding: 1vw; margin-top: 3vh;}
.lsw_wl_overview {margin: 5vh 0 5vh 0}
.lsw_wl_overview table {border-spacing: 1vw 3vh;}
.lsw_wl_overview table td:nth-child(3) { max-width: 20vw; }


@media only screen and (max-width: 800px) {
    nav button { font-size:1.5em;}
    nav .sidebar_content {padding:0.5em;max-width:80vw;}

    .lsw_index h1 {font-size:2.7em;}
    .lsw_index img {max-width: 25vh;}
    .lsw_index div {font-size: 1.5em;}

    .lsw_welcome h1 {font-size:1.4em;}
    .lsw_welcome img {max-width: 60vw;}
    .lsw_welcome section {margin: 14vh 0 0 0;}
    .lsw_welcome aside {right: 5vw; top: 2vh;}
    .lsw_welcome h4 {font-size:1em;}
    .lsw_welcome p {font-size:1em;}
    .lsw_welcome footer {font-size:0.8em; max-width: 80%;}
    .lsw_north_east_arrow div {font-size:10vh;}
    .lsw_north_east_arrow p {max-width: 70vw; font-size: 1em;}

    .lsw_about p {font-size:14px;}
    .lsw_about table {font-size:14px;}
    .lsw_engagement h2 {font-size:1.5em;}
    .lsw_engagement img {max-width: 90vw;}
    .lsw_first_picture img {max-width: 90vw; max-height: 80vh;}

    .lsw_country header h1 {font-size:1.4em; margin-bottom: 1vh;}
    .lsw_country header h2 {font-size:1em;}
    .lsw_country header img {width:20px; margin: 0 1vw 0 1vw;}
    .lsw_country aside {margin: 2vh 1vw 0 1vw;}
    .lsw_country aside img {width:50px;}
    .lsw_country aside input {width:50px;}
    .lsw_singapore p {font-size:15px;}
    .lsw_singapore h3 {font-size:1em;}
    .lsw_singapore input {max-width: 65vw;}
    .lsw_singapore div {flex-direction: column;}
    .lsw_two_columns { flex-direction: column; }
    .lsw_two_columns > section { max-width: 100%; }
    .lsw_germany h3 {font-size:1.25em;}    
    .lsw_germany h4 {font-size:1em;}
    .lsw_germany p {font-size:0.85em;}
    .lsw_germany_details {font-size:0.8em;}
    

    .lsw_travel section { max-width: 100%; }
    .lsw_travel table { font-size: 12px;}
    .lsw_travel h2 {font-size:1.75em;}

    .lsw_button_login { font-size: 1.2em; padding: 0.4em 1.4em; }
    .lsw_locations img {max-width: 70vw;}
    .lsw_locations input {max-width: 70vw;}

    .lsw_img_popup_content h2 {font-size:1em;}
}
