@media only screen and (max-width: 2000px) {
    
    body {
        font-size: 18px;
        overflow-x: hidden;
        
    }
    
    .box-first-row{
    height: 14em;
}

.box-second-row{
    height: 14em;
}

    
    
}

@media only screen and (max-width: 1500px) {
    
    body {
        font-size: 16px;
        overflow-x: hidden;
    }
    

    
    
}

@media only screen and (max-width: 1200px) {
    
    body {
        font-size: 14px;
        overflow-x: hidden;
    }
    
      h2{
        font-size: 2.5em;
    }
    
   .box-first-row{
        height: 12em;
    }

    .box-second-row{
        height: 12em;
    }
    

  
    
    
}


@media only screen and (max-width: 980px) {
    
    body {
        font-size: 13px;
        overflow-x: hidden;
    }
    
    
.box-first-row{
        height: auto;
    }

    .box-second-row{
        height: auto;
    }
    
    .cap-box-style{
        height: auto;
    }
   
    .read-text {
        font-size: 1em;
    }
    
    
    .read-text-icon {
        font-size: 1.5em;
    }
    
    .box-heading>ion-item>ion-icon{
        font-size: 1.5em;
    }
    
    .read-more-button{
        width: auto;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
    
    
}


@media only screen and (max-width: 600px) {
    
    body {
        font-size: 10px;
        overflow-x: hidden;
        
    }
    
    .navbar-default .navbar-nav li{
        font-size: 1.5em;
    }
    
    
 
    
    .animation-element {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
    
/*
    .read-text {
        font-size: 1em;
    }
    
    .read-text-icon {
        font-size: 2em;
    }
*/
    
    
    
    
}

@media only screen and (max-width: 450px) {
    
    
    
    body {
        
        font-size: 10px;
        overflow-x: hidden;
        
    }
    
    .resize {
        max-height: 100%;
        max-width: 85%;
        
    }
    
    .header-text>h2{
        font-size: 3.5em;
    }
    
    .header-text>h3{
        font-size: 2em;
    }
    
    h2{
        font-size: 2em;
        font-family: 'Lato';
    }
    
    .box-first-row{
        height: auto;
    }

    .box-second-row{
        height: auto;
    }
    .cap-box-style{
        height: auto;
    }
    
   
    .read-text {
        font-size: 1em;
    }
    
    
    .read-text-icon {
        font-size: 1.5em;
    }
    
    .box-heading>ion-item>ion-icon{
        font-size: 1.5em;
    }
    
    .read-more-button{
        width: auto;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
    
    
    
}


/*----------------------------------------------------------------------------------*/
/*  NAV-BAR
/*-----------------------------------------------------------------------------------*/

@media only screen and (max-width: 1500px) {
    
    .navbar-default .navbar-nav li>a {
        font-size: 1.2em;
    }
    
    .read-text {
        font-size: 1em;
    }
    
    .read-text-icon {
        font-size: 2em;
    }
    
}

@media only screen and (max-width: 1300px) {
    
    .navbar-default .navbar-nav li>a {
        font-size: 1em;
    }
    
    
}


@media (max-width: 1160px) {
    
    .navbar-default .navbar-nav li>a:hover{
        transform: none;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: right;
    }
    .collapse.in{
        display:block !important;
    }
}

/*----------------------------------------------------------------------------------*/
/* END OF NAV-BAR
/*-----------------------------------------------------------------------------------*/

