* {
    font-family: 'Roboto', sans-serif;
}

html {
    height: 100%;
}

body {
    background: url('../img/cubes.jpg');
    background-clip: border-box;
    background-size: cover;
    position: relative;
    overflow-y: scroll;
    background-attachment: fixed;
}

ul {
  list-style-type: none;
}

ul.work li:before {
  content: '\2014';
  position: absolute;
  margin-left: -20px;
}

div > a {
	color: white;
}

div > a:hover {
	color: white;
	text-decoration: underline;
}

.overlay:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
    animation: coloroverlay 50s infinite;
    -webkit-animation: coloroverlay 50s infinite;
}

.overlay-lte:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
    animation: coloroverlay 50s infinite;
    -webkit-animation: coloroverlay 50s infinite;
    opacity: 0.3;
}

/*@keyframes coloroverlay {
    0% {
        background: rgba(111, 39, 214, 0.2);
    }
    25% {
        background: rgba(218, 30, 227, 0.2);
    }
    50% {
        background: rgba(172, 31, 237, 0.2);
    }
    75% {
        background: rgba(60, 31, 237, 0.2);
    }
    100% {
        background: rgba(111, 39, 214, 0.2);
    }
}

@-webkit-keyframes coloroverlay
/* Safari and Chrome - necessary duplicate 

{
	0% {
        background: rgba(111, 39, 214, 0.2);
    }
    25% {
        background: rgba(218, 30, 227, 0.2);
    }
    50% {
        background: rgba(172, 31, 237, 0.2);
    }
    75% {
        background: rgba(60, 31, 237, 0.2);
    }
    100% {
        background: rgba(111, 39, 214, 0.2);
    }
}*/

@keyframes coloroverlay {
    0% {
        background: rgba(255, 0, 84, 0.2);
    }
    33.3% {
        background: rgba(0, 174, 255, 0.2);
    }
    66.6% {
        background: rgba(90, 0, 255, 0.2);
    }
    99.9% {
        background: rgba(255, 0, 84, 0.2);
    }
}

@-webkit-keyframes coloroverlay

{
    0% {
        background: rgba(255, 0, 84, 0.2);
    }
    33.3% {
        background: rgba(0, 174, 255, 0.2);
    }
    66.6% {
        background: rgba(90, 0, 255, 0.2);
    }
    99.9% {
        background: rgba(255, 0, 84, 0.2);
    }
}


.quote {
	text-align: center;
	font-weight: 300;
	font-size: 18px;
	color: #333;
	line-height: 1.3em;
}



li>a {
    color: rgba(0, 0, 0, .9);
}

p {
    font-size: 16px;
    line-height: 1.25em;
}

td {
    font-size: 20px;
    line-height: 1.25em;
    font-weight: bold;
}

h1,
h2,
h3,
th {
    font-family: 'Libre Franklin', sans-serif;
}

h2,
h3,
th {
    text-transform: uppercase;
}

.bg-faded h2 {
	color: #6F27D6;
	font-weight: normal;
    text-shadow: inset 0 0 1px rgba(0, 0, 0, .5);
}

.bg-faded {
    background-color: rgba( 225, 225, 225, 0.8);
}

.bg-dark {
    background-color: rgba( 86, 33, 161, 0.7);
    color: white;
    padding-top: 5%;
    padding-bottom: 5%;
    animation: coloroverlay 50s infinite;
    -webkit-animation: coloroverlay 50s infinite;
}

.card-img-overlay {
	background-color: rgba(0, 0, 0, .7);
	opacity: 0;
	transition: 0.2s linear;
}

.card-img-overlay:hover {
	opacity: 1;
}

.card-title {
	padding-top: 35px;
}

.card-deck {
	margin-bottom: 20px;
}

.card-img-top {
    border-radius: calc(.25rem - 1px);
    border: solid 1px white;

}

.card {
    margin-top: 15px;
    margin-bottom: 15px;
}

/*.nav-link:focus > span,
.nav-link:hover > span,
.nav-link:active > span {
    color: #fff;
    opacity: 1.0;
    visibility: visible;
}*/

.navbar {
	padding: 0;
	height: 52px;
}


.nav-link:focus,
.nav-link:hover,
.nav-link:active {
    color: #fff;
    background-color: #6F27D6;
    animation: colorchange 50s infinite;
    -webkit-animation: colorchange 50s infinite;
}

.nav-link {
	color: #6F27D6;
    transition: transform 3s;
    height: 52px;
    line-height: 38px;
    text-shadow: 0 0 1px rgba(0, 0, 0, .4);
}

.nav-link > i {
    padding-right: 3px;
}

