@import url('https://fonts.googleapis.com/css?family=Lato');

Body
{
    background-color:#fff;
    background-image:url('../images/icon_bg.png');
    background-repeat:no-repeat;
    background-size: auto;
    background-position:left center;
    font-family: 'Lato',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:16px
}

h1, h2, h3, h4, h5
{
    font-family: 'Lato', "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform:uppercase;
    font-weight:bold
}

img
{
    max-width:100%
}

.navbar-default {
    background-color: #fff;
    border-bottom:1px solid #231F20;
    padding-left: 5%;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #231F20;
}
.navbar 
{
    border-radius: 0;
    margin-bottom:0;
}
.navbar-default .navbar-nav>li>a {
    color: #231F20;
}
.navbar-brand
{
    padding:5px 0;
    height:auto;
}
.navbar-brand img{
    height: 80px
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #231F20;
    background-color: #fff;
}
.navbar-nav {
    padding-top: 27px;
}
.navbar-nav>li>a {
    line-height: 32px;
    border-bottom: 3px solid #fff;
    font-family: 'Lato', "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #231F20;
        padding: 14px 34px;
        font-weight: bold;
}

#about:hover
{
    color:#e8ac30;
    border-bottom: 3px solid #e8ac30;
    
}
#projects:hover
{
    color:#cb4c53;
    border-bottom: 3px solid #cb4c53;
}
#publications:hover
{
    color:#acb737;
    border-bottom: 3px solid #acb737;
}
#news:hover
{
    color:#afb440;
    border-bottom: 3px solid #afb440;
}
#contact:hover
{
    color:steelblue;
    border-bottom: 3px solid steelblue;
}

.navbar-collapse {
    
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

#myFooter {
    background-color: #231F20;
    color: white;
    padding-top: 30px;
        font-size: 0.8em;
}






#myFooter .footer-copyright {
    background:url('../images/footer-bg.jpg');
    padding-top: 2px;
    padding-bottom: 1px;
    text-align: center;
}

#myFooter .row {
    margin-bottom: 60px;
}

#myFooter .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: #ccc;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    font-family: 'Lato', "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform:uppercase
}

#myFooter h2 a{
    font-size: 50px;
    text-align: center;
    color: #fff;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}

#myFooter .social-networks a {
    font-size: 32px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}

#myFooter .social-networks a:hover {
    text-decoration: none;
}

#myFooter .facebook:hover {
    color: #0077e2;
}

#myFooter .google:hover {
    color: #ef1a1a;
}

#myFooter .twitter:hover {
    color: #00aced;
}

#myFooter .btn {
    color: white;
    background-color: #d84b6b;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}

#myFooter img
{
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }
}

#VideoDisplay{
    position: relative;
	padding-bottom: 45%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
#VideoDisplay iframe {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#vidContent{
    padding-top: 8em;
    padding-left: 2em
}

.carousel-inner .item img{
    width:100%
}
.carousel-caption {
    left: 5%;
    right: 20%;
    text-align: left;
}
.carousel-caption p
{
    max-width:50%;
    padding: 10px 0
}

.carousel-indicators {
    text-align: left;
    left: 5%;   
    margin-left: 0;    
    bottom:5px !important
}

.carousel-indicators li {
    display: inline-block;
    width: 80px;
    height: 5px;
    margin: 0;
    text-indent: -999px;
    border: 1px solid #fff;
    cursor: pointer;
    background-color:#fff;
    opacity:0.3;
        border-radius: 0
}

.carousel-caption .action
{
    padding: 12px 25px;
    border: 2px solid #fff;
    display: table;
    width: auto;
    color:#fff
}

.carousel-indicators .active {
    height: 5px;
    width: 80px;
    background-color: #fff;
    opacity:1
}

#links .container
{
    background-color:#fff
}
#links ul
{
    display: inline-flex;
    list-style:none
}

#links a
{
    height:60px
}
#links img
{
    max-width:100%
}

section
{
    overflow: auto;
}

#projects-home
{
    padding:50px
}

.projects-col 
{
    position:relative
}
.projects-col img
{
    max-width:100%;
    width:100%
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #BE3B47;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.projects-col:hover .overlay {
  height: 100%;
}

