#header #logo h3,
#header #navbar ul.navigation,
#header #navbar .panel-activation,
#footer p {
  position: relative;
  top: 50%;
}

.button,.button-secondary {
  display: inline-block;
  padding: 7px 20px;
}

.button-small.button,.button-small.button-secondary {
  padding: 3px 10px;
  font-size: .9rem;
}

html,
body {
  height: 100%;
  background-color: #a2a6a9 !important;
}
body {
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-left: solid 1px #a2a6a9;
}
#sb-site {
  background: #a2a6a9 url("http://datachi.com/user/themes/antimatter/images/bg_modular.jpg") fixed bottom no-repeat !important;
  background-attachment: bottom !important;
  background-size: 80% !important;
  height: 100% !important;
  border-left: solid 1px #939393;
  padding: 0 1rem;
}

a {
  color: #0C5C35;
}
a:hover {
  color: black;
}
a:focus {
  outline: none !important;
}

b,strong,label,th {
  font-weight: normal;
}

#container {
  min-height: 100%;
  position: relative;
}

.fullwidth #body {
  padding-left: 0;
  padding-right: 0;
}

#body {
  padding: 9rem 0 2rem;
  box-sizing: border-box;
  height: 100%;
  min-height: 100%;
}

#body p {
  max-width: 66.6%;
  font-size: 0.93em;
  padding-bottom: 0.5rem;
}
#body p + p {
  margin-top: -1rem;
}
b, strong {
  font-weight: bold;
} 
#body ul {
  margin-left: 0;
  padding-left: 0;
}
#body li {
  list-style: none;
  padding-bottom: 0.5em;
}
.connect li a,
.connect li span {
  display: inline-block;
  padding-left: 1em;
}
iframe {
  border: 0;
}
iframe.bandcamp {
  margin: 0rem 0 0.5rem;
  width: 100%;
  height: 120px;
} 
iframe.bandcamp_big {
  margin: 0rem 0 0.5rem;
  width: 400px;
  height: 520px;
} 

.youtube iframe {
  margin: -0.5rem 0 2rem;
  width: 666px;
  height: 375px;
}
.photos img {
  width: 100%;
  margin-bottom: 1.666rem;
}
.connect br {
  display: none;
}


.panel-activation.sb-toggle-left.navbar-left.menu-btn.fa.fa-bars {
  /* hamburguesa */
  margin-top: -0.9rem;
}


.left {
  float: left;
}

.right {
  float: right;
}

.default-animation,#body,#header,#header #logo h3,.modular .showcase .button {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.padding-horiz,.fullwidth #header,.fullwidth #breadcrumbs,.fullwidth .blog-header,.fullwidth .blog-content-item,.fullwidth .content-wrapper,.fullwidth ul.pagination,.fullwidth #body > .modular-row,#body,#header,#footer {
  padding-left: 7rem;
  padding-right: 7rem;
}

@media only all and (max-width: 59.938em) {
  .padding-horiz,.fullwidth #header,.fullwidth #breadcrumbs,.fullwidth .blog-header,.fullwidth .blog-content-item,.fullwidth .content-wrapper,.fullwidth ul.pagination,.fullwidth #body > .modular-row,#body,#header,#footer {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media only all and (max-width: 47.938em) {
  .padding-horiz,.fullwidth #header,.fullwidth #breadcrumbs,.fullwidth .blog-header,.fullwidth .blog-content-item,.fullwidth .content-wrapper,.fullwidth ul.pagination,.fullwidth #body > .modular-row,#body,#header,#footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.padding-vert {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#header {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 9rem;
}

#header.scrolled {
  height: 3rem;
}

#header.scrolled #logo h3 {
  color: #222 !important;
  font-size: 1.6rem !important;
}

#header.scrolled #logo a,
#header.scrolled #navbar span {
  color: #222 !important;
}

#header.scrolled #navbar a {
  color: #0C5C35 !important;
}

#header.scrolled #navbar a:hover {
  color: #0C5C35 !important;
}

#header.scrolled #navbar a:before,
#header.scrolled #navbar a:after {
  background-color: #0C5C35 !important;
}

#header > .grid,
#header #logo,
#header #navbar {
  height: 100%;
}

#header #logo {
  float: left;
}

#header #logo h3 {
  font-size: 2rem;
  line-height: 2rem;
  margin: 0;
}

#header #navbar {
  font-size: .9rem;
}

#header #navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header #navbar ul.navigation {
  display: inline-block;
  float: right;
}

#header #navbar ul.navigation li {
  float: left;
  position: relative;
}

