@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');

html {
    height: 100%;
}
 
body {
    background: #1c1f35;    
    color: white;
    margin: 0;
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
    
}


/* Loader */
#giloader {
    display: flex;
    justify-content: center;
    height: 100vh;
    background: black;
}

.giloader {
    height: 100%;
    transform: translateY(40%);
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ripple div {
    position: absolute;
    border: 4px solid white;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }
  @keyframes lds-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    4.9% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    5% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }
  /* End of Loader */

.header {
    text-align: center;
    background: black;    
    margin: 0px auto 0px auto; 
    /* padding-top:15px;  */
    padding-bottom: 10px;      
    position: sticky;
    top: 0; 
    display: flex;
    justify-content: center;
    width: 100%;
    /* border-bottom: 1px solid rgb(100, 100, 100); */
    
}

.logo {
    text-align: center;
    margin: 0px auto 0px auto;
}

.sprtr {
    text-align: center;
    margin: 0px auto 0px auto;
}

.hlogo {
    padding-top: 20px;
    text-align: center;
    display: flex;
    justify-content: center;    
}

.subsidiary {
    font-family: 'Source Sans Pro', sans-serif;  
    text-align: right;
    font-size: 10px;
    max-width: 220px;
    margin: 0px auto 0px auto;
    color: rgb(175, 238, 238, 0.9);
    /* display: none; */    
}

.subsidiary a{
    text-decoration: none;
    color: rgb(175, 238, 238, 1);    
}



#welcome {
    margin: 0px auto 0px auto;
    background-image: url('/gimg/lightbot_gi.jpg');
    background-repeat: no-repeat;
    width: 100%;
}

.hlght {
    color: red;
}

.hlghts {
    color: salmon;
}

.msg {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 42px;
    max-width: 500px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 60px;
    color:snow;
    text-align: left;
    margin: 0px auto 0px auto;
    padding-bottom: 10px;
    padding-top: 10px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgb(80, 80, 80);
    margin: 1em 0;
    padding: 0;
}

#motivation {
    font-family: 'Source Sans Pro', sans-serif; 
    font-size: 18px;
    line-height: 36px;   
    margin: 0px auto 0px auto;
    padding: 10px 10px 10px 20px;
    width: 90%;
    background: rgba(0, 0, 0, 0.5);
}

.matter {
    max-width: 700px;
    margin: 30px auto 0px auto;
}

#candc {
    background-image: url('/gimg/drone_bg.jpg'); 
    background-position-y: -100px;
    /* background-repeat: no-repeat;    */
}

#cognitions {
    margin: 0px auto 0px auto;
    padding: 30px 10px 30px 20px;    
    background: rgba(0, 0, 0, 0.6);
    width: 90%;    
}

.cognitions {
    max-width: 700px;
    margin: 0px auto 0px auto;
}

#cognitions h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 6px;
    line-height: 44px;
    text-transform: uppercase;
}

#cognitions h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color: rgb(184, 187, 190);    
}

.cogn {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    /* font-weight: 600; */
    /* letter-spacing: 1px; */
    margin: 5px auto 20px auto; 
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
}

.cond {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    margin: 5px auto 20px auto; 
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;    
}

#footer {
    background: black;
    padding-top: 0.5rem;
    padding-bottom: 25px;
    /* bottom: 0; */
    width: 100%;
}

.fmenu {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}

.option {
    padding: 5px max(14px, 1%) 20px max(14px, 1%);
}

.option a{
    text-decoration: none;
    color: aqua;    
}


#misc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;    
    /* min-height: calc(100vh - 50px); */
    /* background: #1c1f35; */
    /* background: rgba(0, 0, 0, 0.5);     */
}

#misc-pnf {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

#aboutGI {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.csmsg {
    text-align:center; 
    /* font-family:'Source Sans Pro',sans-serif; */
    font-family: monospace;
    /* font-size: 14px; */
    padding-top: 10px;
    width: 85%;
    max-width: 360px;
    margin: 0 auto 0 auto;
    line-height: 20px;
}

.twlogo {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 25px;
    margin-left: auto;
    margin-right: auto; 
}

.sm {
    background: black; 
    padding-bottom: 20px;
}

.logo a {
    display: inline-block;
}

a object {
    pointer-events: none;
}


.page {
    font-family:'Source Sans Pro',sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto 0 auto;
    width: 95%;
    max-width: 600px;
}

.content {
    padding-left: 5px;
    padding-right: 5px;
}

.content h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 44px;
    text-transform: uppercase;
    padding-left: 10px;
}

.meditaition h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    line-height: 44px;
    padding-left: 10px;
}

.content p {
    font-size: 16px;
    line-height: 30px;    
    padding-left: 5px;
    padding-right: 5px;
    text-align: justify;
    margin-bottom: 20px;
}

.content a{
    text-decoration: none;
    color: aqua;    
}

.meditaition {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 2px;
    padding-left: 10px;
    padding-bottom: 25px;
}

.subti {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    padding-left: 10px;
    color: rgba(255, 255, 255, 0.9);
}

.meta {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    padding-left: 10px;
    color: rgba(64, 224, 208, 0.5);
}

.meditaition p {
    font-size: 16px;
    line-height: 30px;    
    padding-left: 5px;
    padding-right: 5px;
    text-align: justify;
    margin-bottom: 20px;
}


.ginterface {
    width: 100%;
    background: rgba(20, 20, 20, 0.8);
    margin: 10px auto 10px auto;
    padding: 5px 0 5px 0;
}

