/*--------------------------------------------------------------
Basic
--------------------------------------------------------------*/
body {
    background: #C9463B;
    height:100%;
}

body, input, select, textarea {
    color: white;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    /* font-weight: 300; */
    line-height: 1.65;
}

em, i {
    font-style: italic;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: underline;
}

p {
    margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: white;
    font-family: "Roboto Slab", serif;
    /* line-height: 1.4; */
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h6 a {
    color: white;
}

h1 {
    color: white;
    font-size: 4.3em;
    margin: 0 0 0.5em 0;
    /* line-height: 1.3; */
}

blockquote {
    border-left: solid 3px rgba(210, 215, 217, 0.75);
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}

code {
    background: rgba(230, 235, 237, 0.25);
    border-radius: 0.375em;
    border: solid 1px rgba(210, 215, 217, 0.75);
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

pre code {
    display: block;
    line-height: 1.75;
    padding: 1em 1.5em;
    overflow-x: auto;
}

.hr-set{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 15px;
    margin-bottom: 15px;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/*--------------------------------------------------------------
Scroll Up
--------------------------------------------------------------*/
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-top--fade-out {
    opacity: .5;
}

.cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}

@media screen and (max-width: 480px) {

    .features article {
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -moz-align-items: -moz-flex-start;
        -webkit-align-items: -webkit-flex-start;
        -ms-align-items: -ms-flex-start;
        align-items: flex-start;
    }

    .features article .icon {
        height: 6em;
        line-height: 6em;
        margin: 0 0 1.5em 0;
        width: 6em;
    }

    .features article h3 {
        font-size: 1.4em;
    }
}

/*--------------------------------------------------------------
Custom CSS
--------------------------------------------------------------*/
#landingpage .logo {
    max-height: 270px;
}

#landingpage h1 {
    font-size: 5rem;
    line-height: 1;
    width: 75%;
}

.bajada {
    font-size: 1.5rem;
    line-height: 1.4;
}

#landingpage .d-flex span {
    border: 1px solid white;
    border-radius: 50%;
    color: white;
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-size: 1.5rem;
    font-weight: bold;
    height: 60px;
    margin-right: 1rem;
    text-align: center;
    vertical-align: middle;
    min-width: 60px;
    padding-top: 8px;
}

#landingpage .d-flex p {
    line-height: 1.4;
}

.btn {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    text-decoration: none;
}

.btn:hover {
    background-color: white;
    border: 1px solid white;
    color: #C9463B;
    text-decoration: none;
}

/* MEDIA QUERYS */
/* Extra Large devices (desktops, less than 1200px) */
@media (max-width: 1399px) {


}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {

    #landingpage .logo {
        max-height: 228px;
    }

    #landingpage h1 {
        font-size: 4.1rem;
        line-height: 1;
        width: 75%;
    }

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {

    #landingpage .logo {
        max-height: 196px;
        margin-right: 3rem;
    }

    .btns {
        margin-top: 2rem;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {

    #landingpage .logo {
        max-height: 148px;
    }

    #landingpage h1 {
        font-size: 2.3rem;
        line-height: 1;
        width: 75%;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {


}