#header #navbar ul.navigation li a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  padding: .3rem 1.33rem;
  color: #666;
  font-size: 1.1em;
  letter-spacing: 0.02em;
}
#header #navbar ul.navigation li a:hover {
  color: #0C5C35;
}
#header #navbar ul.navigation li.active a {
  color: #0C5C35 !important;
  font-weight: bold;
}

#header #navbar ul.navigation li a:before,
#header #navbar ul.navigation li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

#header #navbar ul.navigation li ul {
  display: none;
  padding: 0;
}

#header #navbar ul.navigation li ul ul {
  left: 100%;
  top: 0;
}

#header #navbar ul.navigation li:hover > ul {
  display: block;
  position: absolute;
  width: 10rem;
}

#header #navbar ul.navigation li:hover li {
  float: none;
  margin: 0;
  padding: 0;
}

#header #navbar ul.navigation li:hover li a {
  padding: .5rem .8rem;
  display: block;
}

#header #navbar ul.navigation li:hover li a:before,#header #navbar ul.navigation li:hover li a:after {
  display: none;
}

#header #navbar ul.navigation li:hover li.active > a {
  background: #0C5C35;
  color: #fff;
}

@media only all and (max-width: 59.938em) {
  #header #navbar ul.navigation {
    display: none;
  }
}

#header #navbar .panel-activation {
  padding: 1rem;
  display: none;
  font-size: 1.8rem;
  cursor: pointer;
  float: right;
}

@media only all and (max-width: 59.938em) {
  #header #navbar .panel-activation {
    display: inline-block;
  }
}

.header-image.fullwidth #body {
  padding-left: 0;
  padding-right: 0;
}

.header-image.fullwidth #body > .listing-row {
  padding-left: 7rem;
  padding-right: 7rem;
}

.header-image .listing-row:last-child {
  margin-bottom: 2rem;
}

.header-image #body .flush-top {
  margin-top: -9.5rem;
  padding-top: 9rem;
}

.header-image #breadcrumbs {
  margin-top: 1rem;
}

.header-image #header {
  background-color: rgba(255,255,255,0);
  box-shadow: none;
}

.header-image #header #logo h3,.header-image #header #logo a {
  color: #FFF;
}

.header-image #header a,
.header-image #header .menu-btn {
  color: #FFF;
  background: gold !important;
}

.header-image #header a:before,
.header-image #header a:after {
  background-color: rgba(255,255,255,0.7) !important;
}

.header-image #header #navbar ul.navigation ul li a {
  color: #0C5C35;
}

.header-image #header #navbar ul.navigation ul li a:hover {
  color: #0e6e90;
}

#footer {
  position: absolute;
  background: #333;
  height: 6rem;
  right: 0;
  bottom: 0;
  left: 0;
  color: #999;
  text-align: center;
}

#footer a:hover {
  color: #fff;
}

#footer .totop {
  position: absolute;
  bottom: 5rem;
  text-align: center;
  left: 0;
  right: 0;
}

#footer .totop span {
  font-size: 1.7rem;
  line-height: 2.5rem;
  background: #333;
  width: 3rem;
  height: 2rem;
  border-radius: 3px;
  display: inline-block;
  text-align: top;
}

#footer p {
  margin: 0;
}

#footer p .fa {
  color: #fff;
}

html,body,button,input,select,textarea,.pure-g,.pure-g [class*="pure-u"] {
  font-family: "Helvetica Neue", Helvetica, Arial ,sans-serif;
  font-weight: normal;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.02em !important;
}

h1 {
  font-size: 1.666rem;
  text-align: left !important;
}
h2 {
  font-size: 1.333rem;
  text-align: left !important;
  color: #777;
}
.news h2 {
  font-size: 1rem;
  margin-bottom: -1rem;
}

h1 {
  text-align: center;
  letter-spacing: -3px;
}
h2 {
  letter-spacing: -3px;
}

hr {
  border-bottom: 4px solid #F0F2F4;
}

.page-title {
  margin-top: -25px;
  padding: 25px;
  float: left;
  clear: both;
  background: #0C5C35;
  color: #fff;
}

.label {
  vertical-align: middle;
  background: #0C5C35;
  border-radius: 100%;
  color: #fff;
  height: 1rem;
  min-width: 1rem;
  line-height: 1rem;
  display: inline-block;
  text-align: center;
  font-size: .7rem;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-right: .75rem;
}

fieldset {
  border: 1px solid #ddd;
}

textarea,input[type="email"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="url"],input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="time"],input[type="week"],select[multiple=multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.06);
}

