@font-face {
  font-family: Droid Sans; 
    src: url('../fonts/DroidSans-webfont.woff');
} 

@font-face {
  font-family: News Cycle; 
    src: url('../fonts/NewsCycle-Regular.ttf');
} 

@font-face {
  font-family: Helvetica;
    src: url('../fonts/HelveticaRegular.woff');
}

html {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

body {
  font: normal .80em 'Droid Sans', arial, sans-serif;
  line-height: 1.7em;
  background: #F8F8F8;
  color: #000;
  height: 100%;
}

p {
  padding: 0 0 7px 0;
  line-height: 1.7em;
  max-height: 999999px;  /* Workaround to disable text autosizing on Chrome for Android */
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  letter-spacing: 0em;
  padding: 0 0 5px 0;
}

h1, h2, h3 {
  font: normal 140% 'News Cycle', arial;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
}

h2 {
  font-size: 160%;
  padding: 9px 0 5px 0;
}

h3 {
  font-weight: bold;
  font-size: 130%;
  padding: 5px 0 0 0;
}

h4 {
  font: bold 140% 'Droid Sans', arial;
  line-height: 1.5em;
  color: #353535;
  padding: 5px 0 0 0;
  margin: 0 0 15px 0;
}

h6 {
  padding: 5px 0 5px 0;
  font: normal 120% 'Droid Sans', arial, sans-serif;
}

h5, h6 {
  font: italic 100% 'Droid Sans', arial;
  padding: 0 0 15px 0;
}

h6 {
  font: normal 100% 'Droid Sans', arial;
}

h1 small {
  color: #000;
  font-size: 60%;
}

a {
  font-weight: inherit;
}

a {
  outline: none;
  text-decoration: none;
  color: #353535;
  font-weight: bolder;
}

strong {
  color: #353535;
}

sup {
  font-size: 0.83em;
  vertical-align: super;
  line-height: 0;
}

a:hover {
  outline: none;
  text-decoration: none;
  color: #707070;
  font-weight: bold;
}

/* for piano menu */
h4 a:hover {
  outline: none;
  text-decoration: none;
  color: #6e6459;
  font-weight: bold;
}

/* for blog posts */
a h4:hover {
  outline: none;
  text-decoration: none;
  color: #707070;
  font-weight: bold;
}

blockquote {
  margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;
}

ul li {
  line-height: 1.5em;
}

ol {
  margin: 8px 0 22px 20px;
}

ol li {
  margin: 0 0 11px 0;
}

small {
  color: #777777;
}

.left {
  float: left;
  width: auto;
  margin-right: 10px;
}

@media only screen and (max-device-width: 480px) {
  .left {
  margin-right: 0;
  }
}

.right {
  float: right; 
  width: auto;
  margin-left: 10px;
}

@media only screen and (max-device-width: 480px) {
  .right {
    margin-left: 0;
  }
}

.center {
  display: block;
  text-align: center;
  margin: 20px auto;
}

#homepage {
  height: 100%;
  position: relative;
  background: #1D1D1D url(../photos/home/dubov-background.jpg) no-repeat; 
  background-position: top left 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#homepage_content_outer {
  display: table;
  float: right;
  width: 45%;
  height: 100%;
}

@media only screen and (max-device-width: 800px) {
  #homepage_content_outer {
    width: 100%;
  }
}

#homepage_content_middle {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 50% 0;
}

@media only screen and (max-device-width: 800px) {
  #homepage_content_middle {
    padding: 0 0 0 0;
  }
}

#homepage_content_inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#main {
  min-height: 100%;
  position: relative;
}

#main, #container, #site_content, footer {
  margin-left: auto; 
  margin-right: auto;
}

#main {
  background: transparent;
}

header {
  background: #F6FCFF url(../images/header.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 130px;
}

@media only screen and (max-device-width: 480px) {
  header {
    height: 125px;
  }
}

header.homepage {
  position: absolute;
  background: transparent;
  height: 40px;
}

#logo {
  width: 60%;
  height: 130px;
  background: transparent;
  color: #888;
  padding: 0 0 0 125px;
}

@media only screen and (max-device-width: 480px) {
  #logo {
    height: 125px;
    padding: 0 0 0 120px;
  }
}

#logo #logo_text {
  width: 100%;
  left: 0;
  padding: 0 20px 20px 20px;
}

