﻿
@charset "UTF-8";

/*Colors and fonts*/
/*#TODO: set images size*/

/*Generic styles*/

/*ID's*/
#main-section {
  margin: 80px auto 0 auto;
  max-width: 1200px;
  width: 100%;
}

#main-footer {
  height: 150px;
}

/*Classes*/
.mainsection-artcls {
  height: 600px;
  margin: 0 0 60px 0;
  width: 1200px;
}

/*Elements*/

@media screen and (max-width: 1220px) {
  /*ID's*/

  /*Classes*/
  .mainsection-artcls {
    margin: 0 0 0 0;
    width: 100%;
  }

  /*Elements*/
}
