@font-face {
    font-family: "segoeWPN";
    src: url("../fonts/SegoeWPN.ttf");
}

body {
    font-weight: 500;
    font-family: "segoeWPN";
}

.container-fluid {
    padding: 0px;
}

.title-container {
    text-align: center;
    margin-bottom: 40px;
}
.title-container span {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: dimgray;
    border-bottom: 2px solid lightgray;
}

div {
    position: relative;
    opacity: 1;
    top: 0;
    transition: opacity 2s, top 2s;
}

.invisible {
    opacity: 0;
    top: -25px;
}

.navbar-default  {
    transition: all 0.5s;
    border: none;
    background: rgba(1, 1, 1, 0.5);
    height: 80px;
    border-radius: 0px;
}


.navbar-default .navbar-header .navbar-logo {
    float: left;
    background-image: url("../imgs/logo_white.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    transition: all 0.5s;
    margin: 20px;
    margin-top: -10px;
}
.navbar-default .navbar-brand {
    transition: all 0.5s;
    margin: 15px;
    color: white;
}
.navbar-default  .navbar-nav {
    transition: all 0.5s;
}
.navbar-default .navbar-nav li {
    transition: all 0.5s;
    padding: 0px;
    height: 80px;
    color: white;
}
.navbar-default  .navbar-nav li a {
    cursor: pointer;
    transition: all 0.5s;
    padding: 30px;
    height: 100%;
    color: white;
}
.navbar-default .navbar-nav li a:hover {
    text-shadow: none;
    color: gray;
}
.navbar-default .navbar-nav .active a:hover,
.navbar-default .navbar-nav .active a {
    transition: all 0.5s;
    background: rgba(1, 1, 1, 0.5);
    color: white;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    transition: all 0.5s;
    right: 10px;
    top: 10px;
    float: right;
    background: none;
    color: white;
    border: none;
}
.navbar-default .navbar-toggle i {
    font-size: 20px;
}
@media screen and (max-width: 767px) {
    .navbar-default .navbar-collapse{
        border-width: 0px;
        margin-top: 0px;
        padding-top: 0px;
        box-shadow: none;
    }
    .navbar-default .navbar-collapse .navbar-nav {
        background: rgba(1, 1, 1, 0.7);
        margin: 0px;
    }
    .navbar-default .navbar-collapse .navbar-nav li{
        height: 50px;
    }
    .navbar-default .navbar-collapse .navbar-nav li a {
        padding: 15px 30px;
    }
	
	.navbar-default {
    transition: all 0.5s;
    background: white;
    height: 50px;
}
	.navbar-default .navbar-header .navbar-logo {
		background-image: url("../imgs/logo_black.png");
	}
	.navbar-default  .navbar-brand {
		transition: all 0.5s;
		margin: 0px 15px;
		color: gray;
		
	}
	.navbar-default  .navbar-nav {
		transition: all 0.5s;
	}
	.navbar-default .navbar-nav li {
		height: 50px;
		background: white;
	}
	.navbar-default .navbar-nav li a {
		transition: all 0.5s;
		padding: 15px 30px;
		color: gray;
	}

	.navbar-default .navbar-nav li a:hover {
		text-shadow: none;
		color: black;
	}

	.navbar-default .navbar-nav .active a:hover,
	.navbar-default .navbar-nav .active a {
		transition: all 0.5s;
		background: rgba(1, 1, 1, 0.05);
		color: black;
	}
	.navbar-default .navbar-toggle,
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		top: -2px;
		margin-bottom: 0px;
		color: gray;
	}
}

.navbar-collapsed {
    transition: all 0.5s;
    background: white;
    height: 50px;
}
.navbar-collapsed .navbar-header .navbar-logo {
    background-image: url("../imgs/logo_black.png");
}
.navbar-collapsed  .navbar-brand {
    transition: all 0.5s;
    margin: 0px 15px;
    color: gray;
    
}
.navbar-collapsed  .navbar-nav {
    transition: all 0.5s;
}
.navbar-collapsed .navbar-nav li {
    height: 50px;
    background: white;
}
.navbar-collapsed .navbar-nav li a {
    transition: all 0.5s;
    padding: 15px 30px;
    color: gray;
}

.navbar-collapsed .navbar-nav li a:hover {
    text-shadow: none;
    color: black;
}

