/*
CTC Separate Stylesheet
Updated: 2021-04-06 20:20:28
*/

body {
    font-size: 14px;
}
img {
    margin-top: 2%;
}
.logo {
    padding-top: 2%;
    font-size: 48px;
    line-height: 40px;
    -moz-transition: 0;
    -webkit-transition: 0;
    -o-transition: 0;
    transition: 0;
}
#slogan {
    padding-top: 6%;
    padding-bottom: 5%;
    font-style: italic !important;
}
#mobile-header {
    background-color: #325984;
}
#mobile-header .logo {
    margin-bottom: 3%;
    line-height: 50px;
}
#mobile-navigation .container ul {
    padding-right: 1%;
    padding-left: 1%;
    background-color: #325984;
}
#fulltitle {
    display: none;
}
.comments-reply {
    display: none;
}
#back-to-top a:hover {
    background-color: #9f9494;
}
#navigation.clearfix {
    margin-left: 15%;
}
.lightblue {
    padding-right: .5%;
    padding-bottom: 2%;
    padding-left: .5%;
    width: 200px;
    color: #000;
    background-color: #c0d2e7;
    flex: initial;
    margin: 1rem;
}
.ststeel {
    background-image: url("http://www.microdairydesigns.net/wp-content/uploads/2015/08/ST-Steel.jpg");
    padding: 0 !important;
}
.homeeqpt {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
.homecolors {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
}
.hometext2 {
    width: 280px;
    background-color: #b8b8b8;
    flex: 1;
    margin: 2%;
    padding: 1%;
}
.lightblue1 {
    background-color: #c0d2e7;
    padding: 0 !important;
}
#mobile-header .container {
    width: 100%;
    background-color: #325984;
}
.lightblue2 {
    background-color: #c0d2e7;
    padding: 3%;
}
.equipment {
    display: flex;
    min-width: 200px;
    max-width: 1900px;
    justify-content: left;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
}
.equipdetail {
    display: flex;
    border: 1px solid #626262;
    min-width: 400px;
    max-width: 1500px;
    align-items: center;
    margin: 3px 10px 3px 3px;
    padding: 10px;
}
.equipdetail img {
    margin-right: 5px;
    min-width: 75px;
    max-width: 200px;
    flex-grow: 0;
    flex-shrink: 0;
}
.equipdetail div span {
    align: center;
}
.equipdetail div {
    max-width: 200px;
    margin: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.contactform {
    width: 280px;
}
#slogan {
    margin-bottom: 10px;
    font-size: 14px;
    float: left;
}
#mobile-logo.logo {
    height: 100px;
}
}
@media screen and (max-width: 800px) {
.logo {
    padding-bottom: 10% !important;
}
}
@media screen and (max-device-width: 770px) {
.homecolors {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
}
@media screen and (max-width: 480px) {
after:#mobile-header .logo {
    content: "Committed to Small Dairies with Big Dreams";
    color: #fff;
    font-style: italic;
}
}