@media only screen and (max-device-width: 480px) {
  #logo #logo_text {
    padding: 5px 0 20px 0;
  }
}

#logo h1, #logo h2 {
  font: normal 200% 'News Cycle', arial, sans-serif;
  border-bottom: 0;
  text-transform: none;
  margin: 0;
}

@media only screen and (max-device-width: 480px) {
  #logo h1, #logo h2 {
    font-size: 180%;
  }
}

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover {
  padding: 0;
  margin: 0 0 -5px 0;
  color: #FFF;
  text-decoration: none;
  letter-spacing: 1px;
}

#logo_text h1 a .logo_colour {
  font: 150% 'News Cycle', arial, sans-serif;
  font-weight: bold;
  text-shadow: #000 0px 0px 2px, #000 0px 0px 2px,
      #000 0px 0px 2px, #000 0px 0px 2px,
      #000 0px 0px 2px, #000 0px 0px 2px,
      #000 0px 0px 2px, #000 0px 0px 2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  color: #F9F9F1;
}

#logo_text a:hover .logo_colour {
  color: #FFF;
}

#logo_text h2 {
  font-size: 135%;
  font-weight: bold;
  text-decoration: none;
  text-shadow: #000 0px 0px 2px, #000 0px 0px 2px,
      #000 0px 0px 2px, #000 0px 0px 2px,
      #000 0px 0px 2px, #000 0px 0px 2px,
      #000 0px 0px 2px, #000 0px 0px 2px;
  -webkit-font-smoothing: antialiased;
  padding: 0 0 0 0;
  color: #EFEBDB;
}

@media only screen and (max-device-width: 480px) {
  #logo_text h2 {
    font-size: 120%;
  }
}

#logo_pic span img {
  height: 80px;
  width: auto;
  padding: 5px 0 0 30px;
}

@media only screen and (max-device-width: 480px) {
  #logo_pic span img {
    padding: 5px 0 0 15px;
  }
}

nav {
  height: 37px;
  margin: -37px auto 0 auto;
  color: #fef4e9;
  background: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-device-width: 480px) {
  nav {
    height: 32px;
    margin: -32px auto 0 auto;
    font-size: 80%;
  }
}

header.homepage nav {
  margin: 0;
}

#menu_container {
  width: 85%;
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

@media only screen and (max-device-width: 480px) {
  #menu_container {
    width: 95%;
  }
}

#home_text {
  padding: 80px 0 0 0
}

#home_text h1 {
  font: 400% 'Droid Sans', arial, sans-serif;
  font-weight: bold;
  text-shadow: #000 0px 0px 2px, #000 0px 0px 2px,
      #000 0px 0px 2px, #000 0px 0px 2px,
      #000 0px 0px 2px, #000 0px 0px 2px,
      #000 0px 0px 2px, #000 0px 0px 2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  padding: 10px 0 0 0;
  color: #999;
}

#home_text h2 {
  font: 150% 'Droid Sans', arial, sans-serif;
  font-weight: bold;
  text-shadow: #000 0px 0px 1px;
  -webkit-font-smoothing: antialiased;
  text-decoration: underline;
  padding: 50px 0 0 0;
  color: #111;
}

#site_content {
  width: 85%;
  max-width: 1150px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto 0 auto;
}

@media only screen and (max-device-width: 480px) {
  #site_content {
    width: 94%;
  }
}

#site_content.homepage {
  width: 90%;
  max-width: 1200px;
}

.content h1 {
  padding: 0;
  font: 200% 'News Cycle', arial, sans-serif;
  margin: 0 0px;
}

.content h2 {
  font-weight: bold;
}

hr {
  margin: 0 0 20px 0;
  color: #BBBBBB;
}

.content_item {
  padding: 15px 0;
}

.content {
  text-align: justify;
  width: 100%;
  margin: 0 0 15px 0;
  float: left;
  font-size: 110%;
  padding: 8px 0 90px 0;
}
  
.content ul {
  list-style: none;
  text-indent: -1.2em;
  margin-bottom: 5px;
}

.content ul li {
  line-height: 1.5em;
  padding: 2px 0 0 0;
}

.content ul li:before {
    content: "▸";
    display: block;
    float: left;
    width: 1.2em;
}

.content ul li span {
  position: relative;
  top: 1px;
}

