/* For mobile phones: */
@media only screen and (max-width: 768px){
  iframe{
    width: 100%;
    height: 250px;
  }
  input, select, textarea{
    width:100%
  }
  #desktop-up{
    display: none;
  }
  #mobile-up{
    display: block;
  }
  #flex-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #flex-tr1{
    display: flex;
    background-image: url("../dev/trainingtest.jpg");
    z-index: 0;
    opacity: 0.5;
    align-items: center;
    justify-content: center;
    width: 100vw;
  }
  #flex-tr2{
    display: flex;
    background-image: url("../dev/trainingtest-g.jpg");
    z-index: 0;
    opacity: 0.5;
    align-items: center;
    justify-content: center;
    width: 100vw;
  }
}

@media only screen and (min-width: 600px) {
    /* For tablets: */

}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    #anouncements{
        height: 70vh;
        width: 100%;
    }
    iframe{
      min-width: 60%;
      width: 100%;
    }
    input, select, textarea{
      width:100%
    }
    #desktop-up{
      display: block;
    }
    #mobile-up{
      display: none;
    }
    #flex-container{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
    }
    #flex-tr1{
      display: flex;
      z-index: 0;
      align-items: center;
      justify-content: center;
      width: 47%;
    }
    #flex-tr2{
      display: flex;
      background: url("../dev/trainingtest-g.jpg");
      z-index: 0;
      opacity: 0.5;
      align-items: center;
      justify-content: center;
      width: 47%;
    }
}
@media only screen and (min-width: 900px){
    #contacts{
      width: 80%;
      height: 45vh;
    }
    #cal{
      width: 100%;
      height: 560px;
    }
    #photos{
      width: 960px;
      height: 569px;
    }
    #escout{
      width: 50%;
      height: 65vh;
    }
    iframe{
      width: 100%;
    }
    input, select, textarea{
      width:100%
    }
    .album-row{
      display: flex;
    }
    .album-row img{
      align-items: center;
    }
    .album img{
      flex: 1;
    }
    #photos{
      width: 100%;
    }
}
