/*
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Noto Sans HK', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Work Sans', sans-serif;
font-family: 'Quicksand', sans-serif;
*/
@font-face {
  font-family: 'impactLabel';
  src: url('assets/impact-label/Impact_Label.ttf');
     }
@font-face {
  font-family: 'impactLabelReverse';
  src: url('assets/impact-label/Impact_Label_Reversed.ttf');
     }
@font-face {
  font-family: 'ProximaNovaThin';
  src: url('assets/proxima_ssv/Proxima Nova Thin.otf');
}

/*make sure no added padding/margins*/
body{margin:0;padding: 0;background-image: url(assets/images/bg-2.png);background-size: cover;}
* {box-sizing: border-box;}

/*set up grid column layouts*/
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

/*set up the height classes */
.h-10{height:10px;}
.h-20{height:20px;}
.h-30{height:30px;}
.h-40{height:40px;}
.h-50{height:50px;}
.h-60{height:60px;}

/*gives all columns padding and float left*/
[class*="col-"] {float: left;}

/*text align classes*/
.textCenter{text-align: center;}
.textLeft{text-align: left;}
.textRight{text-align: right;}

/*setup table */
.table{
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.header {
  margin-top: 2%;
  font-family: 'impactLabelReverse';
  text-align: center;
}
.header img{
  max-width:23.9%;
  padding-top: 2%;
  display: block;
  margin:0 auto;
}
.header p{
  color:#101010;
  margin:10px;
  padding:0;
  font-size:1.5vw;
  letter-spacing: .4vw;
}
.header2 {
  margin-top: 100px;
  margin-bottom:100px;
  font-family: 'impactLabelReverse';
  text-align: center;
}
.header2 h1{
  color:#000;
  padding:0;
  font-size: 4vw;
  letter-spacing: .4vw;
}
.content{
  font-family: 'ProximaNovaThin';
  margin-top: 2%;
}
.content h1{
  font-size: 2vw;
  padding: 2%;
  text-align:center;
  list-style-type: none;
  list-style: none;
  letter-spacing: .1vw;
}
.content h2{
  font-size: 1.5vw;
  padding: 6px;
  text-align:center;
  list-style-type: none;
  list-style: none;
  letter-spacing: .1vw;
}
.content p{
  font-size: 1.3vw;
  padding: 0px;
  text-align:left;
  text-shadow: 0px 0px gray;
  list-style-type: none;
  list-style: none;
  letter-spacing: .1vw;
  max-width: 80%;
  margin-left: 0%;
 } 
.content ul{
  list-style-type: none;
  list-style: none;
  padding: 0;
}
.content ul li{
  font-size: 1.25vw;
  padding: 12px;
  list-style-type: none;
  list-style: none;
  letter-spacing: .2vw;
}
.iconit ul li{
  display: inline;
  text-align: center;
  list-style: none;
  margin:0px;
  padding:0px;
}
.section {
  display:inline-block;
}
.body {
  font-family: 'ProximaNovaThin';
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.body ul{
  text-align: left;

}.body img{
  height: 75%;
  width: 75%;
  margin-top: 5%;
}    
.bun {
  font-family: 'ProximaNovaThin';
  text-align: center;
  margin-top:25%;
  margin-bottom: 5%;
}
.bun ul{
  text-align: center;

}.bun img{
  height: 25vmin;
  width: 25vmin; 
}   
.about {
  font-family: 'ProximaNovaThin';
  text-align: center;
  margin-top:0%;
  margin-bottom: 5%;
}
.about ul{
  text-align: center;

}.about img{
  height:45vmin;
  width: 45vmin;
  margin-bottom: 2%;
}  
.footer{
  text-align: center;
}
.typewriter h1 {
  color: #000;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .1em solid transparent; /* The typewriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3s steps(20, end),
    blink-caret .5s step-end 6;
}
/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 30% }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  55% { border-color: black }
}
ul{
  padding:0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 50px; 
  margin-bottom: 0px;
  text-align: center;
  border: 0px solid red;
}
div{
  height: auto;
}
a:link {
color: black;
text-decoration: none;
}
a:visited {
  color:black;
  text-decoration: none;
}
.about-row-content{
  font-family: 'ProximaNovaThin';
  height: inherit;

}
.about-row-header{
  font-family: 'ProximaNovaThin';
}
.about-row{
  padding: 3%;
}
.about-row p{
  font-size: 1.3vw;
}
/* If the screen size is 600px or less, set the font-size of <div> to 30px */
@media only screen and (max-width: 600px) {
  .about-row p{
    font-size: 4vw;
  }
  .about-row {
    font-size: 4vw;
  }
    .about-row-img {
    display: none;
    width: 5vw;
  height: 5vh;
  }
  .bun img { 
    display:none;
  }
}
.about-row-img{
  display: table-cell;

}
.about-row-img img{
  vertical-align: middle;  
  padding: 15%;
}
/* The sidebar menu */

.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 8.33%; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #333; /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

 /* The navigation menu links */ 
.sidenav a {
  padding: 6px 6px 6px 6px;
  text-decoration: none;
  font-size: 20px;
  font-family: 'ProximaNovaThin';
  color: #f4f4f4;
  display: block;
  text-align: center;
}

/* sidenav a hover effect */
.hover a{
  transition: 0.3s ease;
  background: #333;
  font-size: 20px;
  text-decoration: none;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: 6px 6px 6px 6px;
  margin: 10px;
  color: #f4f4f4;
  display: block;
  text-align: center;
  font-family: 'ProximaNovaThin';
}
.hover a:hover {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  padding: 6px 6px 6px 6px; 
  color: #f4f4f4;
}

/* When you mouse over the navigation links, change their color 
.sidenav a:hover {
  color: #1a1a1a;
} */
.sidenav p {
  padding: 6px 6px 6px 6px;
  text-decoration: none;
  font-size: 25px;
  font-family: 'ProximaNovaThin';
  color: #fff;
  display: block;
  text-align: center;
}
.sidenav img {
  border-radius: 10%;
  max-height: 100%;
  max-width: 100%;
  text-align: center;
}
.sidenav ul li img{
  display: inline;
  text-align: center;
  list-style: none;
  margin:0px;
  padding:0px;
  max-height: 20%;
  max-width: 20%;
 } 
 .sidenav ul li img:hover {
  color: #1a1a1a;
}
/* If the screen size is 600px wide or less, hide the element */
@media only screen and (max-width: 600px) {
  .sidenav {
    display: none;
  }
}
/* Style page content */
.main {
  margin-left: 160px; /* Same as the width of the sidebar */
  padding: 0px 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/* test button 
button {
  border: none;
  background: #666;
  color: #fff;
  padding: 10px 30px;
  font-size: 16px;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
  transition: all 500ms ease; 
  overflow:hidden; 
}
button:before {
  font-family: "Font Awesome 5 Free"; font-weight: 400; content: "\f08c";
  content:"\f07a";
  position: absolute;
  top: 11px;
  left: -30px;
  transition: all 300ms ease;
}
button:hover:before {
  left: 7px;
}
*/

