
/* Font Family */
@font-face {
    font-family: 'Times New Roman', Times, serif;
    src: url(../fonts/times-new-roman-bold.ttf);

}

/* Typography */

* {
    box-sizing: border-box;
}

/* body {
    font-family: 'Roboto', sans-serif;
	min-height: 100vh;
     max-width: 400px; 
    background-color: papayawhip; 
    margin: 0 auto;
} */

 .main-banner {
    /* background-image: url('a1cjab.jpg'); */
    background-repeat:no-repeat;
    background-size:100% 100%;
	text-align: justify;
} 

h2 {
    font-size: 26px;
    font-family: "Times New Roman";
	color: #555555;
    font-weight: bold;
    line-height: 1.5;
}

p {
    color: #555555;
    font-size: 14px;
}


a, a:hover {
    color: #000000;
}

.bg-color {
   /*  background-color: #f6f8fa; */
}

.ptb {
   /*  padding: 10px 0; */
}

.section-title {
    /* text-decoration: underline; */
    font-size: 22px;
}

.no-underline-decoration {
    text-decoration: none !important;
}

.w-img {
    width: 50%;
}

/* Home Page */

.logo {
    padding-top: 20px;
	display: block;
	margin: auto;
	width: 50%;

}

.logo a {
    text-decoration: none;
}

.logo a img{
    /* width: 100px; */
}

.banner-caption {
    padding: 10px 0;
}

.banner-caption h1 {
    font-size: 22px;
    font-family: "Times New Roman";
    color: black;/* rgb(255, 255, 255); */
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}

.banner-caption p {
    color: rgb(255, 255, 255);
    font-size: 28px;
    line-height: 1.2;
}

.yt-btn {
    margin-top: 30px;
}

.yt-btn .btn-danger {
    margin-right: 30px;
}  

.banner-caption .btn {
    text-transform: uppercase;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    padding: .375rem 1rem;
}

.banner-caption .btn-danger {
    background-color: #e50914;
    color: #ffffff;
}

.banner-caption .btn-default {
    background-color: #ffffff;
    color: #e50914;
}

.ytv-section {
    text-align: center;
    padding: 10px 0;
}  

.ytv-section h2 {
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    font-weight: 400;
}

.ytv-section h2:before{
    content: "";
    position: absolute;
    width: 30%;
    height: 1px;
    bottom: 0;
    left: 40%;
    border-bottom: 4px solid #e50914;
}

.ytv-section h2 .text-bold {
    font-weight: 700;
}

.ytv-section p {
    letter-spacing: 2px;
    margin-bottom: 0;
}

footer {
    background-color: #201e1b;
    text-align: center;
    padding: 30px 0;
}

footer p {
    margin: 0;
    font-size: 24px;
}

.img-container {
  display: flex;  /* Use flexbox to position elements */
  align-items: center;  /* Vertically center items */
  /*margin-left: 300px;*/
}

.tagline {
  margin-left: 30px; /* Adjust the margin to position tagline */
  /*margin-top: -30px;*/
  /*width:850px;*/
  text-align:justify;
}
	
	
 .lb {
	position: relative;
	font-weight: bold;
	font-size:1.0rem;
	/* left:17%; */
	/* background-color: white; */
 }  
 


 .form-group {
	/* position: absolute;
	top: 50%;
	left: 40%;
	margin-right: -50%;
	transform: translate(-50%, -50%)  */
	margin-left: auto;
	margin-right: auto;  
  

	/* border-collapse: collapse;
	border: 2px solid rgb(200,200,200);
	letter-spacing: 1px; */
	position: relative;
	/* left:17%;   */
	font-size: 1.1rem;
	/*  left: 5%;  */
}  


	/*form-control a -> TIME
	form-control1 b -> VALUE
	form-control2 e -> MEALS
	form-control3 d -> DATE
	form-control1 c -> A1C
	button2 d -> RUN */

.form-control {/*TIME*/
  
  width: 70px;
   height: 37px;
   font-size: 16px;
  margin: 2px 0;
  padding: 2px;
  border-radius: 2px;
 // border: 2px solid #172432;
  
  border-collapse: collapse;
	border: 3px solid rgb(200,200,200);
	letter-spacing: 1px;
	font-size: 1.1rem;
	text-align: center;
 
}

.form-control-1 { /* VALUE, A1C*/
  
  width: 100px;
   height: 37px;
   font-size: 16px;
  margin: 2px 0;
  padding: 2px;
  border-radius: 2px;
  //border: 2px solid #172432;
 
 border-collapse: collapse;
	border: 3px solid rgb(200,200,200);
	letter-spacing: 1px;
	font-size: 1.1rem;
	text-align: center;
 }
 
  .form-control-2 {  /* MEALS */
  
  width: 300px;
  height: 37px;
  font-size: 16px;
  margin: 2px 0;
  padding: 2px;
  border-radius: 2px;
  //border: 2px solid #172432;
  
  border-collapse: collapse;
	border: 3px solid rgb(200,200,200);
	letter-spacing: 1px;
	font-size: 1.1rem;
	text-align: left;
 
 
 } 
 
 .form-control-3 { /* DATE */
  
  width: 110px;
  height: 37px;
  font-size: 16px;
  margin: 2px 0;
  padding: 2px;
  border-radius: 2px;
  //border: 2px solid #172432;
  
  border-collapse: collapse;
	border: 3px solid rgb(200,200,200);
	letter-spacing: 1px;
	font-size: 1rem;
	text-align: left;
 
 
 } 
 