.navbar-collapsed .navbar-nav .active a:hover,
.navbar-collapsed .navbar-nav .active a {
    transition: all 0.5s;
    background: rgba(1, 1, 1, 0.05);
    color: black;
}
.navbar-collapsed .navbar-toggle,
.navbar-collapsed .navbar-toggle:hover,
.navbar-collapsed .navbar-toggle:focus {
    top: -2px;
    margin-bottom: 0px;
    color: gray;
}

.banner {
    background-color: black;
    padding-top: 100px;
    width: 100%;
    height: 620px;
}
.banner .cover {
    background: url("../imgs/banner.jpg");
    background-position: center;
    background-size: cover;
    filter: blur(5px) brightness(25%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.banner .carousel-indicators {
    width: 100%;
    margin-left: -50%;
}
.banner .carousel-indicators li {
    margin: 1px;
    width: 10px;
    height: 10px;
    transition: margin 0.5s, width 0.5s, height 0.5s, opacity 0.5s;
    border-radius: 100%;
    background-color: white;
    border-color: white;
    opacity: 0.3;
}
.banner .carousel-indicators .active{
    margin: 0px;
    width: 12px;
    height: 12px;
    transition: margin 0.5s, width 0.5s, height 0.5s, opacity 0.5s;
    opacity: 1;
}
.banner .carousel-inner .item img {
    width: 350px;
    height: 350px;
    padding: 50px;
    margin-left:auto;
    margin-right:auto;
}
.banner .carousel-inner .item .caption {
    width: 80%;
    margin: 0% 10%;
    margin-top: -20px;
    height: 130px;
    color: white;
}
.banner .carousel-inner .item .caption h1,
.banner .carousel-inner .item .caption h2,
.banner .carousel-inner .item .caption h3,
.banner .carousel-inner .item .caption h4 {
    text-transform: uppercase;
    text-align: center;
    text-justify: ;
    width: 100%;
    margin-top: 10px;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-inner .carousel-control {
    z-index: 2;
}

.panel, .thumbnail {
    border: none;
    box-shadow: none;
}

.thumbnail {
    text-align: center;
    margin: 20px;
}

.category {
    text-align: center;
    background: #EEEEEE;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    font-size: 100px;
    margin-left: auto;
    margin-right: auto;
}
.category img {
    width: 50%;
    height: auto;
}

.projects .row div{
    padding: 0px;
}

.project-item {
    text-align: center;
    background: #EEEEEE;
    overflow: hidden;
    height: 200px;
}

.project-item .project-info {
    padding: 20px !important;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s;
    text-align: center;
}

.project-item:hover .project-info {
    opacity: 1;
    z-index: 999;
    transition: opacity 0.5s;
}

.project-info .project-name {
    color: white;
    font-size: 20px;
    margin-bottom: 10px;
}
.project-info .project-description {
    color: white;
    margin-bottom: 10px;
}
.project-info .btn-right {
    text-shadow: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.project-info .btn-left {
    text-shadow: none;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.project-info .btn-project {
    background: rgba(0,0,0,0.5);
    color: white;
}

.project-item img {
    z-index: 0;
    position: absolute;
    display: block;
    max-height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news p {
    text-align: justify;
}
.news .btn-default {
    background: none;
    color: gray;
}

.person {
    padding: 40px;
    text-align: center;
}

.person img {
    margin-bottom: 20px;
    border-radius: 100%;
    width: 150px;
    height: 150px;
}

.person .name {
    font-size: 20px;
}

.person .role {
    text-transform: uppercase;
    color: #337ab7;
}

.person p {
    margin-top: 20px;
}

.person .nav-pills {
    display: flex;
    justify-content: center;
}

.person .nav-pills a {
    margin: 5px;
    padding: 10%;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #337ab7;
    font-size: 20px;
    transition: margin 0.1s, width 0.1s, height 0.1s, font-size 0.1s;
}
.person .nav-pills a:hover {
    margin: 3px;
    font-size: 24px;
    width: 44px;
    height: 44px;
    transition: margin 0.1s, width 0.1s, height 0.1s, font-size 0.1s;
}

.message form {
    margin-top: 20px;
}

.message form input, .message form textarea {
    padding: 30px;
    background-color: white;
    margin-bottom: 20px;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid grey;
}

.message form button {
    padding-top: 20px;
    padding-bottom: 40px;
    
    font-size: 20px;
    text-transform: uppercase;
}

.footer {
    padding: 20px;
    background: black;
    color: white;
}

.footer .nav-pills a {
    font-size: 20px;
    color: white;
}

.footer .nav-pills a:hover {
    background: white;
    color: black;
}

.margin-top {
    margin-top: 80px;
}