﻿body {
    overflow: hidden;
}
.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    z-index:1;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
header {
    height: 100vh;
   
}
.pre-scrollable {
    max-height: 650px;
    overflow: hidden;
}
nav {
    min-height: 90px;
}

.bg {
    background: url("../img/PM/pamarco-02.png");
    opacity: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #1F7AB9;
    height: 76%;
    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: #002c4f;
    background-color: #0000;
    background-image: none;
    border-color: #002c4f;
}
.btn:hover {
    background-color: #002c4f;
    color:#fff
}
a
{
    cursor:pointer;
}
.nav > ul > li > a {
    background-color: #002c4f;
}
form label{
    float:left;
}
#typewrite {
    display: flex;
    flex-flow: row nowrap;
    justify-content:left;
    align-items: center;
    height: 100%;
}
#logintab {
    border-radius: 300px 1px 1px 1px !important;
}
#Signuptab {
    border-radius: 1px 1px 300px 1px;
}
.form-control {
    border: 1px solid #6e71a6
}
.form-control:active {
    border-color: #6d73a7 !important;
}
.form-control:focus {
    border-color: #6d73a7 !important;
}
    .form-control:focus {
        border-color: #6d73a7 !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;
    }
}
