
a,
a:hover,
a:focus,
a:active,
a.active {
    color: #18BC9C;
    outline: none;
}

blockquote {
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    /*line-height: 27.2727px;*/
}

body {
    overflow-x: hidden;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

.btn-outline {
    color: white;
    font-size: 20px;
    border: solid 2px white;
    background: transparent;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: #18BC9C;
    background: white;
    border: solid 2px white;
}


.btn-social {
    display: inline-block;
    height: 50px;
    width: 50px;
    border: 2px solid white;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: none;
}

@media (max-width: 320px) {
    header .container,
    header .container-fluid {
        padding: 56px 0 0;
    }

    header .container .row,
    header .container-fluid .row {
        padding: 0 0 10px;
    }

}

@media (min-width: 321px) {
    header .container,
    header .container-fluid {
        padding: 60px 0 0;
    }
    header .container .row,
    header .container-fluid .row {
        padding: 0 0 10px;
    }
}

@media (min-width: 768px) {
    header .container,
    header .container-fluid {
        padding: 70px 0 50px 0;
    }
}

@media (min-width: 1280px) {
    header .container,
    header .container-fluid {
        padding: 70px 0 50px 0;
    }
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eeeeee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-radius: 0;
    font-size: 1.5em;
    background: none;
    box-shadow: none !important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: 0.85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
}

.floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eeeeee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18BC9C;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eeeeee;
}

