/*-------BASIC STYLING-----------*/
html {
    scroll-behavior: smooth;
}

body {
    margin: 0%;
    opacity: 1;
    transition: 3s opacity;
    letter-spacing: .2vw;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5vw;
    overflow-x: hidden;
    user-select: none;
}

body.fade-out {
    opacity: .1;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-top: 5%;
    font-weight: bolder;
}

.white-text {
    color: #fff;
    padding-top: 10vh;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 22px;
    letter-spacing: 1.25px;
    padding-left: 20px;
    padding-right: 20px;
}


.center {
    text-align: center;
}

a {
    color:#BEFA70;
    cursor: pointer;
    text-decoration: none;
}

q {
    font-style: italic;
}

img {
    filter: grayscale(75%);
    border-radius: 8px;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto auto auto auto
}

img:hover {
    filter: grayscale(5%);
}

footer {
    padding: 2%;
    text-align: center;
    font-size: small;
    background-color: #e6e6ff;
}

footer:hover {
    color: #BEFA70;
}

/*------NAVBAR----------*/

.Navbar {
    overflow: hidden;
    background-color: #e6e6ff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.Navbar a {
    float: left;
    display: block;
    color: #070c01;
    padding: 12px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    position: relative;
    text-align: center;
}

.Navbar a:hover {
    background-color: #070c01;
    color: #e6e6ff;
    cursor: pointer;

}

.Navbar a.active {
    background-color: #070c01;
}

#Typing_Video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    z-index: -1;
}

/*---------Text over background Video-------------*/
.Video_Text {
    background: rgba(0, 0, 0, 0.7);
    color: #BEFA70;
    width: 100%;
    height: 100vh;
    padding-top: 2vh;
    position: relative;
    -webkit-animation: moveVideoText 4.75s;
    animation: moveVideoText 4.75s;
}

@keyframes moveVideoText {
    from {top: -100vw;}
    to {top: 0vw;}
}

/*-------COLUMNS----------*/

* {
    box-sizing: border-box;
}

.column_1 {
    float: left;
    width: 50%;
    padding: 1.6%;
    height: 450px;
    background-color: #9494b8;
}

.column_2 {
    float: left;
    width: 50%;
    padding: 1.6%;
    height: 450px;
    background-color: #9494b8;
}


.Row::after {
    content: "";
    display: table;
    clear: both;
}



/*-------CONTACT FORM------------*/

.Pop_Up_Button {
    position: fixed;
    bottom: 1.75vw;
    right: 1.75vw;
    width: 25vw;
    background-color: black;
    color: #BEFA70;
    border: solid #BEFA70;
    cursor: pointer;
    -webkit-animation: movePopup 5s;
    animation: movePopup 5s;
}

@keyframes movePopup {
    from {right: -40vw;}
    to {right: 1.75vw;}
}

@-webkit-keyframes movePopup {
    from {right: -40vw;}
    to {right: 1.75vw}
}

.form-popup {
    z-index: 8;
    display: none;
    position: fixed;
    bottom: .5vw;
    right: .5vw;
}

.form-container {
    max-width: 49vw;
    padding: 1vw;
    background-color: white;
}

.form-container input[type=text] {
    width: 100%;
    padding: .93vw;
    margin: .6vw 0 .6vw 0;
    border: none;
    background: gainsboro;
    font-size: 1vw;
}

button {
    font-family: "Trebuchet MS", Optima;
    letter-spacing: .3vw;
    font-size: 1.5vw;
    font-weight: bold;
    padding: 1.5vw;
    cursor: pointer;
    width: 100%;
    height: auto;
}

button:hover, .form-container .btn:hover {
    color: white;
    background-color: black;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    border-color: silver;
}

.form-container .btn {
    background-color: white;
    color: black;
    border-color: black;
    margin-bottom: 1vh;
}

.form-container .cancel {
    background-color: black;
    color: white;
    border-color: gray;
}

.form-conatiner .cancel:hover {
    color: white;
    background-color: darkred;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    border-color: black;
}

/*---------Media Query Section----------------*/
@media screen and (max-width: 527px) {
    p {
        font-size: 3.75vw;
    }
}

@media screen and (min-width: 528px) and (max-width: 660px) {
    p {
        font-size: 3.5vw;
    }
}

@media screen and (min-width: 661px) and (max-width: 799px) {
    p {
        font-size: 2.75vw;
    }
}

@media screen and (min-width: 800px) and (max-width: 924px) {
    p {
        font-size: 2.5fvw;
    }
}

@media screen and (min-width: 925px) and (max-width: 1050px) {
    p {
        font-size: 2.25fvw;
    }
}

@media screen and (min-width: 1051px) and (max-width: 1310px) {
    p {
        font-size: 2fvw;
    }
}

@media screen and (min-width: 1311px) and (max-width: 1535px) {
    p {
        font-size: 1.75fvw;
    }
}

@media screen and (min-width: 1536px) and (max-width: 2269px) {
    p {
        font-size: 1.5fvw;
    }
}

@media screen and (min-width: 2270px) {
    p {
        font-size: 1.35fvw;
    }
}

@media screen and (max-width: 1080px) {
    .Navbar a {
        width: 20%;
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 1080px) {
    .quote {
        font-size: 3.5vw;
    }

    .white-text {
        font-size: 4.5vw;
    }
}

@media screen and (min-width: 1725px) {
    .Column_1 {
        height: 550px;
    }
    .Column_2 {
        height: 550px;
    }
}

@media screen and (min-width: 2000px) {
    h1 {
        margin-top: 0;
    }
}