/*
Theme Name: Illdy
Theme URI: http://colorlib.com/wp/themes/illdy/
Author: Colorlib
Author URI: http://colorlib.com
Description: Illdy is a stunning multipurpose WordPress theme built based on Bootstrap frontend framework making it fully responsive and mobile friendly. This theme is well suited for business, landing page, portfolio or any other creative websites. This leaves heavy lifting to WordPress Customizer therefore you can create your website on live preview mode. Which means that you can see changes happen on your website in real time as you make them
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio
Text Domain: illdy

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
Next section following
Editing Header text size, I hope
*/


/*header font size for tablet*/
@media(max-width: 768px){
  #header.header-front-page .bottom-header h1{
    font-size:55px!important;
  }}
  
/*header font size for mobile*/
@media (max-width:525px){
   #header.header-front-page .bottom-header h1{
    font-size:50px!important;
  }}

/*
Next section following
Edit for tablets, etc
*/


@media only screen and (max-width: 767px){
     #services .widget_illdy_service:nth-child(2){
          margin-top:0px!important;
}}

@media only screen and (max-width: 767px){
     #header.header-front-page{
         height: 600px!Important;
}
}

@media only screen and (max-width: 767px){
.bottom-header.front-page {
    padding-top: 0px!Important;
}
}

@media only screen and (max-width: 767px){
#header.header-front-page .bottom-header h1 {
    line-height:45px!Important;
    font-size: 44px!important;
    color: #ffffff;
}
}

@media only screen and (max-width: 767px){
.section-description h3 {
    font-size: 25px!important;
    line-height: 23px;
}
}

