
/*condense font for header*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700&display=swap');
/*Noto Sans*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&display=swap');

html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
body {
  display: block;
  margin: 0px;
  padding: 0px;
  min-width: 100%;
  min-height: 100%;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 500;
  background-color: white;
  overflow-x: hidden;

}
.all_container {
  position: relative;
  margin: auto; 
}
.works {
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 100%;
  display       : flex;
  flex-direction: row;
}
#footer{
  margin:20px;
  position      : relative;
  font-family   : 'Open Sans', sans-serif;
  font-size     : 15px;  
}
.blank{
  height:70px;
  width:100%;
  display: block;
}
h1 {
  padding: 0px;
  margin: 0px;
}
h3 {
  padding: 0px;
  margin: 0px;
  font-weight: 500;
  font-size: 25px;
  text-align: center;
}

#content-desktop iframe {
  pointer-events: none; 
} 
.navbar_ {
  position: relative;
  display        : flex;
  justify-content: space-between;
  z-index: 0;
  font-family    : 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size      : 30px;
  text-align: center;
}

.linkwrap {
  position:relative;
  display:inline-block;
}

.linkwrap iframe {
  z-index: 2;
}

#intro-text {
  position: inherit;
  margin-top   : 20px;
  margin-bottom   : 20px;
  text-align     : justify;
  text-align-last: left;
  /* float          : left; */
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  display: block;
}

#intro a{
  color          : rgb(43, 93, 167);
}
#intro a:hover{
  color          : rgb(96, 184, 196);
  text-decoration: underline;
}
#about-text a {
  color          : rgb(43, 93, 167);
}

#icon {
  max-width: 250px;
  max-height: 250px;
  padding: 10px;
}
#icon_img {
  width: 100%;
}

#contact_box{
  width: calc(70vw / 2 - 40px);
  height: calc(30vw / 2 - 40px);
  margin-left:auto;
  margin-right: auto;
  font-size: 18px;
  justify-content:center;
  /* border-style: solid;
  border-color: #707070;
  border-radius: 20px; */
}

#contact_name{
  max-width: 30px;
  height:100%;
  padding:10px; 
  vertical-align: middle;
  justify-content:center;

}

#anim {
  position:inherit;
  margin:auto;
  max-width: 120px;
  max-height: 120px;
  padding: 10px;
}

#text-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-80%);
  right: auto;
  max-width: 120px;
  max-height: 120px;
  padding: 0px 0;
}

.title{
  font-family: 'Barlow Condensed', sans-serif;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  display: block;
  margin: 20px;
}

#text {
  width: calc(100%  - 40px);
  min-height: 50px;
  margin: 20px;
  z-index: 2;
  font-family   : 'Open Sans', sans-serif;
  font-size: 15px;
  text-align     : justify;
  text-align-last:left;
}

#text h3{
  font-family: 'Barlow Condensed', sans-serif;
  text-align: center;
  font-size: 30px;
  text-align-last:auto;
}

.flex-container {
  display       : flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
 
}

/*flex-container2 is for project page*/
.flex-container2 {
  display: flex;
  flex-direction: row;
  width: 70vw;
  margin-left: auto;
  margin-right:auto;
  flex-wrap: wrap;
  justify-content:left;
}

/*.box>a>iframe is for project page*/
.box>a>iframe {
  padding: 20px;
  margin-left:auto;
  margin-right:auto;
  width: calc(90vw / 2 - 60px);
  height:calc(90vw / 2 - 60px);
  border-style: none;
}

/*.indivisual_work is in projects.js for project page*/
.indivisual_work>iframe {
  margin: 20px;
  border-style: none;
  align-items: flex-start;
}

/*work with flex-container2 on event page*/
#event{
  border-style: none;
  align-items: flex-start;
  vertical-align: middle;
  margin:10px;
  width: calc(100% - 20px);
  height:1.5em;
  /* border-style: solid;
  border-color: #E7E7E7; */
  text-align: center;
}

.line{
  margin-top: 0px;
  margin-bottom: 0px;
  margin: auto;
  width: 100%;
  height: 20px;
  border-bottom: 1px solid black;
  position: relative;
}

a{
  text-decoration: none;
  color:black;
}
a:link {
  color:black;
  text-decoration:none;
}
#app * a:link {
  color:#207b8b;
  text-decoration:underline;
}

/* a:hover{
  color:#105685;
} */

a:visited {
  color:#606060;
 
}


a:active {
  text-decoration: underline;
}





#container{
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  width: 100%;
  display       : flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
}

 /*app>a is for members name*/
#member{
  line-height: 1em;
  width: 25%;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
}


/* If screen size is more than 800px wide, set the font-size of <div> to 80px */
@media screen and (min-width: 800px) {
  #header {
    font-size: 80px;
    max-width: 1800px;
  }
  .all_container{
    width: calc(90% - 40px);
    padding: 20px;
  }

  #intro {
    width: 50%;
  }
  .navbar_ {
    font-size: 30px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0px;
    
  }
  #icon{
    position: absolute;
    max-width: 250px;
    max-height: 250px;
    right: 4vw;
    top: 50vh;
  }
  .works{
    flex-direction: row;
  }
  .flex-container {
    width: 70%;
    margin-left:auto;
    margin-right:auto;
  }

  /*.indivisual_work is in projects.js for project page*/
.indivisual_work>iframe {
  width: calc(70vw / 2 - 40px);
  height: calc(70vw / 2 - 40px);
}

  #content-desktop {
    display: block;
  }

  #content-mobile {
    display: none;
  }

  /*app>a is for members name*/
  #member {
    height: 3em;
    font-size: 30px;
  }
  
}

/* If screen size is 800px wide, or less, set the font-size of <div> to 30px */
@media screen and (max-width: 800px) {
  #header {
    font-size: 40px;
  }
  .all_container{
    width:calc(100% - 20px);
    padding: 10px;
  }

  #intro {
    width: 100%;
    
  }


  #icon {
    display: block;
    position: relative;
    max-width: 150px;
    max-height: 150px;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  #contact_box{
    width: calc(70vw - 20px);
    height:50px;
    font-size: 14px;
  }

  .navbar_ {
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px;
  }

  #content-desktop {
    display: none;
  }
  #content-mobile {
    display: block;
  }
  .works{
    flex-direction: column;

  }

  .flex-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .indivisual_work>iframe {
    width: calc(70vw - 40px);
    height: calc(70vw - 40px);
  }
  /*app>a is for members name*/
  #member {
    height: 4.5em;
    font-size: 16px;
  }
}


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

  section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

  