#footer-homepage {
  clear: both;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #FFF;
  background: rgba(0, 0, 0, 0.6);
}

#footer-homepage p a.icon {
  padding: 0px 3px 0 3px;
}

#footer-homepage p {
  padding: 0;
}

#footer-homepage p a.icon img {
    padding: 8px 0 0 0;
    height: 26px;
    width: auto;
}

footer {
  clear: both;
  position: absolute;
  font: 100% 'Droid Sans', arial, sans-serif;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 20px 0 5px 0;
  text-align: center; 
  background: #272727;
  color: #FFF;
  margin-bottom: -40px;
  border-top: 6px solid #999999;
}

footer p {
  line-height: 1.2em;
  max-height: 999999px;  /* Workaround to disable text autosizing on Chrome for Android */
  padding: 0 0 10px 0;
}

footer a {
  color: #FFF;
  text-decoration: none;
}

footer a:hover {
  color: #FFF;
  text-decoration: underline;
}

footer p a.icon {
  padding: 0px 3px 6px 3px;
}

footer p a.icon img {
    height: 26px;
    width: auto;
}

.form_settings {
  margin: 15px 0 0 0;
}

.form_settings p {
  padding: 0 0 4px 0;
}

.form_settings span {
  float: left; 
  width: 200px; 
  text-align: left;
}
  
.form_settings input, .form_settings textarea {
  padding: 5px; 
  width: 299px; 
  font: 100% 'Droid Sans', arial; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
}
  
.form_settings .submit {
  font: 100% 'Droid Sans', arial; 
  border: 0; 
  width: 99px; 
  margin: 0 0 0 212px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #1A1225; 
  color: #FFF;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
}

.form_settings textarea, .form_settings select {
  font: 100% 'Droid Sans', arial; 
  width: 299px;
}

.form_settings select {
  width: 310px;
}

.form_settings .checkbox {
  margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;
}

.separator {
  width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;
}

.outlined_logo {
  font: 700% 'News Cycle', arial, sans-serif;
  font-weight: bold;
  text-shadow: #330 0px 0px 6px, #330 0px 0px 6px,
      #330 0px 0px 6px, #330 0px 0px 6px,
      #330 0px 0px 6px, #330 0px 0px 6px,
      #330 0px 0px 6px, #330 0px 0px 6px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  text-align: center;
  margin: 0px;
  letter-spacing: 2px;
  color: #F9F9F9;
}

.outlined_text {
  font-size: 190%;
  text-shadow: #330 0px 0px 5px, #330 0px 0px 5px,
      #330 0px 0px 5px, #330 0px 0px 5px,
      #330 0px 0px 5px, #330 0px 0px 5px,
      #330 0px 0px 5px, #330 0px 0px 5px;
  text-decoration: none;
  color: #F9F9F9;
}

@media only screen and (max-device-width: 480px) {
  .outlined_logo {
    font-size: 400%;
  }
  .outlined_text {
    font-size: 140%;
  }
}

img.thumbnail:hover {
  opacity: 0.7;
  cursor: pointer;
}

img.piano-bio-thumbnail {
  width: 300px;
  height: auto;
  padding: 5px 0 0 0;
}

@media only screen and (max-device-width: 480px) {
  img.piano-bio-thumbnail {
    width: 100%;
    padding: 5px 0 5px 0;
  }
}

img.youtube-thumb:hover {
  opacity: 0.8;
  cursor: pointer;
}

table {
  margin: 10px 0 30px 0;
  width: 100%;
  border-spacing: 0;
}

table tr th, table tr td {
  background: #EEE;
  color: #47433F;
  padding: 8px 8px 4px 8px;
  text-align: left;
  text-shadow: none;
  line-height: 1.2em;
}
  
table tr td {
  border-top: 1px solid #BBBBBB;
}

table tr td img.concert_photo {
  margin: -0.5px 0 -3.5px 0;
  width: 100%;
}

table tr td img.camera_icon {
  height: 11px;
  width: auto;
  padding: 0 0 0 5px;
}

table tr td img.programme_icon {
  height: 18px;
  width: auto;
  padding: 7px 0 0 0;
}

table tr td h4 {
  vertical-align: middle;
  padding: 15px 0 0 0;
}

#video_table tr td {
  border-top: 0;
  text-align: center;
  vertical-align: top;
}

