ul{
  list-style-type: circle;
}

h4{
    text-align: center;
}
iframe{
    margin-left: auto;
    margin-right: auto;
}

body{
	margin: 0;
    align-content: center;
    align-items: center;
}

.Home-PTag
{
    text-align: center; 
    margin: 2%"
}


/* Add a black background color to the top navigation */
.horzNav {
  background-color: #333;
  overflow: hidden;
  width: 100%;
}

/* Style the links inside the navigation bar */
.horzNav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  border: 3px solid transparent;
  border-left: 0px solid transparent;
  border-color: orange;
  border-radius: 15px;
}

/* Change the color of links on hover */
.horzNav a:hover {
  background-color: orange;
  color: black;
  border: 3px solid transparent;
  border-left: 0px solid transparent;
  border-color: black;
  border-radius: 15px;
  
}

/* Add a color to the active/current link */
.horzNav a.active {
  background-color: #4CAF50;
  color: white;
}

iframe {
    display: inline
    align-items: center;
}
    

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
}


* {
  box-sizing: border-box;
}

body {
  background-color: #111;
}

.aTagProject
{
    text-align: center;
}

.h1Index
{
    color: white;
    text-align: center;
}

.h3Contact
{
    text-align: center;
}

.h3Project
{
    text-align: center;
        
    border: 5px solid orange;
}

.h4Project
{
    text-align: center;
}

.imageProjectDetails
{
    
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pTagProject
{
    text-align: center;
}
.PosterImage
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 80%;
    width: 80%;
}

.solutionImage
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 500px;
    width: 600px;
}

.tab 
{ 
    display: inline-block; 
    margin-left: 40px;
}

#contact-carousel-control-prev
{
    left: -9%
}

#contact-carousel-control-next
{
    right: -9%
}

#content-documents h2
{
    text-align: center;
}

#content-documents h4
{
    text-align: center;
}

#content-documents iframe
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#content-documents p
{
    text-align: center;
    color: orange;
}
#content-index iframe
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#content-Project iframe
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#header-navbar
{
    background-color: orange;
}

#image-imageClassification
{
    width: 80%;
    height: 80%;
}

#image-imageSegmentation
{
    width: 40%;
}

#image-Matrice200
{
    width: 70%;
}

#image-ObjectDetection
{
    width: 80%;
    height: 80%;
}

#image-pathPlanning
{
    width: 70%;
    height: 70%;
}

#image-Phantom3
{
    width: 80%;
    height: 75%;
}
#image-SDR
{
    width: 70%;
    height: 70%;
}

#image-RedHot
{
    width: 70%;
    height: 70%;
}

#image-WhiteHot
{
    width: 70%;
    height: 70%;
}

#image-GreenHot
{
    width: 70%;
    height: 70%;
}

#OpenCV
{
    height:250px;
    width: 250px;
}

#pTagImageSeg
{
    width: 100%;
}

#pTagThermal
{
    margin-left: 400px;
    margin-right: 400px;
}

#tensorflow
{
    height:250px;
    width: 250px;
}

#vsCode
{
    height:250px;
    width: 250px;
}