h1{
    color:rgba(139,137,137,0.7);
    /*bckground-color: yellow; */
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
  font-size: 250%;
}
header h1{
    color: rgb(255,203,35);
}
h2{
	text-align: center;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
}
p{
    color: black;
}
body{
	background-color: rgb(175,175,175);
	background-image:url("../img/aienh.jpg");
	background-size:cover;
	opacity: 1;
    /*margin:4%*/
}
header{
    text-align: center;
    background:rgba(16,2,44,0.9);
	opacity: 1;
    /*background-image: url(../img/background-2462431.jpg);*/
  background-size: cover;
  opacity: 1;
  overflow: hidden;
	padding-bottom: 15px;
	padding-top: 15px;
	height:40%;
	margin:-10px;
}
footer{
    position: relative;
    clear:both;
    left: 0;
    bottom: 0;
    text-align: center;
  /*background:rgba(0,0,0,50);*/
  background:rgba(16,2,44,0.9);
  opacity: 1;
  padding-bottom: 8px;
  padding-top: 5px;
  height:10%;
  width:110%;
  margin:-10px;
  margin-top:10px;
}
footer p{
  color: rgb(255,203,35);
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

header h1 img{
	/*position: fixed;*/
  float:left;
  left: 4%;
  top: 4%;
  padding-left:4%;
  width: 120px;
}

nav{
	font-variant: small-caps;
	font-family: Arial, "Times New Roman", serif;
	font-size: 150%;
	overflow:hidden;
    margin-bottom: -20px;
  margin-top:-30px;
}
nav a{
	color: rgb(255,203,35);
	padding: 4%;
}

/* drop down*/
/*nav ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}*/

nav li {
    width: 20%;
    /*border-right: 3px solid yellow;*/
    height: 40px;
    line-height: 40px;
    font-size: 140%;
    display: inline-block;
    /*margin-right: -4px;*/
  }

nav li:last-child{
      border-right: none;
}

nav li li{
      border-right: none;
}

nav a {
  text-decoration: none;
  /*color: #fff;*/
  display: block;
  /*padding: 15px;*/
  transition: .5s background-color;
}



/* Sub Menus */
nav li li {
  /*font-size: .8em;*/
  font-size: 2.5vmin;
  text-align: center;
    background-color: rgba(3,23,30,0.7);
    width: 20vw;
    margin-left:-15%;
    height:60px;
    padding:0 0;
    overflow: hidden;
    z-index: 10000;
}

nav > ul > li {
   text-align: center;
}

nav > ul > li > a {
    padding-left: 0;
}

/* Sub Menus */
nav li ul {
    position: absolute;
    display: none;
    width: inherit;
    height: inherit;
}

nav li:hover ul {
   display: block;
    z-index: 10000;
}

nav li ul li {
   display: block;
 }

 nav a:hover {
  color:rgb(255,0,0);
  background-color: rgb(169,169,169);
}


/*drop down end*/

header img{
	display: inline;
}

form{
	margin:20px 20%;
	width: 40%;
	font-weight: bold;
}
#testm{
	width:80%;
	height: 100px;
}
.form-field{
	font-family: Arial, "Times New Roman", serif;
	font-size: 100%;
	font-weight: bold;
	width: 40%;
	margin: 0 auto;
	padding: 5px 10px;
}

form label {
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  padding: 10px 0;
}
 
form input#name,
form input#email,
form input#subject {
  width: 400px;
  background-color: #fafafa;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #cccccc;
  padding: 5px;
  font-size: 1.1em;
}
 
form textarea#message {
  width: 500px;
  height: 100px;
  background-color: #fafafa;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 1.1em;
}
 
