* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.carousel-item {
    width: 100%;
    height: 93vh;
}

.about-img {
    min-width: 100%;
    max-height: 300px;
}

.fa-android {
    color: green;
}

.fa-desktop {
    color: dimgrey;
}

.fa-gamepad {
    color: brown;
}

.bg-muted {
    background: #a5dcef;
}

footer {
    background: #f2f2f2;
    padding: 40px 0;
}

footer li {
    list-style-type: none;
}

footer a {
    text-decoration: none;
    color: slategray;
}

.fa-facebook-square {
    color: #3b5998;
}

.fa-instagram {
    color: red;
}

.fa-linkedin-square {
    color: #3b5998;
}

.fa-twitter-square {
    color: cyan;
}


/* Responsive for mobile views */


/* // Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {}


/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {}


/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) {}


/* // X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}


/* // XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {}