/* MATERIAL DESIGN SHADOWS

box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
*/
html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    background-color: #fff;
}

.canvas-holder {
	position: relative;
}
canvas {
	margin: auto;
	display: block;
}
.circle {
	position: absolute;
    border: 2px solid #00ffd3;
    height: 200px;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 200px;
    z-index: 0;
    pointer-events: none;
}

/* HEADER */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	color: black;
}

p, li {
	font-size: 16px;
}

p {
    margin: 0 0 25px;
    line-height: 1.5;
}

#menuButton {
	position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#menuButton:focus {
    outline: 0;
}

#logo{
    color: #ddd;
    text-shadow: 0px 1px #000;
    text-decoration: none;
}

#logo span {
    color: #FFF;
}

.headshot {
	max-width: 200px;
	margin-bottom: 10px
}

.navbar-settings {
    position: absolute;
    right: 10px;
    background-image: url("/assets/images/helpers/gear.svg");
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: 10px;
    transition: all 1s;
	cursor: pointer;
}

.rotated {
    transform: rotate(-90deg);
}

/* SECTIONS */
section {
	padding-top: 30px;
	padding-bottom: 30px;
}

#about {
	background-color: #FFCC80;
	color: #454545;
}

.section-header {
	background-color: rgba(16,16,70,1.0);
	padding-top: 10px;
	padding-bottom: 10px;
}

.section-header h2 {
	color:white;
}

.section-header h2 i {
	vertical-align: middle;
}

#experience {

}

.project-header-text {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.project-header-icon {
	text-align: center;
	margin: 0px;
}


.project-header-icon img {
	display: inline-block;
}

#experiences {
	background: linear-gradient(141deg, #64b80f 0%, #e6f50f 51%, #eaa711 75%);
	color: #454545;
}
/*
.role {

}

.role-doximity {
	background: linear-gradient(#ff8468, #ff687c);
	color: #454545;
}


.role-oicr {
	background: linear-gradient(#ff687c, #ff82d0);
	color: #454545;
}

.role-sprout {
	background: linear-gradient(#ff82d0, #b382ff);
	color: #454545;
}

.role-rbux {
	background: linear-gradient(#b382ff, #7f7aff);
	color: #454545;
}
*/
.role-image
{
	max-width: 64px;
	vertical-align: middle;
	padding: 10px;
}

#education {
	background-color: #eef1f2;
	color: #454545;
}

#projects {
	background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
	color: #454545;
}

/*
.project-keyclub {
	background: linear-gradient(#7f7aff, #86f3ff);
	color: #454545;
}

.project-freezing {
	background: linear-gradient(#86f3ff, #8aff90);
	color: #454545;
}

.project-tshirt {
	background: linear-gradient(#8aff90, #f6ff7c);
	color: #454545;
}

.project-shellmet {
	background: linear-gradient(#f6ff7c, #ff8468);
	color: #454545;
}
*/
#references {
	background-color: #eef1f2;
	color: #454545;
}

.quote {
	font-style: italic;
}

.carousel-caption {
	background-image: url("../images/leaves.jpg");
	width: 1000px;
}

#skills {
	background-color: #2e3234;
	color: white;
}

#skills h3 {
	color: inherit;
}

.skills-header-text {
	text-align: center;
	padding-bottom: 10px;
}

.skills-header-icon {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.skills-bullets {
	text-align: center;
}

.skills-bullets li {
	text-align: left;
}

#certifications {
	background-image: url("../images/leaves.jpg");
	color: #454545;
}

#personal {
	background-color: white;
	color: #454545;
}

footer {
	color: white;
	border-top: 1px solid rgba(255,255,255,.3);
    background-color: black;
    padding-bottom: 10px;
    padding-top: 10px;
}

.bar2, .bar3 {
	width: 12px;
	height: 1px;
	background-color: white;
	margin: 3px 0;
	transition: 0.3s;
}

.bar1 {
	width: 16px;
	height: 1px;
	background-color: white;
	margin: 3px 0;
	transition: 0.3s;
}

.bar1 {
	-webkit-transform: translate(-2px, 0px);
	-ms-transform: translate(-2px, 0px);
	transform: translate(-2px, 0px);
}

.bar2 {
	-webkit-transform: rotate(-45deg) translate(2.8px, 3px);
	-ms-transform: rotate(-45deg) translate(2.8px, 3px);
	transform: rotate(-45deg) translate(2.8px, 3px);
}

.bar3 {
	-webkit-transform: rotate(45deg) translate(-5.57px, 0px);
	-ms-transform: rotate(45deg) translate(-5.57px, 0px);
	transform: rotate(45deg) translate(-5.57px, 0px);
}

/* Rotate first bar translate(-9px, 6px) */
.change .bar2 {
	-webkit-transform: rotate(45deg) translate(1.42px, -4.2px);
	transform: rotate(45deg) translate(1.42px, -4.2px);
}

/* Fade out the second bar */
.change .bar1 {
	-webkit-transform: translate(-2px, 6px);
	transform: translate(-2px, 6px);
}

/* Rotate last bar  translate(-8px, -8px)*/
.change .bar3 {
	-webkit-transform: rotate(-45deg) translate(1.34px, -7px);
	transform: rotate(-45deg) translate(1.34px, -7px);
}

