
  @import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Roboto:wght@300;500;700&display=swap');

.navbar-brand, .logo {
    font-family: 'Permanent Marker', cursive;
}

main, header, footer {width: 100vw}

body {
    display: flex;
}

nav, .nav-link-c, .nav-link-c:link, .nav-link-c:visited,.nav-link-c:hover, .nav-link-c:active {
    color: white;
    text-decoration: none;
}

td {
    word-wrap: break-word;
}

.glossary ul, .glossary p {
    text-align: justify;
}

.nav-item {
    margin-right: 1.5%;
    margin-left: 1.5%
}


#map {
    width: 100%;
    height: 100%;
    margin: auto;
}

#navbar, main, label {
    font-family: 'Roboto', sans-serif;
}


.just {
    text-align: justify;
    width: 60%;
    margin: auto;
}

main {
    background-color: #FFFDD0;
    bottom: 0;
    flex: 1;
    font-weight: 300;
}


.theme {
    height: auto;
    width: 75%;
}

strong {
    font-weight: 500;
}

h1, h2 {
    font-weight: 700;
}

td.right-side-header h1{
    font-size: clamp(15px, 4.5vw, 40px);;
}

td.right-side-header h2{
    font-size: clamp(13px, 4.2vw, 30px);;
    font-style: italic;
}

#wrap, .source { width: 100%; height: 100%; padding: 0; }

#wrap {
    width: 75%;
    margin: auto;
}
#frame, .news { max-width: 100%; max-height: 100%; border: 1px solid black; display: block; }
#frame, .news {
    -ms-zoom: 1;
    -moz-transform: scale(1);
    -moz-transform-origin: 0 0;
    -o-transform: scale(1);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(1);
    -webkit-transform-origin: 0 0;
}

ul p, .physgeodesc {
    text-align: justify;
}


.news, #wrap {
    width: 75%;
    height: 80%;
    margin: auto;
}

#frame {
    width: 100%;
}


#su {
    margin: auto;
    width: 38%;
    /*position: absolute;
    left: 31%;*/
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: auto;
    padding-right: auto;
    text-align: center;
    display: block;
    box-shadow: #000 1px 1px 0,
                #000 2px 2px 0,
                #000 3px 3px 0,
                #000 4px 4px 0,
                #000 5px 5px 0,
                #000 6px 6px 0,
                #000 7px 7px 0,
                #000 8px 8px 0;
}

#country-selector {
    align-items: center;
    display: flex;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    width: 50%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: auto;
    padding-right: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#country, select, option {
    margin: auto;
    width: 75%;
    /*position: absolute;
    left: 31%;
    top: 25%;*/
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: auto;
    padding-right: auto;
    text-align: center;
    font-weight: 500;
}

nav, header {
    background-color: blue;
    overflow: hidden;
}

.logo {
    font-size: 72px;
}

table, td, th, tr, thead, tbody {
    padding: 15px;
    text-align: justify;
    border: 1px solid #000000;
}

thead {
    background-color: blue;
    color: white;
}

.left-form, .left {
    margin-left: 20px;
    text-align: left;
    font-size: 20px;
    margin: auto;
}
/*
.left {
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    break-before: always;
    margin: 0 0 3em 0;
}*/

#quiz {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    border-radius: 5px;
    font-size: 20px;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
}

.big-table {
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    text-align: center;
    max-width: 100%;
}

.left-side-header {
    width: 50%;
    background-color: black;
    font-size: 5vw;
}

#physgeo {
    text-align: center;
}

.physgeotext {
    text-align: left;
}

.physimg {
    text-align: center;
    width: 100%;
    align-self: center;
    align-content: center;
}

.center {
    text-align: center;
}

#physgeo, .two {
    vertical-align: top;
    margin-top: 60px;
}

.careers {
    text-align: justify;
}

#physgeodesc {
    color: white;
    font-size: clamp(12px, 3.9vw, 20px);
}

#physgeo {
    font-size: clamp(15px, 4.5vw, 40px);
    font-weight: 700;
}

.right-side-header {
    font-size: clamp(12px, 3.9vw, 20px);
    padding: 10px 10px 10px 10px;
}

.perm-marker {
    font-family: 'Permanent Marker', cursive;
}

.motto {
    font-style: italic;
    font-size: larger;
    color: blue;
    font-weight: 700;
}

#physgeo {
    color: white;
}

.btn-primary {
    text-align: center;
}

input[type=text], input[type=submit] {
    padding: auto;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 2px;
}

input[type=radio] {
    margin: 4px 4px 8px 8px;
}

input[type=submit] {
    width: 30%;
}

.success {
    background-color: rgb(50, 207, 39);
}

.error {
    background-color: rgb(230, 112, 108);
}

input[type=submit] {
    min-width: 100px;
    height: auto;
}

select, fieldset {
    min-width: 160px;
    height: auto;
    font-weight: 300;
}

fieldset, form {
    width: 100%;
}

#w {
    color: green;
}

#sub {
    margin: auto;
    width: 10%;
    /*position: absolute;
    left: 31%;*/
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: auto;
    padding-right: auto;
    text-align: center;
    display: block;
    box-shadow: #000 1px 1px 0,
                #000 2px 2px 0,
                #000 3px 3px 0,
                #000 4px 4px 0,
                #000 5px 5px 0,
                #000 6px 6px 0,
                #000 7px 7px 0,
                #000 8px 8px 0;
}

input[type=text] {
    width: 100%;
}

#green {
    text-align: right;
    padding-right: 30px;
}

label {
    float: center;
      clear: none;
      display: block;
      text-align: justify;
      font-weight: 500;
      max-width: 100%;
}

table { 
    table-layout:fixed;
}

table {
    max-width: 100%;
}

td { 
    overflow: hidden; 
    text-overflow: ellipsis; 
    word-wrap: break-word;
}

td, th {
    max-width: 50%;
}

.chart {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80%
}

#info-table {
    margin-top: 0px;
}

.column {
    float: left;
    width: 50%;
}

.careers {
    width: 80%;
    margin: auto;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.video {
    width: 50%;
    margin: auto;
    display: block;
}