@font-face {
    font-family: AstroABAX;
    src: url('../font/TT0590M.TTF');
}

body {
    background-image: url('../img/background.jpg');
    background-repeat: repeat-y;
    font-family: AstroABAX, sans-serif;
    padding-top: 3rem;
    padding-bottom: 0;
    color: white;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.nav-underline a:hover, .nav-item a:active {
    /*text-decoration: underline red;*/
    border-bottom: 1px solid red;
    padding-bottom: 2px;
}

.container .nav-underline a:hover {
    /*text-decoration: underline red;*/
    -webkit-transition: all 0.2s ease;
    border-bottom: 1px solid red;
    padding-bottom: 2px;
}

.carousel {
    margin-bottom: 4rem;
}

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}


.carousel-item {
    /*width: 100%;*/
    height: 640px;
}

.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

.jumbotron {
    background-color: black;
}


.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.marketing h2 {
    font-weight: 400;
}
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


.featurette-divider {
    margin: 5rem 0;
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

footer {
    background-color: black;
    padding-bottom: 0;
}

footer p {
    margin-bottom: 0;
    padding: 25px 50px;
}

a, a:visited, a:hover {
    text-decoration: none;
    color: white
}

.field-entry input, .field-entry textarea {
    background-color: transparent;
    color: white;
}

.button {
    background-color: red;
    color: white;
    border: none;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.field-entry input::placeholder, .field-entry textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

.field-entry input:-ms-input-placeholder, .field-entry input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

.field-entry input::-ms-input-placeholder, .field-entry input::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}

.featurette-col {
    width: 500px;
    height: 300px;
    overflow-y: hidden;
    vertical-align: middle;
}

.text-underline:hover {
    /*text-decoration: underline red;*/
    border-bottom: 1px solid red;
    padding-bottom: 2px;
}

.image_zoom {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.image_zoom:hover {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
}

@media only screen and (max-width: 600px) {
    .carousel-item {
        height: 400px;
    }
}

@media only screen and (min-width: 600px) {
    .carousel-item {
        height: 400px;
    }
}

@media only screen and (max-width: 768px) {
    .carousel-item {
        height: 400px;
    }
}

@media (min-width: 40em) {
    /*.carousel-item {
        height: 400px;
    }*/

    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}