.cli {
    display: grid;
    grid-template-columns: 5% 95%;
    width: 95%;
    line-height: 28px;
    font-family: monospace;
    font-size: 14px;
    margin: 5px 0 5px 0;
    
}

.prompt {
    text-align: right;
    padding-right: 10px;
}

.content {
    /* margin-bottom: 15px; */
    /* color: white; */
    text-align: left;
}

.command {
    color: yellow;
}

.ginterface .meta {
    text-align:right;
    padding-right: 5px;
}

.meditaition a{
    text-decoration: none;
    color: aqua;    
}

.cgi { 
    display: inline-block; 
    text-align: right; 
    margin: 0px; 
    -moz-transform: scaleX(-1); 
    -o-transform: scaleX(-1); 
    -webkit-transform: scaleX(-1); 
    transform: scaleX(-1); 
    filter: FlipH; 
    -ms-filter: “FlipH”; 
}

.copyright {
    text-align:center; 
    color:paleturquoise; 
    font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
}

.blog-signup {
    display: flex;
    justify-content: center;
    max-width: 400px;
    width: 90%;
}

#socme {
    min-height: 100vh;
}


#signup-form {
    margin-bottom: 50px;
}

.userinput {
    background-color: rgb(204, 204, 204);
    color: black;        
	border-radius: 2px;
    border: 0;
    box-sizing: border-box;
    height: 30px;
    margin: 5px 5px 5px 0px; 
    /* line-height: 24px; */
	outline: 0;
	padding: 5px 10px;
}

#signup-email {
    width: 220px;
}

#signup-button {
    width: 80px;
}

.inputbutton {
    cursor: pointer;
    background-color: cornflowerblue;
    border: 0;
    border-radius: 2px;
    height: 30px;
    padding: 0px;
    margin: 5px 0px 5px 0px;     
    font-size: 1rem;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    color: white;
}

#contact-form {
    display:flex; 
    flex-direction: column;
    justify-content:center;
    max-width: 550px;
    /* width: 90%; */
    /* Changing the contents of 
    the Contact page may need 
    changes here for alignment */
    margin: 10px 5px 10px 5px;
}

#full-name {
    width: 100%;
    background: black;
    color: white;
}

#reasoning-box {
    width: 100%;    
    height: auto;
    background: black;
    color: white;    
}

#courses-box {
    width: 100%;    
    height: auto;
    background: black;
    color: white;    
}

#why-learn {
    width: 100%;    
    height: auto;
    background: black;
    color: white;    
}

#asking-price {
    width: 100%;    
    height: auto;
    background: black;
    color: white;    
}

#query {
    width: 100%;    
    height: auto;
    background: black;
    color: white;    
}

#contact-email {
    width: 100%;
    margin-top: 5px; 
    background: black;
    color: white;    
}

#contact-button {
    width: 100%;
}

#apply-button {
    width: 100%;
}

#rfc {
    background: rgba(0, 0, 0, 0.2);
    max-width: 750px;
    padding: 10px 5px 10px 5px;    
}

.rfc {
    padding-left: 5px;
}

.rfc h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
}

.rfc h3 {
    font-family: monospace;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: salmon;
    /* letter-spacing: 1px; */
}

.conversaition {
    padding-left: 5px;
    padding-top: 50px;
    line-height: 1.75rem;
    padding-bottom: 50px;
    max-width: 650px;    
    margin: 0 auto 0 auto;    
}

.conversaition .te {
    color: paleturquoise;
    /* line-height: 1.75rem; */
    font-size: 1rem;
    /* padding-left: 5px;     */
}

.conversaition .gi {
    color: whitesmoke;
    padding-bottom: 25px;
    line-height: 2rem;
}

.exchange {
    padding-bottom: 20px;
}

.admmsg {
    color: salmon;
    margin: 20px auto 0 auto;
    width: 90%;
    font-family: monospace;
}

.admnote {
    color: white;
    margin: 0 auto 0 auto;
    width: 90%;
    font-family: monospace;    
}

.dispic img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}

@media only screen and (orientation: portrait) {
    #welcome {
        background-position-x: -275px;
        background-size: 300%;
        /* background-repeat: repeat-x; */
    }

    #candc {
        background-position-x: -760px;
        background-position-y: 150px;
        background-repeat: no-repeat;
    }
    .msg {
        max-width: 280px;
        font-size: 24px;
        line-height: 48px;
    }
}

@media only screen and (max-height: 460px) {

    #welcome {
        background-position-x: -400px;
        /* background-size: 350%; */
        /* background-repeat: repeat-x; */
    }

    #candc {
        background-position-x: -600px;
        background-position-y: 50px;
        background-repeat: no-repeat;        
    }
}

@media only screen and (min-width: 460px) and (max-width: 1024px) {

    #welcome {
        background-position-x: -250px;
        background-size: 190%;
        /* background-repeat: repeat-x; */
    }

    #candc {
        background-position-x: -600px;
        background-position-y: 0px;
        background-repeat: no-repeat;        
    }
}

/* Only for Pages */

@media only screen and (min-width: 360px) {

    .page {
        max-width: 360px;
    }
}


@media only screen and (min-width: 460px) {

    .page {
        max-width: 460px;
    }

}

@media only screen and (min-width: 560px) {

    .page {
        max-width: 560px;
    }
}

@media only screen and (min-width: 720px) {

    .page {
        max-width: 650px;
    }
}
