﻿
/*-------------------------
	General Styles
--------------------------*/

body {
    font-family: Arial, sans-serif;
    width: 100%;
}

a {
    color: #666 !important;
}


/*-----------------------------------
	Navigation Bar Styles
------------------------------------*/

.navbar {
    background-color: #fff;
    transition: padding 0.5s;
    z-index: 1000;
}


    /* Contract the navbar while scrolling */

    .navbar.scrolled {
        box-shadow: 0 3px 3px rgba(0,0,0,0.1);
        position: fixed;
        top: 0;
        width: 100%;
    }

#myNavbar {
    overflow-x: hidden;
}

    #myNavbar ul li:last-child a {
        padding-right: 0;
    }

/* Brand name */

.brandStyle {
    color: #777 !important;
    font-family: Cabin, sans-serif;
    font-size: 24px;
}

/* Menu */

.menustyle {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}


/*-----------------------------------
	Main Picture
------------------------------------*/

.headpicture {
    background: url(../Images/pexels-photo-196658-bl.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
}

/*-----------------------------------
		Text
------------------------------------*/

/* Titles */

h1 {
    color: #5a5b5b;
    font-size: 24px;
    font-weight: bold;
    font-family: Cabin, sans-serif;
}

/* Paragraphs */

.textStyle {
    color: #555;
    font-size: 18px;
    text-align: justify;
    line-height: 1.5;
    max-width: 700px;
    margin: 30px auto 0 auto;
}

.ourexp {
    margin-top: 1em;
}

.textStyle a {
    text-decoration: underline;
}

    .textStyle a:hover {
        text-decoration: none;
    }


/*-----------------------------------
	Latest Projects
------------------------------------*/

/* Container */

.latestProjects {
    max-width: 900px;
    margin: 30px auto 0 auto;
}

    .latestProjects p {
        font-size: 16px;
        color: #555;
        width: 260px;
        text-align: center;
        margin: 13px auto 60px auto;
    }

        .latestProjects p a {
            font-size: 12px;
            display: block;
            white-space: nowrap;
            margin-top: 6px;
            text-align: center;
        }

    .latestProjects img {
        width: 260px;
    }


/*-----------------------------------
		Footer
------------------------------------*/

.footer {
    padding: 13px 0px 0px 0px;
    border-top: 1px solid #e5e5e5;
    color: #757879;
    font-size: 12px;
    margin: 30px auto;
}

/* Social buttons */

.socialButtons img {
    width: 36px;
    opacity: 0.6;
}

.socialButtons a {
    display: inline-block;
}

    .socialButtons a:hover img {
        opacity: 0.8;
    }

#footerLogoText {
    line-height: 30px;
}



/*-----------------------------------
	Helper classes
------------------------------------*/

.noPadding {
    padding: 0;
}

.noBorder {
    border: 0;
}


/*-----------------------------------
	Media querries
------------------------------------*/



/* On smaller screens */

@media (max-width: 992px) {

    /* General */

    li {
        padding-left: 8px;
    }

    h1 {
        margin-top: 80px;
    }

    /* Navigation bar */

    .navbar {
        padding: 16px 0;
    }

    /* Main picture */

    .headpicture {
        height: 250px;
    }

    /* Latest Projects */

    .textStyle {
        margin-top: 40px;
    }

    .titleStyle {
        margin-top: 70px;
    }

    /* Footer */

    .footer {
        margin: 30px auto;
    }

    #footerLogoText, #footerLogoMail {
        text-align: center;
    }

    /* Sharing buttons */

    .responsiveAlign {
        text-align: center;
        padding: 5px;
    }

    .contact-page {
        padding-top: 30px;
    }
}



/* On bigger screens */

@media (min-width: 993px) {

    /* Sharing buttons */

    .responsiveAlign {
        float: right;
    }

    .contact-page {
        padding-top: 70px;
    }
}

.photo-popup-content {
    text-align: center;
    height: 100%;
    width: 100%;
}

.filepopup {
    text-align: center;
    height: 100%;
    width: 100%;
}

.imagepopup {
    text-align: center;
    height: 100%;
    max-width: 100%;
}

.dx-filemanager-details-item-thumbnail {
    height: 18px;
    width: 18px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn .btn-primary {
    color: white !important;
}

.previewiframe {
    width: 100%;
    height: 100%;
}
