

body{
      background-image: linear-gradient(rgb(5, 50, 84,1),rgba(28, 124, 182, 1));
      margin-left: auto;
      margin-right: auto;
      width: 100%;
    }

@font-face {
    font-family: lato-black;
    src: url(../fonts/Lato/Lato-Black.ttf);
}

@font-face {
    font-family: lato-thin;
    src: url(../fonts/Lato/Lato-Thin.ttf);
}

@font-face {
    font-family: lato-light;
    src: url(../fonts/Lato/Lato-Light.ttf);
}


.navLink{
    vertical-align:middle;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
    font-family: lato-light;
    color: rgba(28, 124, 182, 1)
    /*rgba(28, 124, 182, 1)*/
}

.navLink:hover{
    background-color: rgb(5, 50, 84, 0.2)
}

#navbar{
    background-color: aliceblue;
    display: flex;
    align-items: center;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;

}

#text{
    margin: 0 auto;
    text-align: center;
}

.person-container {
  
    /*
  margin-top: 10px;
  margin-left: 50px;
  margin-right: auto;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  */
  /*background-color: #522d5b;*/
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  border-style: solid;
  background-image: linear-gradient(to right, rgba(92,234,240,0), rgba(92,234,240,1));
  background-image: linear-gradient(to right,  rgba(255,255,255,1),rgba(186,200,198,1));
  /*
  float: left;
  width: 80%;
  */
}

.person {
box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
background-color: white;
/*
float: left;
clear: both;
*/
margin-top: 40px;
}

.photo{

    /*
 float: left;
 */
 /*
 max-width: 100%;
 height: auto;
 */
 
 max-width: 200px;
 max-height: 200px;
}

.project-photo{
 
 max-width: 400px;
 max-height: 400px;
}

.personTextDiv{
    
    padding-left: 20px;
    float: none;
    overflow: hidden;
    vertical-align:top;
    
}

/*
.carousel-caption {
    position: relative;
    left: 0;
    top: 0;
}
*/

/*
#home-carousel{
    width: 500px;
}
*/

/*
.carousel-item{
      width: auto;
  height: 1225px;
  max-height: 1225px;
}
*/

#completeCarousel{
    width: 600px;
    text-align: center;
    align-content: center;
    margin: 0 auto;
}

.carousel-image{
      width: auto;
  height: 225px;
  max-height: 225px;
}

.carousel-caption {
    display: none;
}

.personTextLine{
    
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    width: 100%;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
    
}