#photos_table tr td {
  border-top: 0;
  text-align: center;
  vertical-align: top;
}

table tr.last td {
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
}

table tr.upcoming_recital {
  height: 100px;
}

/* Schedule columns & styles */

col.first {
  width: 25%;
}
col.second {
  width: 53%;
}
col.third {
  width: 22%;
}

@media only screen and (max-device-width: 1200px) {
  col.first {
    width: 35%;
  }
  col.second {
    width: 65%;
  }
  col.third {
    width: 0%;
  }
}

@media only screen and (max-device-width: 480px) {
  .mobile-no-break { display: none; }
}

@media only screen and (max-device-width: 1100px) {
  .tablet-no-break { display: none; }
}

p.concert-piece {
  line-height: 1.2em;
  padding-bottom: 2px;
}

@media only screen and (max-device-width: 1100px) {
  p.concert-piece { padding-bottom: 7px; }
}

div.schedule_years {
  text-align: center;
}

@media only screen and (max-device-width: 1100px) {
  div.schedule_years.upper { display: none; }
}


/* Menu */

ul.sf-menu, ul.sf-menu * {
  margin: 0;
  padding: 0;
}

ul.sf-menu {
  display: block;
  position: relative;
}
  
ul.sf-menu li {
  display: block;
  list-style: none;
  float: left;
  position: relative;
}
  
ul.sf-menu li:hover {
  visibility: inherit; /* fixes IE7 'sticky bug' */ 
}

ul.sf-menu a {
  display: block;
  position: relative;
}

/* Theming the menu */
ul#nav {
  float: left;
}

ul#nav li a {
  padding: 2px 23px 2px 17px;
  font: 150% 'News Cycle', arial, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px #292929;
  text-decoration: none;
  color: #F5F5F5;
  margin-right: 2px;
}

@media only screen and (max-device-width: 480px) {
  ul#nav li a {
    padding: 3px 7px 2px 7px;
  }
}

ul#nav li a:hover,ul#nav li a:focus {
  color: #ded4c9;
  text-decoration: none;
}


.youtube-block-intro {
  text-align: center;
  width: 85%;
  margin: auto;
  line-height: 1.2em;
}

.youtube-block {
  display: table;
  table-layout: fixed;
  background: #F4F4F4;
  width: 100%;
  margin: 10px 0 30px 0;
}

.youtube-row {
  display: table-row;
}

.youtube-cell {
  display: table-cell;
  padding: 20px 20px 10px 20px;
}

@media only screen and (max-device-width: 1200px) {
  .youtube-cell {
    padding: 2px 2px 1px 2px;
  }
}

.youtube-parent {
}

.youtube-container {
  margin: auto;
  display: block;
  width: 90%;
}

@media only screen and (max-device-width: 1200px) {
  .youtube-container {
    width: 100%;
  }

  .youtube-block {
    display: block;
    table-layout: none;
  }
  .youtube-row {
    display: block;
  }
  .youtube-cell {
    display: block;
  }
  .youtube-container {
    max-width: 100%;
  }
}

.youtube-player {
  display: block;
  width: 100%;
  /* assuming that the video has a 16:9 ratio */
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: hand;
  cursor: pointer;
  display: block;
}

.youtube-caption {
  text-align: center;
  font-size: 110%;
  padding: 10px 0 0 0;
}
.youtube-caption p {
  line-height: 140%;
  margin: 0 0 8px 0;
}

img.youtube-thumb {
  bottom: 0;
  display: block;
  left: 0;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: auto
}

div.play-button {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url(../images/youtube_play.png) no-repeat;
}

#youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}



#normal2, #normal3, #normal4 {
  display: none;
}
#gallery {
  margin: 0 auto;
}
#bigimages {
  height: 500px;
  float: center;
}
#thumbs {
  margin: 0px auto 10px auto;
  text-align: center;
  width: 250px;
    float: right;
}
#thumbs img {
  width: 100px;
  height: 100px;
}
#bigimages img {
  border: 1px solid #555;
  margin-top: 5px;
  height: 420px;
  float: center;
}
#thumbs a:link, #thumbs a:visited {
  width: 100px;
  height: 100px;
  border: 2px solid #555;
  margin: 6px;
  float: left;
}
#thumbs a:hover {
  border: 2px solid #888;
}

