body {
  --primary-background: #262a38;
  --secondary-background: #e8efef;
  --tertiary-background: #8E9AAF;
  --focus-1: #2CA58D;
  --focus-2: #262a38;
  --text-color: #ffffff;
}

#self-statement {
    align: center;
    text-align: center;
}

.tertiary {
    background-color: var(--tertiary-background);
}

.navbar li {
    text-align: center;
}

.navbar li a {
    width: 75px;
    padding: 5px 5px 15px;
}

.navbar li .glyphicon {
    position: absolute;
    top: 18px;
    right: 33px;
    opacity: 1;
    transition-duration: 0.4s;
}

.navbar li .text {
    position: relative;
    top: 10px;
    opacity: 0.0;
    width: 100%;
    transition-duration: 0.4s;
}

.navbar li:hover .text {
    opacity: 1.0;
}

.navbar li:hover .glyphicon {
    opacity: 0.0;
}

.core-page {
    margin-left: 75px;
}

.edu-holder {
    margin-bottom: 20px;
}

a{
    color: var(--focus-1);
}

a.covert:hover{
    color:white;
    -webkit-stroke-width: 5.3px;
    -webkit-stroke-color: #FFFFFF;
    -webkit-fill-color: #FFFFFF;
    text-decoration:none;
    text-shadow: 1px 0px 20px white;
}

a.tab{
    color: #d7cdd2;
}

body {
    font: 400 18px Open Sans, sans-serif;
    width: 100%;
    line-height: 25px;
}

.background {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: -1;

    background: linear-gradient(145deg, #858ea9, var(--primary-background), #101621);
    background-size: 200% 200%;

    -webkit-animation: Animation 5s ease infinite;
    -moz-animation: Animation 5s ease infinite;
    animation: Animation 5s ease infinite;
}

@-webkit-keyframes Animation {
    0%{background-position:80%}
    50%{background-position:100%}
    100%{background-position:80%}
}
@-moz-keyframes Animation {
    0%{background-position:80%}
    50%{background-position:100%}
    100%{background-position:80%}
}
@keyframes Animation {
    0%{background-position:80%}
    50%{background-position:100%}
    100%{background-position:80%}
}

p{
    text-align: left;
    color: #1d1d1d;
}
strong{
    font-size: 20px;
}
#details li{background:url('../images/topo-white.png') no-repeat 0 4px;list-style:inside none;padding:0 0 0 20px;}
p.black{
    color: black;
}
h1{
    text-align: center;
    font-family: 'Righteous', sans-serif;
    color: black;
}
h1.icon{
    font-size: 70px;
}
h2 {
    font-size: 35px;
    font-family: Comfortaa, sans-serif;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
h2.tight {
    font-size: 35px;

    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0px;
}
h3{
    font-size: 30px;
    font-family: Lato, sans-serif;
    color: #322f32
}
h2.white{
    color: white;
}
h4 {
    font-size: 21px;
    line-height: 1.375em;
    color: whitesmoke;
    font-weight: 400;
    margin-bottom: 5px;
}
h4.black{
    color: black;
}
h4.center{
    text-align: center;
}

.secondary {
    background-color: var(--secondary-background);
}

.container {
    background-attachment: fixed;
}

.container.grey{
    color: white;
}
.container.white{
    color: black;
}
.container.black {
    color:white;
}


.container-fluid{
    width: 100%;
    max-width: 1024px;
    padding-bottom: 10px;
}
.left{
    text-align: left;
}
.center{
    text-align:center;
}
.ul{
    list-style-type: square;
}
.container-fluid.container-transparent-b{
    background: transparent;
}
container-fluid.container-transparent-w{
    background: transparent;
    color: white;
}
.row-lg-8{
    text-align: left;
}
/* Dropdown Button */
.white{
    color: white;
}
.btn {
    display: inline-block;
    margin-bottom: 1rem;
    color: white;
    transition-property: background-color, color;
    background-color: black;
    border-color: rgba(255,255,255,0.2);
    border-style: solid;
    border-width: 1px;
    border-radius: 0.3rem;
    transition: color 0.4s, background-color 0.4s, border-color 0.4s;
}
.btn:hover {
    color:white;
    background-color:gray;
}
.btn-block{
    width: 300px;
}
.btn-lg {
    text-align: center;
    background: black;
    width: 100%;
    color: white;
    margin-bottom: 35px;
}
.btn-lg:hover{
    background: #41403f;
    color: white;
}
.btn-default{
    background-color: white;
}
.btn-round-lg{
    background: #bdb7bc;
    font-size: 16px;
    border-radius: 10px;
    display:inline-block;
    margin-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
}
.btn-round-lg:hover{
    background: #fff;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.card{
    background:white;
    border-radius:10px;
    margin:10px;
    display:inline-block;
}
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.crop{
    width:100%;
    height:200px;
    overflow:hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.crop img{
    width: 100%;
    position:relative;
    top:-100px;
}
.custom-dropdown{
    background:white;
    border-radius:5px;
    width:100%;
    position:absolute;
    margin-left: -15px;
    top:-5px;
    height:40px;
    font-weight:bold;
}
.custom-dropdown-contents {
    position: absolute;
    font-size:16px;
    top: 40px;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    top:-50px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: left;
    line-height: 20px;
    padding: 5px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
@keyframes pulse{
    0% {
        color: #ffc05d;
    }
    100%{
        color: #ff971b;
    }
}
#contact{

}
.container{
    @include clearfix;
    width: 100%;

}
footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: white;
}

h1.name{
    text-align:center;
    font-size:130px;
    color: var(--focus-1);
    opacity: 0;
    transform: translate(0px, -30px);
}

.self-statement-item {
    opacity: 0;
    font-size: 25px;
}

h1.muted{
    padding:0px;
    font-size:50px;
    color: #2a272a;
}

i{
    font-size:75px;
    color:white;
}

.project-left{
    padding:0;
    margin:0;
    height:200px;
}

.project-right{
    width:65%;
    margin-left:37%;
    background:white;
    padding:10px;
    margin-right:-10%;
    margin-bottom:-10px;
}

.col-sm-4{
    text-align: left;
}
.cycle {
    color:white;
    display:inline;
}

.title-section {
    height: 100vh;
    position: relative;
    text-align: center;
    -ms-transform: translateY(37%);
    transform: translateY(37%);
}

.left-half.title {
    width: 45%;
    height: 100%;
    margin-left:5%;
}
.right-half.title {
    width: 55%;
    height: 100%;
}
img.icon {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    display: block;
    margin-right: 15px;
    margin-top: 5px;
    background-color: #fff;
    opacity: 0.8;
    z-index: 0;
}
.content {
    position: relative;
    z-index: 2;
    background-color: transparent;
    width: 100%;
}

.navbar {
    margin-bottom: 0;
    z-index: 99;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
    background-color: rgba(0, 0, 0, 0.4) !important;
    width: 75px;
    height:100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.53);
}

.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
}