.text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#investors
{
    text-align: center;
    padding: 8% 0;
}

#investors h3
{
    margin-bottom:30px
}

a.action
{
    border:2px solid #428bca;
    padding: 12px 25px;
    color:#428bca;
    font-weight:bold;
    border-radius: 3px;
}

#latest-home
{
    padding: 5%;
    background-color: #f6f6f6;
}

#latest-home .col-sm-5
{
    padding:0
}

#latest-home .latestContent a
{
    padding:10px 0;
    display:block
}
.latestContent{
    padding-left: 2em;
}
.latestContent .active{
    font-weight: bold
}


#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}
.tab-content>.tab-pane {
    padding: 3% 0;
}


#highlight
{
    background-color: #afb440;
    color: #fff;
    padding: 3% 15%;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}

#highlight h4
{
    margin: 0;
}

#links{
    text-align: center;
}

.contact i
{
    margin-right: 20px;
    
    font-size: 1.5em;
}

.contact p
{
    margin-bottom: 2em
}

#investors img, #incentives img
{
    max-width:100%
}

#investors .container
{
        margin-top: 60px;
    margin-bottom: 40px;
}

#investors p
{
     font-size: 15px;
    font-weight: 500;
    margin-top: 15px;   
    padding-left: 10px;
    padding-right:10px;
    text-align:center
}

#investors .col-md-3
{
padding-left: 5px;
    padding-right:5px;
}

#incentives
{
    text-align:center
}
#incentives .container .container
{
        margin-top: 60px;
    margin-bottom: 40px;
}
#incentives p
{
     font-size: 15px;
    margin-top: 6px;   
    padding-left: 5px;
    padding-right:5px;
    text-align:center
}

#incentives img
{
    width:50%
}

#incentives .col-md-3
{
    min-height: 290px;
}
.tab-pane
{
    min-height:370px
}
.tab-pane .col-md-3 img{
    width:70%
}

.tab-pane .management{
    text-align:center
}

.tab-pane .container
{
        margin-top: 60px;
    margin-bottom: 40px;
}

.tab-pane .col-md-6 li
{
    margin-bottom:10px
}

.management h5
{
    margin-bottom:0
}
    
.jumbo
{
    width:100%
}

h1
{
    padding: 40px 0
}

.design50images
{
    padding-top:40px
}
.design50images img
{
    max-width:100%;
    padding-bottom:10px;
    padding-left: 5px;
    padding-right: 5px;
    float:right
}

.design50program
{
    padding:40px 0;
}

.design50program li
{
    margin-bottom:10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    color:#000;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0;
    width:80%;
    margin:0 auto;
        padding: 20px;
    padding-bottom: 40px;
    margin-top: 10%;
        margin-bottom: 10%;
}
.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}
.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.projects
{
    min-height: 750px;
}

.project-item
{
    border-bottom: 1px solid #ddd;
    padding:0;
    padding-bottom: 20px;
    margin-bottom:40px
}

.project-item .col-xs-3
{
    padding:0
}

.project-item h4
{
    color:#cb4c53;
        margin-top: 0;
}

.project-item p
{
        margin-bottom: 20px;
}

.p-action
{
    border:1px solid #cb4c53;
    color:#cb4c53;
    border-radius:3px;
    padding:8px 15px
}

.news
{
    min-height: 750px;
    margin-top:40px
}

.news-item
{
    border-bottom: 1px solid #ddd;
    padding:0;
    padding-bottom: 10px;
    margin-bottom:40px
}

.news-item .col-xs-3
{
    padding:0
}

.news-item h4
{
    color:#afb440;
        margin-top: 0;
            margin-bottom: 0;
}

.news-item p
{
        margin-bottom: 0;
        font-size:x-small
}

.temp-address
{
    border: 1px solid #e8ac30;
    background-color: #e8ac30;
    color: #000;
}

.temp-address h5
{
    color: #000 !important;
}

.covid19{
    text-align: center;
    background-color: #0077e2;
    color:#fff
}

.covid19 a{
    color: #faba1b;
    font-weight: bold;
    font-family: 'Lato', "Helvetica Neue",Helvetica,Arial,sans-serif;
}