﻿@charset "utf-8";
* {
  margin: 0px;
  padding: 0px;
} 

* {
    box-sizing: border-box;
}

/*---------------------------Test CSS for dropdown menu-----------------------------------------*/
#contactlinks {
    margin-top: 23px;
    margin-right: 20px;
	float: right;
    font-family: 'Open Sans', 'leaguegothic', '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;
    color: #cce5df;  /* #6f9c9d */
    position: relative;
    margin-left: 20px;
}

#contactlinks nav {
    /*font-family: monospace;*/
    color: #cce5df;  /* #6f9c9d */
}

#contactlinks ul {
    background: black;
    list-style: none;
    /*margin: 0;
    padding-left: 0;*/
}

#contactlinks li {
    /*color: #6f9c9d;  <----  problem area */
    background: none;
    display: block;
    float: left;
    padding: 1rem;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
}

    #contactlinks li a {
        color: #cce5df;  /* #6f9c9d */   /*<---- problem area */
    }

#contactlinks li:hover,
#contactlinks li:focus-within {
    background: black;
    cursor: pointer;
    color: #ffffff;
}

#contactlinks li:focus-within a {
    outline: none;
    color: #ffffff;
}

#contactlinks ul li ul {
    background: black;
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 1rem;
    left: 0;
    display: none;
}

#contactlinks ul li:hover > ul,
#contactlinks ul li:focus-within > ul,
#contactlinks ul li ul:hover,
#contactlinks ul li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block;
}

#contactlinks ul li ul li {
    clear: both;
    width: 100%;
}
/*---------------------------------------------------------------------*/

@font-face {
    font-family: 'HelveticaNeue';
    src: url('Fonts/helveticaneue_regular-webfont.woff2') format('woff2'),
         url('Fonts/helveticaneue_regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'leaguegothic';
    src: url('/Fonts/leaguegothic-regular-webfont.woff2') format('woff2'),
         url('/Fonts/leaguegothic-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'LeagueGothicRegular';
    /*src: url('Fonts/League_Gothic-webfont.eot');
    src: url('Fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'), 
        url('Fonts/League_Gothic-webfont.woff') format('woff'), 
        url('Fonts/League_Gothic-webfont.ttf') format('truetype'),
        url('Fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');*/ 
    src: url('/Fonts/LeagueGothic-Regular.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

body {
    background-image: url('Images/Background2.jpg');
    background-repeat:repeat;
    background-color: #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;  /* #222227; #6a0223 */ 
    height: 60px;
    position: fixed;
    margin-bottom: 20px;
    border-bottom: solid 3px #cc3333;  /* #a6a6a6;  #FFFFFF;*/
    z-index: 3;
} 

.gotosite {
    margin: 10px 0 10px 0;
    color: crimson;
    text-decoration: none;
}

.gotosite a {
    text-decoration: none;
    color:crimson;
}

.gotosite a:hover {
    text-decoration: none;
    color:crimson;
}

.gotosite a:active {
    text-decoration: none;
    color:crimson;
}

.gotosite a:visited {
    text-decoration: none;
    color:crimson;
}

#Name  {
	position: static;
	text-align: left;
	float: left;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 10px;
    font-family: /*'Anton', 'leaguegothic', 'HelveticaNeue',*/'Open Sans', '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 */
    display:block;
    z-index: 4;
}

#Name a {
    color: #cce5df;  /* #6f9c9d */
    text-decoration:none;
}

#JobTitle  {
	position: static;
	text-align:left;
    font-family: 'Antonio',/*'Anton','Open Sans', 'leaguegothic', 'HelveticaNeue',*/ 'Open Sans', 'Francois One', 'Helvetica Neue LT Std', 'Calibri', 'Trebuchet MS', sans-serif;
    font-size: 36px;
    color: #e69898;  /* #cc3333  */
    display:inline-block;
    z-index: 4;
}

#phoneNum {
    font-family: 'Open Sans', 'Calibri', 'Trebuchet MS', sans-serif;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    position: static;
    color: #cce5df;  /* #6f9c9d */
}
/*-------------------------------------uncomment these-----------------------------------------*/
/*#contactlinks {
    margin-top: 23px;
    margin-right: 20px;
	float: right;
    font-family: 'Open Sans', 'leaguegothic', '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: #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: #6f9c9d;
}*/
/*-----------------------------------------------------------------------------------------------*/
.topimage {
    width: 100%;
    height: 70px;
    float: left;
    margin: 0 auto;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.image {
    display: inline-block;
    max-width: 100%;
}
 
img {
    background-color: lightgrey;
    padding: 7px;
    border: solid 2px darkgray;
}

/* default button */
    .btn-default {
        background-color: #cc3333;
        color: black;
        border-color: #cc3333;
        border-radius: 5px;
        padding: 2px 5px;
    }
    .btn-default:hover {
        background-color: darkred;
        border-color: darkred;
        color: #E5E5E5;
    }

    .btn-default:focus,
    .btn-default:active    {
        background-color: #cc3333;
        color: black;
        border-color: #cc3333;
    }
/* -------------- */

.explanation {
    display: inline-block;
    padding-bottom: 30px;
}

.title {
    font-family:'leaguegothic', 'Anton';
    font-size: 20px;
    color: #1a1a1a;
}

.btn.outline {
	background: none;
	padding: 12px 22px;
}

.subheading {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.description {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #1a1a1a;
}

.footer {
    height: 150px;
    width:100%;
  	clear: both;
    padding-top: 10px;
	padding-bottom:15px;
	background-color: #859587;  /* #222227 */
    border-top: solid 3px #cc3333;  /*#a6a6a6*/
}

#contactme  {
	text-align: left;
    font-family: 'Antonio','leaguegothic', 'Anton', 'Open Sans', 'Calibri', 'Trebuchet MS', sans-serif;
    font-size: 28px;
    color: #e69898;  /* #cc3333  */
    display: inline-block;
	position: static;
    z-index: 4;
    float: left; 
    margin-left: 40%; 
}

#email {
    text-align: left;
    font-family: 'Open Sans', 'Calibri', 'Trebuchet MS', sans-serif;
    font-size: 18px;
    display: inline-block;
    position: static;
    z-index: 4;
    float: left; 
    margin-left: 45%;
}

