  ﻿/*----------------------Nevada Blue------------------*/
/*--------- Temp stylesheet to update colors ----------*/
/*--- 
$dark-gray-130: #515356;
$primary-blue: #041E42;

*/

/* PAGE STYLES*/

h1, h2, h3, h4, h5, h6{
    color: #041E42;
}

.panel-blue-bg{
    background-color:#041E42;
}
.panel-gray-bg{
    background-color:#46474a;
}
/* ELEMENT STYLES*/

.color-square{
    display:block;
    height:340px;
    width:300px;
    font-weight:700;
    font-size:1.1rem;
}
.color-strip{
    display:block;
    height:75px;
    width:300px;
    font-weight:700;
    font-size:1.1rem;
}
.color-square p{
    padding:1rem;
}
.color-square.pass{
    background-color:#000;
    color:#fff;
}
.color-square ul{
    padding-top:1rem;
    padding-left:1rem;
    margin-left:0;
}
.color-square ul li{
    list-style:none;
    text-align:left;
    color:#fff;
}
.color-square.nevada-blue{
    background-color:#041E42;
    color:#fff;
}
.color-square.nevada-gray{
    /*background-color:#8A8D8F;*/
    background-color: #74767B;
    color:#fff;
}
.color-square.nevada-gray-text {
    background-color:#3a3b3e;
    color: #fff;
}
.color-square.nevada-white{
    background-color:#FFFFFF;
    color: #041E42;
    border:1px solid #041E42;
}
.color-square.nevada-white ul li{
    color:#041E42;
}
.color-square.nevada-white-gray{
    background-color:#FFFFFF;
    color: #3a3b3e;
    border:1px solid #041E42;
}
.color-square.nevada-white-gray ul li{
    color:#3a3b3e;
}
p.nevada-blue{
    color:#041E42;
}
/* -----------------------------------------------CTA Buttons accent colors */
.SierraSunrise .cta-component-buttons .button.color-pop-btn, .SierraSunrise .img-text-cta .button.color-pop-btn {
    /* background-color:#D0183C;  --Deprecated */
    background-color:#007CAD;
    color:#fff;
} 
/* .TahoeTwilight .cta-component-buttons .button.color-pop-btn, .TahoeTwilight .img-text-cta .button.color-pop-btn {
    background-color:#AA3DD5;
    color:#fff;
}
.AlpineLake .cta-component-buttons .button.color-pop-btn, .AlpineLake .img-text-cta .button.color-pop-btn {
    background-color:#13f2f2;
    color:#041e42;
} */
/*-----------------------------------------------Media Queries*/
/*XX large screens -- 2270px and up*/
@media only screen and (min-width: 141em){
  
}
/*Extra large screens -- 1200px to 2269*/
@media only screen and (max-width:140em) and (min-width:75em){
    
}
/*Large screens -- 992 to 1199*/
@media only screen and (max-width:48em) and (min-width:64em){
 
}
/*Medium screens -- 768px to 991px*/
@media only screen and (max-width:63em) and (min-width:47em){
    
}
/*Small screens -- 600px tp 767px*/
@media only screen and (min-width:37em) and (maxwidth:46em){
    
}
/*Extra small screens -- 600px and smaller*/
@media only screen and (max-width:36em){
 
}

