/*
Theme Name: Starter - Bootstrap 4 Starter Template
Theme URI: https://www.orbitthemes.com
Author: Sandeep Prasad Bhatt
Author URI: http://www.sandeepbhatt.com.np
Description: Starter - Bootstrap 4 simple starter template
Create date: March 21, 2018
Version: 1.0
License: Commercial, All rights reserved - orbitthemes.com
Tags: Responsive Bootstrap 4 template , bootstrap 4 starter template, bootstrap4 template, simple template
Text Domain: orbitthemes.com
*/

html,
body {
    height: 100%;
}

img {
    max-width: 100%;
    vertical-align: top;
}

#cover {
    background: #222 url('../img/stars.jpg') center center no-repeat;
    background-size: cover;
    color: white;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    .banner-description {
        margin: 2rem 0;
    }
    #inlineForm {
        justify-content: center;
        .form-group {
            margin-right: 5px;
        }
    }
}

#carousel {
    .carousel-item {
        img {
            width: 100%;
            height: 35rem;
        }
    }
}

#features {
    padding: 50px 0;
    .card {
        .card-subtitle {
            margin-bottom: 1rem;
        }
    }
}

#about {
    padding: 50px 0;
    background: url('../img/girlincar.jpg') center center no-repeat;
    background-size: cover;
    .about-text {
        background: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 1.875rem;
        >a {
            margin: 5px;
        }
    }
}

#blog {
    padding: 50px 0;
    .card-deck {
        margin: 0 0 15px;
        .card {
            .card-title {
                a {
                    color: $green;
                    text-decoration: none;
                }
            }
            .card-text {
                font-size: 80%;
                font-weight: 400;
            }
        }
    }
}