﻿@charset "utf-8";
* {
  margin: 0px;
  padding: 0px;
  /*text-align: center;*/
} 

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('Fonts/helveticaneue_regular-webfont.woff') format('woff2'),
         url('Fonts/helveticaneue_regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'leaguegothic';
    src: url('Fonts/leaguegothic-regular-webfont.woff') format('woff2'),
         url('Fonts/leaguegothic-regular-webfont.woff') format('woff');
}

body {
    background-image: url('Images/background2.jpg');
    background-repeat:repeat;
    background-color: #FFDAB9;  /* #FFDAB9 */
    width: 100%;
	margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    color: black;
	font-weight: 300;
    font-size: 12px;
}

.header {
    width: 100%;
    background-color: #859587;  /*#6a0223; #859587; #859587; #6f9c9d */ 
    height: 60px;
    position: fixed;
    margin-bottom: 20px;
    border-bottom: solid 3px #cc3333;  /* #a6a6a6;  #FFFFFF; #ff5e08  */
    z-index: 3;
}    

.allcaps {
    text-transform: capitalize;
}

#Name  {
	position: static;
	text-align: left;
    text-decoration:none;
    text-transform:uppercase;
	float: left;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 10px;
    font-family: 'Open Sans', 'Syne', 'Antonio', 'Open Sans', 'League Gothic', 'HelveticaNeue', 'Francois One', 'Helvetica Neue LT Std', 'Calibri', 'Trebuchet MS', sans-serif;
    font-size: 30px;
    font-weight: 300;
    font-stretch: semi-condensed;
    vertical-align: bottom;
    color: #cce5df;   /* #6f9c9d; #cce5df;  */
    display:inline-block;
    z-index: 4;
}

#Name a {
    color: #cce5df;   /* #6f9c9d */
    text-decoration:none;
}

#JobTitle  {
	position: static;
	text-align: left;
    font-family: 'Antonio','Open Sans', 'League Gothic', 'HelveticaNeue', 'Francois One', 'Helvetica Neue LT Std', 'Calibri', 'Trebuchet MS', sans-serif;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    color: #e69898;   /* #cc3333; #ff6666;  #ff9999; #ffb3b3; #ebadad */
    display: inline-block;
    z-index: 4;
}

#contactlinks {
    margin-top: 23px;
    margin-right: 20px;
	float: right;
    font-family: 'Open Sans', 'League Gothic', 'HelveticaNeue', 'Francois One', 'Helvetica Neue LT Std', 'Calibri', 'Trebuchet MS', sans-serif;
    font-size: 18px;
    display: inline-block;
    z-index: 4;
}

#contactlinks a {
    text-decoration: none;
    position: relative;
    margin-left: 20px;
    color: #cce5df;  /* #6f9c9d */
}

#contactlinks a.portfolio {
    /*color: #6f9c9d;*/
    margin-right: 20px;
}

#contactlinks a.contact {
    /*color: #6f9c9d;*/
    margin-left: 20px;
    margin-right: 20px;
}

#contactlinks a.resume {
    /*color: #6f9c9d;*/
    margin-left: 20px;
}

#contactlinks a:hover {
    color: #ffffff ;
}

#contactlinks a:active {
    color: #ffffff;
}

#contactlinks a:visited {
    color: #cce5df;  /* #6f9c9d */
}

#downloadBtn {

}

.topimage {
    width: 100%;
    height: 70px;
    float: left;
    margin: 0 auto;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.footer {
    height: 150px;
    width:100%;
  	clear: both;
    padding-top: 10px;
	padding-bottom:15px;
	background-color: #859587; 
    border-top: solid 3px #cc3333;  /* #cc3333,   #a6a6a6  */
}

#contactme  {
	text-align: left;
    font-family: 'Antonio', 'Open Sans', 'Calibri', 'Trebuchet MS', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #ff9999;  /* #cc3333;  #ff6666;  #ff9999 */
    display: inline-block;
	position: static;
    z-index: 4;
}

