html {
    scroll-behavior: smooth;
}

body {
    margin: 0%;
    opacity: 1;
    transition: 3s opacity;
    letter-spacing: .2vw;
    font-family: 'Gupter', serif, Avant Garde;
    font-size: 1.5vw;
    background-color: black;
}

body.fade-out {
    opacity: .1;
    transition: none;
}

.Navbar {
    overflow: hidden;
    background-color: darkblue;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    position: fixed;
    -webkit-animation: moveNav 5s;
    animation: moveNav 5s;
}

.Navbar a {
    float: left;
    display: block;
    color: lightslategray;
    padding: .75vw 1vw;
    text-decoration: none;
    font-family: 'Calistoga', cursive, Avant Garde;
    font-size: 1.5vw;

    text-align: center;
    position: relative;
    -webkit-animation: moveavText 5.75s;
    animation: moveavText 5.75s;
    letter-spacing: .2vw;
}

@keyframes moveNav {
    from {left: -100vw;}
    to {left: 0vw;}
}

@keyframes moveavText {
    from {left: -100vw;}
    to {left: 0vw;}
}

@keyframes movevideoText {
    from {top: -100vw;}
    to {top: 0px;}
}

.Navbar a:hover {
    background-color:gainsboro;
    color: black;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.Navbar a.active {
    background-color: lightskyblue;
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1.5,1.5);
    }
    100% {
        transform: scale(1,1);
    }
}

#Planet_Video {
    position: fixed;
  

    height: 100%;
    width: 100%;
  
    z-index: -1;
    animation: zoominoutsinglefeatured 5s;
}

.Video_Text {
    background: rgba(135, 206, 250,.65);
    color: navy;
    width: 100%;
    padding-top: .1vh;
    padding-bottom: 1vh;
    margin-top: 23%;
    position: relative;
    -webkit-animation: moveNav 4s;
    animation: movevideoText 4s;
}

#Slideshow_Background {
    background: rgba(176, 196, 222,.65);
}
.mySlides {
    display: none;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

#Slideshow_Container {
    width: 39.5vw;
    height: auto;
    padding-top: 4%;
    position: relative;
    margin: auto;
}

.Slide_Show_Images {
    vertical-align: middle;
    height: auto;
    box-shadow: 0px 5px 10px 12px rgba(0,0,0,.75);
    width: auto;
}

.Previous, .Next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 2vw;
    margin-top: -0vw;
    color: darkgray;
    font-weight: bold;
    font-size: 1.5vw;
    border-radius: 0 3px 3px 0;
    user-select: none;
    transition: 0.6s ease;
}

.Next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.Previous:hover, .Next:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
}

.text {
    color: white;
    padding: 1vw;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-family: 'Gupter', serif;
    letter-spacing: .1vw;
    font-size: 1.5vw;
    background-color: rgba(0,0,0,0.75);
    font-weight: bold;
    border-radius: 7px 7px 7px 7px;
}

.Slide_Number {
    color: white;
    position: absolute;
    top: 0;
    font-family: 'Gupter', serif;
    letter-spacing: .1vw;
    font-size: 1.5vw;
    font-weight: bold;
    display: none;
}

.dot {
    cursor: pointer;
    height: 1vw;
    width: 1vw;
    margin: .25vw;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    position: relative;
    z-index: 1;
}

.active, .dot:hover {
    background-color: black;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

* {
    box-sizing: border-box;
}

.Column_1 {
    float: left;
    width: 50%;
    padding: 1.6%;
    background-color: lightsteelblue;
    height: 548px;
    overflow: scroll;   
}

.Column_2 {
    float: left;
    width: 50%;
    padding: 1.6%;
    height: 548px;
    background-color: navy;
}

.Row:after {
    content: "";
    display: table;
    clear: both;
}

h1 {
    text-transform: uppercase;
    font-family: 'Calistoga', cursive;
    text-align: center;
    margin-top: 3%;
    color: #1a1a1a;
}

p {
    font-family: 'Gupter', serif;
    text-align: justify;
    letter-spacing: .1vw;
    font-size: 1.5vw;
    padding-left: 1vw;
    padding-right: 1vw;
}

center {
    font-family: 'Gupter', serif;
    text-align: center;
    letter-spacing: .1vw;
    font-size: 1.5vw;
    padding-left: 5vw;
    padding-right: 5vw;
}

a {
    color: blue;
}

q {
    font-style: italic;
    font-weight: bold;
}

img {
    filter: grayscale(75%);
    border-radius: 8px;
    max-width: 100%;
    height:100%;
    margin: auto auto auto auto;
    display: block;
}

#github_icon {
    width: 15%;
    height: 15%;
}

#linkedin_icon {
    width: 25%;
    height: 25%;
}

center:hover {
    transition: transform 2s;
    transform: scale(1.1);
}

p:hover {
    color: #00004d;
    transition: transform 1s;
    transform: scale(1.01);
}

hw:hover {
    color: black;
    font-weight: normal;
}

img:hover {
    filter: grayscale(5%);
    transition: transform 1s;
    transform: scale(1.1);
}

/*To align LinkedIn/GitHub icons*/
.image_column {
    float: left;
    width: 50%;
    padding: 5px;
}
/* Clear floats after image containers */
.image_row::after {
    content:"";
    clear: both;
    display: table;
}
/*Allows for Responsiveness of LinkedIn/GitHub icons*/
@media screen and (max-width: 100px) {
    .image_column {
        width: 100%;
    }
}

@keyframes movePopup {
    from {right: -40vw;}
    to {bottom: 1.75vw;}
}

.Pop_Up_Button {
    bottom:1.75vw;
    right: 1.75vw;
    width: 25vw;
    background-color: navy;
    color: lightgray;
    border-color: darkslategrey;
    border: solid;
    border-radius: 8px;
    cursor: pointer;
    position: fixed;
    -webkit-animation: movePopup 5s;
    animation: movePopup 5s;
}

.form-popup {
    border: 3px solid #f0f1f0;
    z-index: 8;
    display: none;
    position: fixed;
    bottom: 6px;
    right: 6px;
}

.form-container {
    max-width: 49vw;
    padding: 9px;
    background-color: white;
}

.form-container input[type=text], .form-container input[type=passord], .form-container input[type=email] {
    width: 100%;
    padding: .93vw;
    margin: .6vw 0 .6vw 0;
    border: none;
    background: gainsboro;
    font-family: 'Gupter', serif;
    font-size: 1vw;
}

.form-container .btn {
    background-color: white;
    color: black;
    border-color: black;
    margin-bottom: 1vh;
}

.form-container .cancel {
    background-color: darkcyan;
    color: white;
    border-color: gray;
}

button {
    font-family: 'Calistoga', cursive;
    letter-spacing: .3vw;
    font-size: 1.5vw;

    padding: 1.5vw 1.5vw;
    border-style: solid;
    cursor: pointer;
    width: 100%;
    height: auto;
    border-radius: 3px 3px 3px 3px;
}

button:hover, .form-container .btn:hover {
    color: black;
    background-color: lightskyblue;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    border-style: solid;
    border-color: silver;
}

.form-container .cancel:hover {
    color: white;
    background-color: navy;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    border-style: solid;
    border-color: black;
}

footer {
    padding: 2%;
    background-color: white;
}