/* Scss Document */
/* Variaables */
/* google fonts */
@import url(//fonts.googleapis.com/css?family=Open+Sans);
/* MY server fonts */
@font-face {
  font-family: 'code_pro_demoregular';
  src: url(../Code_Pro_Reg/Code_Pro_Demo-webfont.eot);
  src: url(../Code_Pro_Reg/Code_Pro_Demo-webfont.eot?#iefix) format("embedded-opentype"), url(../Code_Pro_Reg/Code_Pro_Demo-webfont.woff2) format("woff2"), url(../Code_Pro_Reg/Code_Pro_Demo-webfont.woff) format("woff"), url(../Code_Pro_Reg/Code_Pro_Demo-webfont.ttf) format("truetype"), url(../Code_Pro_Reg/Code_Pro_Demo-webfont.svg#code_pro_demoregular) format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'codepro_light';
  src: url(../codepro_light/Code_Pro_Light_Demo-webfont.eot);
  src: url(../codepro_light/Code_Pro_Light_Demo-webfont.eot?#iefix) format("embedded-opentype"), url(../codepro_light/Code_Pro_Light_Demo-webfont.woff2) format("woff2"), url(../codepro_light/Code_Pro_Light_Demo-webfont.woff) format("woff"), url(../codepro_light/Code_Pro_Light_Demo-webfont.ttf) format("truetype"), url(../codepro_light/Code_Pro_Light_Demo-webfont.svg#code_pro_demoregular) format("svg");
  font-weight: normal;
  font-style: normal; }
/* Mix-ins */
/* @include rounded-border; */
/* SCSS */
html {
  margin: 0;
  padding: 0; }

.logo {
  text-align: center; }

body h3 {
  border: 3px solid #373E40;
  border-radius: 5px;
  padding: 5px;
  height: auto;
  width: auto;
  font-family: 'code_pro_demoregular', fallback, sans-serif;
  display: inline-block; }

.video {
  font-family: 'code_pro_demoregular', fallback, sans-serif; }
  .video h2 {
    color: #FF931E; }

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif; }

.back_custom {
  background-color: #F8F8F1; }

img {
  max-width: 100%;
  height: auto; }

.trigger.clicked .subProfile {
  transform: translate(0px, -300px); }

.trigger.clicked .profile {
  transform: translate(0px, -300px); }

.trigger.hover .mainSub {
  -ms-transform: rotate(7deg);
  /* IE 9 */
  -webkit-transform: rotate(7deg);
  /* Chrome, Safari, Opera */
  transform: rotate(7deg); }

.mainSub {
  border: 3px solid #373E40;
  width: 190px;
  height: 190px;
  background-color: #f8f8f6;
  display: inline-block;
  position: relative;
  z-index: 2; }
  .mainSub p {
    color: #373E40;
    font-family: 'code_pro_demoregular', fallback, sans-serif;
    font-size: 32px;
    margin: 0 auto;
    padding-bottom: 70px;
    padding-top: 70px; }
    .mainSub p:hover {
      color: #FF931E;
      background-color: #373E40; }

.paddingSmall {
  padding: 10px; }

.paddingBottom {
  padding-bottom: 10px; }

.paddingBottomBorder {
  border-bottom: 3px solid #FF931E; }

.menu {
  border: 3px solid #373E40;
  border-radius: 5px;
  box-shadow: 0px 3px 8px #32302C;
  width: 100px;
  height: auto;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 3;
  background-color: #f8f8f6;
  font-family: 'code_pro_demoregular', fallback, sans-serif;
  font-size: 28px;
  color: #373E40; }
  .menu :hover {
    color: #FF931E;
    background-color: #373E40;
    cursor: pointer;
    cursor: hand; }
  .menu p {
    margin: 0;
    padding: 0;
    font-family: 'code_pro_demoregular', fallback, sans-serif;
    font-size: 28px; }

.graphics {
  position: relative;
  background-color: #f8f8f6;
  padding: 10px;
  height: 300px;
  font-family: 'code_pro_demoregular', fallback, sans-serif;
  font-size: 22px; }

.websites {
  display: inline-block;
  font-family: 'code_pro_demoregular', fallback, sans-serif;
  font-size: 22px;
  background-color: #f8f8f6; }
  .websites a {
    border: 3px solid #373E40;
	box-shadow: 0px 3px 8px #32302C;
    border-radius: 5px;
    padding: 5px;
    height: auto;
    width: auto;
    text-decoration: none;
    color: #373E40; }
    .websites a:hover {
      color: #FF931E;
      background-color: #373E40;
      cursor: pointer;
      cursor: hand;
      text-decoration: none;
      border-radius: 5px; }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  background-color: #373E40;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  font-family: 'codepro_light', fallback, sans-serif;
  @inlcude round-border; }

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #f8f8f6;
  display: block;
  transition: 0.3s; }

.sidenav a:hover, .offcanvas a:focus {
  color: #f8f8f6;
  cursor: pointer;
  text-decoration: none;
  background-color: #FF931E; }

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px; }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }

  .sidenav a {
    font-size: 18px; } }
.ready {
	width: 200px;
	height: 200px;
	background-color: #AE2E31;
}