@import url('public.css');

/* OLD Media Queries, going to be migrated */

@media only screen and (min-width: 480px) and (max-width: 775px) {


.basic-page-title h1{
    font-size:14px;
    padding-left: 10px
}
.basic-container h2 {
    font-size: 22px;
    padding-right: 80px;
}
form {
    margin-left: 60px;
}
}

/* NEW Media Queries */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {


}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .editor-panel {
    padding-top: 70px;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}
