/* Body */
body {
    background-color: #FEFEFA;
}

/* Navbar */
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
    margin-bottom: 80px;
}

li.left {
    float: left;
}

li.right {
    float: right;
}

li a {
    display: block;
    color: #6c6c6c;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li p {
    color: #606060;
    padding: 0 16px;
}

/* Logo */
.logo-size {
    width: auto;
    height: 250px;
}

/* Alignment */
.center-text {
    text-align: center;
}

/* Anchor */
a {
    text-decoration: none;
    color: #6c6c6c;
}

/* Margins */
.mb-1 {
    margin-bottom: 50px;
}

/* Image */
.img-md {
    width: auto;
    height: 160px;
}

.img-sm {
    width: auto;
    height: 120px;
}

/*********************************************/

/* Large Screen Widths */
@media only screen and (min-width: 992px) {
    /* Logo */
    .logo-size {
        width: auto;
        height: 200px;
    }

    /* Image */
    .img-md {
        width: auto;
        height: 80px;
    }

    .img-sm {
        width: auto;
        height: 60px
    }
}