div.credit {
    margin: -2px 0 6px 0;
    font-size: 10px;
    font-style: italic;
    color: #999;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 70%;
}

/* Add Animation - Zoom in the Modal */
.modal-content { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

/* tell the container's children to float left: */
.float-my-children > * {
    float:left;
    margin-right:5px;
}

/* this is called a clearfix. it makes sure that the container's children floats are cleared, without using extra markup */

.clearfix {
    *zoom:1 /* for IE */
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* end clearfix*/

.post_preview {
    float: left;
    display: block;
    width: 100%;
}

.post_preview img {
    width: 240px;
    height: auto;
    margin: 1px 0 -4px 0;
}

@media only screen and (max-device-width: 480px) {
  .post_preview img {
      width: 100%;
      padding: 4px 0 10px 0;
  }
}

.post_preview h4 {
    font-size: 160%;
    margin: 5px 0 10px 0;
}

.post_preview img:hover {
    opacity: 0.7;
}

span.hidden-placeholder {
    visibility: hidden;
}

@media only screen and (max-device-width: 1100px) {
  span.hidden-placeholder {
      display: none;
  }
}

@media only screen and (max-device-width: 480px) {
  .blog_image {
      width: 100% !important;
      margin: 5px 0px 5px 0px !important;
  }

  .blog_image img {
      width: 100% !important;
  }
}

/* Resume */

.clear {clear: both;}

#cv {
    width: 95%;
    max-width: 900px;
    background: #f3f3f3;
    margin: 30px auto;
}

.mainDetails {
    padding: 25px 35px;
    border-bottom: 2px solid #cf8a05;
    background: #ededed;
}

#name h1 {
    font-size: 2.5em;
    font-weight: 700;
    padding-top: 5px;
    margin-bottom: -12px;
}

#name h2 {
    font-size: 1.5em;
    margin-left: 2px;
}

#mainArea {
    padding: 0 40px;
}

#headshot {
    width: 12.5%;
    float: left;
    margin-right: 30px;
}

#headshot img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: block;
}

#name {
    float: left;
}

#contactDetails {
    float: right;
}

#contactDetails ul {
    list-style-type: none;
    font-size: 0.9em;
    margin-top: 2px;
}

#contactDetails ul li {
    margin-bottom: 3px;
    color: #444;
}

#contactDetails img {
    height: 26px;
    width: auto;
    margin: 0 1px;
    filter: grayscale(90%);
}

section {
    border-top: 1px solid #dedede;
    padding: 20px 0 10px 0;
}

section:first-child {
    border-top: 0;
}

section:last-child {
    padding: 20px 0 10px;
}

.sectionTitle {
    float: left;
    width: 25%;
}

.sectionContent {
    float: right;
    width: 72.5%;
}

.sectionTitle h1 {
    font-size: 1.5em;
    color: #cf8a05;
    padding-bottom: 10px;
}

.sectionContent article {
    margin-top: -15px;
    padding-bottom: 20px;
}

.sectionContent h2 {
    font-size: 1.8em;
    margin-bottom: -2px;
}

.sectionContent h3 {
    color: #555555;
    margin-top: 4px;
    font-size: 1.3em;
}

.subDetails {
    color: #888888;
    font-size: 1em;
    margin-top: -13px;
    margin-bottom: 3px;
}

.keySkills {
    list-style-type: none;
    margin-bottom: 20px;
    font-size: 1em;
    color: #444;
}

.keySkills ul li {
    margin-bottom: 3px;
}

@media all and (min-width: 602px) and (max-width: 800px) {
    #headshot {
        display: none;
    }
}

@media all and (max-width: 601px) {
    #cv {
        width: 95%;
        margin: 10px auto;
        min-width: 280px;
    }
    
    #headshot {
        display: none;
    }
    
    #name, #contactDetails {
        float: none;
        width: 100%;
        text-align: center;
    }
    
    .sectionTitle, .sectionContent {
        float: none;
        width: 100%;
    }
    
    .sectionTitle {
        margin-left: -2px;
        font-size: 1.25em;
    }
}

@media all and (max-width: 480px) {
    .mainDetails {
        padding: 15px 15px;
    }
    
    section {
        padding: 15px 0 0;
    }
    
    #mainArea {
        padding: 0 25px;
    }
}

@media print {
    #cv {
        width: 100%;
    }
}