/*
Template Name: Meghna Responsive HTML5/CSS3 Business Template
Author: Themefisher
Author URI: www.Themefisher.com
Description: Meghna Responsive HTML5/CSS3 Portfolio Template
Version: 1.0
Tags: one-page, single-page, portfolio, custom-colors, post-formats, responsive, html5, css3
*/
/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Anaheim|Quattrocento+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,600");
@media  (orientation:portrait) or (0px <= width <= 1600px) {

    body, {
	color: #737f8a;
	line-height: 2.5;
	font-size: 24px;
    }

    section {
	background: #242930;
	line-height: 2.5;
    }

    .contact-row {
	flex-direction: column;
    }
    
    .contact-info {
	width: initial;
    }
    
    #contact-form {
	width: 100%;
    }
    
    .form-control {
	width: 100%;
    }
    
    .container {
	padding: 0px;
    }

    .logo-home-heavy {
	display: none;
    }

    .logo-home {
	display: none;
    }

    .service-block {
	width: 90%;
	height: auto;
    }
    
    section, .hero-area {
	height: 100% !important;
	background-image: none;
	align-items: baseline;
	display: flex;
    }

    section {
	height: 100% !important;
    }

    .hero-area > .block {
	margin-top: 0px;
    }
    
    article {
	display: flex;
	justify-content: space-around;
    }
    
    .gmap_canvas > iframe {
	width: 100%;
	height: 31.5vh;
    }

    .contact-form {
	padding: 0px;
	margin-top: 25px;
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	width: initial;
    }

}