textarea:hover,input[type="email"]:hover,input[type="number"]:hover,input[type="password"]:hover,input[type="search"]:hover,input[type="tel"]:hover,input[type="text"]:hover,input[type="url"]:hover,input[type="color"]:hover,input[type="date"]:hover,input[type="datetime"]:hover,input[type="datetime-local"]:hover,input[type="month"]:hover,input[type="time"]:hover,input[type="week"]:hover,select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}

textarea:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="text"]:focus,input[type="url"]:focus,input[type="color"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,select[multiple=multiple]:focus {
  border-color: #0C5C35;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.06),0 0 5px rgba(21,163,214,0.7);
}

.form-field .required {
  color: #F3443F;
  font-size: 3rem;
  line-height: 3rem;
  vertical-align: top;
  height: 1.5rem;
  display: inline-block;
}

form .buttons {
  text-align: center;
}

form input {
  font-weight: normal;
}

table {
  border: 1px solid #eaeaea;
  table-layout: auto;
}

th {
  background: #f7f7f7;
  padding: .5rem;
}

td {
  padding: .5rem;
  border: 1px solid #eaeaea;
}

.button {
  background: #fff;
  color: #0C5C35;
  border: 1px solid #0C5C35;
  border-radius: 3px;
}

.button:hover {
  background: #0C5C35;
  color: #fff;
}
.button:active {

}

.button-secondary {
  background: #fff;
  color: #F6635E;
  border: 1px solid #F6635E;
  border-radius: 3px;
}

.button-secondary:hover {
  background: #F6635E;
  color: #fff;
}

.button-secondary:active {
  box-shadow: 0 1px 0 #f32b24;
}

.bullets {
  margin: 1.7rem 0;
  margin-left: -.85rem;
  margin-right: -.85rem;
  overflow: auto;
}

.bullet {
  float: left;
  padding: 0 .85rem;
}

.two-column-bullet {
  width: 50%;
}

@media only all and (max-width: 47.938em) {
  .two-column-bullet {
    width: 100%;
  }
}

.three-column-bullet {
  width: 33.33333%;
}

@media only all and (max-width: 47.938em) {
  .three-column-bullet {
    width: 100%;
  }
}

.four-column-bullet {
  width: 25%;
}

@media only all and (max-width: 47.938em) {
  .four-column-bullet {
    width: 100%;
  }
}

.bullet-icon {
  float: left;
  background: #0C5C35;
  padding: .875rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1.75rem;
  text-align: center;
}

.bullet-icon-1 {
  background: #0C5C35;
}

.bullet-icon-2 {
  background: #1be9da;
}

.bullet-icon-3 {
  background: #d5e91b;
}

.bullet-content {
  margin-left: 4.55rem;
}

.sb-slidebar {
  background-color: #a2a6a9 !important;
  margin: -1px;
}

#panel {
  display: none
  padding-top: 1rem;
}

#panel .navigation {
  list-style: none;
  padding: 0;
}

#panel .navigation li {
  /* border-bottom: 1px solid #888; */
  text-align: center;
}

#panel .navigation li a {
  color: #666;
  display: block;
  padding: .5rem 1rem;
  font-weight: normal;
}

#panel .navigation li a:hover,
#panel .navigation li a:focus {
  color: #0C5C35 !important;
  background: transparent;
}

#panel .navigation li a:last-child {
  border-bottom: 0;
}

#panel .navigation li.active > a {
  color: #0C5C35 !important;
  font-weight: bold;
}
#panel .navigation li.active > a:hover {
  color: #0C5C35 !important;
}

#panel .navigation li:first-child {
  /* border-top: 1px solid #888; */
}

#panel .navigation li ul {
  list-style: none;
  padding: 0;
}

#panel .navigation li ul li {
  border: 0 !important;
}

#panel .navigation li ul li a {
  color: #0C5C35;
  padding: .2rem 1rem .2rem 2rem;
  font-size: .9rem;
}

#panel .navigation li ul li li a {
  padding-left: 3rem;
}

#panel .navigation li ul li li a li a {
  padding-left: 4rem;
}

#panel .navigation li ul li.active > a {
  background: transparent;
}

.blog-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.blog-header.blog-header-image {
  background-size: cover;
  background-position: center;
}

.blog-header.blog-header-image h1,.blog-header.blog-header-image h2 {
  color: #FFF;
}

.blog-header h1 {
  font-size: 4rem;
  margin-top: 0;
}

@media only all and (min-width: 48em) and (max-width: 59.938em) {
  .blog-header h1 {
    font-size: 3rem;
  }
}

