/* Full Page Slider */

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-indicators,
.carousel-control {
	z-index: 2;
}

.carousel-inner {
    height: 100%;
}

.carousel-control {
	min-width: 75px;
}

.carousel-control .glyphicon-chevron-right {
    right: 30%;
}

.carousel-control .glyphicon-chevron-left {
    left: 30%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/* Floating Page */

.intro {
	height: 100%;
}

.intro-header {
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    text-align: center;
    color: #f8f8f8;
}

.intro-message {
    position: relative;
    padding: 20% 0px;
    height: 100%;
}

.intro-message h1 {
    margin: 0;
    text-shadow: 4px 4px 6px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-message h2,
.intro-message h3,
.intro-message h4,
.intro-message h5,
.intro-message h6 {
    font-size: 3em;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.6);
}

.intro-text {
	display: inline-block;
    padding: 15px;
	position: relative;
}

@media(min-height: 768px) {
    .intro-text {
        top: 50%;
        transform: translateY(-100%);
	   -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@media(max-width: 767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message h1 {
        font-size: 3em;
    }
    
    .intro-message h2 {
        font-size: 2em;
    }
	
	.hide-on-small {
		display: none;
	}
}

@media(max-height: 500px) {
	.hide-on-small {
		display: none;
	}
}

@media(max-height: 767px) {
    .intro-text {
        top: 25%;
        transform: translateY(-100%);
	   -ms-transform: translateY(-100%);
        transform: translateY(-55%);
    }
}

/* Assorted CSS */

/* Makes nave bar dropdown on hover */
@media (min-width: 768px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

@media all and (min-width: 768px) {
	.navbar-nav {
		float: right;
	}
}

body,
html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
}

.section-title {
    font-size: 50px;
    text-align: center;
}

p, td {
	font: 18px/1.6 'Segoe UI', Calibri, Helvetica, sans-serif;
}

td {
    padding-right: 30px;
    padding-bottom: 10px;
    vertical-align: top;
}

.form-control {
    width: auto !important;
}

.main {
	padding: 0px;
}

.navbar {
	border: 0px;
}

.navbar-inverse .navbar-nav>li>a {
	
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	background-color: #AA1122;
}

.section {
	padding: 30px 10%;
}

@media (max-width: 480px) {
    .section {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 10px;
        padding-left: 10px;
    }
}

.section h1 {
	margin-bottom: 20px;
}

.company-bar {
	margin-bottom: 15px;
}

.company-name {
	margin-right: 5%;
	font-size: 26px;
	display: inline-block;
	font-weight: bold;
}

.company-position {
	margin-right: 5%;
	font-size: 24px;
	display: inline-block;
	font-weight: bold;
}

.company-location,
.company-time {
	margin-right: 5%;
	font-size: 20px;
	display: inline-block;
	font-weight: bold;
}

.company-logo {
	margin: auto;
	max-width: 200px;
}

@media (min-width: 1200px) {
	.vertical-align {
		display: flex;
		align-items: center;
	}
}

@media (max-width: 1199px) {
	.company-bar {
		margin-top: 25px;
		text-align: center;
	}
	
	.company-name {
		display: block;
	}
}

.home {
	
}

.profile {
	background-color: white;
}

.profile h2 {
    text-align: center;
}

.experience {
	background-color: lightgrey;
}

.travel {
    background-color: white;
}

.contact {
	background-color: lightgrey;
}

.footer {
    background-color: #222;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer a {
    color: white
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.social-media-icon {
    margin: 10px;
    border-radius: 10px;
}

.social-media-icon a {
    color: white;
    display: flex;
    height: 80px;
    width: 80px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

@media (min-width: 992px) {
    .icon-container-left {
        justify-content: flex-end;
    }

    .icon-container-center {
        justify-content: flex-start;
    }

    .icon-container-right {
        justify-content: flex-start;
    }

    .social-media-icon:hover {
        -webkit-transform: rotateX(25deg);
        -moz-transform: rotateX(25deg);
        -o-transform: rotateX(25deg);
        transform: rotateY(25deg);
    }
}

.facebook-icon {
    background: #4267B2;
}

.facebook-messenger-icon {
    background: radial-gradient(circle at 0% 100%, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);
}

.linkedin-icon {
    background: #0077B5;
}

.instagram-icon {
    background:radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.whatsapp-icon {
	background: #25D366;
}

.twitter-icon {
    background: #2DAAE1;
}

.github-icon {
    background: black;
}

.skype-icon {
    background: #12A5F4;
}

.mail-icon {
    background: #F7CC32;
}

.phone-icon {
    background: #F16F03;
}

.map-button-wrapper {
    display: flex;
    justify-content: center;
}

.map-button-wrapper div {
    display: flex;
    justify-content: center;
    width: 200px;
    height: 50px;
}

.map-button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    color: white;
    background: #197900;
}

.map-button:hover {
    background: #2B950F;
    border: 2px solid black;
}

.map-button:hover, .map-button:focus {
    color: white;
    text-decoration: none;
}

#mapdiv {
    margin-top: 15px;
    border: 5px solid black;
}

.morphext > .animated {
    display: inline-block;
}
