html {
    min-height: 100%;
}

@media screen and (min-width:1281px) {
body {
    font-family: Gill Sans MT, sans-serif;
    background: #0a0d10 !important;
}
}

/*
==============================================
simpleFade
==============================================
*/

.simpleFade {
    animation-name: simpleFade;
    -webkit-animation-name: simpleFade;
    
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

@keyframes simpleFade {
    0% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes simpleFade {
    0% {
        -webkit-opacity: 0;
    }
    
    100% {
        -webkit-opacity: 1;
    }
}

/*
==============================================
slideLeft
==============================================
*/


.slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;	

	animation-duration: .8s;	
	-webkit-animation-duration: .8s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes slideLeft {
	0% {
		transform: translateX(150%);
	}
    
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideLeft {
	0% {
		-webkit-transform: translateX(150%);
	}
			
	100% {
		-webkit-transform: translateX(0%);
	}
}


.navbar {
    background: rgba(255,255,255,0.0) !important;
    border: none !important;
    height: 125px;
    margin-bottom: 50px;
}

.mobile-footer-text {
    display: none;
}

.active {
    background-color: #4CAF50;
}

#myNavbar ul li {
    text-decoration: none;
    top: 50px;
    z-index: 2;
}

@media screen and (min-width: 1400px) {
    #myNavbar ul li {
        top: 55px;
    }    
}

.dropdown:focus {
    background: rgba(30, 31, 37, 0.9) !important;
}

ul li a {
    margin-right: 20px;
    color: #EEBF86 !important;
    text-decoration: none;
    font-family: Gill Sans MT, sans-serif;
    font-size: 18px;
    margin-top: 25px;
}

.navbar-toggle .icon-bar {
  background-color: #EEBF86 !important;
}

.navbar-toggle {
    right: -15px;
    top: 15px;
}


#myNavbar li a:hover {
    background-color: rgba(255,255,255,0.0);
    text-decoration: none;
    color: lightgrey!important;
}

#myNavbar li a:active {
    color: lightgrey!important;
}

h2 {
    text-align: center;
}

@media screen and (max-width: 1280px ) {
    body,html {
    background: #0a0d10 !important;
    }
}

.aboutHeadline {
    text-align: center;
    font-weight: bold;
    margin-top: 75px;
    text-decoration: underline;
    color: black;
    margin-bottom: 30px;
}

.contactHeadline {
    text-align: center;
    font-weight: bold;
    margin-top: 100px;
    text-decoration: underline;
    color: black;
}


#googleplus-nav a, #linkedin-nav a {
    position: relative;
    bottom: 2px;
}

#home-footer {
    position: relative;
    width: 100%;
    bottom: -20px;
    color: grey;    
    text-align: center;
    margin-top: 20px;
}

footer {
    padding-top: 40px;
    text-align: center;
    font-family: Gill Sans MT, sans-serif !important;
    font-size: 12px !important;
    color: grey;
}

#contact-footer {
    position: relative;
    bottom: -5px;
    width: 100%;
    text-align: center;
    font-family: Gill Sans MT, sans-serif;
    color: grey;
}

#portfolio-footer p {
    font-family: Gill Sans MT, sans-serif !important;
    color: grey;
    font-size: 12px !important;
}


@media screen and (min-width:989px) and (max-width:999px) {
#portfolio-footer {
    position: relative;
    top: 280px;    
    width: 100%;
    text-align: center;
}
}

@media screen and (min-width:1000px) {
    #portfolio-footer {
        position: relative;
        bottom: -176px;    
        width: 100%;
        text-align: center;
    }
}

#about-text {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 21px;
    color: #BCBCBC;
}

#linkedIn a {
    position: relative;
    display: block;
    top: 100px;
    text-align: center;
    width: 100px;
    margin: auto;
}

#linkedIn a:hover:before {
  content: '';
  display: block;
  background: url('/img/linkedin-blue.svg') no-repeat center; /* your background */
  width: 100px; /* image width */
  height: 100px; /* image height */
  position: absolute;
  top: 0;
  right: 0;
}

#googlePlus a {
    position: relative;
    display: block;
    top: 100px;
    text-align: center;
    width: 100px;
    margin: auto;
    margin-bottom: 100px;
}

#googlePlus a:hover:before {
  content: '';
  display: block;
  background: url('/img/googleplus_red.svg') no-repeat center; /* your background */
  width: 100px; /* image width */
  height: 100px; /* image height */
  position: absolute;
  top: 0;
  right: 0;
}

