

/*
Author: Bootstrapthemes
Author URI: http://www.xpeedstudio.com
*/

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 1rem;
    }


    .cloudy{
        top: 250px;
        right: -240px;
    }
    .sunny{
        top: 250px;
        right: -230px;
    }
    .rainy{
        top:270px;
        right: -220px;
    }


}



/* Portrait tablets and small desktops */
/*@media (max-width: 992px) {

}*/


/* Portrait tablets and small desktops */
@media (max-width: 991px) {

    .sm-text-center{
        text-align: center !important;
    }
    .sm-pull-none{
        float: none !important;
    }
    .sm-m-top-10{
        margin-top:10px;
    }
    .sm-m-top-20{
        margin-top:20px;
    }
    .sm-m-top-30{
        margin-top:30px;
    }
    .sm-m-top-50{
        margin-top:50px;
    }

    .text-first {
        right: -136px;
    }
    .text-second {
        right: -160px;
    }
		
}



/* Landscape phones and portrait tablets */
@media  (max-width: 768px) {
    h2{
        font-size:2rem;
    }
    p{
        font-size:90%;
        line-height: 2rem;
    }
	
    .xs-pull-none{
        float: none !important;
    }
    .xs-text-center{
        text-align: center !important;
    }
    .xs-m-top-10{
        margin-top:10px;
    }
    .xs-m-bottom-10{
        margin-bottom:10px;
    }
    .xs-m-bottom-20{
        margin-bottom:20px;
    }
    .text-first {
        top: 130px;
        right: -180px;
        font-size: 5rem;
    }
	
    .text-second {
        top: 145px;
        right: -180px;
        font-size: 5rem;
    }	
    .circle-1 {
        right: 0%;
    }
    .circle-2 {
        left: 0%;
    }

    .circle-3 {
        right: 0%;
    }
    .circle-4 {
        left: 0%;
    }
	
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .content1:last-child ul.menu-col li:last-child a{
        border-bottom: 1px solid #EBECEC ;
    }
}




/* Landscape phones and smaller */
@media (max-width: 479px) {
    html {
        font-size: 85%;
    }
    .text-first {
        top: 130px;
        right: -150px;
        font-size: 5rem;
    }
	
    .text-second {
        top: 145px;
        right: -160px;
        font-size: 5rem;
    }	
    .circle-1 {
        right: 0%;
    }
    .circle-2 {
        left: 0%;
    }

    .circle-3 {
        right: 0%;
    }
    .circle-4 {
        left: 0%;
    }
    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .content1:last-child ul.menu-col li:last-child a{
        border-bottom: 1px solid #EBECEC ;
    }
}



@media (max-width: 400px) {


}

@media (max-width: 320px) {
    html {
        font-size: 60.5%;
    }


}