#email {
    text-align: left;
    font-family: 'Open Sans', 'Calibri', 'Trebuchet MS', sans-serif;
    font-size: 18px;
    display: inline-block;
    position: static;
    z-index: 4;
}

#email a {
    font-family: 'Open Sans', 'Calibri', 'Trebuchet MS', sans-serif;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    position: static;
    color: #cce5df;  /* #6f9c9d */
}

/*#email a.portfolio {
    color: #6f9c9d;
}*/

#email a:hover {
    color: #ffffff ;
}

#email a:active {
    color: #ffffff;
}

#email a:visited {
    color: #cce5df;  /* #6f9c9d */
}

#copyright {
    text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffdfce;
    line-height:50px;
}

/* --------------------- Media queries -------------------------*/

[class*="col-"] {
    min-height: 300px;
    float: left;
    margin: 0 auto;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}

/* 960px or larger */
/* e.g. monitor */
@media only screen and (min-width: 960px) {
    /* For desktop: */
    .col-1 {width: 33.333333%;}
    .col-2 {width: 66.666%;}
    .col-3 {width: 100%;}
    .row {width: 931px; margin:0 auto;}
    img {max-width: 100%; height: auto;}
    #contactme {/*width: 100%;*/ float: left; margin-left: 40%; display:inline-block;}
    #email {/*width: 100%;*/ float: left; margin-left: 45%; display:inline-block;}
    #copyright {width: 100%; margin:0 auto;}
}

/* 600px to 960px */
/* e.g. iPhone Landscape */
@media only screen and (min-width: 601px) and (max-width: 959px){
    /* For tablets: */
    .col-m-1 {width: 30%;}
    .col-m-2 {width: 66.666%;}
    .col-m-3 {width: 100%; /*height:285px;*/}
    .row {width: 621px; margin:0 auto;}
    #JobTitle {display:none;}
    img {max-width: 100%; height: auto;}
    #contactme {/*width: 100%;*/ float: left; margin-left: 40%; display:inline-block;}
    #email {/*width: 100%;*/ float: left; margin-left: 45%; display:inline-block;}
    #copyright {width: 100%; margin:0 auto;}
}

/* 600px or smaller */
/* e.g. iPhone Landscape */
@media only screen and (max-width: 600px) {	
    /* For tablets: */
    .col-m-1 {width: 30%;}
    .col-m-2 {width: 66.666%;}
    .col-m-3 {width: 100%; /*height:250px;*/ text-align:center;}
    .row {width: 375px; margin:0 auto;}
    #JobTitle {display:none;}
    #contactlinks {float:left; display:block; margin-top:0px; line-height:20px; text-align:right;} 
    #contactlinks a.portfolio {margin-right: 10px;} 
    #contactlinks a.contact {margin-left: 20px; margin-right: 20px;}
    #contactlinks a {font-size: 18px;}
    #Name  {position: static; float: left; margin-left: 10px; font-size: 36px; color: #6f9c9d; display: block; margin-top: 10px; z-index: 4;}
    img {max-width: 100%; height: auto;}
    .header {height: 90px;}
    .topimage {height: 90px;}
    #contactme {/*width: 100%;*/ float: left; margin-left: 40%; display:inline-block;}
    #email {/*width: 100%;*/ float: left; display:inline-block; margin-left: 45%;}
    #copyright {width: 100%; margin:0 auto;}
}

.row {
    margin:0 auto;
}

.row::after {
    content: "";
    clear: both;
    display: block;
}


@media print {
  /** { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }*/
}

/* --------------------- Transitions -------------------------*/
 
.cf {
  position:relative;
  height:310px;
  width:310px;
  margin:0 auto;
}

.cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease;/*-in-out;*/
  -moz-transition: opacity 1s ease/*-in-out;*/
  -o-transition: opacity 1s ease/*-in-out;*/
  transition: opacity 1s ease/*-in-out;*/
}

.cf img.top:hover {
  opacity:0;
}