html,
body {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0px;
    overflow: scroll;
    justify-content: center;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

body {
    background-image: url("./assets/images/portfolioBackground.jpg");
}

.container-fluid {
    padding: 0;
}

.navbar {
    background-color: rgba(255, 127, 80, 0.466);
    z-index:2; 
    height: 10vh;
    padding-top: 0;
}

#navFont {
    font-family: 'futura';
    color: rgb(88, 88, 88);
    padding-right: 15%;
    margin-top: 0.5%;
    animation: glow 1.5s ease-in-out infinite alternate;
  }
  
  @keyframes glow {
    from {
      text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #00b8e6, 0 0 40px #00b8e6, 0 0 50px #00b8e6, 0 0 60px #00b8e6, 0 0 0px #00b8e6;
    }
    to {
      text-shadow: 0 0 20px #fff, 0 0 30px #a1fc8b, 0 0 40px #a1fc8b, 0 0 50px #a1fc8b, 0 0 60px #a1fc8b, 0 0 60px #a1fc8b, 0 0 0px #a1fc8b;
    }
  }

#navIconHeight {
    margin-top: 2%;
}

#navBarIcons {
    font-size: xx-large;
    color: rgb(189, 188, 188);
    float: right;
    padding-bottom: 55%;
}

#navBarIcons:hover
{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    text-decoration-color: none;
    color: white;
}

#jumboIndex {
      background-color: rgba(255, 127, 80, 0.897);
      border: 2px solid white;
      margin-top: 10%;
      font-family: 'Roboto Slab', serif;
}

.jumbotron a {
    color: #FFFFFF;
    text-decoration: none;
} 

#bodyCont {
    background-color: rgba(226, 223, 214, 0.952);
    border-radius: 5px;
    margin-top: 10%;
}

.card {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20%;
    margin-bottom: 20%;
    box-shadow: 5px 5px 15px 5px #424242;
}

#homeLinks {
    background-color: rgb(82, 81, 81);
    color: white;
    border: none;
    justify-content: center;
    display: block;
}

#homeLinks:hover
{
    background: rgba(250, 180, 115, 0.849);
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
}

.pseudoBtn {
    background-color: rgb(82, 81, 81);
    border: none;
    border-radius: 5px;
    justify-content: center;
    display: block;
    text-align: center;
}

.card {
    width: 18rem;
}

#cardIcons {
    color: white;
    font-size: x-large;
    margin-top: 3%;
    margin-bottom: 3%;
    margin-right: 2%;
    margin-left: 2%;
}

#cardIcons:hover
{
    color: #424242;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
}

#cardIcons:hover
{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    text-decoration-color: none;
    color: white;
}

#cardIcons2 {
    color: white;
    font-size: x-large;
    margin-right: 1%;
}

#cardIcons2:hover
{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    text-decoration-color: none;
    color: white;
}

#carouselImg {
    height: 70vh;
    border: 3px solid whitesmoke;
}

#container1 {
    background-color: rgba(226, 223, 214, 0.952);
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    width: 77vw;
}

#projHead {
    text-align: center;
    background-color: rgba(255, 127, 80, 0.897);
    border: 2px solid white;
    border-radius: 5px;
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1.6%;
    height: 15vh;
    width: 30vw;
    font-family: 'Roboto Slab', serif;
}

#projName2 {
    text-align: center;
}

#projDis {
    font-family: 'Roboto Slab', serif;
    margin: 3%;
}

#buttonRow {
    justify-content: center;
}

#projBut {
    width: 17%;
    margin-bottom: 2%;
    padding-top: 0.6%;
    border-radius: 5px;
    border: none;
    background-color: rgba(226, 223, 214, 0);
}

#projHr {
    border: 1px dashed black;
}

#portImageText {
    background-color: rgba(73, 124, 201, 0.808);
    transform: skew(-25deg);
    font-family: 'optima';
    width: 75%;
    justify-content: center;
    display: inline-block;
    text-shadow: -2px 2px 2px rgb(0, 0, 0);
}

#portImageText {
        color: white; 
        transition: all 0.5s;
        position: relative;
    }

#portImageText:hover {
    background: rgba(221, 150, 83, 0.747);
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
    }

#jumboIndex2 {
    height: 70vh;
    width: 70vw;
    justify-content: center;
    display: inline-block;
    margin-top: 5%;
    background-image: url("./assets/images/aboutMeJumbo.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#aboutMeRow {
    justify-content: center;
}

#aboutMe2Pic {
    height: 50vh;
    width: 30vw;
    float: left;
    color: white;
    margin-right: 2%;
    margin-bottom: 3%;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.616);
}

#aboutMeDetails, #aboutMeDetails2 {
    color: rgb(49, 49, 49);
    font-family: 'Merriweather', serif;
    margin-top: 3%;
    margin-left: 3%;
    text-align: center;
}
      
#aboutMeDetails:hover {
    width: 100.5%;
    color: rgb(238, 199, 163);
    background-color: rgba(58, 58, 58, 0.11);
    }

#skills {
    margin-top: 2rem;
    margin-left: 40%;
    color: rgb(194, 193, 193);
    text-align: center;
}

#paper {
        width: 60vw;
        position: relative;
        margin: 20px auto;
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: rgb(245, 235, 207);
        box-shadow: 0px 0px 5px 0px #888;
      }
      
#paper::before {
        content: '';
        width: 2px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 40px;
        background-color: rgba(255,0,0,0.6);
      }
      