.navbar-nav {
}

.navbar-default {
    border: none;
}

.navbar-nav li {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.0) !important;
    transition-duration: 0.4s;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
    background-color: rgba(0, 0, 0, 0.15) !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

.floating {
  height: 60px;
  transform-style: preserve-3d;
  transform: rotateX(17deg) rotateY(18deg);
  position: relative;
  left: 18px;
}

.title {
  font-family: 'Righteous', cursive;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 2px;
  color: rgba(65, 65, 65, 0.95);
}

.title#card-title {
  transform: translateZ(16px);
  color: var(--focus-1);
  position: fixed;
}
.title#card-title-underpinning-1 {
  transform: translateZ(12px);
  position: fixed;
}

.title#card-title-underpinning-2 {
  color: rgba(65, 65, 65, 0.95);
  transform: translateZ(8px);
  position: fixed;
}

.title#card-title-underpinning-3 {
  color: rgba(65, 65, 65, 0.95);
  transform: translateZ(4px);
  position: fixed;
}

.title#card-title-underpinning-4 {
  color: rgba(65, 65, 65, 0.95);
  transform: translateZ(2px);
  position: fixed;
}

.title#card-title-underpinning-5 {
  color: rgba(65, 65, 65, 0.95);
  transform: translateZ(0px);
  position: fixed;
}

/* Skillbar Styling */
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

    @keyframes slide {
        0% {
            opacity: 0;
            transform: translateX(-10%);
        }
        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }
    @-webkit-keyframes slide {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-10%);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateX(0%);
        }
    }

.core-page {
    margin-left: 75px;
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.1s ease, transform 0.1s ease;
    display: inline-block;
}

.self-statement-item a {
    text-decoration: none;
  font-weight: 700;
    color: #90b4cb;
    transition: color 0.3s ease; /* Transition effect for color change */
}

.self-statement-item a:hover {
    color: #fff; /* Hover color, you can adjust this */
}