form input#submit {
  display: block;
  height:30%;
  width:60%;
  -webkit-border-radius: 3px; 
     -moz-border-radius: 3px;
          border-radius: 3px;
  border:1px solid #d8d8d8;
  padding: 10px; 
  font-weight:bold; 
  text-align: center; 
  color: #000000; 
  background-color: #f4f4f4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e5e5e5));
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e5e5e5);
  background-image: -moz-linear-gradient(top, #f4f4f4, #e5e5e5);
  background-image: -ms-linear-gradient(top, #f4f4f4, #e5e5e5);
  background-image: -o-linear-gradient(top, #f4f4f4, #e5e5e5);
  background-image: linear-gradient(top, #f4f4f4, #e5e5e5);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f4f4, endColorstr=#e5e5e5);
}
 
form input#submit:hover{
  cursor: pointer;
  border:1px solid #c1c1c1; 
  background-color: #dbdbdb;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #dbdbdb, #cccccc);
  background-image: -moz-linear-gradient(top, #dbdbdb, #cccccc);
  background-image: -ms-linear-gradient(top, #dbdbdb, #cccccc);
  background-image: -o-linear-gradient(top, #dbdbdb, #cccccc);
  background-image: linear-gradient(top, #dbdbdb, #cccccc);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#dbdbdb, endColorstr=#cccccc);
}

.slider{
  /*background-color: rgba(64,125,125,0.5);*/
  /*background-image: url(../img/datagrey_trans.png);*/
  background-image: url(../img/landing_1.jpg);
  background-size: cover;
  opacity: 1;
  overflow: hidden;
  margin: -10px;
  margin-top: -10px;
  height: 1250px;
  /*width: 100%;*/
}

div.landing h2{
	  display: block;
    padding: 5%;
    width: 70%;
    opacity: 1;
    border-radius: 50px;
    color: rgb(255,255,255);
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 400%;
    margin: 0 auto;
    margin-top: 8%;
}

div.slider img{
    width: 5%;
    display: inline;
    /*height: 600px;*/
    margin-top: 3%;
    margin-left: 5%;
    margin-bottom: 0;
    background-size: cover;
}

div.landing h3{
    display: inline-block;
    padding: 5%;
    width: 20%;
    border: black;
    border-style: solid;
    margin: 5%;
    margin-top: 20%;
    background-color: black;
    opacity: 0.8;
    border-radius: 50px;
    color: rgb(255,203,35);
    font-size: 100%;
}

/*.slider::before{
   content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.1);
}*/

/*.slider::after{
    background-image: url(../img/datagrey.jpg);
    background-size: cover;
    opacity: 0.8;
    content: "";
    position: absolute;
    top: 18.5%;
    bottom: 25%;
    left: 0px;
    right: 0px;
}*/

.slider_alt{
  background-color: rgba(125,125,125,0.5);
  overflow: hidden;
  margin: -10px;
  margin-top: 10px;
}
.slider_ele{
    display: inline-block;
    background-color: aquamarine;
    opacity:0.8;
    border-radius: 40px;
    padding: 10px;
    margin-left: 100px;
    width: 24%;
    margin-top:10%;
    margin-bottom:10%;
}
div.slider_ele h3{
    margin-top: 0;
    width: 50%;
    text-align: center;
    margin-left:20%;

}
div.slider_ele p{
    margin: auto;
    display: block;
    padding: 100px;
    font-size: 700%;
}

div.slider_box{
  /*background-color: rgba(64,125,125,0.5);*/
  /*background-image: url(../img/pairs0_grey.png);*/
  /*background-size: cover;*/
  display: inline-block;
  color: black;
  font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;
    text-align: center;
  /*background-color: rgba(17,152,187,0.8);*/
    background-color: white;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3); /* Horizontal offset, vertical offset, blur radius, color */
  border-radius: 50px;
  padding: 10px;
  overflow: hidden;
  margin: -10px;
  margin-top: 10%;
  width:25%;
  margin-left:6%;
  margin-bottom:10%;
  height:40vh;
}

div.slider_box img{
  display: flex;
  /*max-width: 50%;
  max-height: 40%;*/
  margin-top: 5%;
  margin-left: 1%;
  margin-right:5%;
  margin-bottom:1%;
  width: 100%; /* Adjust image width as needed */
  height: auto;
}

div.slider_box p{
    font-size:150%;
    margin-top: 5%;
    display: flex;
    color: rgba(35,96,219,0.8);
}

div.slider_box span{
  font-family: Arial, Helvetica, sans-serif;
  font-size:1.5vw;
  line-height: 1.5;  
  color: rgba(61,57,54,0.8);
  margin-left:2%;
  margin-right:2%;
  margin-top:2%;
  padding: 4%;
  display: inline-block;
}

hr {
    border: none; /* Remove default border */
    border-top: 1px solid #000; /* Set the color, style, and width of the horizontal line */
    margin: 10px 0; /* Adjust margin for spacing around the line */
}

div.slideshow-container{
    border-radius: 50px;
    overflow:hidden;
}

div.bio_box{
  /*background-color: rgba(64,125,125,0.5);*/
  /*background-image: url(../img/pairs0_grey.png);*/
  /*background-size: cover;*/
  background-color: rgba(179,204,204,0.8);
  border-radius: 50px;
  padding: 30px;
  overflow: hidden;
  margin: -10px;
  margin-top: 5%;
  width:90%;
  margin-left:2%;
  margin-bottom:10%;
  height: 40%;
}
div.bio{
  width: 70%;
  display: inline-block;
  margin-right: 2%;
  margin-left: 2%;
  margin-top:5%;
  float:right;
}
div.bio_pic img{
  width:20%;
  margin-top:2%;
  display: inline-block;
  vertical-align: middle;
    float:left;
}

div.contact{
display: inline-block;
  width:80%;
  margin-left: 10%;
  margin-top: 10px;
  padding: 20px;
  font-size: 200%;
  font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

/*div.slider_box div#box0 img{
  display: inline-block;
  max-width: 40%;
  max-height: 40%;
  margin-top: -10%;
  margin-bottom:10%;
}*/

.button1{
    display: inline-block;
    margin-top: 200px;
    margin-left: 200px;
    margin-bottom:50px;
    height: 50px;
    width: 160px;
    border-radius: 50px;
    /*color: rgb(255,203,35);*/
    color: rgb(89,67,122);
    background-color: white;
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;
    text-align: center;
    padding-top: 30px;
    text-decoration: none;
}
.button2,div.airlineBtn button{
    display: inline-block;
    margin-left: 50px;
    width: 160px;
    border-radius: 50px; !important
    color: rgb(255,203,35); !important
    background-color: black; !important
    font-weight:bold; !important
    font-family: Arial, Helvetica, sans-serif; !important
    font-size: 80%; !important
    text-align: center;
    padding-top: 50px;
    text-decoration: none;
    height: 25px;
    margin-top: 10px;
    padding: 5px;
}
.bk{
  margin: 0 auto;
  margin-top: 10px;
  margin-left: 50px;
  padding: 10px;
}
table.membership{
  text-align: left;
  margin: 0 auto;
  padding: 10px;
  border-spacing: 0 10px;
  width:50%;
}
div.leftImg{
  display:inline-block;
  background-image: url(../img/computer_crop.jpg);
  background-size: cover;
  height: 100vh;
  margin-top: 10px;
  margin-left: -10px;
  float: left;
  width:20%;
}
div.team{
  display: inline-block;
  float:left;
  width:70%;
  margin-left: 3%;
  margin-top: 10px;
  padding: 20px;
  font-size: 200%;
  font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}
#paypal-button-container{
  margin: 0 auto;
    padding: 10px;
    width: 200px;
}
#paypal-button{
    margin: 0 auto;
    padding: 10px;
    width: 70%;
}
div.disclaimer p{
 font-size: 60%;
 color:rgb(128,128,128);
}
#paypal-button-year{
    margin: 0 auto;
    padding: 10px;
    width: 70%;
}

div.pay-option{
  display: inline-block;
    border: hidden;
  margin: 5% 20%;
  margin-right:0;
    text-align: center;
    background-color: grey;
    border-radius: 50px;
    width: 20%;
}

p.pay-amount{
  font-weight: bold;
  font-size: 5vw;
}
p.pay-period{
  font-style: italic;
  font-size:3vw;
}
p.user{
  font-size:2vw;
  padding-left: 10%;
  padding-right: 10%;
}
div#content {
    display: none;
    }

div#loading {
    top: 45%;
    left: 40%;
    /*margin: 0 auto;*/
    position: absolute;
    /*z-index: 1000;*/
    width: 20%;
    height: 30%;
    background: url(../img/loading.gif) no-repeat;
    background-size: contain;
    cursor: wait;
    opacity:0.6;
    }
div.pairs{
  display: inline-block;
  width: 15%;
  margin:5%;
  border-radius: 50px;
  padding: 2%;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size:100%;
  background-color: rgba(125,125,125,0.5);
}
p#pair1, p#pair2, p#pair3{
    font-weight: bold;
}
p.highlight{
  font-weight: bold;
  background-color: rgba(255,255,0,0.5);
  border-radius:10px;
}
table.purchase{
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  border-spacing: 0 10px;
  width:70%;
  border: 2px solid black;
  border-style: ridge;
  border-collapse: collapse;
}
table.purchase td,th{
  border: 1px solid black;
}
li.news{
  background-color:rgba(220,220,220);
  margin:0 auto;
  padding:4%;
  text-align: center;
  border-radius:10px;
}
p.newstitle{
  font-weight: bold;
  font-size: 200%;
}
p.updatetime{
  font-style:italic;
  text-align:center;
}
p.newscontent{
  font-weight: lighter;
  color:rgba(125,125,125,0.8);
}
ul.news {
  list-style-type: none;
  width: 80%;
  margin: 0 auto;
}
div.newslist{
  width:40%;
  display:inline-block;
}
div.news{
  width:80%;
  margin:0 auto;
  margin-bottom: 20%;
  padding:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:200%;
  line-height: 2;
}
div.hedgefund{
  width:40%;
  display: inline-block;
  overflow:hidden;
  margin: 0 auto;
  margin-left:10%;
  padding:20px;
  float:left;
}
table.dataframe, .dataframe th, .dataframe td {
  border: none;
  border-bottom: 1px solid #C8C8C8;
  border-collapse: collapse;
  text-align:left;
  padding: 10px;
  margin-bottom: 40px;
  font-size: 1.1em;
  margin: 0 auto;
}

