
@keyframes intro {
    0%   {opacity: 50%;}
  100% {opacity: 100%}
}

*{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: lightslategray;
    outline: 0;
    margin: 0;
}
.dark-mode{
    background-color: #616161;
    color:white
}
#socialBar{
    text-align: right;
}
#Phillip{
    height: fit-content;
    width: 100%;
    position: relative;
    padding-top: 20px;
    background-color: lightslategray;
    left: 0;
    font-weight: 20px;
    right: 0;
    font-size: large;
    font-weight: lighter;
    color:white;
    vertical-align: middle;
    padding-bottom: 15px;
    animation-name: intro;
    animation-duration: 1s;
}
#Phillip h1,#Phillip h2{
    color: white;
}
button{
    padding: 15px;
    text-decoration: none;
    border: 2px solid white;
    font-size: 20px;
    
    font-weight: lighter;
    font-style: bold;
    color: white;
    background-color: transparent;
}
#Phillip a{
    text-decoration: none;
    color: white;
    font-size: medium;
}

html{
    scroll-behavior: smooth;
}
#ProfilePic img{
    width: 200px;
    height: 200px;
    border-radius:100%;
    
}
#linkedin{
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin: 20px;
}

p{
    color: white;
}
#androidProjects p{
    color:gray
}
#projects p{
    color:gray
}
address a{
    color: white;
}
#angellist{
    vertical-align: middle;
    width: 35px;
    height: 40px;
}
#medium{
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 100%;
}
img{
    border:none; 
    flex: auto;
    height: 205px;
    width: 205px;
    
}
#chapters a{
    margin-left: 10px;
    margin-right: 10px;
}


h1{
    font-weight: lighter;
}
h2{
    color:lightslategray;
    font-weight: lighter;
    font-weight: 25px;
}
h3{
   
    font-size: large;
    font-weight: 25px;
}
#end{
    background: slategray;
    height: fit-content;
    border-top:2px solid lightslategray;
    padding-top: 20px;
    padding-bottom: 50px;
}
#end h1{
    color: white;
}

a{
    text-decoration: none;
    color: gray;
}

body{
    color: gray;
    background:white;
    align-content: center;
    text-align: center;
    font-weight: lighter;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: none;
    border-bottom:5px;
}
@media only screen and (max-width:950px){
    
    .projectItems{
        margin: 25px;
    }
    #parentTwo{
        display: block;
        align-items: center;
        position: relative;
    }
    #end{
        height: fit-content;
        position: relative;
        border-top:2px solid lightslategray;
        padding-top: 20px;
        padding-bottom: 50px;
        left: 0;
        right: 0;
    }
    #linkedin{
        width: 25px;
        height: 25px;
        border-radius: 0%;
    }
    #angellist{
        vertical-align: middle;
        width: 20px;
        height: 25px;
        border-radius: 0%;
    }
    #medium{
        vertical-align: middle;
        width: 25px;
        height: 25px;
        border-radius: 100%;
    }
    
    
    .col-margin{
        margin-bottom: 15px;
    } 
    .col-space >[class*='col-'] {
        margin-bottom: 15px;
      }
    
}