#googlePlus {
    text-align: center;
    margin-top: 50px;
}


#sebPhoto {
    background: url('/img/Seb_blackwhite_about_pic.jpg') no-repeat center;
    background-size: contain;
    max-width: 100%;
    width: 400px;
    height: 500px;
    margin: 0 auto;
}

#sebPhoto:hover {
    background-image: url('/img/Seb_about_pic.jpg'), url('/img/Seb_blackwhite_about_pic.jpg');
    background-size: contain;
    max-width: 100%;
    width: 400px;
    height: 500px;
    margin: 0 auto;
}

@media screen and (max-width:400px) {
    #linkedIn a {
        margin-top: 0;
    }
    
    .social-media-icons {
    margin-top: 100px;
    }
}

@media screen and (max-width:767px) {
    #sebPhoto {
        margin-top: 50px;
    }
    
    #sebPhoto:hover {
        margin-top: 50px;
    }
    
    .dropdown-menu ul {
        background-color: rgba(255,255,255,0.0) !important;
    }
    
    #bio-item {
        margin-top: 10px !important;
    }
    
    .dropdown-menu li a {
        font-size: 20px !important;
    }
    
    #myNavbar {
        background: rgba(10, 13, 16, .9);
        margin-top: 10px;
        overflow: hidden;
        border: none;
        position: absolute;
        width: 768px;
        right: 2px;
        z-index: 3;
    }
    
    #myNavbar ul li {
        top: -10px;
        right: 50%;
    }
    
    .dropdown-menu {
        padding-right: -10px !important;
    }
    
    .dropdown-menu hr {
        width: 138px;
        margin-left: 0;
    }
}

@media screen and (max-width:767px) {
    
    #about-text {
        margin-top: 0;
        font-size: 16px;
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #about-text {
        font-size: 16px;
    }
}

@media screen and (max-width:800px) {
}

@media screen and (max-width:767px) {
    .navbar-collapse {
      position: absolute;    
      min-width: 100%;
      max-height: none;
    }

@media screen and (max-width:350px) {

    #about-text {
        margin-top: -100px;
    }
    
    #about-container h2 {
        display: none;
    }
    
    #about-footer {
        position: relative;
        bottom: 0;
        padding-top: 0;
    }   
    
    .hidden-title {
        display: block !important;
        color: #EEBF86 !important;
        text-align: left;
        font-weight: bold;
        margin-bottom: -40px;
    }
    
    #home-footer {
        padding-top: 0;
        top: 40px;
    }
    
    .full-footer-text {
        display: none;
    }
    
    .mobile-footer-text {
        display: block;
    }
    
    #resume-container {
        margin-top: 0 !important;
    }
    
    #about-text {
        margin-top: 25px !important;
    }
    
    #resume-hidden-title {
        color: lightgrey !important;
    }
    
    #main-resume-title {
        display: none;
    }
    
    #resume-statement {
    margin-top: 60px;
}
    
    #pc_logo {
        margin-top: 15px;
    }
    
    #sebPhoto {
        margin-top: -50px;
    }
    
    #sebPhoto:hover {
        margin-top: -50px;
    }
    
    #about-text {
        margin-top: -40px;
    }
    
    .get-in-touch {
        font-size: 22px !important;
    }
    
    #contact-container {
        margin-top: 0 !important;
    }
    
    .page-header {
        display: none;
    }
    
    .project-page-header {
        font-size: 30px;
        font-family: Century Gothic, sans-serif;
    }
    
    #hello {
        font-size: 40px !important;
    }
    
    #hello2 {
        font-size: 18px !important;
    }
    
    .btn {
        font-size: 15px !important;
    }
}
    
}

@media screen and (min-width:351px) and (max-width:767px) {
    #sebPhoto {
        margin-top: 50px;
    }
    
    #sebPhoto:hover {
        margin-top: 50px;
    }
    
    #about-text {
        margin-top: 10px;
    }
    
    .project-page-header {
        position: relative;
        bottom: 0px;
    }
}

@media screen and (max-width:350px) {
     #about-footer {
        position: relative;
        bottom: 25px;
        padding-top: 0;
    }
}

@media screen and (min-width:350px) and (max-width:359px) {
    
    #about-footer {
        position: relative;
        top: 0px;
    }
}

