 
/* Comments */

body
{
    font-family: 'Padauk', sans-serif;
    margin: 0;
    text-align: center;
    background-color: black;
}
.about-container
{
    background: url(bg.jpg) no-repeat center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 80vh;
    color: white;

}

.box 
{
    float:left;
    width: 42.5%;
    margin-left: 5%;
    margin-top; 100px;
    
}
.box4 
{
    float:left;
    width: 90%;
    margin-left: 5%;
    margin-top; 100px;
    
}

.empoy
{
    text-align: left;
}


.box3 
{
    
    float:left;
    width: 29%;
    margin-left: 3%;
    margin-top; 100px;
    border-radius: 5%;
    border-style: solid;
    border-color: darkgray;
    margin-top: 50px;
    margin-bottom: 50px;
    
}

h1
{
    Color: White;
    font-size: 50px;   
    margin-bottom: 0;
}

h2
{
    margin-top: 0;
    line-height: 100%;
    Color: lightgrey;
    font-size: 26px;
    font-weight: normal;
}
h3 
{
    text-align:center;
    font-size: 32px;
    font-weight: normal;
    padding-top: 50px;
    
}
h4
{
    text-align: center;
    font-size: 20px;
    margin-top: 10;
}
p 
{
    text-align: center;
}
li 
{
    display: inline-block;
    font-size: 12px;
    width: 150;
    font-weight: bold;
    margin-top: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
       
}

.bio
{
    Color: #D6D8FF;
    font-size: 14px;
}
.logo
{
    height: 75px;
    border-radius: 100%;
    border-style: solid;
    border-color: #D6D8FF;
    margin-top: 50px;

}
.about
{
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    
}

.line
{
    height: 3px;
    background-color: slategrey;
    border: none;
    
        
}
.footer
{
    margin: auto;
    color: white;
    max-width:  width: 600px;
    padding: 20px;
    margin-bottom: 20px;
            
}
.nav-link 
{
    color: white;
    text-decoration: none;
}
.sectionLine
{
    border-top: 5px double #142F38;
    width: 500px;
    
}
a 
{
    color: white;
}
.clear 
{
    clear:both;
}

.full-width 
{
    width: 100%;
}
.center
{
    margin: auto;
    max-width: 800px;
    background-color: white;

}

.emp
{
    text-align: left;
    margin-left: 5%;
    
}

/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: lightgrey;
    color: #444;
    cursor: pointer;
    padding: 18px;
    margin-left: auto;
    margin-top: 3px;
    margin-right: auto;
    max-width: 800px;
    width: 90%;
    font-size: 18;
    text-align: left;
    border: 3px;
    outline: 1px;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: grey;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 20px;
    margin-right: 30px;
    margin-left: auto
    background: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}



button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}



/******************************************************
Slide show Stuff
******************************************************/
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
