/*!
Theme Name: Subby
Text Domain: Subby
Version: 1.0.0
Description: A static theme for mobile app
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Author: Akhil Chandran
Author URI: https://www.linkedin.com/in/akhil-chandran/

Theme URI: ''

License: GNU General Public License v2 or later
License URI: LICENSE

*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,300&family=Open+Sans&display=swap');


body,
html {
  width: 100%!important;
}

body {
  margin: 0 !important;
  padding: 0;
  font-family: 'Open Sans','sans-serif';
  width: 100%;
  overflow-x: hidden;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  background-color: #fff;
  transition: 0.3s linear;
}


/* Navigation menu section */
header{
	background-color:#f6eddc;
}
.navbar{
    margin: auto;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    font-family: 'Open Sans','sans-serif';
}
.navbar .logo img{
    max-width: 4rem;
    height: auto;
}
.navbar .logo a{
    color: #d81f47;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
	font-family:'ui-serif';
}
nav{
    flex: 1;
    text-align: right;
}
nav ul{
    display: inline-block;
    list-style: none;
    padding-inline-start: 0px;
    margin-block-start: 0em;
    margin-block-end: 0em;
}
nav ul li{
    display: inline-block;
    margin: 10px;
}
nav ul li a{
    color: black;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
nav ul li a:hover{
    color: #883305;
}
.fa-bars{
    cursor: pointer;
    display: none;
}

/* footer section */
.footer_sec {
    display: flex;
    flex-direction: row;
    font-size: 30px;
}

.col-md-6{
    padding: 10px;
    flex: 50%;
}
footer{
    background-image: linear-gradient(29deg, #954203 14%, #ffa200);
    color: #f2f2f2;
    background-color: #f2f2f2;
    padding: 1rem;
	font-family: 'Open Sans','sans-serif';
}

footer{
    text-shadow: none;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
}

.ftrBtm a, .ftrRw a{
    color: #f2f2f2;
    text-decoration: none !important;
    
}
.ftrBtm{
	text-align: center;
	padding-top: 4rem;
	padding-bottom: 1.5rem;
}

footer h5{
	font-weight: 700;
    font-size: 1.3rem;
}


footer p{
    margin: 0rem !important;
}

footer label, footer p{
    font-size: 1rem;
}

footer .wpcf7-text, footer .wpcf7-textarea{
    width: 100%;
    padding: 1.5rem;
    border: 1px solid #ccc;
    border-radius: 14px;
    box-sizing: border-box;
    resize: vertical;
  }
  
  footer .wpcf7-submit {
    background-color: #f49e00;
    color: white;
    padding: 19px 62px;
    border: none;
    border-radius: 19px;
    cursor: pointer;
	margin-top:1rem;
  }
  
  footer .wpcf7-submit:hover {
    background-color: #f47a00;
  }
footer .col-md-6{
	padding-right: 3rem;
    padding-left: 3rem;
}

footer .aqfp-logo img{
	max-width:7.5rem;
	padding-top: 3rem;
	padding-bottom: 1rem;
}

footer .about-aqfp .about-aqfp-content{
	text-align: justify;
	line-height: 1.5rem;
}


/* --------------------------------------------- Responsive css start ---------------------------------------------*/

@media screen and (max-width:1199px) {
    footer h2{
        font-size: 2.6rem;
    }
}


@media screen and (max-width:991px) {

    footer h2{
        font-size: 2.3rem;
    }


}

@media screen and (max-width: 767px) {
/* 	nav ul{
        position: absolute;
        top: 88px;
        left: 0;
        background: #b66301;
        width: 100%;
        overflow: hidden;
        z-index: 2;
        transition: max-height 0.5s;
    }
    nav ul li{
        display: block;
        margin-right: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    nav ul li a{
        color:  #fcecda;
    }
    nav ul li a:hover{
        color: white;
    }
    .fa-bars{
        display: block;
        font-size: 20px;
        font-weight: bold;
        color: #774101;
    } */
	.navbar{
    padding: 0px;
	}
    .footer_sec {
        flex-direction: column-reverse;
    }
}


@media screen and (max-width:575px) {
    footer h2{
        font-size: 1.8rem;
    }
    .footer_sec {
        flex-direction: column-reverse;
    }
	footer .col-md-6 {
		padding-right: 0rem;
    	padding-left: 0rem;
	}
	footer .ftr_txt{
		font-size:90%;
	}

}

@media screen and (max-width:280px) {
    html{
        font-size:45%;
    }

}
  



