@charset "UTF-8";

html, body {
	font-family: 'Open Sans', sans-serif;
}

.bg-img {
	background-image: url(IMG_0484.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #999;
 }

.naviSize {
	height: 100px;	
	max-height: 100px;
}

.navbar-item img {
	max-height: 100px;
}

.navbar-logo {
	margin-top:-4px;
}

.manufucture {
	max-width: 600px;
	margin-left: auto;
	margin-right: 80px;
}

.manufucture .title {
	text-transform: uppercase;
	font-size: 60px;
}

.subtitle {
	text-transform: uppercase;
	
}

.has-background-red {
	background-color: #ba000e;

}

.mytext {
	color: white;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

.mytext p, .info p{
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 18px;
}

.mytext .title {
	color: white;
	font-size: 60px;
	padding-top: 60px;
	text-transform: uppercase;
}
.round  {
	border-radius: 25px;
}

.bigred {
	text-transform: uppercase;
	font-size: 60px;
	color: #ba000e;
}

@media (max-width: 600px) {
.bigred {
	text-transform: uppercase;
	font-size: 30px;
	color: #ba000e;
}

.mytext .title {
	color: white;
	font-size: 30px;
	padding-top: 60px;
	text-transform: uppercase;
}

.manufucture .title {
	text-transform: uppercase;
	font-size: 27px;
}


.manufucture {
	max-width: 380px;
	margin-left: auto;
	margin-right: 10px;
}

}