body{
    height: 300%;
}

.full-name{
    margin-bottom: 0;
    text-align: left;
}

.profile-pic{
    border-radius: 100%;
}

.project-images{
    border-radius: 100%;
    border: 1px solid; 
    background: white;
}

.company-titles{
    text-align: left;
}

#pic {
    position: fixed;
    display: none; 
    width: 10%;
    height: 15%;
    float: right;
    background-color: rgba(0,0,0,0);
    z-index: 2;
    cursor: pointer;
}

.navbar-light .navbar-brand{
    color: #563d7c;
}

.tab-pane.fade.active{
    transition-delay: 0.15s;
}

.contents{
    width: 80%;
    max-height: 60%;
    margin: auto;
    left: 0;
    right: 0;
    padding: 10%;
}

.center-aligned{
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    animation: fadein 3s; 
    -webkit-animation: fadein 3s;
    -moz-animation: fadein 3s;
    -ms-animation: fadein 3s;
    -o-animation: fadein 3s;
}

.links{
    margin-bottom: 3%;
    padding: 2%
}

.card-header{
    background: #fcfdff;
}

.card{
    border: none
}

.card-body{
    text-align: left
}
.info-section{
    margin-bottom: 3%;
}
.list-contents{
    text-align: left
}

.list-group-item{
    border: none
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

ul {
    list-style-type: none;
    padding: 0
}

.table-borderless td,
.table-borderless th {
    border: 0;
}

.section-title{
    text-align: center;
    font-weight: normal
}

.project-desc{
    list-style-type: square;
    margin-bottom: 5%;
}

.company-logo{
    margin-top: 10%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid darkgray;
}

.expand{
    right: 0;
    position: absolute;
}

.project-images{
    margin: auto;
    left: 0;
    right: 0;
    width: 80%;
    height: 15%;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: underline;
}

.carousel-images{
    max-width: 100%;
    height: auto;
}

.company-logo-container{
    width: 10%;
    height: 10%;
}

.carousel-text{
    color: black
}

.project-images{
    border-radius: 100%;
    border: 1px solid; 
    background: white;
}