@charset "UTF-8";
/* CSS Document */

/* Accessibilty */

#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 100;
}
#skiptocontent a:focus {
  position: absolute;
  left: 0px;
  top: 3px;
  background: #222;
  outline: 0;
  -webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear;
}

/* CSS reset */

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/

*, *::before, *::after {
  box-sizing: border-box;
}

*:not(dialog) {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

p {
    text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

a {
  color: white;  
  text-decoration: none;
}



/* Tags */


body {
    background: #000;
    width: 100%;    
    font: 18px  'lato', Helvetica, Arial, "sans-serif";
    line-height: 1.5em;
    background: rgba(0,0,0,1.00);
    color: #ddd;
}

h1 {
    display: none;
}


main {
    background: url("../images/main/stateless.webp") top center/contain no-repeat;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px;
    margin: auto 0;
    padding: 450px 40px 0;
    overflow-y: scroll;
}

main section {
    background: rgba(0,0,0,0.70);
    width: 100%;
    height: 20vh;
    margin: 0 auto;
    padding: 40px;
    box-shadow: #000 10px 5px 5px;
}


footer {
    display: grid;
    
}

section, article {
    border-radius: 15px
}

h1, h2, h3, h4, h5, h6 {
    padding: 0 10px 25px; 
    line-height: 1.1em;
    text-align: left;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.8em;
}

h3 {
    font-size: 2.5em;
}

h4 {
    font-size: 2.1em;
}

h5 {
    font-size: 1.8em;
}

h6 {
    font-size: 1.5em;
}

body{

   
}

strong {
    font-weight: bold;
    color: #fff;
    
}

body p {
    margin: 10px 15px 20px;
}

main div {
    padding-bottom: 30px;
}


/* ID */


#usa {
    background: url("../images/main/us-step.webp") top center/cover no-repeat;
}

#usa-training {
    background: url("../images/main/dc-training.webp") top center/cover no-repeat;
}

#bahrain {
    background: url("../images/main/bahrain-flag.webp") top center/cover no-repeat;
}

#singapore {
    background: url("../images/main/singapore-tile.webp") top center/cover no-repeat;
}

/* Menu */



/* Classes */


.container {
    display: grid;
    grid-template-rows: 60px 1fr 60px;
    top: 0;
}

.main {
    display: block;
}

.top-bar {
    min-width: 400px;
    display: grid;
    grid-template: 1fr / 1fr 3fr 1fr;
    top: 0;
    background: #dff;
}

.headline {
    color: #000;
    text-align: center;
    margin: 0 auto;
}

img.top-bar-logo {
    width: 200px;
    height: auto;
    margin: 15px 40px;
}

.bottom-bar {
    display: block;
    background: #000;
    text-align: center;
}

.topbar-url {
    font: 1.5em 'lato', Helvetica, Arial, "sans-serif";;
    margin: auto 40px;
    text-align: right;
    color: #000
}

.header {

}



.dcu-holder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin: 0 15px;
    
}

.dcu-holder a {
    font-size: 1em;
    text-align: center;
    line-height: 1em;
}

.social-holder {
    display: grid;
    grid-template: 100% / repeat(3, 1fr);
    grid-gap: 10px;
    margin: 0px auto;
    padding-left: 20px
    
}

.icon-holder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin: 0 20px;
    
}

.footer-nav{
    display: grid;
    grid-template-columns: repeat(5, 18%);
    background: #fff;
    grid-gap: 20px;
    padding: 20px;
    list-style-type: none;
    text-align: center;
    color: #000
}

.footer-nav li{
    font-size: 1rem;
    font-weight: bold;
    
    
}

.footer-nav li ul.sub-nav{
    display: block;
    list-style-type: none;
    
}

.sub-nav li{
    
    font-size: .9em;
    line-height: 1.2em;
    font-weight: normal;
    text-align: center;

}

.scale {
    max-width: 85%;
    min-width: 150px;
    height: auto;
    margin: 10px 15px 0;
}


@media only screen and (min-width:801px) and (max-width:1280px) {

main {
    background: url("../images/main/stateless.webp") top center/contain no-repeat;
    display: grid;
    grid-gap: 35px;
    margin: 0 auto;
    padding-top: 175px;
    overflow-y: scroll;    
    
    }
    
main section {
    width: 90%;
    padding:25px;
}
    
main section h3{
    font-size: 1.5em;
}
    
.headline h2 {
    font-size: 1.3em;
    text-align: center;
    padding: 20px 0 0 20px;
    
}
    

    
.topbar-url{
    font-size: 1em;
    padding-top: 10px
}      
    
}

@media only screen and (max-width:800px) {
    
    
 main {
    background: url("../images/main/stateless.webp") top center/contain no-repeat;
    display: grid;
    grid-template: repeat(3, 1fr) / 100%;
    grid-gap: 35px;
    margin: 0 auto;
    padding-top: 225px;
    overflow-y: scroll;
}
    
  main section {
    background: rgba(0,0,0,0.70);
    margin: 0 auto;
    padding: 40px;
    height: 100%;
    min-height: 225px;
} 
    ]
.container {
    display: grid;
    grid-template-rows: 60px 1fr 60px;
    height: 90vh;
    top: 0;
}
    
.top-bar {
    display: grid;
    grid-template: 1fr  / 1.5fr 0px 2fr;
    top: 0;
    background: #dff;
}
    
img.top-bar-logo{
    margin-left: 10px
}
    
 

.footer-nav{
    display: none;
    grid-template-columns: repeat(2, 50%);
    grid-gap: 20px;
    padding: 20px;

}

.headline h2 {
    font-size: 1em;
    margin-left: -10px
}  
    
    
.topbar-url{
    font-size: .65em;
    padding-left: 5px;
    margin-left: 0;
}   
    
}




@font-face {
  font-family: 'atkinson-hl';
  src: url("../images/fonts/atkinson-hl.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: 'lato';
  src: url("../images/fonts/lato.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/*  */



/*  */