﻿/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/


/*.carousel-caption h3 {
    font-size: 50px;
    font-weight: 700;
}*/

/* Normal desktop :992px. */

@media (min-width: 1400px) and (max-width:1920px) {
    .carousel-caption h3 {
        font-size: 50px;
        font-weight: 700;
        margin-top: -60px;
    }
    .carousel-caption h4 {
        font-size: 45px;
        font-weight: 900;
        margin-top: -60px;
    }
}

/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1169px) {
   
    .carousel-caption h3  {
        font-size: 30px;
        font-weight: 600;
    }
    .carousel-caption h4 {
        font-size: 35px;
        font-weight: 500;
    }
}

/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {

    .carousel-caption h3 {
        font-size: 25px;
        font-weight: 600;
        margin-top:-10px;
    }
    .carousel-caption h4 {
        font-size: 23px;
        font-weight: 500;
    }
  
}

@media (max-width: 767px) {
    .carousel-caption h3 {
        font-size: 24px;
        font-weight: 700;
        margin-top: -10px;
    }
    .carousel-caption h4 {
        font-size: 23px;
        font-weight: 500;
        margin-top: -40px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .carousel-caption h3 {
        font-size: 20px;
        font-weight: 500;
        margin-top: -10px;
    }
    .carousel-caption h4 {
        font-size: 15px;
        font-weight: 500;
    }
}