tr:nth-child(odd)   { background-color:#eee; }
tr:nth-child(even)  { background-color:#fff; }

tr:hover            { background-color: #ffff99;}

div.tutorial{
  margin:0 auto;
  width: 80%;
  padding: 10px;
}

div.tutorial p{
  font-family: Arial, Helvetica, sans-serif;
  font-size:200%;
  line-height: 1.5;

}


div.code{
    background: rgba(192,192,192,0.5);
    border: 1px solid #ddd;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
}
div.code p{
  font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
  font-size:100%;
  line-height: 0.7;
}
div.slider_blog{
  /*background-color: rgba(64,125,125,0.5);*/
  /*background-image: url(../img/pairs0_grey.png);*/
  /*background-size: cover;*/
  background-color: rgba(179,204,204,0.8);
  border-radius: 50px;
  padding: 30px;
  overflow: hidden;
  margin: -10px;
  margin-top: 15%;
  width:80%;
  margin-left:10%;
  margin-bottom:10%;
  height: 40%;
}
div#tutor0{
  width: 50%;
  display: inline-block;
  margin-right: 2%;
  margin-left: 2%;
  margin-top:5%;
  float:left;
}
div#tutor0 h4{
  text-align: center;
  font-size:150%
  ;
}
div#tutor0 p{
  font-size:120%;
}
div#tutor_img{
  width:40%;
  margin-top:2%;
  display: inline-block;
  vertical-align: middle;
}
form.putcall{
  margin-left:40%;
  margin-bottom: 5%;
}
div.putcall{
  margin: 0 auto;
}
div.putcall{
  text-align:center;
}
label[for="ticker"]{
  display: inline;
}
#ticker{
  height:20px;
}
#ticker_sub{
    height: 30px;
    width: 100px;
    border-radius: 40px;
    color: rgb(255,203,35);
    background-color: black;
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    text-align: center;
    text-decoration: none;
}
.unemployment{
  margin-left: 10%;

}
div.spacing{
    margin-top:2%;
}

