/** Fonts */
@font-face {
    font-family: 'Lily Script One';
    font-style: normal;
    font-weight: 400;
    src: local('Lily Script One'), local('LilyScriptOne-Regular'), url(https://fonts.gstatic.com/s/lilyscriptone/v4/uPWsLVW8uiXqIBnE8ZwGPKW9WqC4OJJkfgA_jCJuPCQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lily Script One';
    font-style: normal;
    font-weight: 400;
    src: local('Lily Script One'), local('LilyScriptOne-Regular'), url(https://fonts.gstatic.com/s/lilyscriptone/v4/uPWsLVW8uiXqIBnE8ZwGPCJccsb45t3MJKcv5BJtrIs.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

.lily {
    font-family: 'Lily Script One', cursive;
}

/** Color corrections */
.navbar, .navbar.navbar-default {
    /*background-color: #36cdff;*/
    background-color: rgba(0,0,0,0.7);
    color: #ffffff;
}

.form-group.is-focused .form-control {
    outline: none;
    background-image: linear-gradient(#36cdff, #36cdff), linear-gradient(#D2D2D2, #D2D2D2);
    background-size: 100% 2px, 100% 1px;
    box-shadow: none;
    transition-duration: 0.3s;
}


.form-group.is-focused label,
.form-group.is-focused label.control-label {
    color: #36cdff;
}



/* Extra's */
.btn-teal {
    background-color: #36cdff;
}

.icon.icon-teal {
    color: #36cdff;
}

.text-teal {
    color: #36cdff;
}

.navbar-brand {
    font-size: 40px;
    width: 50px;
    height: 50px;
}

/** References **/
.card .card-image {
    height: 150px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.card {
    margin-top: 50px;
    margin-bottom: 50px;
    height: 375px;
    padding: 20px;
    border-radius: 7px;
    /*box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.12);*/
}

.card .content {
    padding: 1.25rem;
}

.wrapper .header, .header .title {
    color: white;
}

.header {
    height: 480px;
}

.header .container {
    padding-top: 200px;
}

.header .title {
    font-size: 3em;
}

/** Contact Page **/
body.contact-page .wrapper > .header {
    min-height: 55vh;
}

.contact-content {
    padding-bottom: 40px;
    padding-top: 40px;
}

.info.info-horizontal {
    padding-top: 0;
    padding-bottom: 10px;
}

.info.info-horizontal > .icon {
    float: left;
    margin-top: 24px;
    font-size: 0.6em;
    margin-right: 15px;
}

.info.info-horizontal > .description {
    overflow: hidden;
}

.row.contact .info {
    text-align: center;
    margin: 1rem auto;
    max-width: none;
}
