/*!
 * Start Bootstrap - Blog Home HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@media only screen and (min-width: 600px) {
	.contact-form{
		width:600px;
		float:left;
        margin:20px;
}
.right{
	float:right;
	margin:10px;
}
.map{
    width:250px;
    float:left;
}
	.topnav img {
    margin-top: -10px;
}

.direction-area{
	width:100%;
	
}

.widget-area{
	position:relative;
	text-align:center;
	border-top:solid 2px #ed2027;
	border-bottom:solid 2px #ed2027;

}

.product-links{ 
    width: 100% !important;
	margin:auto;
	float:left;

	
}

.small-box{
	width:263px !important;
	margin:25px !important;
	
	float:left;
}

.contact-form-front-page{
	width:45%;
	margin:30px;
	float:left;
	}
	
	  
  .widget-left{
    float:left;
    width:320px !important;
    padding: 70px;
}


.widget-right{
    float:right;
    width:320px !important;
    padding: 70px;
}

.float-right{
	float:right;
	margin:10px;
}

h1{
	color: #ed2027 !important;
}

h2{
	color:#ed2027 !important;
}
 .widget-area h2{
	color: #fff !important;
}

}



a[href^="tel"]{
    color:#fff;
    text-decoration:none;
}

body {
    padding-top:0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Pro";
    color: #701f28;
    margin-right: 10px;
}

.row {

    background: #fff !important;
    border-top:solid 2px #ed2027;;

}

<!--CSS for mobile menu-->

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.topnav img{
	margin-top:-10px;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: #ed2027;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #fff;
  color: #ed2027;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #fff;
  color: white;
}

.form-control-contact {
    display: inline;
    width: 100%;
}
.input-group-btn {
    display: inline;
    background-color: #701f28;
}
.btn-primary {
    color: #fff;
    background-color: #ed2027;
    border-color: lightgreen;
	padding:10px;
}

.widget-left{
    width:100%;
    padding: 20px;
}

.widget-right{
    width:100%;
    padding: 20px;
}

.widget-right a{
	color:#fff;
}

.bot-row {
    background-color: #93afeb !important;
    border-top:solid 2px #ed2027;;
}

.widget-area{
    width:100%;
    color: aliceblue;
	background-color:grey !important;
	min-height: 540px !important;
}

.clear{
    clear: both;
}

.dropbtn {
    color: darkgreen;
    padding: 16px;
    font-size: 16px;
    border: none;
	background-color: none !important;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: transparent;
}


blog-row{
	background-color:#fff;
	padding-top:20px;
	border-top:red 2px solid;
}

.container{
	width:100%;
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
}

.hero{
	width:100%;
	}
.hero img{
	width:100%;
}

.top-line{
	font-size:26px;
	padding:10px;
	width:100%;
	text-align:center;
}
.top-line-align{
	margin:auto;
	width:70%;
}

.top-line-left{
	float:left;
	margin:25px;
	
	
}
.top-line-middle{
	float:left;
	margin:25px;
	
}
.top-line-right{
	float:left;
	margin:25px;
	
}
.about-snippet{
	width:100%;
	clear:both;
	font-size:24px;
	font-weight:lighter;
	text-align:center;
	padding-top:80px;
	padding-left:60px;
	padding-right:60px;
	padding-bottom:80px;
	background-color:#ed2027;
	color:#fff;
	margin-bottom:30px;
	border-top:solid 2px #ed2027;
	border-bottom:solid 2px #ed2027;
}

.product-links{
	width:100%;
	
}
.small-box{
	margin:20px;
}

.small-box img{
	width:100%;
}
.small-box-title{
	width: 100%;
	font-weight:bold;
	color:#fff;
	text-align:center;
	background-color:#ed2027;
	padding:10px;
}

.right{
	float:none;
	margin:10px;
}
.page-container{
	padding:20px;
}

.right-widget a{
	color:#fff;
}

.contact-form{
    margin:20px;
}
.map{
    margin:20px;
}
.contact-form-front-page{
	margin:20px;
	}
	
.tel{
	font-size:18px;
	font-weight:bold;
	padding:5px;
	background-color:#ed2027;
	color:#fff;
	text-align:center;
	border-top:solid 2px #ed2027;
}
.email{
	font-size:18px;
	font-weight:bold;
	padding:5px;
	background-color:#ed2027;
	color:#fff;
	text-align:center;
	border-bottom:solid 2px #ed2027;
}

.col-lg-12{
	background-color:#ed2027;
	color:#fff;
	text-align:center;
	padding:10px;	
}
<!--mobiles portrait---------------------------->