.fa-arrow-circle-o-down:focus,
.fa-arrow-circle-o-down:hover,
.fa-arrow-circle-o-down:active{
	/*color: #6F27D6;*/
	-webkit-text-stroke: 2px #00a8ff;
    text-shadow: 0 0 8px #00a8ff;
	

}


#content {
    text-align: center;
    padding-top: 15%;
    padding-bottom: 10%;
    max-width: 100%;
}

.title {
    font-weight: 300;
    font-size: 3em;
    background-color: rgba( 225, 225, 225, 0.7);
    width: 600px;
    max-width: 100%;
    margin: 4% auto;
    padding: 30px;
    color: rgba(0, 0, 0, .9);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, .3);
    border-radius: 5px;
}

.fa-arrow-circle-o-down {
    padding: 60px 5px;
    color: rgba( 225, 225, 225, 0.7);
    font-size: 5em;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
}

.arrow {
    height: 100px;
    font-size: 5em;
}

.headshot {
    width: 20%;
    max-width: 200px;
    margin: 0 auto;
}

#about {
	height: 80px;
}


.headshot>img {
    border: 2px solid #00a8ff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, .3),
    			0 0 10px #00a8ff;
    margin-top: -100px;
}

.margin-up {
    margin-top: 100px;
    padding-bottom: 60px;
}

.contact {
    background-color: white;
    color: rgba(0, 0, 0, .8);
    border-radius: 3px;
    font-size: 20px;
    margin: 15px auto;
    padding-left: 5px;
    padding-bottom: 5px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.contact:hover {
    /*border: 1px solid #9ecaed;*/
    box-shadow: 0 0 8px #6f27d6;
}

a:focus, a:hover {
    color: #014c8c;
    text-decoration: none;
}

.contact > i:first-of-type {
    width: 40px;
    text-align: center;
    border-right: 1px solid lightgray;
}


.btn-i {
    float: right;
    background-color: #6f27d6;
    color: white;
    border-radius: 0 3px 3px 0;
    width: 10%;
    height: 40px;
    line-height: 30px;
    text-align: center;
    padding: 5px 0;
    animation: colorchange 50s infinite;
    -webkit-animation: colorchange 50s infinite;
}


.code-box {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, .3);
    background-color: rgba( 69, 27, 128, 0.7);
    padding: 30px;
    margin: 60px auto;
    width: 800px;
    max-width: 100%;
}

hr {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.bg-faded hr {
    border-top: 1px solid rgba( 69, 27, 128, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.table thead th {
    font-size: 1.2rem;
    font-weight: 300;
}

.table thead th,
.table td {
    border-bottom: 0;
    border-top: 0;
}

.table tbody td {
    width: 33.33%;
    padding-left: 10%;
}

.section {
    padding-top: 5%;
    padding-bottom: 5%;
}

.work > li {
    font-size: 1.25rem;
}

.fa-question-circle {
    text-decoration:
}

.blockquote {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 30px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, .3);
}

.item {
    padding: 30px 15px;
}

.thumbnail {
    background-color: rgba( 69, 27, 128, 0.7);
    border-radius: 5px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, .3);
    padding: 5px;
    margin-bottom: 15px;
}

.caption > h3 {
    padding: 15px;
}

.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact-box {
    background-color: rgba( 225, 225, 225, 0.7);
    padding: 20px;
    border-radius: 5px;
}

.form-control {
    margin: 5px auto;
}

.floater {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
    img {
        width: 100%;
        height: auto;
    }
}

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translatey(-20px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
}

.floater-text {
    text-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
    animation: float-text 6s ease-in-out infinite;
}

@keyframes float-text {
    0% {
        text-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
    50% {
        text-shadow: 0 25px 15px rgba(0, 0, 0, 0.2);
        transform: translatey(-20px);
    }
    100% {
        text-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
}

img.fadeInUp {
    animation-duration: 3s;
    animation-delay: 2s;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
#full-slider-wrapper {
    margin-top: 15px;
    z-index: 999;
    display: block;
}

.hidden {
	display: none;
}

/*Change Color full strenth*/

@keyframes colorchange {
    0% {
        background: rgb(255, 0, 84);
    }
    33.3% {
        background: rgb(0, 174, 255);
    }
    66.6% {
        background: rgb(90, 0, 255);
    }
    99.9% {
        background: rgb(255, 0, 84);
    }
}

@-webkit-keyframes colorchange

{
	0% {
        background: rgb(255, 0, 84);
    }
    33.3% {
        background: rgb(0, 174, 255);
    }
    66.6% {
        background: rgb(90, 0, 255);
    }
    99.9% {
        background: rgb(255, 0, 84);
    }
}