@media screen and (min-width:360px) and (max-width:399px) {
    
    #about-footer {
        position: relative;
        top: 0;
        padding-top: 0;
    }
}

@media screen and (min-width:400px) and (max-width:449px) {
    
    #about-footer {
        position: relative;
        top: 95px;
    }
}

@media screen and (min-width:450px) and (max-width:469px) {
    
    #about-footer {
        position: relative;
        top: 160px !important;
    }
}

@media screen and (min-width:470px#home) and (max-width: 499px) {
    
    #about-footer {
        position: relative;
        top: 160px;
    }
}

@media screen and (min-width:500px) and (max-width: 599px) {
    
    #about-footer {
        position: relative;
        top: 210px;
    }
}

@media screen and (min-width:600px) and (max-width: 699px) {
    
    #about-footer {
        position: relative;
        top: 255px;
    }
}



@media screen and (min-width:700px) and (max-width: 767px) {
    
    #about-footer {
        position: relative;
        top: 275px;
    }
}


@media screen and (min-width:768px) and (max-width: 999px) {
    
    #about-footer {
        position: relative;
        top: 680px;
    }
}

@media screen and (min-width:1000px) {
    
    #about-footer {
        position: relative;
        top: 700px;
    }
}


@media screen and (min-width:351px) and (max-width:399px) {
    #contact-footer {
        bottom: 0 !important;
        position: relative !important;
        margin-top: -100px;
    }
    
    #home-footer {
        bottom: 0px; !important;
        position: relative !important;
        padding-top: 0;
    }
}

@media screen and (min-width:400px) and (max-width:419px) {
    #contact-footer {
        bottom: 0 !important;
        position: relative !important;
    }
    
    #home-footer {
        bottom: 0 !important;
        position: relative !important;
    }
    
    #about-footer {
        top: 90px !important;
        position: relative;
    }
}


@media screen and (min-width:420px) and (max-width:768px) {
    #contact-footer {
        bottom: 0 !important;
        position: relative !important;
    }
    
    #home-footer {
        bottom: 0 !important;
        position: relative !important;
    }
}

 

@media screen and (min-width:351px) and (max-width:999px) {
    #project-row {
        margin-top: -15px !important;
    }
}


@media screen and (min-width:768px) and (max-width:999px) {
    #myNavbar ul {
        position: absolute;
        right: -24px;
    }
}

@media screen and (min-width:1000px) {
    #myNavbar ul {
        position: absolute;
        right: -35px;
    }
}

@media screen and (min-width:351px) and (max-width:999px) {
    #project-row {
        margin-top: -15px !important;
    }
}


@media screen and (min-width:820px) and (max-width:1499px) {
    
    #bio-item a {
        position: relative !important;
        bottom: 0;
    }
    
    #resume-item a {
        position: relative;
        bottom: 0;
    }
    
    .dropdown-menu {
        height: 90px;
    }
}

button.close {
    position: relative;
    bottom: 8px;
    font-size: 30px;
}


@media screen and (min-width:768px) {
    #sebPhoto {
        margin-top: 50px;
    }
    
    .dropdown-menu {
    background: rgba(10, 13, 16, 0.75) !important;
    }

    #sebPhoto:hover {
        margin-top: 50px;
    }
    
    #about-container h2 {
        margin-top: 90px;
    }
    
    #project-row {
        margin-top: 0; !important;
    }
    
    #about-text {
        margin-bottom: -500px;
    }
}



    
.col-md-4 h3 a {
    color: #A37F57;
    font-family: Century Gothic, sans-serif;
}

.col-md-4 h3 a:hover {
    color: #EEBF86;
    text-decoration: none;
}

.col-md-4 p {
    color: lightgrey;
}

.portfolio-item p {
    color: lightgrey;
    font-family: Gill Sans Mt, sans-serif !important;
    font-size: 18px !important;
    
}

.btn {
    font-family: Gill Sans MT, sans-serif;
}

button.btn:hover {
    background: white;
    color: black;
}



#gitHub a {
    position: relative;
    display: block;
    top: 100px;
    text-align: center;
    width: 100px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: -55px;
}

#gitHub a:hover:before {
  content: '';
  display: block;
  background: url('/img/github_teal_100px.svg') no-repeat center; /* your background */
  width: 100px; /* image width */
  height: 100px; /* image height */
  position: absolute;
  top: 0;
  right: 0;
}

