body {
    text-align: center;
    padding-top: 100px;
}

#logo {
    margin-bottom: 108px;
}



/* Mobile Devices Only */
@media screen and (max-width: 767px) {
}

/* Portrait Tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {
}
@media screen and (min-width: 768px) {
}

/* Standard Desktop */
@media screen and (min-width: 992px) and (max-width: 1199px) {
}
@media screen and (min-width: 992px) {
}

/* Large Desktop */
@media screen and (min-width: 1200px) {
}