/* button { 
	
  width: 70px;
  height: 38px;
  font-size: 20px;
  background-color: #0033ff;
  border: solid;
  color: white;
  border-color: green;
  padding: 3px 7px;
  border-radius: 2px;
  
  border-collapse: collapse;
	border: 3px solid rgb(200,200,200);
	letter-spacing: 1px;
	font-size: 0.9rem;
	text-align: center;
}

button:focus{
    background:olive;
}

button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(2px);
} 
 */

.button1 {
	position: relative;
	/* left: 2.5%; */
	width: 145px;
	height: 45px;
	font-size: 20px;
  /* background-color: #4189F7; */
 /*   background-color: pink;
	background-image: linear-gradient(0deg, #FFDEE9 0%, #B5FFFC 100%); */
	background-color: #215073;
  border: solid;
  color: white;
  border-color: green;
  padding: 3px 7px;
  border-radius: 10px; 
  
  border-collapse: collapse;
	border: 3px solid rgb(200,200,200);
	letter-spacing: 1px;
	font-size: 0.9rem;
	text-align: center;
	
} 

.button1:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.button2 {
	/* position: relative;
	display: inline-block;
	border-bottom: 1px dotted black; */
	position: relative;
	left: 1%;
	width: 40px;
	height: 30px;
	font-size: 0.9rem;
   background-color: #215073; 
  /*  background-color: pink; */
	/* background-image: linear-gradient(0deg, #FFDEE9 0%, #B5FFFC 100%); */
  border: solid;
  color: white;
  border-color: green;
  padding: 3px 7px;
  border-radius: 2px;   
  
  border-collapse: collapse;
	border: 3px solid rgb(200,200,200);
	letter-spacing: 1px;
	font-size: 0.9rem;
	text-align: center;
	
	cursor: context-menu;
}

.button2:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(2px);  
}

button2:focus{
    background:olive;
}

.button3 {
	/* position: relative;
	display: inline-block;
	border-bottom: 1px dotted black; */
	position: relative;
	left: 2.5%;
	width: 100px;
	height: 50px;
	font-size: 16px;
 /*  background-color: #4189F7; */
   background-color: #215073;
	background-image: linear-gradient(0deg, #FFDEE9 0%, #B5FFFC 100%);
  border: solid;
  color: white;
  border-color: green;
  padding: 3px 7px;
  border-radius: 2px;   
  
  border-collapse: collapse;
	border: 3px solid rgb(200,200,200);
	letter-spacing: 1px;
	font-size: 0.9rem;
	text-align: center;
}

.button4 {
	position: relative;
	/* left: 2.5%; */
	width: 145px;
	height: 35px;
	font-size: 20px;
  /* background-color: #4189F7; */
  background-color: #215073;
/* 	background-image: linear-gradient(0deg, #FFDEE9 0%, #B5FFFC 100%); */
  border: solid;
  color: white;
  border-color: green;
  padding: 3px 7px;
  border-radius: 10px; 
  
   border-collapse: collapse; 
	border: 2px solid green;
	letter-spacing: 1px;
	font-size: 0.9rem;
	text-align: center;
	
} 

.button4:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}



textarea {
	font-size: 1.1rem;
	letter-spacing: 1px;
	font-family: arial;
}

textarea {
    padding: 10px;
    max-width: 50%;
	min-width: 50%;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
	/* //margin-right: 30px;
	 position: relative;
	  top: 100px;
	  right: 10px;
	  width: 200px;
	  height: 200px; 
	//margin-right: -1%; 
	//transform: translate(-110%, -20%); */
}

.label {
	position: relative;
    display: inline;
    margin-bottom: 10px;
	font-weight:bold;
	color:blue;
	/* left: 2.5%; */
	
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: none;
  background-color: olive;
  border: 1px solid green;
  /* left: 5%; */
  /* margin-left: -15px; */
  color: white;
}

.tooltip .tooltiptext {
/*  visibility: hidden; */
  width: 1000px;
 /*  background-color: black; */
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */ 
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  
}
/* 
 .tooltip:hover .tooltiptext {
  visibility: visible;
 
} 
 */
.info {
  position: relative;
  display: inline-block;
  border-bottom: none;
  background-color: olive;
  border: 1px solid green;
  /* left: 5%; */
  /* margin-left: -15px; */
  color: white;
}

.info .infotext {
 /*  visibility: hidden; */
  width: 1000px;
 /*  background-color: black; */
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */ 
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  
} 

/* .info:hover .infotext {
  visibility: visible;
} */

.avg{
	position: relative;
	/* left: 2.5%; */
	/*  width: 208px;
	height: 42px;  */
	font-size: 16px;
  /* background-color: blue;
  border: solid;
  color: white;
  border-color: green;
  padding: 3px 7px;
  border-radius: 2px; */
}