* {
    box-sizing: border-box
}

body {
    /* background-image: url("Images/Background.jpg"); */
    font-family: "Lato", sans-serif;
    margin: 0;
}
/* Position the image container (needed to position the left and right arrows) */

.link {
    color: lightskyblue;
    font-size: large;
}

.content {
    text-align: center;
}

.container {
   
    position: relative;
}
@media screen and (max-width:600px){
    .container{
        overflow:hidden;
    }

}
/* Hide the images by default */


.column {
    float: left;
    width: 16.66%;
}
/* Add a transparency effect for thumnbail images */

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}
/* Style the tab */

.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 900px;
}
/* Style the buttons inside the tab */

.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}
/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}
/* Create an active/current "tab button" class */

.tab button.active {
    background-color: #ccc;
}
/* Style the tab content */

.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 800px;
}

.links>a {
    /* color: #636b6f; */
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.dark-mode{
    background-color: black;
    color: white;
}
.row
{
  
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
}
.coming-soon{
    background-color:lightgrey;

}
.card{
    min-height: 300px;
}