@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@400;700;900&family=Open+Sans:wght@400;700&display=swap');

/* 
font-family: 'Bitter', serif;
font-family: 'Open Sans', sans-serif;
*/

/* header */
.top-bar {
	background-color: #a20f13;
	padding: 4px 0;
	color: #fff;
	text-align:center;
}
.home-page .bull {
	background-image: url("../marketing/bull-xs.jpg");
	background-position: center top;
	background-size: 768px 286px;
	height: 286px;
}
.top-slogan {
	margin: -8px 0 0 0;
	padding: 0;
	}
.logo {
	text-align:center;
}
.logo img {
	max-width: 7%;
	height: auto;
	padding: 8px 0;
}
.inside-page .logo img {
	max-width: 25%;
	height: auto;
	padding: 8px 0;
}
.header-info {
	text-align:center;
}
.header-info .name {
	font-family: 'Bitter', serif;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	line-height: 1;
}
.header-info .phone {
	font-family: 'Bitter', serif;
	font-size: 18px;
	font-weight: 900;
	padding: 0;
	margin: 0;
}
.header-info .phone a {
	color: #000;
	text-decoration: none;
}
.top-slogan {
	text-align:center;
	font-weight: 900;
	font-size: 13px;
	line-height: 1;
	margin-top: 4px;
	}
.inside-page .top-bar {
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
}
.inside-page .top-bar span {
	color: #f7c603;
}
.inside-page .logo {
	padding: 10px 0;
}
.service-list {
	color: #a20f13;
	font-family: 'Bitter', serif;
	font-weight: 700;
	text-transform: uppercase;
}
.inside-page .header-info .name {
		margin: 0;
	}
.inside-page .header-info .phone {
	margin: 0;
	}


/* navigation */
.navigation {
	background-color: #231919;
}
.navbar {
	margin: 0;
	padding: 0;
}
.navbar-toggle {
	background-color: #000000;
}
.icon-bar {
	background-color: #fff;
}
.navbar-nav>li>a {
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	padding: 8px 24px;
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
	color: #f7c603;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: transparent;
	}


/*-- to center navigation --*/
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: center;
  }

  .navbar .navbar-collapse {
    text-align: center;
  }

/* general */
body {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 17px;
	line-height: 1.5;
}
main {
	background-color: #f4f1e4;
	padding-bottom: 20px;
}
h1 {
	font-family: 'Bitter', serif;
	font-weight: 700;
	font-size: 30px;
}
h2 {
	font-family: 'Bitter', serif;
	font-weight: 700;
	font-size: 26px;
}
h2 a {
	color: #000 !important;
}
h2 a:hover {
	text-decoration:none;
}
.list h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #a20f13;
	font-size: 22px;
}
.alt-heading  {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #a20f13;
}
p a {
	font-weight: 700;
	color: #510001;
}
p a:hover {
	color: #a20f13;
}
.slogan {
	color: #a20f13;
	font-size: 20px;
	font-weight: 900;
}
.photo {
	text-align:center;
}
.photo img {
	max-width: 100%;
	height: auto;
	margin: 10px 0;
}
.screenshot {
	text-align: center;
}
.screenshot img {
	max-width: 100%;
	height: auto;
}
.screenshot img:hover {
	filter: opacity(85%);
}
.big-type {
	font-size: 22px;
}
.big-type ul {
  list-style: none; /* Remove default bullets */
}

.big-type ul li::before {
  content: "\2022";
  color: #a20f13;
  font-weight: 900;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
button {
	margin: 10px auto;
	display: block;
	padding: 8px 30px;
	font-weight: 900;
	border: solid 1px #a20f13;
}
button a {
	color: #a20f13;
}
button a:hover, button a:focus, button a:visited {
	text-decoration: none;
	color: #555555;
}

/* footer */
footer {
	background-color: #f7c603;
	color: #000;
	padding: 20px 0 60px 0;
}
footer a {
	color: #000;
}
footer a:hover {
	color: rgba(0,0,0,0.5);
	text-decoration: none;
}
.footer-logo {
	text-align: center;
}
.footer-logo img {
	max-width: 25%;
	height: auto;
}
footer h3 {
	font-family: 'Bitter', serif;
	font-size: 20px;
	font-weight: 700;
}
.contact {
	text-align: center;
	font-weight: 700;
	font-size: 14px;
}
.copyright {
	font-size: 13px;
	text-align: center;
}
.cows {
	background-image:url("../marketing/header-cows_xs.jpg");
	background-size: cover;
	}	

@media(min-width:768px){
.home-page .bull {
	background-image: url("../marketing/bull-sm.jpg");
	background-position: center top;
	background-size: 992px 370px;
	height: 370px;	
	}
.logo img {
	max-width: 100%;
	}
.inside-page .logo img {
	max-width: 100%;
	}
.header-info .name {
	font-size: 28px;
	padding: 0;
	margin: 8px 0 0 -130px;
	}
.header-info .phone {
	font-size: 28px;
	padding: 0;
	margin: 0 0 0 -130px;	
	}
.top-slogan {
	font-size: 18px;
	line-height: 1.2;
	}	
.navigation {
	height: 38px;
	}
.inside-page .header-info {
	padding-top: 25px;
	}
.cows {
	background-image:url("../marketing/header-cows_sm.jpg");
	background-size: cover;
	}		
}

@media(min-width:992px){
.home-page .bull {
	background-image: url("../marketing/bull-md.jpg");
	background-position: center top;
	background-size: 1200px 382px;
	height: 382px;;	
	}	
.logo img {
	max-width: 100%;
	}
.header-info .name {
	font-size: 30px;
	padding: 8px 0 0 0;
	margin: 0 0 0 -120px;
	}
.header-info .phone {
	font-size: 30px;
		padding: 0;
	margin: 0 0 0 -120px;
	}
.top-slogan {
	margin: -20px 0 0 0;
	padding: 0;
	}	
.navbar-nav>li>a {
	padding: 8px 30px;
	}
.footer-logo img {
	max-width: 100%;
	}
.contact {
	text-align: left;
	margin-top: 15px;
	margin-left: -30px;
	}
.copyright {
	text-align: right;
	margin-top: 32px;
	}
.cr {
	padding-top: 26px;
	}
.inside-page .header-info {
	padding-top: 25px;
	}
.cows {
	background-image:url("../marketing/header-cows_md.jpg");
	background-size: cover;
	}		
}

@media(min-width:1200px){
.home-page .bull {
	background-image: url("../marketing/bull-lg.jpg");
	background-position: center top;
	background-size: 2200px 700px;
	height: 700px;
}	
	
.header-info .name {
	font-size: 48px;
	margin: 0 0 0 -140px;
	}
.header-info .phone {
	font-size: 48px;
	margin: 0 0 0 -140px;
	}
.navbar-nav>li>a {
	padding: 8px 60px;
	}
.top-slogan {
	margin-top: 20px;
	font-size: 30px;
	}
.inside-page .header-info {
	padding-top: 25px;
	}	
.service-list {
	font-size: 24px;
	}
.cows {
	background-image:url("../marketing/header-cows_lg.jpg");
	background-size: cover;
	}
.big-type {
	padding-top: 30px;
	}	
}


/*----back to top------*/
.back-to-top {
background: none;
margin: 0;
position: fixed;
bottom: 0;
width: 100%;	
height: 40px;
z-index: 100;
display: none;
text-decoration: none;
color: #a20f13;
background-color: transparent;
opacity: .75;
text-align:right;
padding-right: 20px;	
} 
.back-to-top:hover {
	color: #a20f13;
} 
.back-to-top i { 
  padding-top: 4px;
  font-size: 30px;
}
