
* {
    padding: 0px;
    margin: 0px;
}

@font-face {
    font-family: elegant;
    src: url(../fonts/Roboto-Light.ttf);
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    not supported by any browser */
}
#details{
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
    color: black;
}
html,
body,
.view {
    height: 100%;
}
.container-full {
    margin: 0 auto;
    width: 100%;
}
.rounded{
    border-radius: 50%;
    width: 130px;
    height: 130px;
    margin: 10px auto;
}
.squared{
    width: 100%;
    height: 130px;
}
.footer-copyright{
    font-size: 8pt;
    height: 100px !important;
}
.page-footer{
    height: 60 !important;
    padding: 0px 0px !important;
    margin-top: 0px !important;
}
.footer-copyright p{
    height: 15pt;
    margin: 0px 0px !important;
    line-height: 15pt;
}
hr{ 
    margin-left: 5%;
    width: 90%;
    background: #aaa;
}

.push-bottom{
    margin-bottom: 50px !important;
}
.push-bottom-100{
    margin-bottom: 100px !important;
}
.push-top{
    margin-top: 50px !important;
}
.push-top-10{
    margin-top:  10px; !important;
}
.remove-bottom{
    margin-bottom: 0px !important;
}
.text-big{
    font-size: 30pt;
}
.text-medium{
    font-size: 13pt !important;
}
.dark{
    background: #333 !important;
}
.rounded-icon{
    position: absolute;
    display: block;
    font-size: 60px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 150px;
    text-align: center;
    color: #fff;
    line-height: 130px;
}
.logo{
    width: 40px;
    height: 40px;
}
footer.page-footer {
    background-color: #1C2331;
    margin-top: 2rem;
}

.flex-center, .flex-center pre {
    color: #fff;
    font-family: 'Roboto';

}
.flex-center-main h1{

    font-size: 48pt;
}
.caption{
    margin-top: 5rem;
}
b{
    color: #54addd;
}
.caption h1, .caption p{
    color: #fff;
}
.caption p{
    font-size: 15pt;
}
.instructions p{
    color: #eee;
}
.carousel-item {
    height: 350px;
}
#slider-container{
    min-height: 350px;
    height: auto;
}
.smoke{
    position: absolute;
    background: rgba(7, 7, 7, 0.54);
    width: 100%;
    height: 100%;
}
.app-container{
    position: fixed;
    display: block;
    top: 63px;
    height: 100%;
    width: 100%;
    overflow: auto;
}
.instructions-divider {
    margin: 5rem 0;
    background: white;
}
.instructions-heading {
    color: #fff;
    margin-top: 0px !important;
}

.input-field input[type=text]:focus,.input-field input[type=email]:focus ,.input-field textarea:focus{
    border-bottom: 1px solid #ba5ceb !important;
    box-shadow: 0 1px 0 0 #ba5ceb !important;
}
.autocomplete-content{
    position: absolute;
    z-index: 1000 !important;
    
}
.g-recaptcha{
    width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 40px;
}
.input-field{
/*
    margin-top: 0px !important;
    padding: 0px !important;
*/
    height: 65px !important;
/*
    width: 100% !important;
    padding: 0px !important;
    margin-left: 0px;
*/
}
.card-image{
    min-height: 150px !important;
}
.collection-item i{
    top: 33px !important;
}
.fixed-modal{
    height: 0px;
    min-height: 250px !important;
    border-radius: 5px;
    overflow: hidden;
    width: 500px;
/*    height: auto !important;*/
}
.fixed-modal .modal-content{
    position: fixed !important;
    height: calc(100% - 60px) !important;
    border-radius: 0px;
    width: 100%;
    overflow-y: auto;
}
.fixed-modal .modal-footer{
    position: fixed !important;
    bottom: 0px;
    height: 60px !important;
}

@media (min-width: 40em) {
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .instructions-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .instructions-heading {
        margin-top: 7rem;
    }
}
/* COLORS */

.blue{
    background: blue;
}


