/*
Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap
*/

/*// Small devices (landscape phones, 576px and up)*/
@media screen and (device-aspect-ratio: 40/71) {
	.navbar .navbar-nav > li > a {
	    font-family: 'Roboto', sans-serif;
	    src: url(../lib/fonts/Roboto-Regular.ttf);
	    height: 60px;
	    line-height: 60px;
	    /* padding: 0px 20px 0px 20px; */
	    padding: 0px 10px 0px 20px;
	}
	body{
		font-size: 13px !important;
	}
}
@media screen and (max-width: 600px) {
	body{
		font-size: 12px !important;
	}
	.font-16{
		font-size: 12px!important
	}
	.title {
	    color: #7F7F7F !important;
	}
	.feature-box{
		position: relative !important;
		width: 100%;
	}
  	.container {
		padding-right: 15px !important;
		padding-left: 15px !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.card {
		left: 0 !important;
	}
	.sm-bg-blue{
	    background: #2196f3;
	}
	.sm-p-5{
		padding: 5rem !important;
	}
	.feature-image {
	    height: auto;
	    max-width: 100%;
	}
	.box{
		position: relative;
		display: inline-block;
		text-align: right;
		padding-top: 5rem !important;
		position: absolute;
	}
  	.subscptn{
		margin-bottom: 2rem;
	}
	.card-2 {
		bottom: 0 !important;
	}
	.text-right{
		text-align: left !important;
	}
}

@media screen and (min-width: 601px) and (max-width: 767px) {
	body{
		font-size: 13px !important;
	}
	.font-16{
		font-size: 13px!important
	}
	.title {
	    color: #7F7F7F !important;
	}
	.feature-box{
		position: relative !important;
		width: 100%;
	}
  	.container {
		padding-right: 15px !important;
	    padding-left: 15px !important;
	    margin-right: auto;
	    margin-left: auto;
	}
	.card {
		left: 0 !important;
	}
	.sm-bg-blue{
	    background: #2196f3;
	}
	.sm-p-5{
		padding: 5rem !important;
	}
	.feature-image {
	    height: auto;
	    max-width: 100%;
	}
	.text-right{
		text-align: left !important;
	}
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px){
	body{
		font-size: 14px !important;
	}
	.box{
		position: relative;
		display: inline-block;
		text-align: right;
		padding-top: 5rem !important;
		position: absolute;
	}
	.feature-box{
		position: relative !important;
		width: 100%;
	}
	.sm-bg-blue{
	    background: #2196f3;
	}
	.sm-p-5{
		padding: 5rem !important;
	}
	.feature-image {
	    height: auto;
	    max-width: 100%;
	}
	.box .text {
	    left: 33%;
	}
	.app-content-a{
		text-align: center;
	}
}

/*// Large devices (desktops, 992px and up)*/
@media screen and (min-width: 992px) {
	body{
		font-size: 18px !important;
	}
	.app-content-a{
		text-align: center;
	}
	.container {
	    padding-right: 15px !important;
	    padding-left: 15px  !important;
	}
	.box {
	    padding-top: 3rem !important;
	}
	.box .text {
	    left: 43%;
	}
	.site-title{
		font-size: 40px;
	}
	.site-subtitle{
		font-size: 18px;
	}
	.app-content-a{
		text-align: left;
	}
}
/*// Extra large devices (large desktops, 1200px and up)*/
@media screen and (min-width: 1200px)  {
	body{
		font-size: 16px !important;
	}
	.feature-image {
	    height: 380px !important;
	}
	.site-title{
		font-size: 50px;
	}
	.site-subtitle{
		font-size: 25px;
	}
	.py-auto {
	    padding-bottom: 2rem !important;
	    padding-top: 2rem !important;
	}
	.py-2-auto {
	    padding-bottom: 1rem !important;
	    padding-top: 1rem !important;
	}
	.tranpo-img{
		max-width: 80%;
	}
	
}

@media screen and (min-width: 1400px) {
  	.py-auto {
	    padding-bottom: 2rem !important;
	    padding-top: 2rem !important;
	}
	.site-title{
		font-size: 60px;
	}
	.site-subtitle{
		font-size: 28px;
	}
	.py-2-auto {
	    padding-bottom: 2rem !important;
	    padding-top: 2rem !important;
	}
	
}
@media screen and (min-width: 1600px) {
	.py-2-auto {
	    padding-bottom: 3rem !important;
	    padding-top: 3rem !important;
	}
}
@media screen and (min-width: 1900px) {
 	.py-2-auto {
	    padding-bottom: 5rem !important;
	    padding-top: 5rem !important;
	}
}

/*iPad in portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	#navbar {
        background: transparent !important;
	    float: right!important;
	}
	.box .text {
		display: block !important;
	    left: 40% !important;
	    top: 72% !important;
	}
	.feature-box .visible-sm {
	    display: none !important;
	}
	.card-1 {
    	left: 0;
    }
    .feature-description1 {
	    padding-left: 5rem;
	}
	.pl-4{
	    padding-left: 4rem;
	}
	.feature-image{
      height: 385px;
   }
}