/*====================================================
                DEFAULT VALUES:

                
                Yellow                      : #fce43a       (Buttons, Icons, Links, Lines & Backgrounds)
                Steel Gray                  : #41464b       (Headings)
                Blue Bayoux                 : #64707b       (Paragraphs)
                White                       : #fff          (Text With Black Backgrounds)
                Black                       : #000 

======================================================*/


/* General CSS */

html,
body {
    height: 100%;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
/*    overflow-x: hidden;*/
}

@font-face {
    font-family: gilroy-heavy;
    src: url("fonts/gilroy-heavy.otf");
}

@font-face {
    font-family: gilroy-bold;
    src: url("fonts/gilroy-bold.otf");
}

@font-face {
    font-family: gilroy-regular;
    src: url("fonts/gilroy-regular.otf");
    
}

@font-face {
    font-family: gilroy-medium;
    src: url("fonts/gilroy-medium.otf");
    
}

body {
    font-family: gilroy-regular, sans-serif;
}

p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    font-family: gilroy-regular, sans-serif;
 
}

h3 {
    font-family: gilroy-bold, sans-serif;
    color: #000;
    text-transform: uppercase;
    padding: 10px 0px;
}

button {border: 2px solid;
    border-color: #52288e;
}




.starlightpurple
{background-color: #dbd4e8;

    
}

.starlightyellow
{background-color: #ffef8c;
}

.starlightraspberry
{background-color: #ffcdc2;
}

.starlightdarkpurple
{background-color: #52288e;
}

.whitetext {
color: #ffffff;  
text-align: center;    
    
}




.textcenter {
    text-align: center !important;

    }


.centeralign {
 
  display: block;
  margin-left: auto;
  margin-right: auto;
 

}


/*====================================================
                        HOME
======================================================*/

#home {
    height: auto;
    padding-top: 50px;
   
}

#home-cover {
    height: 100%; 
    background-color: #52288e;
    
 
}

#home-content-box {
    width: 100%;
    height: 100%;
    display: table;
    
}

#home-content-box-inner {
    display: table-cell;
    vertical-align: middle;

}
.home-image{
    max-width: 900px !important;
}

/*====================================================
                        PARALLAX (Generic)
======================================================*/

.bg-parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


/*====================================================
                        BUTTONS (Generic)
======================================================*/

.btn-general {
    border-width: 2px;
    border-radius: 0;
    padding: 12px 26px 12px 26px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-white {
    border-color: #fff;
    color: #fff;
}

.btn-white:hover,
.btn-white:focus {
    background-color: #fff;
    color: #41464b;
}

.btn-yell {
    color: rgba(81,54,151);
    font-size: 25px;
    font-weight: 600;
    border-radius: 3px;
    border: 4px solid #000;
    background-color: #fff
}

.btn-yell:hover,
.btn-yell:focus {
    background-color: rgba(81,54,151);
    color: #fce43a;
    
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    padding: 3px 15px;
    border-radius: 0;
    display: none;
}

.btn-table:hover,
.btn-table:focus {
    background-color: #fff;
    color: #41464b;

}


/*====================================================
                       ANIMATE
======================================================*/

#home-cover,
#home-heading,
#home-btn {
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
}

#home-cover {
    -webkit-animation-delay: .1s;
            animation-delay: .1s;
}

#home-heading {
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
}

#home-btn {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}


/*====================================================
                       CONTENT (Generic)
======================================================*/

.content-box {
    padding: 20px 0 20px 0;
}

.content-title h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px 0;
}

.content-title-white h3 {
    color: #fff;
}

.content-title-underline {
    width: 30px;
    height: 3px;
    background-color: #fce43a;
    margin: 0 auto 30px auto;
}

/*====================================================
                       ABOUT
======================================================*/

#about-bg-diagonal {
    width: 50%;
    height: 600px;
    float: right;
    background-image: url(../img/storebackground.jpg);
    border-left: 200px; 
    border-top: 600px solid transparent;
}

#about-content-box {
    float: left;
    height: 600px;
}

#about-content-box-outer {
    width: 100%;
    height: 100%;
    display: table;
}

#about-content-box-inner {
    display: table-cell;
    vertical-align: middle;
}

#about .content-title h3 {
    text-align: left;
}

#about .content-title-underline {
    margin: 0 0 30px 0;
}

#about-desc p {
    margin-bottom: 30px;
}

/*====================================================
                    LOGAN'S STORY
======================================================*/