#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: #cce5df;  /* #6f9c9d */
}

#email a:hover {
    color: #ffffff ;
}

#email a:active {
    color: #ffffff;
}

#email a:visited {
    color: #cce5df;  /* #6f9c9d */
}

#copyright {
    clear: both;
    text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffdfce;  /* #999 */
    line-height: 50px;
}

#page-container {
    position: relative;
    min-height: 100vh;
  }
  
  #content-wrap {
    padding-bottom: 10px;    /* Footer height */
  }
  
  #footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 160px;            /* Footer height */
  }

/* --------------------- 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%;}
    .col-2 {width: 65%;}
    .col-3 {width: 100%;}
    .row {width: 931px; margin:0 auto;}
    img {width: 100%; margin:0 auto; max-width: 100%;}
    .image {display:inline-block; margin:0px 0px 20px 0px; float:left;}
    .explanation {width: 33%; display: inline-block; float:right;}
}

/* 600px to 960px */
/* e.g. iPhone Landscape */
@media only screen and (min-width: 601px) and (max-width: 959px){
    /* For tablets: */
    .col-m-1 {width: 33%;}
    .col-m-2 {width: 100%;}
    .col-m-3 {width: 100%; }
    .row {width: 621px; margin:0 auto;}
    #JobTitle {display:none;}
    .image {display:block; margin:0px 0px 20px 0px;}
    .explanation {width: 100%; display:block; margin:0 auto;}
}

/* 600px or smaller */
/* e.g. iPhone Landscape */
@media only screen and (max-width: 600px) {	
    /* For tablets: */
    .col-s-1 {width: 33%;}
    .col-s-2 {width: 100%;}
    .col-s-3 {width: 100%; 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: #cce5df;  /* #6f9c9d */ display: block; margin-top: 10px; z-index: 4;}
    .header {height: 90px;}
    .topimage {height: 90px;}
    .image {display:block; margin:0px 0px 20px 0px;}
    .explanation {width: 100%; display:block; 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; }*/
}


