@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Pacifico&family=Righteous&family=Roboto+Condensed:wght@400;700&family=Ubuntu:ital,wght@0,400;0,700;1,700&display=swap');

body {
    padding: 0%;
    margin: 0%;
    font-family: 'Lato';
}

.navbar-brand {
    font-family: 'Pacifico';
    font-size: 35px;
    color: lightcoral !important;
}

.navbar-brand img {
    padding-left: 1rem;
}

.nav-link {
    font-size: 16px;
    margin: 15px;
    color: black !important;
    font-family: 'Roboto Condensed';
}

.nav-link:hover {
    color: #00e8e8 !important;
}

.active .nav-link {
    color: #00e8e8 !important;
}

.menu-right-btn {
    padding: 13px 46px;
    margin-right: 4%;
    background-color: transparent;
    transition: all 300ms ease-in;
}

.menu-right-btn:hover {
    color: white;
    background-color: #00e8e8;
}

.site-content {
    background: rgba(0, 0, 0, .9) url("img/imvr_018.jpg");
    background-attachment: fixed;
    background-size: cover;
}

.site-title,
.site-desc {
    color: white;
    font-family: 'Righteous';
    text-align: center;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 3rem;
}

.site-title {
    margin-top: 35%;
    font-size: 3em;
}

.site-desc {
    font-size: 1.5em;
    margin-bottom: 2rem;
}

.site-btn1 {
    background-color: #0000ff;
    color: white;
}

.site-btn2 {
    background-color: red;
}

.site-btn3 {
    background-color: green;
}

.site-btn1,
.site-btn2,
.site-btn3 {
    margin-top: 5%;
    margin-bottom: 40%;
}

.fa {
    display: inline-block;
    font: normal normal normal 50px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.section-1 .heading-1 {
    margin-top: 8%;
}

.section-1 .heading-2 {
    margin-bottom: 5%;
    font-size: 39px;
}

.section-1 .para-1 {
    width: 60%;
    margin-left: 20%;
    margin-bottom: 5%;
}

.card {
    width: 20rem;
}

.section-1 .card-text .para-1 {
    color: rgba(0, 0, 0, 0.59);
}

.section-1 h2 {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 1rem;
    color: grey;
}

/* Footer */

.social i {
    color: grey;
    font-size: 30px;
    padding: 1rem
}

.social i:hover {
    color: white;
}

footer {
    background: #333;
    color: darkslategray;
}


.section-5{
	    background: #333;
}


.section-5 h5 {
    font-family: 'Roboto Condensed';
    padding-bottom: 1rem;
    color: #666;
}

.section-5 h5 a {
    color: white;
    text-decoration: none;
}

.section-5 h5 a:hover {
    color: grey;
    text-decoration: none;
    transition: 0.4s;
}

/* Media Query */

@media screen and (max-width:768px) {

    .navbar-brand {
        text-align: center;
        margin: 0 auto;
    }

    .section-1 .card {
        width: 100%;
    }
}

@media screen and (max-width:480px) {

    .site-content .site-title {
        font-size: 3em;
        padding-left: 15%;
    }
}

@media screen and (max-width:320px) {
    .site-content .site-title {
        font-size: 30px;
        padding-left: 15%;
    }

    .site-content .site-btn2 {
        display: none;
    }

    .section-1 .heading-1,
    .section-1 .heading-2 {
        font-size: 25px;
    }

    .section-1 .col-md-4 {
        padding: 5%;
        margin-left: 8%;
    }
}