.project-title {
    font-family: Century Gothic, sans-serif;
    margin-top: 0;
    color: #EEBF86;
}

.project-description {
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    color: #EEBF86;
}

.page-header{
    text-align: left;
    color: dimgrey;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #515151 !important;
}

.project-page-header {
    color: #EEBF86;
    font-family: Century Gothic, sans-serif;
    margin-top: 30px;
    font-size: 35px;
}

.project-details-title, .screenshots-title, .related-page-header {
    font-family: Century Gothic, sans-serif;
    color: #EEBF86;
}

.project-category p {
    color: lightgrey;
}

.project-details li {
    display: block;
}

#project-info {
    text-align: left;
}

.glyphicon {
    font-size: 13px;
}

@media screen and (max-width:990px) {
    .project-title {
        margin-top: 20px;
    }
    .col-md-2 img {
        margin-top: 20px;
    }
    
    .col-md-3 img {
        margin-top: 20px;
    }
    
    .col-md-4 img {
        margin-top: 20px;
    }
}

#portfolio p {
    font-size: 15px;
    font-family: Helvetica, Arial, sans-serif;
}

.modal-dialog{
    position: relative;
    display: table;
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    min-width: 800px;   
}

@media screen and (max-width:999px) {
    .modal-dialog{
    position: relative;
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    min-width: 300px;   
}    
}

.navbar-brand img {
        position: absolute;
        top: 10px;
        left: -20px;;
}

#about-footer {
    padding-bottom: 0;
}

.social-media-icons {
    text-align: center;
}

.smallSocialmedia {
    display: inline-block;
}

.social-media-icons img {
    margin-right: 5px;
}

.navbar .navbar-toggle {
    background-color: rgba(255, 255, 255, 0.0);
    border: 2px solid #EEBF86 !important;
}

.navbar .navbar-toggle:hover {
    background: #2c2c2c !important;
}

.navbar .navbar-toggle:active {
    background: #2c2c2c !important;
}

.navbar .navbar-toggle:focus {
    background: #2c2c2c !important;
}

.navbar .icon-bar {
    background-color: #EEBF86;
}

.email-me {
    margin-top: 150px;
    text-align: center;
}

.email-me a {
    text-decoration: none;
    font-family: Century Gothic, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #232323;
    display: inline-block;
}

.email-me a:hover {
    text-decoration: none;
    color: lightgrey;
}

.email-me a:active {
    text-decoration: none;
    color: teal;
}

.email-me a:visited {
    text-decoration: none;
    color: #232323;
}



.dot {
    color: #ff4040;
}

#contact #myNavbar #contact-nav a {
    color: lightgrey !important;
    text-decoration: overline;
}

#about #myNavbar #about-nav a {
    color: lightgrey !important;
    text-decoration: overline;
}

#portfolio #myNavbar #portfolio-nav a {
    color: lightgrey !important;
    text-decoration: overline;
}


#hello, #hello2, #hello3 {
    text-align: center;
}

#hello {
    font-family: "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 45px;
    color: #EEBF86;    
}

#hello2 {
    font-family: Century Gothic, sans-serif;
    margin-top: -15px;
    font-size: 19px;
    color: lightgrey;
    line-height: 30px;
}

#seb-index-pic {
    margin: 0 auto;
}

#home-container {
    margin-top: 20px;
}
#home {
    opacity: 0;
    transition: opacity 2s ease-in;
    z-index: 9999;
    overflow-x: hidden;
}

#home.load {
    opacity: 1;
}

#contact-container {
    margin-top: 75px;
}

.get-in-touch {
    font-size: 24px;
    font-family: Century Gothic, sans-serif;
    color: lightgrey;
}

.fill-out {
    font-family: Century Gothic, sans-serif;
    font-size: 17px;
    margin-bottom: 35px;
}

