* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body,html{
  height:100%; /* so divs can be 100% */
  color:#222;
}

body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px;
}
a {
  color:#2a50bb;
  text-decoration: none;
}
img {
  border: 0px;
}

/* styling */

.right {
  float: right;
  margin-left: 30px;
}

/* Sections */

.me:before {
  display: block;
  position: absolute;
  top:0px;
  left:0px;
  z-index: -1;
  content: "";
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #FFFFFF), color-stop(1, #C1C3C4));
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
}
.me {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  text-align: right;
  padding: 20px;
  background-image: url('../images/chad_dance_t.png');
  background-repeat: no-repeat;
  background-size: 100%;

  color:#2e65e8;
  text-shadow: 0px 0px 3px rgba(255,255,255,1);
}

.me h1 {
  margin: 0px;
  margin-bottom: 1em;
  color:black;
  weight:400;
  /* font-family: Sorts Mill Goudy, serif; */
  font-family: Libre Baskerville, serif;
}
.me a {
  color:inherit;
  transition: color .7s;
  -moz-transition: color .7s;
  -webkit-transition: color .7s;
  -o-transition: color .7s;
}

.me .slogan a {
  font-family: Figtree, sans-serif;
  text-transform: uppercase;
  letter-spacing: .5pt;
}


.me a:hover {
  color:black;
  color:#a44d46;
  transition: color .5s;
  -moz-transition: color .5s;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
}

.me .contact {
  padding-top: 1em;
  font-size: 3em;
}

.me .contact a {
  color:#555;
}

.me .contact a:hover {
  color:#a44d46;
}

/*	Less Framework 4
http://lessframework.com
by Joni Korpi
License: http://opensource.org/licenses/mit-license.php	*/


/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}

@media all and (device-width: 768px) and (device-height: 1024px) {
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
}

@media only screen and (min-device-width: 1025px) {
  .me .slogan a {
    margin-left: 1em;
    margin-right: 0em;
  }
}

/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .me .slogan a {
    margin-left: 1em;
    margin-right: 0em;
  }
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
}


/*		Default Layout: 992px.
Gutters: 24px.
Outer margins: 48px.
Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */


/*		Tablet Layout: 768px.
Gutters: 24px.
Outer margins: 28px.
Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 16px;
  }
  .me h1 {
    font-size: 3em;
  }
}



/*		Mobile Layout: 320px.
Gutters: 24px.
Outer margins: 34px.
Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .me h1 {
    font-size: 2em;
  }
  .me .slogan a {
    font-size: 1.3em;
    display: block;
    margin-bottom: 1.2em;
  }
  .me {
    text-align: left;
    background-size: 200%;
  }
}



/*		Wide Mobile Layout: 480px.
Gutters: 24px.
Outer margins: 22px.
Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {

  img[src="images/ABW_Bal_Olympics.jpg"] {
    width:200px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  img[src="images/ABW_Bal_Olympics.jpg"] {
    width:200px;
    float:none;
    display: block;
    max-width: 200px;
    margin: 0 auto;
  }
}
