﻿body {
    overflow: hidden;
}
.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    z-index:1;
}
header {
    height: 100vh;
   
}
nav {
    min-height: 90px;
}
.bg {
    background:url(../img/RC/final.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #fff;
    height: 100%;
    background-position: top;
    object-fit: cover;
    /*clip-path: polygon(0 0, 20% 0, 100% 100%, 0 100%);*/
}
.bg-royal {
    z-index: 9999;
    position: absolute;
    top: 17%;
    left: 62%;
    width: 100%;
    text-align: justify;
    overflow: hidden !important;
}
.btn-outline-info {
    color: #FFF;
    background-color: #144895;
    background-image: none;
    border-color: #144895;
}
.btn:hover {
    background-color: #fbb03b;
    color: #fff
}

#typewrite {
    display: flex;
    flex-flow: row nowrap;
    justify-content:left;
    align-items: center;
    height: 100%;
}

.form-control {
    border: 1px solid #76767A
}
    .form-control:active {
        border-color: #76767A !important;
    }
    .form-control:focus {
        border-color: #76767A !important;
    }
    .form-control:focus {
        border-color: #76767A !important;
        box-shadow: none;
    }

.typewrite {
    color: #fff;
    text-decoration: none;
}
.navbar-inner {
     background:transparent;
 }
.wrap {
    animation: caret 1s steps(1) infinite;
}
/*#navbarSupportedContent {
    background: url('../img/RC/nav.png');
    width: 100%
}*/
@keyframes caret {
    50% {
        border-color: transparent;
    }
}

@media only screen and (max-width: 1172px) {
    nav {
        padding-bottom: 0px;
        padding-top: 0px;
    }
}
@media only screen and (max-width: 991px) {
    nav {
        padding-bottom: 0px;
        padding-top: 0px;
    }
    #navbarImg {
        display: none;
    }
    body > div > header > div > div > div:nth-child(1) > div > h4:nth-child(1) {
        font-size: 1.3rem !important;
    }
    body > div > header > div > div > div:nth-child(1) > div > h4.typewrite {
        font-size: 1.3rem !important;
    }
}

@media only screen and (max-width: 770px) {
   #typingContent {
       display: none;
   }

   #loginContent {
       margin-left: 25vw;
   }
}

@media only screen and (max-width: 575px) {
    #typingContent {
        display: none;
    }

    #loginContent {
        margin-left: 25vw;
        margin-right: 25vw;
    }
}
