@import url(font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);

/* Header */

#header {
  background-color: #ffffff;
  font-size: 1.25em;
  top: 0;
  left: 0;
  position: fixed;
  text-transform: uppercase;
  width: 100%;
  z-index: 10000;
  z-index: 10001;
}

#header h1 {
  color: #ffffff;
  font-weight: bold;
  height: inherit;
  left: 1.50em;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}

#header nav {
  height: inherit;
  line-height: inherit;
  position: absolute;
  right: 1.50em;
  top: 0;
  vertical-align: middle;
}

#header nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

#header nav ul li {
  border-radius: 2em;
  display: inline-block;
  margin-left: 2.5em;
  padding-left: 0;
}

#header nav ul li a {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: rgb(100, 95, 95);
  display: inline-block;
  text-decoration: none;
}

#header nav ul li a img {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: rgb(100, 95, 95);
  display: inline-block;
  text-decoration: none;
  width: 100px;
  height: 50px;
}

#header.alt a:hover {
  transition: 0.5s ease-in-out;
  color: rgb(100, 95, 95);
}

#header nav ul li a:hover {
  transition: 0.5s ease-in-out;
  color: #343131;
}

#header nav ul li a img:hover {
  opacity: 0.5;
}

#header.alt {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  height: 3.25em;
  line-height: 3.25em;
  position: absolute;
}

#header.alt h1 {
  color: #ffffff;
  left: 1.5em;
  top: 1.25em;
  font-size: 1.25em;
}

#header.alt h1 a {
  color: rgb(247, 246, 248);
}

#header.alt nav {
  right: 2em;
  top: 2em;
}

#header.alt nav a {
  color: #ddd;
}

#header.alt nav a:active,
#header.alt nav a:hover {
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  #header nav ul {
    margin: 25px 0;
  }
  
  #header nav ul li {
    border-radius: 1em;
    margin-left: 1em;
    padding-left: auto;
  }
  
  #header nav ul li a {
    font-size: 20px;
  }
}

/* Banner */

body.is-touch #banner {
  background-attachment: scroll;
}

#banner {
  padding: 15em 0 10em 0;
  background-attachment: fixed;
  background-image: url('../../images/paul-fiedler-unsplash.jpg');
  background-position: 20% 80%;
  background-size: cover;
  line-height: 2.75;
  text-align: center;
}

#banner h2 {
  color: #ffffff;
  display: inline-block;
  font-size: 3.5em;
  margin-bottom: 0.5em;
  font-family: fantasy;
}

#banner .portfolio {
  color: #ddd;
  font-family: cursive; 
  font-size: 4em; 
  text-align: center; 
}

#banner h3 {
  color: #aaa;
  font-size: 2.2em;
  margin-bottom: 0;
  text-transform: none;
}

#audio {
  width: 50%;
  height: 50%;
  position: relative;
  top: 100px;
}

/* Body */

body {
  background-color: #fff;
  color: rgb(100, 95, 95);
}

body,
input,
select,
textarea {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 13pt;
  font-weight: 400;
  line-height: 2em;
}

@media screen and (max-width: 750px) {
  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }
}

a {
  text-decoration: none;
  color: #140577;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 2em 0;
}

h1 {
  color: #484848;
  font-weight: 100;
    font-size: 1.75em;
  line-height: 1em;
  margin: 0 0 1em 0;
  text-transform: uppercase;
}

h2 {
  color: #484848;
  font-weight: 300;
  font-size: 1.35em;
  margin: 0 0 1em 0;
  text-transform: none;
}

h3 {
  color: #484848;
  font-weight: 500;
  font-size: 1.15em;
  margin: 0 0 1em 0;
  text-transform: none;
}

h4 {
  color: #484848;
  font-weight: 300;
  font-size: 0.85em;
  margin: 0 0 1em 0;
  text-transform: none;
}

h5 {
  color: #484848;
  font-weight: 300;
  font-size: 0.65em;
  margin: 0 0 1em 0;
  text-transform: none;
}

h6 {
  color: #484848;
  font-weight: 300;
  font-size: 0.7em;
  margin: 0 0 1em 0;
  text-transform: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

hr {
  border: 0;
  border-bottom: solid 3px rgba(144, 144, 144, 0.25);
  margin: 1em 0;
}

hr.major {
  margin: 3em 0;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/* Content Section */

#about img {
    display: block;
    margin: 10px 0 0 0;
    max-width: 100%;
    -webkit-box-shadow: 10px 10px 20px #777;
    -moz-box-shadow: 20px 10px 20px #777;
    box-shadow: 20 15px 10px #777;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

#about h1 {
  margin: 20px 0 0 0;
}

#about h2 {
  margin: 0 0 0 0;
}

#about h3 {
  margin: 10px 0 0 0;
}

#about h4 {
  margin: 10px 0 0 25px;
}

#about h5 {
  margin: 10px 0 0 0;
  font-size: 1.25em;
  font-weight: bolder;
}

#portfolio {
  background-color: #f6f6f6;
  color: rgb(255, 255, 255);
}

#portfolio h1 {
  font-family: cursive; 
  font-size: 4em; 
  text-align: center;
}

#contact .card .btn {
  padding: 8px 20px;
  border-radius: 30px;
  border: 2px solid #fff;
  color: #fff;
  background: rgb(49, 7, 132);
  outline: 0;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1300 - 300)));
  font-weight: bold;
}

#contact .card .btn:hover {
  border: 2px solid #fff;
  color: #fff;
  background: rgb(206, 5, 152);
}

.wrapper {
  padding: 6em 0 4em 0;
}

.wrapper.sectioncontact {
  background-attachment: fixed;
  background-image: url('../../images/paul-fiedler-unsplash.jpg');
  background-position: 10% 90%;
  background-size: cover;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  #about h1 {
    margin: 25px 0 0 60px;
    position: relative;
  }
  #about h2 {
    font-size: 1.35em;
    margin: 0 0 0 60px;
    position: relative;
  }
  #about h3 {
    font-size: 1.1em;
    margin: 0 0 0 60px;
    position: relative;
  }
}

/* card */
.card {
  display: block;
  color: #000;
}

.card .card-img-top {
  width: 100%;
  height: 450px;
  border-radius: 0.25rem;
}

.card .card-img-top-front {
  width: 100%;
  height: 190px;
  border-radius: 0.25rem;
}

.card .card-body {
  padding: 10px;
  margin-top: 20px;
}

.card .card-subtitle {
  text-align: center;
  font-size: 15px;
  opacity: .8;
  font-weight: bold;
  margin-bottom: 5px;
}

.card .card-title {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 15px;
}

.card .card-text {
  margin: 5px 0 5px 0;
  text-align: left;
}

/* Effect */

.image {
  opacity: 1;
  display: block;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.effect:hover .image {
  opacity: 0.3;
}

/* Footer */

#footer {
  padding: 8em 0 6em 0;
  background: #1f1c1c;
  opacity: 0.7;
  color: #f6f6f6;
  text-align: center;
}

#footer h6 {
    color: #e3dcdc;
    font-weight: 300;
    font-size: 0.7em;
    margin: 0 0 1em 0;
    text-transform: none;
}

#footer a {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #e1deeb;
  text-decoration: none;
}

.btn {
  padding: 8px 20px;
  border-radius: 30px;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  outline: 0;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1300 - 300)));
  font-weight: bold;
}

.btn-theme-color {
  padding: 8px 20px;
  border-radius: 30px;
  border: 2px solid #484848;
  color: #484848;
  background: transparent;
  outline: 0;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1300 - 300)));
  font-weight: bold;
}
