
:root{
  --mainColor: black;
  --lightMain: #f2f2f2;
  --darkFont: black;
  --titleFont: "Quicksand";
  --mainFont: 15px/1.5 "Quicksand", "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --allFonts: 15px/1.5 "Quicksand", "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


body{
  font: var(--allFonts);
  padding:0;
  margin:0;
  background-color: #ffffff;
  
}


a img{
  height: 35px;
}
a img:hover{
  transform: scale(1.02,1.005);
  transition: all .1s ease-in-out;
}

/*GLOBAL*/
.content {
  height: max-content;
  min-height: calc(100vh - 160px);
}

.containers-wrapper{
  height: max-content;
  min-height: calc(100vh - 160px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container{
  width:80%;
  margin:auto;
  overflow: hidden;
  max-width: 1500px;
}

header{
  background: var(--mainColor);
  color: #fcfcfc;
  padding-top: 10px;
  min-height: 45px;
  display: flex;
  justify-content: center;
}

header a{
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: initial;
}

a:hover{
  font-weight: bold;
}

ul{
  margin: 0;
  padding: 0;
}

nav{
  background: var(--lightMain);
  color: var(--darkFont); 
  padding-top: 10px;
  min-height: 35px;
}

a{
  color: var(--darkFont);
  text-decoration: none;
  text-transform: capitalize;
  font-size:1rem;
}

p a{
  color: var(--darkFont);
  text-decoration:underline;
  text-transform: capitalize;
  font-size:1rem;
}


nav a{
  text-decoration: none;
  text-transform: capitalize;
  font-size:1rem;
}



nav li{
  float: left;
  display: inline;
  padding: 0 20px 0 0; 
}

header .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header #branding{
  float:left;
}

header #branding h1{
  margin: 0;
  text-align: center;
}

header #mayor-img img{
  float: right;
  width:30%;
  /* margin-top:25px; */
}

#intro-video{
  width: 100%;
  padding-top: 56.25%;
  height: 0px;
  position: relative;
  margin: 20px 0px;
}

#intro-video video{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; 
}

#start-design{
  display: flex;
  justify-content: center;
}

.btn {
  color: var(--darkFont);
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  font-family: var(--mainFont);
}
.btn-alt {
  border: none;
  padding: 10px 30px;
  background: var(--mainColor);
}
.btn-alt a{
  color: white;
}

#showcase h2,h5,p{
  margin:0;
  padding:10px 0 0 0;
}

#showcase h2{
  font-size: 1.2rem;
}

#showcase h5{
  font-size: 0.8rem;
}

#showcase p{
  font-size: 1rem;
}

#boxes{
  margin-top: 35px;
  margin-bottom: 35px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-gap: 20px 4%;
}  

.box div{
  width: 100%;
  max-width: 500px;
  margin: auto;
}

.box a {
  font-size: 1rem;
  padding: 0 0 5px 0;
}

.box a img{
  width:100%;
  padding: 10px 0 0 0;
}

.footer {
  height: 50px;
}


footer{
  background: var(--mainColor);
}

#main{
  width:80%;
  color: #fcfcfc;
  margin: auto;
  margin-top: 15px;
  min-height: 45px;

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1500px;
}

#main nav{
  background: var(--mainColor);
  color: #fcfcfc;
  width: max-content;
  margin-left: 20px;
}

#main nav .container{
  width: max-content;
}

#main nav a{
  color: #fcfcfc;
  text-decoration: none;
  text-transform: capitalize;
  font-size:1rem;
  cursor: pointer;
}



#main nav li{
  
  float: left;
  display: inline;
  padding: 0 20px 0 0; 
}

footer .container ul{
  display: flex;
  flex-wrap: wrap;
  max-width: 70vw;
}

#extended{
  width:100%;
  float: left;
  color: #fcfcfc;
  padding-top: 15px;
  
}

#extended nav{
  background: var(--darkFont);
  color: #fcfcfc;
  min-height: 135px;
}

#extended nav a{
  color: #fcfcfc;
  text-decoration: none;
  text-transform: capitalize;
  font-size:1rem;
  
}



#extended nav li{
  
  float: left;
  display: inline;
  padding: 0 20px 0 0; 
}

#contact-info{
  padding: 20px 0 0 0;
}
#contact-btn{
  padding: 20px 0 20px 0;
}

h1,h2,h3,h5,h6,p{
  margin:0;
  color: var(--darkFont);
}

h1{
  font-size: 1.4rem;
}

h2{
  font-size: 1.2rem;
}

h3{
  font-size: 1rem;
}

h5{
  font-size: 0.8rem;
}

h6{
  font-size: 0.7rem;
}

p{
  font-size: 1rem;
  text-align: justify;
}

#contributors-title{
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

#contributors{
  padding-top:20px;
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items:center;
  width: 100%;
}


#contributors #ref, #contributors a{
  width: max-content;
}

/* #ref a{
  display: flex;
  justify-content:center;
  align-items:center;
} */

/* #ref a img{
  display: flex;
  justify-content:center;
  align-items:center;
  width:70%;
} */

#contributors img{
  height: 10vw;
  max-height: 50px;
  min-height: 30px;
  margin: 20px;
}




#dashboards{
  padding-top:20px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  align-items:center;
  width: 100%;
}

#board{
  width:25%;
}

