/* Bootstrap */
.btn:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

/* Site */
html, body {
    /* background-color: #130417; */
    /* background-color: #280830; */
    /* background-color: #242423;  this one good*/
    background-color: #181818;
    max-height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Archivo', serif;
    color: white;
    overflow: scroll;
}
::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}


.blinking{
	animation:blinkingText 1s infinite;
}
@keyframes blinkingText{
	0%{		color: transparent;	}
	49%{	color: transparent;	}
	99%{	color:white;	}
	100%{	color: white;	}
}

.active {
    background-color: white !important;
    color: #130417 !important;
    border-radius: 25px !important;
    margin: 10px !important;
}

.nav-link {
    border-radius: 25px !important;
    margin: 10px !important;
}


.nav-link:hover {
    background-color: white !important;
    color: #130417 !important;
    border-radius: 25px !important;
    margin: 10px !important;
}

a {
    text-decoration: none;
    color: grey;
}

hr {
    width: 50%;
    margin: 0 auto;
}

.italic {
    font-style: italic;
    font-size: small;
}

.bold {
    font-style: bold;
    font-size: large;
}

.para {
    font-family: 'Roboto', serif;
    color: #d2d8db;
}

.main-body {
    height: 100%;
    width: 100%;
    padding: 10px;
}

/* Title */
.title-container {
    margin-top: 20vh;
    text-align: center;
    position: relative;
    min-height: 100vh;
    width: auto;
}

.title-main {
    font-weight: bold;
    font-family: 'Archivo Black', sans-serif;
    font-size: 200px;
    width: auto;
    height: auto;
}

.title-noah {
    color: white;
    margin-right: 20vw;
    height: auto;
    width: auto;
    background-color: #181818;
}

.title-jevon {
    display: inline-block;
    padding: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20vw;
    color: white;
    height: auto;
    text-align: left;
    width: auto;
    background-color: #242423;
}

.title-button {
    text-align: center;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 25px;
}

/* image and introduction */
.intro-container {
    width: 100%;
    min-width: 80%;
    min-height: 100vh;
    text-align: center;
    overflow-wrap: break-word;
}

.intro-wrapper {
    margin: auto;
    height: auto;
    min-height: 350px;
    width: 80%;
    min-width: 80%;
    position: relative;
    padding: 25px;
}

.intro-text {
    text-align: left;
    display: inline-block;
    width: 25%;
    padding: 10px;
    margin: 2px;
    vertical-align: top;
}

.profile-img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
}

/* tech stack */
.tech-container {
    width: 100%;
    min-width: 80%;
    min-height: 100vh;
    text-align: center;
    overflow-wrap: break-word;
}

.tech-wrapper {
    margin: auto;
    height: auto;
    min-height: 350px;
    width: 80%;
    min-width: 80%;
    position: relative;
    padding: 25px;
}

.tech {
    height: auto;
    text-align: center;
    display: inline-block;
    width: 20%;
    margin: 15px;
    vertical-align: top;
}

.tech-stack {
    height: 100px;
    width: 100px;
    padding: 5px;
    background-color: white;
    border-radius: 25%;
}

/* information */
.info-container {
    width: 100%;
    min-width: 80%;
    min-height: 100vh;
    height: auto;
    overflow: auto;
    text-align: center;
    overflow-wrap: break-word;
}

.info-wrapper {
    margin: auto;
    height: auto;
    min-height: 350px;
    width: 80%;
    min-width: 80%;
    position: relative;
    padding: 25px;
}

.info {
    height: auto;
    text-align: center;
    display: inline-block;
    width: 20%;
    margin: 15px;
    vertical-align: top;
}

/* contact */
.contact-container {
    width: 100%;
    min-width: 80%;
    min-height: 100vh;
    overflow: auto;
    text-align: center;
    overflow-wrap: break-word;
}

.contact-wrapper {
    margin: auto;
    height: auto;
    min-height: 350px;
    width: 50%;
    min-width: 50%;
    position: relative;
    padding: 25px;
    /*background-color: white;*/
    border-radius: 15px;
}

.contact {
    text-align: center;
    display: inline-block;
    width: 20%;
    margin: 15px;
    vertical-align: top;
}

.info{
transition: 1s ease;
}

.info:hover{
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: 1s ease;
}

@media only screen and (min-width: 500px) {
    .title-container, .intro-container, .tech-container, .info-container, .contact-container {
        margin-top: 15vh;
    }
  }

@media only screen and (max-width: 1200px) {
.title-container, .intro-container, .tech-container, .info-container, .contact-container {
    margin-top: 0vh;
}
}

@media only screen and (max-width: 800px) {
    .intro-text, .info, .tech, .contact {
        min-width: 80%;
        width: 40%;
    }
  }

@media only screen and (max-width: 800px) {
    .image-text {
        height: 10%;
        width: 100%;
    }
  }

@media only screen and (max-width: 1400px) {
    .title-main, .title-jevon {
        font-size: 150px;
    }
  }

@media only screen and (max-width: 1000px) {
    .title-main, .title-jevon {
        font-size: 100px;
        padding: 20px;
    }
}

@media only screen and (max-width: 750px) {
    .title-main, .title-jevon {
        font-size: 75px;
        padding: 15px;
    }
}

@media only screen and (max-width: 550px) {
    .title-main, .title-jevon {
        font-size: 50px;
        padding: 10px;
    }
}

@media only screen and (max-width: 400px) {
    .title-main, .title-jevon {
        font-size: 25px;
        padding: 5px;
    }
}


