body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #f3d4fc;
    font-family: sans-serif;
}

@keyframes showAnim {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 40px;
    opacity: 0;
    animation: showAnim;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}



.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a {
    color: black;
    background-color: transparent;
    outline: none;
} 

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    color:black;
    border: 0px;
    background-color: transparent;
    border-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: black;
    border-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: transparent;
}
.navbar {
    background-color: #f3d4fc;
    border-color: transparent;
    padding-top: 10px;
}

.navbar-collapse.collapse {
    float: right;
}

.navbar-collapse.collapse.in {
    float: none;
}

h3 {
    -ms-text-size-adjust: auto;
    -webkit-text-size-adjust: auto;
    color: rgb(0, 0, 0);
    display: block;
    font-family: neue-haas-grotesk-display;
    font-size: 28.8px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 39.02px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    overflow-wrap: break-word;
    text-transform: none;
    word-wrap: break-word;
}

h4 {
    font-size: 25.6px;
    font-style: normal;
    font-weight: 600;
}

.code {
    -webkit-text-size-adjust: auto;
    color : rgb(0, 0, 0);
    display : inline;
    font-size : 17.6px;
    font-style : normal;
    font-weight : 500;
    letter-spacing : 0.17px;
    line-height : 17.6px;
    overflow-wrap : break-word;
    text-transform : none;
    word-wrap : break-word;
}

p {
    -webkit-text-size-adjust: auto;
    color : rgb(0, 0, 0);
    display : block;
    font-size : 17.6px;
    font-style : normal;
    font-weight : 400;
    letter-spacing : 0.35px;
    line-height : 31.68px;
}

h1 {
    white-space: normal;
}

.info {
    font-size: 104px;
    font-style: normal;
    font-weight: 600;
    line-height: 113px;
    text-align:center;
    
}

@media (max-width: 767.98px) {
    .info {
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
    }

}

a {
    outline: none !important;
    -webkit-text-size-adjust: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: inline;
    font-family: neue-haas-grotesk-display;
    font-size: 19.2px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 26.88px;
    opacity: 1;
    outline-color: rgb(0, 0, 0);
    outline-offset: 0px;
    outline-style: dotted;
    outline-width: 1px;
    overflow-wrap: break-word;
    pointer-events: auto;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}

hr {
    background-color: black;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 1px;
    border: 0px;
    letter-spacing: 0.32px;
    line-height: 28.8px;
}



.plarge {
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 374px;
}

::-webkit-input-placeholder {
    color: cornflowerblue;
}

:-moz-placeholder { /* Firefox 18- */
    color: cornflowerblue;
}

::-moz-placeholder { /* Firefox 19+ */
    color: cornflowerblue;
}

:-ms-input-placeholder {
    color: cornflowerblue;
}

/* Background loading animation */
.spinanim {
    background-image: url('../Content/Images/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
}