#board a img{
  display: flex;
  justify-content:center;
  align-items:center;
  width:97%;
}
#display-dashboards{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items:center;
  width: 100%;
}
#dash{
  padding-bottom: 20px;
  width: 100%; 
  display: flex;
  justify-content: center;
}




/* for mobile */

/* #dash {
  width: 200%;
  transform: scale(0.3);
  position: relative;
  top: -210px;
  left: -200px;
} */

#overview{
  display: flex;
  justify-content: center;
  padding: 15px 0 10px 0;
  height: 40px;
}

#overview-video{
  /* display: flex;
  justify-content: center;
  width:100%;
  height: calc(100vh - 200px); */

  width: 100%;
  padding-top: 56.25%;
  height: 0px;
  position: relative;
}

#overview-video iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* #overview-video iframe{
  width:100%;
  height:500px;
} */

/* .controlBar{
  display: none !important;
} */

#features{
  display: flex;
  justify-content: center;
  padding: 15px 0 10px 0;
}

#features-videos{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  align-items:center;
  width: 100%;
}

#features-videos .video{
  margin-bottom: 10px;
  width:48%;
  margin: 20px 0px;
}

#features-videos .video div{
  width: 100%;
  padding-top: 56.25%;
  height: 0px;
  position: relative;
}

#features-videos iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#features-videos video{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; 
}

#application{
  display: flex;
  justify-content: center;
  padding-top: 10px 
}

#application-img{
  padding: 10px 0 10px 0;
  display: flex;
  justify-content: center;
  width:100%;
}

#application-img img{
  width:100%;
  /* height:500px; */
}

h1{
  padding: 15px 0 0 0;
}

h2{
  font-weight:500;
}

h3{
  font-weight:400;
  padding: 15px 0 0 0;
}

h6{
  font-weight:200;
}

p{
  font-weight:300;
}

#branding h1{
  padding:0;
}

@media(max-width:1000px){
  #contributors{
    justify-content: start;
  }

  #boxes{
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media(max-width:768px){
  /* #intro-video iframe{
    width:100%;
    min-height: 300px;
    padding: 20px 0 20px 0; 
  } */

  .tableauPlaceholder{
    height:300px;
  }

  .tableauPlaceholder iframe{
    height:300px;
  }

  /* #application-img{
    height:250px;
  } */

  /* #overview-video iframe{
    width:100%;
    height:250px;
  } */

  /* #features-videos iframe{
    height:150px;
  } */


  /* #application-img img{
    height:250px;
  } */

  #contributors{
    justify-content: start;
  }
  
}

@media(max-width:645px){
  #contributors-link, #contact-link{
    display:none;
  }

  nav li{
    float: none;
    display: block;
    padding: 0 0 0 0; 
    /* width:30%; */
  }
  nav ul{
    display: flex;
    justify-content: space-between;
  }

  header .container{
    display: block;
    justify-content: none;
    align-items: none;
  }

  header #branding{
    float:none;
    display: flex;
    justify-content: center;
  }

  header a{
    font-size: 150%;
    -webkit-transition: all 0.1s ease;  
    -moz-transition: all 0.1s ease;  
    -o-transition: all 0.1s ease;  
    -ms-transition: all 0.1s ease;  
    transition: all 0.1s ease;
  }

  header #mayor-img{
    float: none;
    margin-top:0px;
    display: flex;
    justify-content: center;
  }

  header #mayor-img a{
    display: flex;
    justify-content: center;
  }

  header #mayor-img a img{
    margin-top:0px;
    display: flex;
    justify-content: center;
    padding:0 0 10px 0; 
  }
  
  /* #intro-video iframe{
    width:100%;
    min-height: 300px;
    padding: 20px 0 20px 0; 
  } */



  .tableauPlaceholder{
    height:300px;
  }

  .tableauPlaceholder iframe{
    height:300px;
  }

  #application-img{
    height:250px;
  }

  /* #overview-video iframe{
    width:100%;
    height:250px;
  } */

  #features-videos .video{
    width: 100%;
  }

  h1{
    padding: 15px 0 0 0;
    font-size: 1rem;
  }
  
  h2{
    font-size: 1rem;
    font-weight:500;
  }
  
  h3{
    font-size: 1rem;
  }
  
  h5{
    font-size: 1rem;
  }
  
  h6{
    font-size: 0.7rem;
  }
  
  p{
    font-size: 1rem;
    text-align: justify;
  }

  /* #application-img img{
    height:150px;
  }

  #application-img {
    height:150px;
  } */

  #ref{
    width:50%
  }

  #boxes{
    margin-top: 35px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px 4%;
    /* display: block;
    justify-content: center; */

  }  
  
  #boxes .box{
    /* float: left;
    width: 48%;
    max-width: 400px;
    margin: 10px 0px;
    padding-right: 5%;
    box-sizing: border-box; */
  }
  
  .box a {
    font-size: 1rem;
    padding: 0 0 5px 0;
  }

  #showcase h2{
    font-size: 1rem;
  }
  
  #showcase h5{
    font-size: 1rem;
  }
  
  #showcase p{
    font-size: 1rem;
  }

  #application h3{
    font-size: 0.9rem;
  }

  #contact-info .container h2{
    font-size: 1rem;
    font-weight:500px;
    padding:15px 0 0 0;
  }

  #contributors{
    justify-content: start;
  }
  
}


@media(max-width:400px){
  #contributors{
    justify-content: center;
  }


}