/*--------------------------------Pages Backgrounds-------------------------------------------------------*/
.chillpage {
    background: #ffffff url("../images/knitting.jpg") no-repeat right top;
    background-size: 40% 100%;
}

.colleaguepage {
    background: #ffffff url("../images/colleagues3.png") no-repeat right top;
    background-size: 45%;
} 

.couplespage {
    background: #ffffff url("../images/Peoplesingingkaraoke.png") no-repeat right top;
    background-size: 45%;
}

.datepage {
    background: #ffffff url("../images/animatedwomanwithballoons.jpg") no-repeat right top;
}

.familypage {
    background: #ffffff url("../images/family1.png") no-repeat right top;
}

.friendspage {
    background: #ffffff url("../images/friendskaraoking.png") no-repeat right top;
    background-size: 45%;
}
/*-----------------------------------------------Navigation Bar----------------------------------------------------*/
/*.container {
    width: 100%;
}*/

nav {
    border-bottom: 1px solid rgb(173, 172, 172);
}
.navbar {
    background-color: rgb(250, 125, 120);
    box-shadow: 0 2px 1px 1px rgba(2, 2, 105, 0.16), 0 0 0 1px rgba(2, 2, 105, 0.08);
    padding-top: 1px;
    padding-bottom: 1px;
   /* background: transparent;*/
   color: white;
}
.navbar-light .navbar-brand {
    color: white;
    text-shadow: -2px 2px 2px rgba(2, 2, 105, 0.747);
}
.navbar-light .navbar-nav .nav-link {
    color: white;
    text-shadow: -1px 2px 2px rgba(2, 2, 105, 0.747);
}
.navbar-brand {
    font-size: 40px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;   
}
.nav-link {
    font-weight: bold;
    font-size: 20px;
}
.otherpages {
    margin-right: 0px;
}
.btn-secondary {
    background-color: rgba(2, 2, 105, 0.747);
}


/*------------------------------------------------Index styling------------------------------------------------------*/
/*.container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    clear: both;
}*/
h1, h2, h3 {
    font-family: 'Georgia', Georgia, 'Times New Roman', Times, serif;
    font-weight: 700;
    color: navy;
}
.homenight {
    border: none;
    box-shadow: 0px 2px 5px 1px black;
    margin: auto 20px auto 20px;
    height: 20%;
}

h1 {
    text-shadow: -2px 2px 2px white;
}
.main-container {
    background: #fff;
    padding: 30px;
    width: 100%; 
    float: left;
    border: 1px solid #ddd;
    
}
.nightOut {
    width: 300px;
    height: 200px;
    overflow: auto;
    position: relative;
 
    margin: 25px;
}
.nightOut:nth-child(even) {
    margin-right: 40px;
}
.nightOut img {
    width: 100%;
    height: 100%;
    opacity: .8;
}
.nightOut h3 {
    border-bottom: 0;
    background: rgba(2, 2, 105, 0.747);
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 20px;
    padding:15px;
    width:100%;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 300;
}
.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    color: navy;
}
.img-thumbnail {
    background-color: rgb(250, 125, 120);
}
.card-text {
    float: right;
}
.card-title {
    margin-bottom: 5%;
    height: 20%;
}
.footer-container {
    width: 100%;
    margin: 0 auto;
    background: gainsboro;
    text-align: center;
    position: fixed;
    bottom: 0;

}

.resultsRoulette {
    width: 100%;
    margin: 25px;
 }


 #results {
     padding: 30px;
     font-family: Arial, Helvetica, sans-serif;
     color: navy;
 }

 #displayBelow {
     clear: both;
     margin-top: 40px;
     margin-left: 30px;
     font-weight: bold;
     color: red;
     font-family: Arial, Helvetica, sans-serif;
     animation:blinkingText 0.8s infinite;
     font-size: 20px;
}
@keyframes blinkingText{
    0%{     color:red;    }
    50%{    color: transparent; }
    100%{   color:red;    }
}
 
@media screen and (max-width: 768px) {
    .couplespage, .colleaguepage, .chillpage, .datepage, .familypage, .friendspage
    {
        background: none;
    }
}

@media screen and (max-width: 768px) {
    #canvas, .wheelspin
    {
        display: inline-block;
        margin-left: 15px;
        margin-right: 10px;
        width: 100%;
    }
}
