h1 {
    color: white;
    /*text-shadow:4px 4px 4px #000*/
    display: inline-block;
    margin: 0 0;
    /*  animation: fadeInLeft;  referring directly to the animation's @keyframe declaration */
    animation-duration: 2s;
    /* don't forget to set a duration! */
}

h1 {
    font-family: "Brush Script MT", cursive;
    font-size: 40px;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    line-height: 80px;
}

h3 {
    /*
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;*/
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 15.4px;
    color: black;
}

p {
    /*font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;*/
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    /*font-weight: 600;*/
    line-height: 27px;
    color: black;
}

ul {
    /*
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;*/
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    /*font-weight: 600;*/
    line-height: 27px;
    color: black;
}

.mycourier {
    /*
  -family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;*/
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    /*font-weight: 600;*/
    line-height: 27px;
    color: black;
}

blockquote {
    /*
      font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;*/
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    /*font-weight: 400;*/
    line-height: 30px;
}

pre {
    /*
      font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;*/
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    /*font-weight: 400;*/
    line-height: 18.5714px;
}

.bg {
    background: linear-gradient(to right, #fff 0%, #333);
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-secondary {
    padding: 10px 10px 10px 10px;
    font-weight: 400;
    border: 3px solid #fff;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 4px;
}

.btn-xing {
    color: #126567;
    background-color: white;
}

.btn-mail {
    color: blue;
    background-color: white;
}

.contact {
    /*
      font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;*/
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    /*font-weight: 600;*/
    line-height: 27px;
    color: white;
}

.myscript {
    font-family: "Brush Script MT", cursive;
    font-style: normal;
    font-variant: normal;
    /*font-weight: 800;*/
    line-height: 80px;
    color: white;
}


/*img.fluid {maxwidth:100%}*/


/*
.navbar-nav>li {
    padding-left: 30px;
    padding-right: 30px;
}*/


/*# sourceMappingURL=styles.css.map */