@tailwind base;
@tailwind components;
@tailwind utilities;
/*  */
body{
    font-family: 'Prompt';
}

nav{
    font-family: 'Prompt';
}
/* For activity */
.tablinks:hover{
    color: #E07B6E;
}
.tablinks2:hover{
    color: #E07B6E;
    text-decoration: underline;
}

.tab button.active{
    color: #E07B6E;
    text-decoration: underline;
}

.tab2 a.active{
    color: #E07B6E;
    text-decoration: underline;
}

/* For activity */

/* For Vision */
.Vision-text {
    margin-right: 0px;
    transition: all 1s ease-in;
}
.Vision-image {
    margin-left: 0px;
    transition: all 1s ease-in;
}
.Vision-Box:hover .Vision-text{
    margin-right: 30px;
}
.Vision-Box:hover .Vision-image{
    margin-left: 50px;
}

.cover-text{
    text-align: center;
}

/* For Vision */

.parallax{  
  background-image: url("../images/goodgeek-cover.png");
  position: relative;
  min-height: 480px;
  height: 80vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-image{
    align-content: center;
}

body{
    font-family: 'Prompt', sans-serif;
}
