/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

@font-face {
    font-family: 'LEDLIGHT';
    src: url('LEDLIGHT.otf') format('truetype'),
         url('LEDLIGHT.otf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'tewi';
    src: url('/fonts/tewi.woff2') format('woff2'),
         url('/fonts/tewi.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lain';
    src: url('Mon.ttf') format('truetype'),
         url('Mom.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



body {
  background-image: url(gate_incident.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: black;
  font-family: tewi;
  text-shadow: 0px 1px 0px #ff00c8;
    text-indent: 20px;
  
}

.main {
    margin: auto;
    margin-top: 90px;
    background-color: transparent;
    width: 680px;
    height: 620px;
    margin-bottom: 10px;
    
}


.title {
    background-color: transparent;
    margin-top: 50px;
    margin-bottom: 20px;
    width: 700px;
    height: 50px;
        box-sizing: border-box;



}
.title span {
        font-family: 'LEDLIGHT';
    text-align: left;
    color: white;
    font-size: 54px;
    text-shadow: -5px 0px 0px #ff00c8;
    
}
.main_box {

    background-color: transparent;
    width: 660px;
    height: 612px;
    color: white;
    padding: 10px;
    box-sizing: border-box;
        margin: auto;
    margin-top: 10px;
    margin-bottom: 0px;


}



.links {
    grid-area: 1 / 1 / 2 / 3;
    background-color: transparent;
    width: 660px;
    height: 50px;
    margin-right: 250px;
    margin-top: 0px;
        box-sizing: border-box;
    text-align:right;

}
.links span {
    color: white;
    font-size: 14px;
        font-family: 'tewi';
    text-shadow: 0px 1px 0px  #ff00c8;
        width:100%;
    text-align:right;

}
.links a {
 color: white;
    text-decoration: underline dashed  #ff00c8;
    font-size: 16px;
    font-family: 'tewi';
        width:100%;
    text-align:left;

}

.links a:hover {
    color: #00f;
    text-decoration: underline dashed  #ff00c8;
}
.links hr {
    color:  #ff00c8;
    width: 85%;
}
.funbox {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 0.5fr 5fr 1fr 3fr 1fr;
  grid-column-gap: 2px;
  grid-row-gap: 2px; 
}

.textbox {
    grid-area: 2 / 1 / 3 / 2;
    background-color: black;
    height: 500px;
    width: 435px;
        box-sizing: border-box;
    border: 3px double #ff00c8;
    font-size: 14px;
    font-family: tewi;
    text-align: left;
    padding: 10px;
    text-shadow: 0px 1px 0px #00f;
    text-indent: 20px;
    
}
.presentation {
    grid-area: 2 / 2 / 3 / 3;
    background-color: black;
    height: 500px;
    width: 300px;
        box-sizing: border-box;
    text-align:left;
    margin-left: 7px;
    text-shadow: 0px 1px 0px #00f;
    text-indent: 20px;

}
.picofme {
  grid-area: 3 / 1/ 2 / 3;
  transform:translateY(500px);
  height: 295px;
  width: 370px;
  background-color: transparent;
  box-sizing: border-box;
  border: 3px double #fff;
  padding: 10px;
  margin-top:15px;
  margin-left:20px;
  color: white;
  text-shadow: 0px 1px 0px #00f;
  background-image: url(/decor/lain.jpg);
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: cover;
}

.objectives {
  grid-area: 3 / 3/ 5 / 1;
  transform:translateY(-2px);
  height: 295px;
  width: 260px;
  background-color: black;
  box-sizing: border-box;
  border: 3px double #ff00c8;
  padding: 3px;
  margin-top:15px;
  margin-left:400px;
  color: white;
  text-shadow: 0px 1px 0px #00f;
      overflow-y: scroll;
}


.objectives p {
  text-align:right;
}

.outline1 {
    grid-area: 1 / 1 ;
    background-color: transparent;
    width: 660px;
    height: 885px;
    z-index: 2;
    position: absolute;
    transform: scale(1.02, 1.02);
    outline: 1px solid #ffffff;
    pointer-events: none; 
}
.outline2 {
    grid-area: 1 / 1 ;
    background-color: transparent;
    width: 663px;
    height: 890px;
    z-index: 3;
    position: absolute;
    transform: scale(1.04, 1.04);
    outline: 1px solid #ff00c8;
    pointer-events: none;
}