footer {
    color: white;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2C3E50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: "Comic Sans", "Comic Sans MS", cursive;*/
    /*font-family: "Source Sans Pro",sans-serif;*/
    /*font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    /*font-family: Verdana;*/
    /*font-family: "franklin-gothic-urw","Helvetica Neue","Helvetica","Arial","sans-serif";*/
    /*font-family: Didot, ¡°Didot LT STD¡±, ¡°Hoefler Text¡±, Garamond, ¡°Times New Roman¡±, serif;*/
    /*font-family: Garamond, Baskerville, ¡°Baskerville Old Face¡±, ¡°Hoefler Text¡±, ¡°Times New Roman¡±, serif;*/
    font-family: 'Nunito', sans-serif;
    /*text-transform: uppercase;*/
    /*font-weight: 700;*/
    font-weight: 900;
    padding-bottom: 10px;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

@media (max-width: 320px) {
    section h2 {
        margin: 0;
        font-size: 2.3em;
    }
    section h4 {
        margin: 0;
        font-size: 1.5em;
    }
}

@media (min-width: 321px) {
    section h2 {
        margin: 0;
        font-size: 2.5em;
    }
    section h4 {
        margin: 0;
        font-size: 1.7em;
    }
}

@media (min-width: 768px) {
    section h2 {
        margin: 0;
        font-size: 3em;
    }
    section h4 {
        margin: 0;
        font-size: 1.5em;
    }
}

@media (min-width: 1280px) {
    section h2 {
        margin: 0;
        font-size: 3.75em;
    }
    section h4 {
        margin: 0;
        font-size: 2em;
    }
}


header {
    text-align: center;
    background: #18BC9C;
    color: white;
}


header img {
    display: block;
    margin: 0 auto 20px;
}


hr.star-light,
hr.star-primary {
    padding: 0;
    border: none;
    border-top: solid 5px;
    text-align: center;
    max-width: 550px;
    margin: 25px auto 30px;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    font-family: FontAwesome;
    display: inline-block;
    position: relative;
    top: -0.8em;
    font-size: 2em;
    padding: 0 0.25em;
}

hr.star-light {
    border-color: white;
}

@media (max-width: 320px) {
    hr.star-light,
    hr.star-primary {
        max-width: 190px;
    }
}

@media (min-width: 321px) {
    hr.star-light,
    hr.star-primary {
        max-width: 210px;
    }
}

hr.star-light:after {
    background-color: #18BC9C;
    color: white;
}

hr.star-primary {
    border-color: #2C3E50;
}

hr.star-primary:after {
    background-color: white;
    color: #2C3E50;
}

.img-centered {
    margin: 0 auto;
}

header .intro-text .name {
    display: block;
    /*font-family: "Comic Sans", "Comic Sans MS", cursive;*/
    /*font-family: "Source Sans Pro",sans-serif;*/
    /*font-family: "Geneva";*/
    /*font-family: Garamond, Baskerville, ¡°Baskerville Old Face¡±, ¡°Hoefler Text¡±, ¡°Times New Roman¡±, serif;*/
    /*text-transform: uppercase;*/
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 2em;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 320px) {
    header .intro-text .name {
        font-size: 1.7em;
    }
}

@media (min-width: 321px) {
    header .intro-text .name {
        font-size: 2.0em;
    }
}

@media (min-width: 768px) {
    header .intro-text .name {
        font-size: 2.5em;
    }
    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media (min-width: 1280px) {
    header .intro-text .name {
        font-size: 3.75em;
    }
    header .intro-text .skills {
        font-size: 2em;
    }
}


.navbar {
    /*font-family: "Comic Sans", "Comic Sans MS", cursive;*/
    /*font-family: "Source Sans Pro",sans-serif;*/
    /*font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    /*font-family: Garamond, Baskerville, ¡°Baskerville Old Face¡±, ¡°Hoefler Text¡±, ¡°Times New Roman¡±, serif;*/
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
}

.navbar a:focus {
    outline: none;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
    margin-top: 5px;
}

.navbar .navbar-nav li a:focus {
    outline: none;
}

.navbar-default,
.navbar-inverse {
    border: none;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
    color: #18BC9C;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #18BC9C;
}

.navbar-default .navbar-toggle {
    border-color: #18BC9C;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #18BC9C;
    color: #ffffff;
    box-shadow: 5px 5px 3px #a7a7a7;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-fixed-top .navbar-brand {
    font-smooth: auto;
    /*font-family: "Comic Sans", "Comic Sans MS", cursive;*/
    /*font-family: "Source Sans Pro",sans-serif;*/
    /*font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    /*font-family: Garamond, Baskerville, ¡°Baskerville Old Face¡±, ¡°Hoefler Text¡±, ¡°Times New Roman¡±, serif;*/
    font-family: 'Nunito', sans-serif;
    padding: 2% 0 2% 2%;
}

.navbar-fixed-top .navbar-brand img {
    display: inline;
    vertical-align: middle;
}

@media (max-width: 320px) {
    .navbar-fixed-top {
        padding-bottom: 5px;
    }
    .navbar-fixed-top .navbar-brand {
        font-size: 1.175em;
    }
    .navbar-fixed-top .navbar-brand img {
        position: relative;
        height: 45px;
        width: auto;
    }
}

@media (min-width: 321px) {
    .navbar-fixed-top {
        padding-bottom: 5px;
    }
    .navbar-fixed-top .navbar-brand {
        font-size: 1.3em;
    }
    .navbar-fixed-top .navbar-brand img {
        height: 45px;
        width: auto;
    }
}

@media (min-width: 600px) and (max-width: 980px) {
    /*@media (min-width: 600px) {*/
    .navbar-fixed-top .navbar-brand {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .navbar-fixed-top {
        padding-bottom: 10px;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        min-width: 400px;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

@media (min-width: 1200px) {
    .navbar-fixed-top {
        padding: 10px 0;
    }
    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
    }
}

@media (max-width: 320px) {
    .navbar-toggle {
        margin-top: 10px;
    }
}
@media (min-width: 321px) {
    .navbar-toggle {
        margin-top: 13px;
    }
}
@media (min-width: 768px) {
    .navbar-toggle {
        margin-top: 20px;
    }
}


.otto {
    color: white;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
    vertical-align: middle;
}


p {
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 110%;
}

p.small {
    font-size: 16px;
}

@media (min-width: 1200px) {
    .panel-body {
        font-size: 20px;
    }
}

pre {
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

.scroll-top {
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
    z-index: 1049;
}

.scroll-top .btn {
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: none;
}


section {
    padding: 100px 0 0;
}

@media (max-width: 320px) {
    section {
        padding: 70px 0;
    }
    section .container .row,
    section .container-fluid .row {
        padding: 0;
    }
}


@media (min-width: 768px) {
    section {
        padding: 90px 0;
    }
    section .container .row,
    section .container-fluid .row {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1280px) {
    section {
        padding-bottom: 150px;
    }
    section img {
        max-height: 450px;
    }
    section .well {
        font-size: 125%;
    }
}

section.success {
    background: #18BC9C;
    color: white;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    color: #2C3E50;
    outline: none;
}


