body {
  background-color: #aaaaaa;
  padding: 0 !important;
  font-family: Arial, Verdana, Helvetica;
}

@media only screen and (width >= 1100px) {

.page {
  width: 70%;
  height: 100%;
  max-width: 900px;
  background-color: #888888;
  padding: 25px;
  margin: 0 auto 20px auto;
}

.content {
  width: 100%;
  background-color: #eeeeee;
  padding: 0 0 40px 0;
  margin: 0 auto 0 auto;
  min-height: 500px;
}

.roundedCorner {
  border-radius: 160px 0 0 0;
}

.header {
  width: 100%;
  height: 320px;
  background-color: #ffffff;
  padding: 10px;
  margin: 0 auto 0 auto;
  border-radius: 160px 0 0 160px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

div.headerPhoto {
  height: 300px;
  width: 300px;
  border-radius: 150px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: left;
}

img.headerPhoto {
  width: 300px;
  margin-top: -20px;
}

img.horizontal {
  height: 300px;
  width: auto;
  margin-top: 0;
  margin-left: -170px;
}

img#concert {
  width: 330px;
  margin-left: -30px;
  margin-top: -80px;
}

div.headerTextContainer {
  float: right;
  display: flex;
  height: 100%;
}

div.headerText {
  margin: 0;
  padding: 0 80px 20px 0;
  float: right;
  text-align: right;
  align-self: flex-end;
}

div.mainHeader {
  font-size: 4em;
  margin-bottom: 40px;
}

div.subHeader {
  font-size: 2em;
}

div.contacts {
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  margin-top: 10px;
}

div.contacts div {
  display: inline-block;
  margin: 0 10px 0 10px;
  text-align: left;
}

div.contactsIcon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background-color: #ffd966;
  padding: 8px;
  vertical-align: middle;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

img.contactsIcon {
  height: 24px;
  width: 24px;
}

.article {
  width: 100%;
  font-size: 1.5em;
  padding: 40px 40px 0 40px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.article p {
  text-align: justify;
  text-indent: 1em;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

h2 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

}

@media only screen and (width < 1100px) and (width > 768px) {

.page {
  width: 70%;
  height: 100%;
  min-width: 600px;
  background-color: #888888;
  padding: 25px;
  margin: 0 auto 20px auto;
}

.content {
  width: 100%;
  background-color: #eeeeee;
  padding: 0 0 20px 0;
  margin: 0 auto 0 auto;
  min-height: 400px;
}

.roundedCorner {
  border-radius: 80px 0 0 0;
}

.header {
  width: 100%;
  height: 160px;
  background-color: #ffffff;
  padding: 5px;
  margin: 0 auto 0 auto;
  border-radius: 80px 0 0 80px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

div.headerPhoto {
  height: 150px;
  width: 150px;
  border-radius: 75px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: left;
}

img.headerPhoto {
  width: 150px;
  margin-top: -10px;
}

img.horizontal {
  height: 150px;
  width: auto;
  margin-top: 0;
  margin-left: -85px;
}

img#concert {
  width: 165px;
  margin-left: -15px;
  margin-top: -40px;
}

div.headerTextContainer {
  float: right;
  display: flex;
  height: 100%;
}

div.headerText {
  margin: 0;
  padding: 0 40px 10px 0;
  float: right;
  text-align: right;
  align-self: flex-end;
}

div.mainHeader {
  font-size: 2em;
  margin-bottom: 20px;
}

div.subHeader {
  font-size: 1em;
}

div.contacts {
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  margin-top: 5px;
}

div.contacts div {
  display: inline-block;
  margin: 0 5px 0 5px;
  text-align: left;
}

div.contactsIcon {
  height: 30px;
  width: 30px;
  border-radius: 15px;
  background-color: #ffd966;
  padding: 6px 0 0 5px;
  vertical-align: middle;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

img.contactsIcon {
  height: 18px;
  width: 18px;
}

.article {
  width: 100%;
  font-size: 1.2em;
  padding: 20px 20px 0 20px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.article p {
  text-align: justify;
  text-indent: 1em;
}

h1 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

h2 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

}

@media only screen and (width < 768px) {

.page {
  width: 99%;
  height: 100%;
  background-color: #888888;
  padding: 10px;
  margin: 0 auto 10px auto;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.content {
  width: 100%;
  background-color: #eeeeee;
  padding: 0 0 10px 0;
  margin: 0 auto 0 auto;
  min-height: 300px;
}

.roundedCorner {
  border-radius: 60px 0 0 0;
}

.header {
  width: 100%;
  height: 120px;
  background-color: #ffffff;
  padding: 5px;
  margin: 0 auto 0 auto;
  border-radius: 60px 0 0 60px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

div.headerPhoto {
  height: 110px;
  width: 110px;
  border-radius: 55px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: left;
}

img.headerPhoto {
  width: 110px;
  margin-top: -10px;
}

img.horizontal {
  height: 110px;
  width: auto;
  margin-top: 0;
  margin-left: -60px;
}

img#concert {
  width: 115px;
  margin-left: -5px;
  margin-top: -35px;
}

div.headerTextContainer {
  float: right;
  display: flex;
  height: 100%;
}

div.headerText {
  margin: 0;
  padding: 0 20px 10px 0;
  float: right;
  text-align: right;
  align-self: flex-end;
}

div.mainHeader {
  font-size: 1.4em;
  margin-bottom: 10px;
}

div.subHeader {
  font-size: 1em;
}

div.contacts {
  width: 100%;
  text-align: center;
  font-size: 1.0em;
  margin-top: 5px;
}

div.contacts div {
  display: inline-block;
  margin: 0 5px 0 5px;
  text-align: left;
}

div.contactsIcon {
  height: 24px;
  width: 24px;
  border-radius: 12px;
  background-color: #ffd966;
  padding: 4px 0 0 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

img.contactsIcon {
  height: 14px;
  width: 14px;
}

.article {
  width: 100%;
  font-size: 1.0em;
  padding: 20px 20px 0 20px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.article p {
  text-align: justify;
  text-indent: 1em;
}

h1 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

h2 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

}

.article ul {
  margin-left: -1.7em;
  text-align: justify;
}
