body{
  /* font: 15px/1.5 "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: "Atkinson-Hyperlegible";
  padding:0;
  margin:0;
  background-color: #ffffff;
  
}

@font-face {
  font-family: "Atkinson-Hyperlegible";
  src: url("Aktinson/atkinson-hyperlegible-regular-101-webfont.woff")
}

.content {
  min-height: calc(100vh - 70px);
}

/*GLOBAL*/
.container{
  width:80%;
  margin:auto;
  overflow: hidden;
}

:root {
  --highlight-colour: #ee266e;
}

header{
  background:var(--highlight-colour);
  color: #fcfcfc;
  padding-top:10px;
  min-height: 70px;
}

header a{
  color: #ffffff;
  text-decoration: none;
  /* text-transform: uppercase; */
  font-size: 3rem;
  font-weight: initial;
}

a:hover{
  font-weight: bold;
}

ul{
  margin: 0;
  padding: 0;
}

nav{
  background: #ececec;
  color: var(--highlight-colour); 
  padding-top: 15px;
  min-height: 45px;
}

a{
  color: var(--highlight-colour);
  text-decoration: none;
  text-transform: capitalize;
  font-size:1rem;
}

p a{
  color: var(--highlight-colour);
  text-decoration: underline;
  text-transform: capitalize;
  font-size:1rem;
}


nav a{
  color: var(--highlight-colour);
  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;

}

header #mayor-img img{
  float: right;
  width:30%;
  /* margin-top:25px; */
}



#intro-video iframe{
  width:100%;
  min-height: 500px;
  padding: 20px 0 20px 0; 
}

#start-design{
  display: flex;
  justify-content: center;
}

.btn {
  border-radius: 5px;
  color: var(--highlight-colour);
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
.btn-alt {
  border: 1px solid var(--highlight-colour);
  padding: 10px 30px;
}
.btn-alt:hover {
  background: #fff;
  color : #000000;
}

#showcase{
  color: var(--highlight-colour)8;
  /* text-transform: capitalize; */
}

#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: 20px;
  display: flex;
  justify-content: space-between;
}  

#boxes .box{
  float:left;
  width:48%;
}

#boxes-documentation{
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
}  

#boxes-documentation .box{
  float:left;
  width:30%;
  padding: 0 20px 0 0;
}

.box a {
  font-size: 1rem;
  padding: 0 0 5px 0;
}

.box a img{
  width:100%;
  padding: 10px 0 0 0;
}

.footer {
  height: 50px;
}


#main{
  width: 100%;
  color: #fcfcfc;
  margin-top: 15px;
  min-height: 45px;
  background: var(--highlight-colour);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#main nav{
  background: var(--highlight-colour);
  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;
}



#main nav li{
  
  float: left;
  display: inline;
  padding: 0 20px 0 0; 
}

#extended{
  width:100%;
  float: left;
  color: #fcfcfc;
  padding-top: 15px;
  
}

#extended nav{
  background: #365f68;
  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: #365f68;
}

/* 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:space-between;
  align-items:center;
  width: 100%;
}

#ref{
  width:25%
}

#ref a{
  display: flex;
  justify-content:center;
  align-items:center;
}

#ref a img{
  display: flex;
  justify-content:center;
  align-items:center;
  width:70%;
}




#dashboards{
  padding-top:20px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  align-items:center;
  width: 100%;
}

#board{
  width:22%;
  padding: 15px;
}

#board a img{
  display: flex;
  justify-content:center;
  align-items:center;
  width:85%;
}
#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;
}

#overview-video{
  display: flex;
  justify-content: center;
  width:100%;
  margin-bottom: 15px;
}

#overview-video iframe {
  width:100%;
  height:45vw;
  /* max-height: 700px; */
}

#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 iframe {
  padding-bottom: 10px;
  width:48%;
  height:25vw;
  /* max-height: 335px; */
}

#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: 30px 0 0 0;
  font-weight:500;
}

h2{
  font-weight:500;
}

h3{
  font-weight:420;
  padding: 15px 0 0 0;
}

h5{
  font-weight:370;
  
}

h6{
  font-weight:200;
}

p{
  font-weight:300;
  padding: 0px;
}

#branding h1{
  padding:0;
}

@media(max-width:768px){
  #intro-video iframe{
    width:100%;
    min-height: 300px;
    padding: 20px 0 20px 0; 
  }

  nav{
    padding-top:15px;
  }

  .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;
  } */

  
}

@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 #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 iframe{
    height:150px;
  } */

  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, #boxes-documentation{
    margin-top: 20px;
    display: block;
    justify-content: center;
  }  
  
  #boxes .box, #boxes-documentation .box{
    float:left;
    width:100%;
  }
  
  .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;
  }
  
}