div.airpic{
    width:100%;   
    overflow: hidden;
    margin-top: -2%;
    margin-left:5%;
    
    
}
div.airpic img{
    opacity:0.8;
}

div.container {
            display: flex;
            justify-content: space-between; /* Equal space between boxes */
            height:20vh;
        }

div.box {
            width: 100px;
            height: 100px;
            background-color: #3498db;
            margin: 10px;
        }

.image-text {
            display: flex;
            align-items: center;
        }

.image-text img {
            width: 1%; /* Adjust image width as needed */
            height: auto; /* Maintain aspect ratio */
            margin-right: 10px; /* Adjust spacing between image and text */
        }

div.dashboard{
    width: 100%;
    display: block;
    text-align: center;
}

#chat-container {
    width: 80%;
    /*max-width: 600px;*/
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 80%;
    margin-bottom: 100px;
}

#chatbox {
    flex-grow: 1;
    padding: 20px;
    overflow-y: auto;
    font-size: 20px;
    flex-direction: column;
    line-height: 1.5;
    height: 600px;
}

.message {
    margin: 10px 0;
    margin-bottom: 10px;
    padding: 10px 15px;
    border-radius: 20px;
    max-width: 80%;
    word-wrap: break-word;
    margin-bottom: 4px;
}

.message.user + .message.bot,
.message.bot + .message.user {
    margin-top: 12px;  /* add extra space between user and bot bubbles */
}

.message.user {
    background: #d1e7dd;
    align-self: flex-end;
}

.message.bot {
    background: #f8d7da;
    align-self: flex-start;
}

#input-container {
    display: flex;
    border-top: 1px solid #ddd;
}

#userInput {
    flex-grow: 1;
    padding: 10px;
    border: none;
    /*border-radius: 0 0 0 8px;*/
    font-size: 20px;
    outline: none;
}

#sendButton {
    background: #0d6efd;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 0 0 8px 0;
    cursor: pointer;
    font-size: 20px;
}

#sendButton:hover {
    background: #0b5ed7;
}