#logan-bg-diagonal {
    width: 100%;
    height: 650px;
    float: center;
    background-image: url("/img/loganimages.png");
    background-size: cover;
    background-position: top center;
    padding-bottom: 0px;

/*
    border-right: 100px solid #fff;
    border-top: 700px solid transparent;
*/
}

.logan-text
{ width: 100%;
float: center;
padding: 00px;}


#logan-content-box {
    
    float: right;
    height: auto;
}

#logan-content-box-outer {
    
    width: 100%;
    height: 100%;
    display: table;
    padding: 30px;
}

#logan-content-box-inner {
    
    display: table-cell;
    vertical-align: middle;
}

#logan .content-title h3 {
    
    text-align: left;
}

#logan .content-title-underline {
    margin: 0 0 30px 0;
}

#logan-desc p {
    padding-bottom: 10px;
    
}

/*====================================================
                       SOCIAL
======================================================*/

.social-list {
    padding-left: 0;
}

.social-list li {
    list-style: none;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 6px;
/*    margin-top: 10px;*/
}

.social-icon i {
    font-size: 17px;
}

.icon-gray i {
    color: #64707b;
}

.icon-white i {
    color: #fff;
}

.social-icon i:hover {
    color: #fce43a;
}


/*====================================================
                       CARDS
======================================================*/

.card-container
{align-content: center;
    
    
}

.card {
    float: left;
    padding-right: 10px;
    padding-left: 20px;
    align-content: center;
    
}

.card-img {
    max-width: 180px;
}


.card-heading

.card-underline
{
    width: 30px;
    height: 3px;
    background-color: #fce43a;
    margin: 0 auto 30px auto;
    float: left;
}



#donations-content-box-outer {
    
    width: 100%;
    height: 100%;
    display: table;
    padding: 30px;
}

.cardimage {
width: 224px;
height: auto;
    
    
    
}



/*====================================================
                       Donations
======================================================*/
#donations-cover {
    background-image: url("../img/bg_donations.jpg");
}

#donations .content-box {
    background-color: ffcdc2;
}

.donations-box {
    border-radius: 3px;
    border: 4px solid #000;
    padding: 15px 0;
    margin: 40px 0;
    background-color: #f9e462;
}
.donations-box:hover{
    background-color: #fff; 
}

h3.donations-value {
    font-size: 50px;
    font-weight: 700;
    color: rgba(81,54,151);
    text-shadow: 2px 3px #c1ab4e;
}

h3.donations-value sup {
    font-size: 25px;
    font-weight: normal;
    vertical-align: super;    
}

.mystery-box{
    background-color: #f9e462;
    border-radius: 3px;
    border: 4px solid #000;
    padding: 15px 0;
    margin: 40px 0;
}
.mystery-box:hover{
    background-color: #fff;
    
}
/*====================================================
                       Prizes
======================================================*/

#prizes-bg-hero {
    width: 100%;
    height: 1000px;
    float: right;
    background-image: url(../img/Mega-Prize-Giveaway_Instore_Short.jpg);
    background-size: cover;
    background-position: top center;
    padding-bottom: 20px;
}


#prizes .content-box {
    background-color: rgba(81,54,151,0.5);
}

.prizes-row {
    padding: 0 0;
    object-fit: contain;
}

.prize{
     width: 100%;
    height: 100%;
    object-fit: contain;
    padding-bottom: 20px;
}
#prizes a:hover,
#prizes a:active {
    text-decoration:none;  
}

/*====================================================
                       CLIENTS
======================================================*/

.parters {
    padding: 40px 0;
}


/*====================================================
                       Game Changer
======================================================*/
#gamechanger-cover {
     background-image: url("../img/StarlightPixels_rainbowrocket.png") ;
   
    
    
}

#gamechanger .content-box {
    background-color: ;
}
p.gamechanger-story{
    color: #fff;
}
.pr-bg,.pr-bg p {
    background-color: rgb(81, 54, 151);
    color: #52288e;
}
.yl-bg {
    background-color: #f9e462;
    font-size: 22px;
}
.yl-bg:hover{
    background-color: #000;
    
}
.gamechanger-box p{
    margin: 20px;
    font-size: 25px;
    background-color: rgb(255,239,140,0.0);
    
}



    


#gamechanger ul {
    list-style-type: none;
    color: #52288e ;
    font-size: 140%;
    margin: 0;
    padding: 0;    
}

#gamechanger a {
    color: inherit; /* blue colors for links too */
  text-decoration: none;
    
}

