/*Styling by tag */
html {
    scroll-behavior: smooth;
  }

html, body {
    width: 100%;
    height: 100% !important;
}

body {
    font-family: "open sans",Arial,sans-serif;
    color: #000;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

section {
    position: relative;
    z-index: 999;
    padding: 50px 0;
}

section #projects {
    margin-top : 40rem;
}

b {
    font-weight: 600;
}

p {
    margin: 0 0 25px;
    font-size: 1.2rem;
    line-height: 1.5;
}

a {
    color : black;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

iframe {
    padding-bottom: 1rem;
    border-width: 0px;
}

p .hh7 {
    margin: 0 0 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

/*Styling by class */

.navbar .navbar-brand {
    font-weight: 700;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid #333;
    text-transform: uppercase;
    color: rgba(255,255,255,.8);
    background-color: #000;
}
.navbar-custom .navbar-brand {
    font-size: 26px;
    letter-spacing: -1px;
    text-transform: none;
}
.navbar-custom.top-nav-collapse .navbar-brand {
    font-size: 18px;
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}
.navbar-custom a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.navbar-custom .nav li.active a {
    color: #00a8ff;
}
.navbar-custom .nav li.active a:hover {
    color: #fff;
}

.top-nav-collapse .container {
    width: auto;
}
.navbar-toggle {
    padding: 3px 5px 0;
    margin-bottom: 0;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
.no-pad {
    padding: 0;
}



.facts-educ {
    text-transform: inherit;
}

.educ {
    color : darkslategray;
    margin-bottom: 1rem;
}
.pad-educ {
    margin-bottom: 1rem;
}

.pad-educ li {
    margin-right: 0rem;
}

.list-inline>li {
    padding-bottom: 10px;
}
.label {
    border-radius: 0;
}
.label-danger {
    background-color: #c00;
}
.btn {
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 2px solid #fff;
    outline: 0;
    color: #fff;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 2px solid #eee;
    outline: 0;
    color: #000;
    background-color: #eee;
}

.btn-primary {
    border: 2px solid #000000;
    outline: 0;
    color: #fff;
    background-color: black;
}
.btn-primary:hover,
.btn-primary:focus {
    border: 2px solid #000000;
    outline: 0;
    color: #fff;
    background-color: black;
}

.intro {
    display: table;
    width: 100%;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,.2);
    height: 100%;
    background: #000 url(../img/5.jpg)  no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.education {
    margin-top: 1rem;
}


.intro .intro-body {
    display: table-cell;
    vertical-align: bottom;
    padding: 100px 0;
}
.intro .intro-body .brand-heading {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 2px;
}
.welcome-zone {
    justify-content: center;
    position: relative;
    text-align: center;
}

.color {
    color: #00a8ff;
}
.intro .intro-body .intro-text {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.headerline {
    font-weight: bolder;
}

.center-div {
    margin: 0 auto;
    text-align: center;
}

.overlay {
	background-color:#212529;
	opacity:.3;
	width: 100%;
    margin: 0;
}

.static-photos {
    text-align: center;
    margin: 3 auto;
    width: 100%;
    height: 18rem;
  }

  /*Styling by id */
  
#black-back-nav, #black-back-nav-2 {
	color: black;
    background-color: black;
    
}

#phone-btn {
    text-align: center;

}

#phone-btn{
    background-color: black;
    color: white;
    padding-right:0.5rem;
    padding-left:0.5rem;
    font-size: 0.5rem;
    border-radius: 50px;
}

#mail-btn {
    background-color: black;
    color: white;
    padding-right:0.5rem;
    padding-left:0.5rem;
    font-size: 0.5rem;
    border-radius: 50px;
  
}

#about-me {
    width: 85%;
    justify-content: center;
    
}

#midhead{

    font-weight: 700;
}

#midhead-fam, #midhead-aca, #midhead-cont {
    font-weight: 700;
    padding-top: 1.5rem;
}


/* Contact */

#contact {
    
    width: 85%;
    color: #000;
    background-size: cover;
    margin-right: 0rem;
}
#projects, #contact {
    padding-top: 0%;
}

#contact-list {
    display: inline;
}

html, body {
    margin: 0; padding: 0;
  }
  .animated-background {
    background: gray url(../img/img2.jpeg) repeat 0 0;
    width: 100%;
    margin: 0;
    text-align: center;
    height: 300px;
    padding-top: 120px;
    box-sizing: border-box;
    -webkit-animation: slide 20s linear infinite;
  }
  
  
  @-webkit-keyframes slide {
      from { background-position: 0 0; }
      to { background-position: -400px 0; }
  }

#profile-img {
    width: 97%;
    height: 97%;
    
}
#contact-list {
    display: inline;
}

  
#phone-fa-fa {
    font-size: 0.5rem;
    padding-right:0rem;
    margin-right: 0rem;
}

#mail-btn {

    font-size: 0.5rem;
    
}
#phone-btn-div, #mail-btn-div {
    padding-left: 0rem;
    margin-left: 0rem;
}

#projects .headerline {
    margin-top:6.5rem;
    margin-bottom: 0rem;
    
}

#cont {
    padding-top: 0px;
}
canvas {
    padding:0rem;
}
#projects {
    margin-top:0rem;
    padding-bottom: 1rem;
}x
#drawing, #drawing-2, #drawing-3 {

  display: inline-block;
  margin: 0 auto;
}

#photos-family-friends {
    width : 14rem;
}

#spotify-pl {
    margin: 0 auto;
}

.a{
    display: inline;
    position: relative;
    left: 50%;
}