@import url(https://fonts.googleapis.com/css?family=Raleway+Dots);
@import url(https://fonts.googleapis.com/css?family=Advent+Pro:400,200,700);
@import url(https://weloveiconfonts.com/api/?family=entypo);
/* entypo */
[class*="entypo-"]:before {
    font-family: 'entypo', sans-serif;
}


@font-face {
    font-family: Adam CG Pro;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/adamcgpro.otf') format('opentype'), url('../fonts/adamcgpro.woff') format('woff');
}


.page-header, h1 {
    font-family: Adam CG Pro;
    font-size: 32px;
}

h5 {
    margin: 0px 50px;
}

body {
    background-color: black;
    color: white;
    text-align: center;
}

a {
    color: white;
}

.navbar-brand {
    display: none;
}

@media (max-width: 768px) {
    .navbar-brand {
        display: block;
    }
}

.navbar-toggle {
    float: left;
    margin-left: 25px;
}

.navbar a {
    transition: ease-in 0.5s;
}

    .navbar a:hover {
        color: #3A5FCD !important;
    }

.navbar .active a {
    color: black !important;
}

.section {
    padding: 16px;
    background: #499bea;
    background: -moz-radial-gradient(center, ellipse cover, #499bea 0%, #207ce5 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #499bea), color-stop(100%, #207ce5));
    background: -webkit-radial-gradient(center, ellipse cover, #499bea 0%, #207ce5 100%);
    background: -o-radial-gradient(center, ellipse cover, #499bea 0%, #207ce5 100%);
    background: -ms-radial-gradient(center, ellipse cover, #499bea 0%, #207ce5 100%);
    background: radial-gradient(ellipse at center, #499bea 0%, #207ce5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );
}

.container-fluid {
    padding: 0px;
}


#home {
	min-height: 100vh;
    background: url('../images/skyline3.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


@media (max-width: 768px) {
    #home {
        background: url('../images/skyline3.jpg') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

h1.shadow {
    margin: 0;
}

#info-wrapper {
    padding-top: 130px;
}

#name {
    display: inline-block;
    border-bottom: 2px solid beige;
}

span.my-name, span.my-name:after {
    font-weight: 600;
    color: #f9f8ec;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    letter-spacing: .1em;
    padding: .2em 0 .25em 0;
}

span.my-name {
    font-size: 45px;
    z-index: 100;
    text-shadow: .06em .06em 0 #70a2ff;
}

span.my-role {
    font-size: 30px;
    z-index: 100;
    text-shadow: .06em .06em 0 #70a2ff;
}

@media (max-width: 768px) {
    span.my-name, span.my-name:after {
        white-space: normal;
        position: inherit;
    }

    span.my-name {
        font-size: 32px;
    }

    span.my-role {
        font-size: 29px;
    }
}

span.my-name:after {
    content: attr(data-shadow-text);
    color: rgba(0,0,0,.35);
    text-shadow: none;
    position: absolute;
    left: .12em;
    top: .12em;
    z-index: -1;
}

.arrow {
    font-size: 70px;
    margin-top: 100px;
    outline: 0;
}

.arrow:hover {
    color: #0958c6;
}

.arrow:visited {
    color: white;
}

span.glyphicon {
    font-size: 3em;
    padding: 15px;
}

.jumbotron {
    float: left;
    width: auto;
    background: grey;
    height: auto;
    margin: 20px;
}

#aboutme {
    text-align: center;
}

#boxes {
    padding: 0;
    padding-top: 30px;
    background: none;
	flex-direction: row;
}

.education, .skills, .interests {
    float: left;
    width: 33.3%;
    padding: 0;
    background: none;
}

@media (max-width: 900px) {
	
	#aboutme .align-center {
		display: block;
		height: auto;
	}

    .education, .skills, .interests {
        float: none;
        width: 100%;
    }
}

.education {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
}

    .education:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.skills {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 50% 0%;
}

    .skills:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: skew(10deg,10deg));
        transform: scale(1.1);
    }

.interests {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 80% 0%;
}

    .interests:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.box {
    height: 300px;
    background-color: white;
    border: 1px solid #bdbdbd;
    padding: 0;
    color: black;
}


.text {
    padding: 20px;
}

.link {
    text-decoration: underline;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: auto;
    margin: auto;
    padding: 0;
    height: auto;
}

.carousel-inner > .item, .carousel-inner, .carousel, .carousel-control.left, .carousel-control.right {
    background: none;
    background-color: none;
    background-image: none;
    padding: 0;
    height: auto;
}

.video {
  aspect-ratio: 16 / 9;
  width: 60%;
  margin-bottom: 16px;
}

@media (max-width: 600px) {
    audio {
        width: 200px;
    }
}

#contact {
}

section #services {
    text-align: center;
    transform: translatez(0);
    margin-left: -30px;
}

@media (max-width: 950px) {

    section #services {
        margin-top: 0px;
    }
}


section #services h2 {
    margin: 80px 0px 40px;
    color: #fff;
    font-size: 2.4em;
    font-family: 'Raleway Dots', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

section #services li {
    width: 150px;
    height: 140px;
    display: inline-block;
    margin: 40px;
    list-style: none;
}

section #services li div {
	width: 150px;
	height: 150px;
	color: #74d4b3;
	font-size: 3.4em;
	text-align: center;
	line-height: 150px;
	background-color: #fff;
	transition: all 0.6s ease;
}

section #services li div:hover {
	transform: rotate(360deg);
	border-radius: 100px;
}

section #services li span {
	width: 150px;
	height: 20px;
	display: block;
	padding: 15px 0px;
	color: #fff;
	font-family: 'Advent Pro', sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	text-align: center;
}

.align-center {
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-items: center;
    height: 100vh;
}

section {
	display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    height: 100vh;
}

section #services a:hover {
    text-decoration: none;
}

section #services li div.entypo-soundcloud {
    background-color: orange;
    color: white;
}

section #services li div.entypo-linkedin {
    background-color: white;
    color: #0077b5;
}

section #services li div.entypo-mail {
    background-color: purple;
}

footer {
    margin: 20px;
    text-align: center;
}