@media only all and (max-width: 47.938em) {
  .blog-header h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 2.5rem;
  }
}

.blog-header + .blog-content {
  padding-top: 3rem;
}

.list-item {
  border-bottom: 1px solid #EEE;
  margin-bottom: 3rem;
}

.list-item:last-child {
  border-bottom: 0;
}

.list-item .list-blog-header {
  position: relative;
}

.list-item .list-blog-header h4 {
  margin-bottom: .5rem;
}

.list-item .list-blog-header h4 a {
  color: #222;
}

.list-item .list-blog-header h4 a:hover {
  color: #0C5C35;
}

.list-item .list-blog-header img {
  display: block;
  margin-top: 1rem;
  border-radius: 3px;
}

.list-item .list-blog-date {
  float: right;
  text-align: center;
}

.list-item .list-blog-date span {
  display: block;
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 110%;
}

.list-item .list-blog-date em {
  display: block;
  border-top: 1px solid #EEE;
  font-style: normal;
  text-transform: uppercase;
}

.blog-content-item .list-blog-padding > p:nth-child(2) {
  font-size: 1.2rem;
}

.tags a {
  display: inline-block;
  font-size: .8rem;
  border: 1px solid #0C5C35;
  border-radius: 3px;
  padding: .1rem .4rem;
  margin-bottom: .2rem;
  text-transform: uppercase;
}

.archives,.related-pages {
  padding: 0;
  list-style: none;
}

.archives li,.related-pages li {
  border-bottom: 1px solid #EEE;
  line-height: 2rem;
}

.archives li:last-child,.related-pages li:last-child {
  border-bottom: 0;
}

.related-pages li a {
  display: block;
}

.related-pages .score {
  display: block;
  float: right;
  color: #999;
  font-size: 85%;
}

.syndicate a {
  margin-bottom: 1rem;
}

div#breadcrumbs {
  padding-left: 0;
}

@media only all and (max-width: 47.938em) {
  div#breadcrumbs {
    display: none;
  }
}

#sidebar {
  padding-left: 3rem;
}

@media only all and (max-width: 47.938em) {
  #sidebar {
    padding-left: 0;
  }
}

#sidebar .sidebar-content {
  margin-bottom: 3rem;
}

#sidebar .sidebar-content h4 {
  margin-bottom: 1rem;
}

#sidebar .sidebar-content p,#sidebar .sidebar-content ul {
  margin-top: 1rem;
}

ul.pagination {
  margin: 0 0 3rem;
  text-align: center;
}

.prev-next {
  margin-top: 5rem;
  text-align: center;
}

#error {
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 6rem;
}

#error h1 {
  font-size: 1.5rem;
}

#error p {
  margin: 1rem 0;
}

.simplesearch h1 {
  margin-bottom: 0;
}

.simplesearch .center {
  text-align: center;
}

.simplesearch input {
  display: inline-block;
  max-width: 30rem;
  font-size: 2rem;
}

.simplesearch .search-image {
  margin-top: 1rem;
}

.simplesearch .search-image img {
  border-radius: 4px;
}

@media only all and (max-width: 47.938em) {
  .simplesearch .search-image img {
    display: none;
  }
}

@media only all and (max-width: 47.938em) {
  .simplesearch .search-item {
    margin-left: 0;
  }
}

.simplesearch .search-details {
  float: right;
  margin-top: -2.5rem;
  font-weight: normal;
  font-size: 1rem;
  color: #777;
}

@media only all and (max-width: 47.938em) {
  .simplesearch .search-details {
    float: none;
    margin-top: -.2rem;
    margin-bottom: 1rem;
  }
}

.simplesearch hr {
  border-bottom: 1px solid #eee;
}

.grav-lightslider .lSSlideOuter .lSPager.lSpg > li a {
  z-index: 1;
}

#body > script:first-child + .grav-lightslider {
  margin-top: -3rem;
}

.modular.header-image #header {
  background-color: rgba(255,255,255,0);
  box-shadow: none;
}

.modular.header-image #header #logo h3 {
  color: #FFF;
}

.modular.header-image #header #navbar a {
  color: #FFF;
}

.modular .showcase {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #666;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #FFF;
}

.modular .showcase h1 {
  font-size: 4rem;
  margin-top: 0;
}

@media only all and (min-width: 48em) and (max-width: 59.938em) {
  .modular .showcase h1 {
    font-size: 3rem;
  }
}

@media only all and (max-width: 47.938em) {
  .modular .showcase h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 2.5rem;
  }
}