#content {
        padding-top: 6px;
        padding-left: 56px;
        padding-right: 16px;
        line-height: 40px;
        font-family:'Handlee', cursive;
        font-size: 2rem;
        letter-spacing: 1px;
        word-spacing: 5px;
      }

#footerId {
    left: 0;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    width: 100%;
    background-color: rgba(255, 127, 80, 0.466);
    height: 7vh; 
    margin-top: 6%;
    padding-top: 1%;
    text-align: center;
}

#footerId2 {
    left: 0;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    width: 100%;
    background-color: rgba(255, 127, 80, 0.466);
    height: 7vh; 
    padding-top: 1%;
    text-align: center;
}


@media (max-width: 1025px) {

    html,
    body {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bodyCont {
        margin: auto;
        height: 65vh;
    }

    #skills {
        display: none;
    }

    #jumboIndex2 {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 40vh;
    }

    #aboutMe2Pic {
        height: 30vh;
        width: 30vw;
        float: left;
        color: white;
        box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.616);
    }

    #footerId {
        height: 5vh;
    }

    #footerId2 {
        height: 5vh;
    }
}

@media (max-width: 769px) {

    
    html,
    body {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #skills {
        display: none;
    }

    #jumboIndex2 {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 40vh;
    }

    #aboutMe2Pic {
        height: 30vh;
        width: 30vw;
        float: left;
        color: white;
        box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.616);
    }

    #footerId {
        height: 5vh;
    }

    #footerId2 {
        height: 5vh;
    }


}

@media (max-width: 415px) {

    html,
    body {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #navFont {
        font-size: xx-large;
      }

    #navBarIcons {
        font-size: medium;
        color: rgb(189, 188, 188);
        float: right;
        padding-bottom: 55%;
    }

    h2 {
        font-size: 1.5rem;
    }

    #skills {
        display: none;
    }

    .bodyCont {
        margin: auto;
        height: 190vh;
    }

    .card {
        width: 14rem;
    }


    #homeLinks {
        margin-bottom: 2%;
    }

    #projHead {
        height: 8vh;
        width: 50vw;
    }

    #projHead2 {
        font-size: 2.5rem;
    }

    #projName2 {
        font-size: 2rem;
    }

    #projDis {
        font-size: 1rem;
    }

    #carouselImg {
        height: 35vh;
    }

    #projBut {
        width: 35vw;
    }

    #portImageText {
        width: 85%;
    }

    #jumboIndex2 {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 50vh;
    }

    #aboutMe2Pic {
        height: 15vh;
        width: 35vw;
        margin-bottom: 8%;
        margin-left: auto;
        margin-right: auto;
        display: inherit;
        float: none;
        color: white;
        box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.616);
    }

    #aboutMeDetails, #aboutMeDetails2 {
        font-size: small;
    }

    #paper {
        width: 85vw;
        height: 135vh;
      }

      #content {
        font-size: 55%;
      }

    #footerId {
        height: 5vh;
    }


}

@media (max-width: 376px) {

    html,
    body {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #navFont {
        font-size: xx-large;
      }

    #navBarIcons {
        font-size: medium;
        color: rgb(189, 188, 188);
        float: right;
        padding-bottom: 55%;
    }

    h2 {
        font-size: 1.5rem;
    }

    #skills {
        display: none;
    }

    .bodyCont {
        margin: auto;
        height: 190vh;
    }

    .card {
        width: 14rem;
    }

    #projHead {
        height: 8vh;
        width: 50vw;
    }

    #projHead2 {
        font-size: 2.5rem;
    }

    #projName2 {
        font-size: 2rem;
    }

    #projDis {
        font-size: 1rem;
    }

    #carouselImg {
        height: 35vh;
    }

    #projBut {
        width: 35vw;
    }

    #portImageText {
        width: 85%;
    }

    #jumboIndex2 {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 50vh;
    }

    #aboutMe2Pic {
        height: 15vh;
        width: 35vw;
        margin-bottom: 8%;
        margin-left: auto;
        margin-right: auto;
        display: inherit;
        float: none;
        color: white;
        box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.616);
    }

    #aboutMeDetails, #aboutMeDetails2 {
        font-size: small;
    }

    #paper {
        width: 85vw;
        height: 135vh;
      }

      #content {
        font-size: 55%;
      }

    #footerId {
        height: 5vh;
    }


}

@media (max-width: 361px) {
    #jumboIndex2 {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 45vh;
    }

    #paper {
        width: 60vw;
        height: 320vh;
      }
}

@media (max-width: 321px) {

    html,
    body {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #navFont {
        font-size: xx-large;
      }

    #navBarIcons {
        font-size: medium;
        color: rgb(189, 188, 188);
        float: right;
        padding-bottom: 55%;
    }

    h2 {
        font-size: 1.5rem;
    }

    #skills {
        display: none;
    }

    .bodyCont {
        margin: auto;
        height: 190vh;
    }

    .card {
        width: 14rem;
    }

    #portImageText {
        width: 105%;
    }

    #jumboIndex2 {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 45vh;
    }

    #aboutMe2Pic {
        height: 5vh;
        width: 10vw;
        float: left;
        color: white;
        box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.616);
    }

    #aboutMeDetails, #aboutMeDetails2 {
        font-size: small;
    }

    #paper {
        width: 60vw;
        height: 440vh;
      }

      #content {
        font-size: 55%;
      }

    #footerId {
        height: 5vh;
    }


}

