﻿@import url(./fonts.css);

body {
    background: url(../img/19366.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.container {
    padding-left: 0px;
    padding-right: 0px;
}

.body-blue {
    background-color: rgb(152, 210, 235, 0.1);
}

.itpec {
    font-family: Viga;
    font-size: 2.3rem;
    text-transform: uppercase;
    color: #00187e;
}

.studio {
    font-family: Oswald;
    font-size: 2rem;
}

.content-area {
    min-height: 450px;
}

/**General*/
.text-muted {
    color: #878a99 !important;
}

/***Navbar****/
.navbar-nav .nav-link {
    padding-left: 20px;
    padding-right: 20px;
}
.dropdown-item {
    padding: .35rem 1.2rem !important;
}

.dropdown-menu > a:hover {
    background-color: #f3e4ff; /*#FFD166;*/
    /*#9F9FED*/
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu .nav-hover {
    padding-right: 10px;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
    margin-left: .255em;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ccc;
}
/***End Navbar***/

.quest-font {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.1rem;
    padding: 1.5rem .2rem 1.5rem 1.5rem !important;
}

    .quest-font .image {
        position: relative;
        padding-left: 10px;
    }

.quote {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 2.9rem;
    letter-spacing: 2px;
    color: white;
}

.scroll-nav {
    line-height: 1;
    transition: height 1s;
}
.navbar{
    padding: 0px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.copyright {
    font-family: Roboto;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.small-link {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.btn {
    vertical-align: text-top;
    font-family: Roboto;
}

.home-btn {
    background-color: #ffca4f; /*#FFC857;*/
    color: black;
    border-radius: 2rem;
    padding: 10px 40px;
}

.btn-primary {
    color: #fff;
    background-color: #1861ac;
    border-color: #00187e;
}

.btn-primary-white {
    color: #00187e;
    background: #fff;
    border-color: #1861ac;
}

.btn-primary:hover {
    background-color: #0366d6;
}

.btn-primary-white:hover {
    background-color: #1861ac;
    color: #fff;
}

.btn-primary1 {
    color: #fff;
    background-color: #e91515;
    border-color: #f14864;
}

    .btn-primary1:hover {
        background-color: #c72d2d;
        color: #fff;
    }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    font-size: 0.95rem;
}

.m-content {
    margin-top: 120px;
    background-color: white;
}
/** Blog Post **/
.post .card{
    border: 0px;
}
.post .title {
    font-family: Oswald;
}
.post .card-body {
    border-bottom: #ccc solid thin;
}
    .post .card-body .post-img {
        width: 100%;
    }
    .post .post-img-area{
        width: 100%;
        max-width: 400px;
        overflow:hidden;
    }
    .post .post-full-img{
        width:100%;
    }
    .post .content-sm {
        font-family: Viga;
        font-size: 0.85rem;
    }

    .post .content-sm .more{
        cursor:pointer;
    }
        .post .content-sm .more :hover{
            text-decoration:none;
        }


/**Tips **/
.tips .card-body {
    background-color: aliceblue;
}
.tips .card-title {
    margin: 10px;
}

.tips .card-body {
    font-size: 0.85rem;
    padding: 1rem;
}
