/* =============================================================


MOBILE/DEFAULT


============================================================= */

body {
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  color: #000;
}

body.no-sidebar article {
  float: none;
  width: 100%;
}

body.no-sidebar aside {
  display: none;
}

.orange-button {
  background: none;
  border: 2px solid #ff6c00;
  color: #ff6c00;
  padding: 10px;
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}

.orange-button:hover {
  text-decoration: none;
  color: #FFF;
  background: #ff6c00;
  opacity: 1;
}

h1,h2,h3,h4 {
  font-family: 'Raleway', sans-serif;
}

h1 {
  display: block;
  font-weight: 500;
  font-size: 28px;
  text-align: left;
  margin: 0px 0px 20px 0px;
  line-height: 1em;
}

a {
  font-weight: normal;
  color: #ff6c00;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  font-weight: normal;
  text-decoration: underline;
  color: #ff6c00;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header {}

main, article, aside, footer {
  box-sizing: border-box; 
  position: relative;
}

main {
  margin: 20px;
}

article {
  background: #FFF;
  opacity: .85;
  padding: 60px;
}

/* =============================================================


TABLET


============================================================= */

@media only screen and (min-width: 650px) {

main {
  margin: 80px;
}

article {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
}

aside {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 50%;
}

/* =============================================================


DESKTOP


============================================================= */


@media only screen and (min-width: 960px) {

}
