* {
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
    cursor: default;
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
main {
    flex: 1 0 auto;
}
hr{
    display: block;
    height: 1px;
    border:0;
    border-top: 1px solid #ccc;
    margin: 5px 0px 5px 0px;
    padding: 0;
}
i{
    margin-right: 5px;
}
img,

li i,
a,
a i,
#navHeaderLogo,
.fa-anchor{
    cursor: pointer;
}
#navDivFluid{
    background: linear-gradient(45deg, black, gray);    
}
#landingJumbotron {
    background: linear-gradient(45deg, gray, black);
}

.pageTitle, .mySkills {
    font-size: 30px;
    font-style: oblique;
    text-align: center;
    margin-bottom: 10px;
    text-shadow: -1px -1px 1px #aaa,
             0px 4px 1px rgba(0,0,0,0.5),
             4px 4px 5px rgba(0,0,0,0.7),
             0px 0px 7px rgba(0,0,0,0.4);
}
.skillList{
    font-size: 26px;
}
#aboutImage{
    margin-top: 1em;
}
.aboutMe{
    font-size: 26px;
}
#navHeaderIcon {
    line-height: 100%;
    height: 100%;
}
#landingPageNav {
    background: transparent;
    border: none;
    box-shadow: none;
    width: 80%;
    margin: 0 auto;
}
#navHeaderLogo {
    margin: 10% 0;
    font-size: 42px;
}
.title{
    font-size: 28px;
    font-style: bold;
    text-shadow: -1px -1px 1px #aaa,
            1px 1px 1px gray;
}
.taglineHead {
    color: white;
    text-align: center;
    text-shadow: -1px -1px 1px #aaa,
            1px 1px 1px red,
             0px 4px 1px rgba(0,0,0,0.5),
             4px 4px 5px rgba(0,0,0,0.7),
             0px 0px 7px rgba(0,0,0,0.4);
}
.fa-github{
    color: white;
    margin-right: 4px;
}
#portfoliopage{
    background: rgba(150, 150, 150, 0.63);
}
#projects{
    margin-bottom:0;
}
.cardContainer{  
    margin: 0 auto;
    width: 80%;
}
.card-image {
    border-radius: 15px 15px 0 0;
}
.card{
    height: 450px;
    width: 450px;
    margin: 8px auto;
    border-radius: 15px;
}
.cardInfo{
    font-size: 20px;
}
#footer {
    background: black;
    color: white;
}
.footerLink {
    color: #f5f5f5;
    line-height: 20px;
}
.footerLink:hover {
    color: yellow;
}
@media only screen and (max-width: 380px){
    .card{
        height: 200px;
        width: 180px;
    }
    .card-title{
        font-size: 18px!important;
        line-height: normal!important;
    }
    #navHeaderLogo {
        font-size: 36px;
    }
    #landingPageNav {
        width: 100%;
    }
    .cardInfo{
        font-size: 14px;
    }
    .left{
        left: 70px!important;
    }
}
@media only screen and (max-width: 1400px){
    .card{
        height: 325px;
        width: 325px;
    }
    .cardInfo{
        font-size: 16px;
    }
}
.list{
    font-size:30px;
}
.italic{
    font-style:italic;
    font-size:25px;
}