
@import url('https://fonts.googleapis.com/css?family=Montserrat');

body{
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18;
    font-weight: 300;
}
.project .content{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.project-title{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.project-title-left{
flex: 1;
display: flex;
justify-content: center;
align-items:center;
padding-top: 20;
padding-bottom: 20;
/*padding: 50 50 50 50;*/
}

.project-title-right{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items:center;
    padding-top: 20;
    padding-bottom: 20;
    /*padding: 50 0 50 50;*/
    height: 500;
}

.project-info{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 25;
    padding-right: 25;

}

.project-info-section{
    width: 150;
    font-size: 12;
    padding-left:5;
    padding-right:5;

}

.project-info-section h4{
    margin-bottom: 5;
}


.project h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 53px;
    font-weight: 700;
}

.project h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
}

.project h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
}


.project h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
}



.subheading{
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 400;
}



.project p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18;
    font-weight: 300;
}


li{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.img-full-width{
    width: 100%;
    height:auto;

}

.img-full-height{
    height: 100%;
    width: auto;
}


.role{
    font-weight: bold;
}


.section{
    padding-top: 50;
    padding-bottom: 50;
}

.row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.col-one{
    width: 600px;
    padding-left: 30;
    padding-right: 30;}

.col-two{
    width: 600px;
    padding-left: 30;
    padding-right: 30;
}

.col-full-width{
    width: 100%;
}

@media screen and (max-width: 1200px) { 
    .col-two{
        padding-top: 25;
        padding-bottom: 25;

    }
}

@media screen and (max-width: 650px) {  
    .col-one{
        width: 100%;

    }


    .project-title-left{
        width: 100%;
        height: auto;
        flex: none;

    }
        
    .project-title-right{
        width: 100%;
        height: auto;
        flex: none;
    }

    .project h1{
        font-size: 33px;
    }
    
    .project h2{
        font-size: 22px;
    }
    .project p{
        font-size: 16;
    }



}

.tokubotsAvatar{
    padding-top: 30;
    width: 80%;
}

.video-16by9-full-width{
    position:relative;
    padding-top:56.25%;
    width: 100%;
}
.video {
    position: relative;
    padding-bottom: 56.25%; /*6.29%;*/
    /*padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
  }
  
  .video iframe,
  .video object,
  .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .header{
      padding: 20;
      font-family: 'Montserrat', sans-serif;
      font-size:22px;
      font-weight: 700;
  }

  .header a{
    color: #000000;
  }


  .wrapper {
    background: rgba(0,0,0,0.55);
    width: 50px;
    height: 34px;
    border-radius: 5px;
    padding-top: 10px;
    position: relative;
    top:-100;
  }
  #vidwrap:hover .wrapper {
    background: #cd201f;
  }
  .tri {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent #ffffff;
    margin: 0 auto;
  }