ul {
    list-style-type: none;
    margin: 0;
    padding-left: 2%;
    overflow: hidden;
    background-color: black;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    /*padding: 14px 14px;*/
    padding: 18px 8px 14px 14px;
    text-decoration: none;
    font-size: 20px !important;
    font-family: BrandFont-Display !important;
    letter-spacing: .5px;
    font-weight: bold;
}

/* .welcome-text {

    padding-top: 16px;
}*/



li a:hover {
    /* background-color: #000000; */
    text-decoration: none;
    color: white;

}

.home-logo-image {
    height: 45px;
    width: 45px;
}

.logo_image_src {
    height: 35px;
    width: 35px;
}

.menu_image {
    padding: 5px;
    height: 30px;
    width: 30px;
}

.content-styles {
    color: black
}

.img-size {
    width: 350px; 
    height: 250px;
    border: none;
    /* padding: 20px; */
}

.devices-img-size {
    width: 500px; 
    height: 400px;
    border: none;
}

.mobile-img-size {
    width: 300px;
    height: 150px;
    border: none;

}

/* .col-background {
    background-color: black;

} */
.mobile-name-styles {
    width: 300px;
    font-family: math;
    font-size: x-large;
    display: flex;
    justify-content: space-around;

}

.router-name-styles {
    width: 350px;
    font-family: math;
    font-size: x-large;
    padding-top: 5px;
    display: flex;
    justify-content: space-around;
}

.ignore-router-name-styles {
    width: 350px;
    font-family: math;
    font-size: x-large;
    padding-top: 5px;
    display: flex;
    justify-content: space-around;
    text-decoration: line-through;
}

.device-name-styles {
    width: 350px;
    /* text-align: center; */
    font-family: math;
    font-size: xx-large;
    padding-top: 10px;
    padding-left: 190px;
}

/* .a-styles:hover img, .a-styles:focus, img {
    position: relative;
    bottom: 3px
} */

img:hover, img:focus {
    /* opacity: 1; */
    /* outline: 5px solid grey; */
    transform: scale(1.1);
}