/*====================================================
                       CONTACT
======================================================*/

#donations-cover {
    background-color: #52288e;
}

footer {
    background-color: #52288e;
    padding-top: 30px;
    border-top: 5px solid rgba(0, 0, 0, 0.1);
}

#contact-left h3,
#contact-right h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
}

#contact-left p,
#contact-right p {
    color: #fff;
    margin-bottom: 30px;
}

#contact-info {
    /*background-image: url("../img/");*/
    background-repeat: no-repeat;
    background-size: contain;
}

address {
    color: #fff;
}
address strong { font-size: 16px; }
address strong,
#phone-fax-email strong {
    letter-spacing: 1px;
}

form .form-control {
    background: transparent;
    border-radius: 0;
    border-color: #fff;
    font-size: 17px;
    font-weight: 300;
    padding: 8px 16px;
    margin-bottom: 20px;
    color: #fff;
}


/*====================================================
                       FOOTER
======================================================*/

#footer-bottom {
    background-color: #52288e;
    padding: 30px 0;
    margin-top: 60px;
}

#footer-copyrights p {
    margin: 0;
    color: #fff;
}

#footer-menu {
    float: left;
    color: #fce43a;
    font-size: 16px;
    font-weight: 300;
}

#footer-menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#footer-menu ul li {
    display: inline-block;
}

#footer-menu a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin: 0 10px;
    text-decoration: none;
}

#footer-menu a:hover {
    color: #fff;
}


/*====================================================
                       NAVIGATION
======================================================*/

.navbar {
    background-color: #52288e;
    padding: 20px 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.starlight-top-nav {
    background: rgba(81,54,151);
    padding: 7px 0;
}

.starlight-nav-wrapper {
    padding: 0 20px;
}

.navbar-nav {
    float: right;
}

.navbar-nav>li>a {
    color: #52288e;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    background: none;
    color: #000000;
}

.navbar-toggle {
    background-color: #ffdc00;
    border: #52288e  solid 1px;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background-color: #52288e;
}

.navbar-collapse {
    max-height: none !important;
}

ul.navbar-nav>li.active>a {
    color: #fff;
}

.navbar-logo img{
    position: fixed;
    top: 0;
    left: 0;
    max-width: 300px;
}

.navbar-logo-small{
    display:none;
}


.no-ul:hover {
    text-decoration: none;
}

/*====================================================
                     TABLET
======================================================*/

@media only screen and (max-width: 1300px) 

{
    .leftalign {
    text-align: left !important;
    align-content: left !important;  
    padding-left: 30px;
    }
    
.responsiveblockfull {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    float: left !important;
         }

        
  
    
    .responsive100 {
    width: 100%;
    }
    
    
    #logan-bg-diagonal {
    width: 100%;   
    height: 400px;
    float: left;
      background-image: url("/img/loganimages.png");
    background-size: cover;
    background-position: top center;
    }
    
    
    #logan-content-box {
    padding: 20px 0px;
    height: auto;
    

}
    
    .card {
    float: left;
    padding-right: 10px;
    padding-left: 20px;
    align-content: center;
    
}

 .cardimage {
        width: 320px !important;
        height: auto;
    }
    
    .logan-text
{width: 100%; 
align-content: center;
padding: 0px 20px;
    }
    




/*====================================================
                     MOBILE
======================================================*/
@media only screen and (max-width: 640px) 

{.responsiveblockfullmobile {
    display: block !important;
    max-width: 600px;
    float: center !important;
    height: auto !important;

         }
    
    .cardimage{
        width: 320px !important;
        height: auto;
    }

    

@media only screen and (max-width: 768px) 
{ .responsive100 {
    width: 100%;
    }
    
    
#logan-bg-diagonal {
    width: 100%;
        
    height: 400px;
    float: right;
    background-image: url("../../../2025/Website/img/loganimages_mobile.png");
    background-position: top center; }
    
#prizes-bg-hero {
    width: 100%;
    height: 1000px;
    float: right;
    background-image: url(../img/Mega-Prize-Giveaway_Instore_mobile.jpg);
    background-position: top center;
}

    .text
{width: 100%; 
align-content: center;
padding: 0px 30px;
    }

    
    
    .card-  
{align-content: center;
    
    
}

.card {
    float: left;
    padding-right: 10px;
    padding-left: 20px;
    align-content: center;
    
}

.card-img {
    max-width: 150px;
    padding: 20px 0px;
}