body{
    font-family: 'Share Tech', sans-serif;
    background: rgb(232, 232, 232);
}

.bg-red {
    background-color: rgb(184, 53, 53);
}

p{
    color: rgb(70, 70, 70);
    font-size: 22px;

}

.introText{
    color: rgb(12, 12, 12);
}


.welcome{
    margin-bottom: 20px;
}

.navbar-nav > li{
    padding-left:  15px;
    padding-right: 15px;
}

.navbar{
    margin-bottom: 20px;
}

.nav-item::after{
    content:'';
    display:block;
    width:0px;
    height:2px;
    background:#ffffff;
    transition: 0.2s;
}

.nav-item:hover::after{
    width:100%;
}

.img-thumbnail{
    margin-bottom: 25px;
    margin-top: 25px;    
    border: 0 none;
    box-shadow: none;
    
}

hr{
    border: none;
    height: 2px;
    display:block;
    /* Set the hr color */
    color: rgb(77, 77, 77); /* old IE */
    background-color: rgb(209, 209, 209); /* Modern Browsers */
}

#About{
    margin-bottom: 20px;
    margin-top: 50px;
}

.card{

    border-radius: 0%;
    margin-bottom: 25px;    
    border-color:rgb(0, 0, 0);
    border-width: 1px;
    box-shadow: none;
    transition: transform 0.1s;
    
    background-color: rgb(246, 246, 246); /* Modern Browsers */

}

.card:hover{
    box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
    transform:scale(1.01);
}

.card-img-top{
    border-radius: 0%;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.btn{
    border-radius: 0%;
}

a {
    text-decoration: none !important;
    color: inherit;
}

a:hover{
    text-decoration: none !important;
    color: inherit;
}


.content{

    margin-bottom: 50px;
    margin-top: 10px;
}

.projectBox{

    margin-top: -10px;
}

.video{
    border-style: solid;
    border-width: 3px;

    margin-top: 10px;
    margin-bottom: 25px;

}

.discription{
    margin-top: 10px;
}


.snippet{
    margin-top: 40px;
}

.imageShowCase{
    border-style: solid;
    border-color: black;
}

#pageContent {
    animation-name: fadeIn;
    animation-duration: 0.3s;
    animation-timing-function: ease-in;
    background-color: #f6f6f6;
}

nav.navbar {
    animation-name: navAnim;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.5);
}

.clickImg{
    border-style: solid;
    border-radius: 0%;
    margin-bottom: 25px;    
    border-color:rgb(66, 18, 18);
    border-width: 1px;
    box-shadow: none;
    transition: transform 0.1s;
    padding: 0;
}

.clickImg:hover{
    box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
    transform:scale(1.01);
    
}

.btn-danger{
    background-color: rgb(184, 53, 53);
    transition: transform 0.1s;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-danger:hover{
    box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
    background-color: rgb(184, 53, 53);
    transform:scale(1.01);
}

.projectContainer{
    margin-top: 50px;
}

.inlineLink{
    color: rgba(196, 0, 0, 0.774);
    font-style: italic;
    font-size: 24px;
}


@keyframes fadeIn{ 
    from{ opacity:0 } 
    to{ opacity:1 }
}

@keyframes fadeOut{ 
    from{ opacity:1 } 
    to{ opacity:0 }
}

@keyframes navAnim{ 
    from{ transform: translateY(-58px) } 
    to{ transform: translateY(0px) }
}

@media (min-width:720px){
@media (max-width:1000px){


}
}