.modular .showcase .button {
  color: #FFF;
  padding: .7rem 2rem;
  margin-top: 2rem;
  background: rgba(255,255,255,0);
  border: 1px solid #FFF;
  border-radius: 3px;
  box-shadow: none;
  font-size: 1.3rem;
}

.modular .showcase .button:hover {
  background: rgba(255,255,255,0.2);
}

.modular .features {
  padding: 6rem 0;
  text-align: center;
}

.modular .features:after {
  content: "";
  display: table;
  clear: both;
}

.modular .features h2 {
  margin: 0;
  line-height: 100%;
}

.modular .features p {
  margin: 1rem 0;
  font-size: 1.2rem;
}

@media only all and (max-width: 47.938em) {
  .modular .features p {
    font-size: 1rem;
  }
}

.modular .features .feature-items {
  margin-top: 2rem;
}

@supports not (flex-wrap: wrap) {
  .modularfeaturesfeature-itemsoverflow: hidden;
}  
}

.modular .features .feature {
  display: block;
  float: left;
  width: 25%;
  vertical-align: top;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media only all and (min-width: 30.063em) and (max-width: 47.938em) {
  .modular .features .feature {
    margin-top: 1rem;
    width: 50%;
  }
}

@media only all and (max-width: 30em) {
  .modular .features .feature {
    margin-top: 1rem;
    width: 100%;
  }
}

.modular .features .feature i.fa {
  font-size: 2rem;
  color: #0C5C35;
}

.modular .features .feature h4 {
  margin: 0;
  font-size: 1.1rem;
}

.modular .features .feature p {
  display: inline-block;
  font-size: 1rem;
  margin: .2rem 0 1rem;
}

.modular .features.big {
  text-align: center;
}

.modular .features.big .feature {
  width: 50%;
}

@media only all and (max-width: 30em) {
  .modular .features.big .feature {
    margin-top: 1rem;
    width: 100%;
  }
}

.modular .features.big i.fa {
  font-size: 3rem;
  float: left;
}

.modular .features.big .feature-content {
  padding-right: 2rem;
}

.modular .features.big .feature-content.icon-offset {
  margin-left: 5rem;
}

.modular .features.big .feature-content h4 {
  font-size: 1.3rem;
  text-align: left;
}

.modular .features.big .feature-content p {
  padding: 0;
  text-align: left;
}

.callout {
  background: #f6f6f6;
  padding: 6rem .938rem;
}

@media only all and (max-width: 59.938em) {
  .callout {
    text-align: center;
  }
}

.callout .align-left {
  float: left;
  margin-right: 2rem;
}

@media only all and (max-width: 59.938em) {
  .callout .align-left {
    float: none;
    margin-right: 0;
  }
}

.callout .align-right {
  float: right;
  margin-left: 2rem;
}

@media only all and (max-width: 59.938em) {
  .callout .align-right {
    float: none;
    margin-left: 0;
  }
}

.callout img {
  border-radius: 3px;
}

.modular .modular-row:last-child {
  margin-bottom: 2rem;
}

}

/* media queries */

@media all 
and (min-device-width: 320px) 
and (max-device-width: 667px) {
  #sb-site {
    background-color: #a2a6a9 !important;
    background-image: none !important;
  }
  #header {
    height: 4rem;
    position: fixed !important;
  }
  .panel-activation.sb-toggle-left.navbar-left.menu-btn.fa.fa-bars {
    margin-right: -1rem;
  }
  #body {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
  #body p {
    max-width: 100%;
    font-size: 0.75em;
  }
  #body p + p {
    margin-top: -1rem;
  }
  h1 {
    font-size: 1.333rem;
    margin-bottom: 1rem;
  }
  h1 + p {
    margin-top: 0.5rem;
  }
  h2 {
    font-size: 1rem;
  }
  .arrow {
    display: none;
  }
  iframe.bandcamp {
    margin: 0 0 0 0;
  } 
  iframe.bandcamp_big {
    width: 286px;
    height: 420px;
  } 

  .youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin: -1em 0 1em;
    height: 0; 
    overflow: hidden;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #body li {
    padding-bottom: 1.333em;
  }
  .connect li b {
    font-size: 0.8rem;
  }
  .connect li a,
  .connect li span {
    padding-left: 0;
  }
  .connect br {
    display: block;
  }
}

@media all 
and (min-device-width: 414px) 
and (max-device-width: 736px) {
  iframe.bandcamp_big {
    width: 380px;
    height: 500px;
  } 
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
  #body p {
    max-width: 80%;
  }
  #body p + p {
    margin-top: -1rem;
  }
  iframe.bandcamp_big {
    width: 500px;
    height: 666px;
  } 
}