floating-label-form-group{font-size:14px;position:relative;margin-bottom:0;padding-bottom:.5em;border-bottom:1px solid #eee}

.floating-label-form-group input,.floating-label-form-group textarea {
    color: lightgrey;
    position:relative;
    padding-right:0;
    padding-left:0;
    border:none;
    border-radius:0;
    font-size:1.5em;
    background:0 0;
    box-shadow:none!important;
    resize:none; 
    font-family: Bodoni, serif;
}

.floating-label-form-group label{
        display:block;
        position:relative;
        top:2em;
        margin:0;
        font-size:.85em;
        line-height:1.764705882em;
        vertical-align:middle;
        vertical-align:baseline;
        opacity:0;
        -webkit-transition:top .3s ease,opacity .3s ease;
        -moz-transition:top .3s ease,opacity .3s ease;
        -ms-transition:top .3s ease,opacity .3s ease;
        transition:top .3s ease,opacity .3s ease
}

.floating-label-form-group::not(:first-child){padding-left:14px;border-left:1px solid #eee}

.floating-label-form-group-with-value label{top:0;opacity:1}

.floating-label-form-group-with-focus label{color:#0085A1}

form .row .floating-label-form-group{
    border-top:1px solid #EEBF86;
}

#message-label {
    border-bottom: 1px solid #EEBF86;
}

input {
    color: lightgrey;
}

.btn {
    font-size:14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding:15px 25px;
    font-family: Gill Sans MT, sans-serif;
    color: lightgrey !important;
    -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
    border: 2px solid #A37F57 !important;
    -webkit-border: 2px solid #A37F57 !important;
    -moz-border: 2px solid #A37F57 !important;
    background: rgba(255,255,255,0.0) !important;
}

.btn:hover {
    color: white !important;
    background: rgba(255,255,255,0.0) !important; 
    border: 2px solid #EEBF86 !important;
    -webkit-border: 2px solid #EEBF86 !important;
    -moz-border: 2px solid #EEBF86 !important;
}

.btn:active {
    color: white !important;
    background: rgba(255,255,255,0.0) !important; 
    border: 2px solid #EEBF86 !important;
    -webkit-border: 2px solid #EEBF86 !important;
    -moz-border: 2px solid #EEBF86 !important;
    position: relative;
}

#index-contact-button {
    margin: auto;
}

#contact-social-media {
    position: relative;
    bottom: 10px;
}

.text-center {
    margin-bottom: 10px;
    margin-top: 10px;
}

#about-container {
        margin-top: 25px;
    }

input, select, textarea{
    color: white;
}

textarea:focus, input:focus {
    color: white;
}

#about-container h2 {
    text-align: left;
    font-size: 30px;
    font-family: Helvetica, Arial, sans-serif;
    color: dimgrey;
    margin-bottom: 25px;
    font-weight: bold;
}

.vert-bar {
    color: #EEBF86;
    font-size: 40px;
}

.title-category {
    color: lightgrey;
    font-size: 30px;
    font-weight: bold;
}

.hidden-title {
    display: none;
}

.hr {
    border-top: 1px solid #515151;
}

#project-row {
    margin-top: 40px;
}

#resume-container {
    margin-top: 40px;
}

#resume-container h2 {
    text-align: left;
    font-weight: bold;
    color: dimgrey;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 30px;
}

#resume-statement {
    font-size: 20px;
    font-family: Century Gothic, sans-serif;
    font-weight: bold;
    color: #eebf86;
}

.resume-category-title {
    font-size: 30px !important;
    font-family: Century Gothic, sans-serif !important;
    font-weight: bold !important;
    color: #c4bcbc !important;
    margin-bottom: 50px;
    margin-top: 50px;
}

.skills-list li {
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #A37F57;
    margin-bottom: 5px;
}

.job-title {
    font-family: Century Gothic, sans-serif;
    color: #eebf86;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: -10px;
    margin-left: 35px;
}

.company-name {
    color: #A37F57;
    font-family: Century Gothic, sans-serif;
    font-weight: bold;
    font-size: 20px !important;
    margin-left: 35px;
}

.duration {
    color: #c4bcbc;
}

.degree-name {
    font-family: Century Gothic, sans-serif;
    color: #eebf86;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: -20px;
    margin-left: 35px;
}

.minor-degree {
    font-family: Century Gothic, sans-serif;
    color: #a37f57;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: -10px;
    margin-left: 35px;
}

.college-name {
    font-family: Century Gothic, sans-serif;
    font-weight: bold;
    font-size: 20px !important;
    color: white;
    margin-left: 35px;
}

.dropdown-menu li {
    margin-top: -20px !important;
    margin-left: -6px;
}

#bio-item {
    margin-bottom: -15px;
}

.dropdown-menu hr {
    border: 1px solid grey;
}

.col-sm-3 {
    margin-bottom: 10px;
}

#resume-download {
    margin-top: 40px !important;
}