* {
    font-family: 'SF Pro Display', 'Segoe UI', 'Helvetica Neue', 'sans-serif';
    color: black;
}

a:hover{
    color: white;
    text-decoration: none;
}

a{
    color: white;
}


button.linkedin{
    background-color: rgb(80, 190, 207);
    width: 100%;
}

button.resume{
    background-color: rgb(0, 153, 51);
    width: 100%;
}

button:hover.selectClass{
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}

button:active.selectClass{
    background-color: black;
    color: white;
}

button:hover.linkedin{
    background-color: rgb(80, 190, 207, 0.5);
}

button:hover.resume{
    background-color: rgb(0, 153, 51, 0.5);
}

body,
html {
    height: 100%;
}

h1 {
    font-size: 48pt;
}


h2 {
    font-size: 28pt;
}

.firstContainer{
    padding-top: 150px;
}

.container{
    border-radius: 25px;
}

img{
    border-radius: 25px;
}

.bg {
    /* The image used */
    /*background-image: url("../img/Background-img.png");*/
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.classInfo{
    border: 2px solid black;
    background-color: white;
    /* border-radius: 8px; */
}

.classButton{
    border: 2px solid black;
    width: 100%;
}

.classButton[aria-expanded="true"]{
    border: 2px solid white;
    width: 100%;
    color: white;
    background-color: black;
}

.center-text {
    text-align: center;
}

.divider{
    width:5px;
    height:auto;
    display:inline-block;
}

.padding {
    padding: 20px;
}

.padding-top {
    padding-top: 80px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.padding-top-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.about-me {
    /* The image used */
    background-image: url("../img/mysnapshot.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.projects {
    /* The image used */
    background-image: url("../img/appjam-payment.JPG");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.past-work {
    /* The image used */
    background-image: url("../img/registration-1.JPG");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.remove-decorations{
    list-style-type: none;
}

.transpar {
    background-color: #d3d3d3;
    border: 4px solid black;
}

.transparGrey {
    background-color: #d3d3d3;
    border: 4px solid black;
}

.green-background {
    background-color: grey;
    border: 4px solid black;
}

.jumbotron {
    top: 50%;
    left: 50%;
    border: 6px solid black;
    border-radius: 25px;
}

.carousel {
    /* border: 6px solid black;
    border-radius: 25px; */
    padding: 0px;
    background-color: black;
}

.carousel-caption {
    top: 50%;
    bottom: auto;
    border-radius: 25px; 
}

.carousel-caption.h1 {
    text-align: left;
}

.carousel-caption.p {
    text-align: center;
}

.carousel-caption-bot {
    top: 50%;
    bottom: auto;
    font-size: 14px;
    padding: 0px;
}

.padx {
    padding-top: 5%;
}

.padall {
    padding: 5%;
}

.img-car {
    width: 1200px;
    height: 600px;
}


.img-thumbnail{
    border-width: 0px;
    background-color: black;
}

.white-text{
    color: white;
}

.green-text {
    color: rgb(148, 243, 6);
}

.orange-text {
    color: orange;
}

.blue-text {
    color: rgb(80, 190, 207);
}

.purple-text {
    color: purple;
}

.red-text {
    color: red;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0.1;
    }
    20% {
        opacity: 0.2;
    }
    30% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.5;
    }
    60% {
        opacity: 0.6;
    }
    70% {
        opacity: 0.7;
    }
    80% {
        opacity: 0.8;
    }
    90% {
        opacity: 0.9
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0.75;
    }
    50% {
        opacity: 0.5;
    }
    75% {
        opacity: 0.25;
    }
    100% {
        opacity: 0;
    }
}

#navbar{
    z-index: 1;
    position: fixed;
    top: 0;
    transition: top 0.3s;
    width: 100%;
}

#page-contents {
    visibility: hidden;
    animation-name: fadeIn;
    animation-duration: 1s;
}

#page-contents1 {
    visibility: hidden;
    animation-name: fadeIn;
    animation-duration: 1s;
}

#page-contents2 {
    visibility: hidden;
    animation-name: fadeIn;
    animation-duration: 1s;
}

#project-contents {
    visibility: hidden;
    animation-name: fadeIn;
    animation-duration: 1s;
}

#project-contents1 {
    visibility: hidden;
    animation-name: fadeIn;
    animation-duration: 1s;
}

#project-contents2 {
    visibility: hidden;
    animation-name: fadeIn;
    animation-duration: 1s;
}

#additional-Projects1 {
        visibility: hidden;
        animation-name: fadeIn;
        animation-duration: 1s;
}

#additional-Projects2 {
    visibility: hidden;
    animation-name: fadeIn;
    animation-duration: 1s;
}