body {
    font-family: "Lucida Console", "Courier New", "sans-serif";
    width: 100%;
    background: rgba(24,0,70,1);
    color: white;
    text-align: center;
    overflow-x: hidden;
    
}

@media (max-width: 768px) {
    #Home h1 {
      font-size: 10vw;
    }
    #Home h2 {
        font-size: 7vw;
    }
}

p, h1, h2, h3, img, .fab, .fas {
    filter: drop-shadow(2px 2px 2px #000000);
}

h2 {
    font-size: 3vw;
    color: #7fccff;
}

img {
    border-radius: 25px;
}

h1 {
    font-size: 6vw;
    border-bottom: 2px solid #FFF

}

.collapse {
    padding:0px;
}

.navbar {
    font-size: vw;
}

.card {
    background-color: rgba(80,178,255,0.1);
}

.card img{
    padding: 50px;
}

.fade {
    opacity: 1;
}

.hover-effect:hover {
    border-radius: 10px;
    background-color: #7FCBFF;
}
.hover-effect {
    border-radius: 10px;
}

.links .fab, .links .fas {
    font-size: 50px;
}

.fab, .fas {
    font-size: 150px;
    color: white;
}
.fab:hover, .fas:hover {
    color: cyan;
}

.row {  
    padding: 0px;
    margin: 0px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    width: 100%;
  }


#nameAndProfession {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 25px;
}


#Home {
    background-image: url("https://images.unsplash.com/photo-1480506132288-68f7705954bd?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1993&q=80");
    justify-content: center;
    align-items: center;
    padding-top: 20vw;
    padding-bottom: 17vw;
}

#Skills {
    background-image: url("https://images.unsplash.com/photo-1555679486-e341a3e7b6de?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80");
    justify-content: center;
    align-items: center;
    padding: 7vw;
}

#contactInfo, #logos {
    justify-content: center;
    align-items: center;
    padding: 0.5vw;
}

#About, #Projects, #links {
    background: rgb(80,178,255);
    background: radial-gradient(circle, rgba(80,178,255,0.5) 0%, rgba(24,0,70,1) 70%);
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 7vw;
}

