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

a {
    color: midnightblue;
}

a:hover {
    color: rgb(255, 102, 102);
    cursor: url(tecp-images/circumpunct.png), auto;
}

body,
html {
    height: 100%;
    cursor: url(tecp-images/circumpunct.png), auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }
}


/*Header*/

.navbar {
    text-transform: uppercase;
    z-index: 10000;
    height: auto;
}

.navbar-brand {
    font-family: 'Bungee', cursive;
    font-size: 2.5rem;
    line-height: 2.3rem;
    color: white;
}

.nav-item {
    font-size: 2rem;
    font-family: 'Quicksand', sans-serif;
}

#icon {
    font-size: 1.2rem;
    float: left;
    margin-right: 0.5em;
    color: white;
}

h6 {
    font-family: 'Quicksand', sans-serif;
    color: white;
}

.fa-bars {
    color: white;
    margin-top: -40px;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0.856);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #ff0000;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


/*Main*/

.hero {
    position: relative;
}

.hero-text {
    position: absolute;
    top: 0;
    left: 0;
    color: rgb(0, 132, 255);
}

.fade {
    animation: fadeIn ease 0.7s;
    animation-fill-mode: forwards;
}

@media only screen and (min-width: 601px) {
    .font-change {
        font-size: 56px;
        margin-top: 130px;
    }
    .hero-text {
        padding-left: 17%;
        padding-right: 17%;
        padding-top: 5%;
    }
    .ppbtn {
        width: 23%;
    }
    .svg1 {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .font-change {
        font-size: 35px;
        margin-top: 200px;
    }
    .navbar-brand {
        font-size: 1.4em;
        line-height: 1em;
    }
    .hero-text {
        padding-left: 7%;
        padding-right: 7%;
        padding-top: 10%;
    }
    .tag {
        font-size: 0.9em;
    }
    .sub {
        margin-top: 2em;
    }
    .details {
        margin-top: 0.5em;
    }
    .ppbtn {
        width: 100%;
    }
    .section-heading {
        font-size: 1.7em;
    }
    .svg2 {
        display: none;
    }
    .end {
        margin-left: 1em;
    }
    #letter {
        margin-left: 1em;
        margin-right: 1em;
    }
}

@media (min-width: 1281px) {
    .font-change {
        font-size: 80px;
        margin-top: 200px;
    }
}

@media only screen and (min-width: 1000px) {
    #menu {
        visibility: hidden;
    }
}

@media only screen and (min-width: 601px) {
    .font-change2 {
        font-size: 36px;
        animation: typing 4s steps(45, end), blink-caret .8s step-end infinite;
    }
}

@media only screen and (max-width: 600px) {
    .font-change2 {
        font-size: 20px;
        animation: typing 2.5s steps(45, end), blink-caret .8s step-end infinite;
    }
}

@media only screen and (min-width: 601px) {
    .size-change {
        width: 20%;
    }
}

@media only screen and (max-width: 600px) {
    .size-change {
        width: 40%;
        margin-top: 2em;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.btn-main {
    color: white;
    background-color: rgb(0, 162, 255);
    font-size: 1.2rem;
    font-weight: 550;
}

.btn-main:hover {
    background-color: white;
    color: rgb(0, 162, 255);
}

.typewriter {
    opacity: 0;
    overflow: hidden;
    border-right: .15em solid orange;
    white-space: nowrap;
    margin: 0;
    animation-delay: 1s;
}

#cursor {
    cursor: url(tecp-images/circumpunct.png), auto;
}

@keyframes typing {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

@keyframes blink-caret {
    from,
    to {
        opacity: 1;
        border-color: transparent;
    }
    50% {
        border-color: SmokyWhite;
    }
}


/*Programming Paths*/

.pp-background {
    background-color: rgb(210, 255, 255);
    border-top: 5px solid white;
    border-bottom: 5px solid white;
}

.section-heading {
    color: rgb(0, 162, 255);
}

.sub {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.details {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.7rem;
}


/*Team*/

.team-background {
    background-color: rgb(137, 255, 157);
    border-top: 5px solid white;
    border-bottom: 5px solid white;
}

.section-heading-team {
    color: rgb(28, 121, 0);
}


/*Sign Up*/

#letter {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.6rem;
}

.signup-background {
    background-color: rgb(255, 169, 154);
    border-top: 5px solid white;
}

.letter {
    font-family: monospace;
    padding-left: 15px;
    font-size: 1.5rem;
    text-indent: 3rem;
    line-height: 2.2rem;
}

.btn-main-end {
    color: white;
    background-color: rgb(255, 0, 0);
    font-size: 1.2rem;
    font-weight: 550;
    width: 13rem;
}

.btn-main-end:hover {
    background-color: white;
    color: rgb(255, 0, 0);
}


/*Footer*/

footer {
    padding-left: 10%;
    padding-right: 10%;
    font-family: 'Quicksand', sans-serif;
    background-color: white;
}

.attribution {
    font-family: 'Quicksand', sans-serif;
    color: gray;
    opacity: 0.5;
}