/* General */

#main {
    padding: 55px;
}

body {
    line-height: 0px;
}

p {
  font-size: 16px;
}

@media (max-width: 680px) {

#main {
    padding-right: 20px;
    padding-left: 20px;
}

}

/* Header */

.main-navigation ul li a {
    text-transform: uppercase;
}

#header-sidebar {
    color: #fff;
    font-size: 20px;
}

@media (max-width: 680px) {

#header-sidebar {
    display:none !important;
}
}

/* Buttons */

html input[type="button"] {
    color: #fff;
    border:none;
}

/* Home */

.home-model-text {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}

.red {
    color: #EE4035;
    font-size: 40px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.model {
    border: 5px solid #ee433c !important;
}

.model h3 a {
    text-decoration: none;
}

@media (max-width: 680px) {

.home-banner h1 {
    font-size: 30px !important;
}  
  
.model {
    margin-bottom: 20px;
}
}

/* Products */

.table-specs {
    border-bottom: 0px !important;
}

/* Footer */

#colophon .widget_nav_menu .menu-item a {
    border-bottom: none;
}

#footer-widgets .widget .widget-title {
    font-size: 18px;
}

#colophon * {
    font-size: 16px;
    line-height: 22px;
}