


 
  
   

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }
     /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }
      /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }
       /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }




body {

font-family: 'Quicksand', sans-serif;
font-size: 15pt;
font-weight: 400;
 }


 h1 {
        font-family:"Quicksand";
        font-weight:500;
}
 h2 {
        font-family: 'Quicksand', serif;
        font-weight:300;
}
 h3 {
        font-family:"Quicksand";
        font-weight:300;
}
 h4 {
        font-family:"Quicksand";
        font-weight:300;
}
 h5 {
        font-family:"Quicksand";
        font-weight:300;
}

.container-fluid{
  padding: 0px;
}

 
.space-top{
  padding-top: 40px;
}
.space-bottom{
  padding-top: 20px;
}

    .nav-link{
      font-family:"Quicksand";
      font-size: 15px;
    }

/** JUMBOTRON **/

 .jumbotron.jumbotron-fluid{
     background: #1f1b19;
    background: url("../images/RussellHome_1900.jpg") no-repeat center top;
    position: relative;
    height: 650px;
    
    padding-bottom: 0px;
    border-bottom-right-radius: 100px;
    
    
 

  }

 .footer{
  background: #f6f5f2;
  padding-top: 20px;
  padding-bottom: 20px;
 }



/* Alternate Colors
.alt1 {
background-color: #fff;
padding-top: 20px;


}

.alt2 {

background-color: #f6f5f2;
padding-top: 20px;

}*/

.make-space{
padding-top: 40px;
padding-bottom: 40px;

}

/**************** - MEDIA QUERIES - *************/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1900px) {

/** JUMBOTRON **/

 .jumbotron.jumbotron-fluid{
     background: #1f1b19; 
    background: url("../images/RussellHome_1900.jpg") no-repeat center top;
    position: relative;
    background-position:center;
    height: 650px;
    border-bottom-right-radius: 100px;
  
    

  }

 



/* Alternate Colors*/
.alt1 {
background-color: #fff;
pading-top: 30px;


}

.alt2 {

background-color: #f6f5f2;
padding-top: 30px;

}


    }

  /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
    .jumbotron.jumbotron-fluid{
     background: #1f1b19; 
    background: url("../images/RussellHome_1200.jpg") no-repeat center top;
    position: relative;
    background-position:center;
    max-height: 650px;

    border-bottom-right-radius: 100px;

  }

 



/* Alternate Colors*/
.alt1 {
background-color: #fff;
padding-top: 20px;


}

.alt2 {

background-color: #f6f5f2;
padding-top: 20px;

}   

    }

        /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
          .jumbotron.jumbotron-fluid{
      background: #1f1b19;  
    background: url("../images/RussellHome_992.jpg") no-repeat center top;
     background-position:center;
    position: relative;
    max-height: 442px;



  }




/* Alternate Colors*/
.alt1 {
background-color: #fff;
padding-top: 10px;


}

.alt2 {

background-color: #f6f5f2;
padding-top: 10px;

} 

    }
            /* Medium Devices, Desktops */
    @media only screen and (max-width : 768px) {
          .jumbotron.jumbotron-fluid{
    background: #1f1b19;  
    background: url("../images/RussellHome_800.jpg") no-repeat center top;
    position: relative;
    background-position:center;
    max-height: 421px;



  }

  .display-2{
          font-family:"Quicksand";
          color: #fff;

        font-size: 3.5em;

        /*font-stretch:extra-expanded;*/
        font-weight:400;
}



/* Alternate Colors*/
.alt1 {
background-color: #fff;
padding-top: 10px;


}

.alt2 {

background-color: #f6f5f2;
padding-top: 10px;

} 

    }
              /* Medium Devices, Desktops */
    @media only screen and (max-width : 600px) {
          .jumbotron.jumbotron-fluid{
    background: #1f1b19;  
    background: url("../images/RussellHome_600.jpg") no-repeat center top;
    position: relative;
    background-position:center;
    max-height: 316px;
 


  }




/* Alternate Colors*/
.alt1 {
background-color: #fff;
padding-top: 10px;


}

.alt2 {

background-color: #f6f5f2;
padding-top: 10px;

} 

.make-space{
padding-top: 30px;
padding-bottom: 30px;

}

    }

            /* Medium Devices, Desktops */
    @media only screen and (max-width : 480px) {
          .jumbotron.jumbotron-fluid{
    background: #1f1b19;  
    background: url("../images/RussellHome_480.jpg") no-repeat center top;
    position: relative;
    background-position:center;
    height: 278px;



  }




/* Alternate Colors*/
.alt1 {
background-color: #fff;
padding-top: 10px;


}

.alt2 {

background-color: #f6f5f2;
padding-top: 10px;

} 

    }

            /* Medium Devices, Desktops */
    @media only screen and (max-width : 320px) {
          .jumbotron{
     background: #1f1b19; 
    background: url("../images/RussellHome_320.jpg") no-repeat center top;
    padding-top: 20px;
    padding-bottom: 0px;
    max-height: 185px;
    
    

    


    

  }




/* Alternate Colors*/
.alt1 {
background-color: #fff;
padding-top: 5px;


}

.alt2 {

background-color: #f6f5f2;
padding-top: 5px;

} 
.make-space{
padding-top: 20px;
padding-bottom: 20px;

}

    }