@import url( '../fonts/urw/stylesheet.css' );

@import url( 'header.css' );
@import url( 'article.css' );
@import url( 'sidebar.css' );
@import url( 'comments.css' );
@import url( 'footer.css' );

body, html {
    font-family: 'Light', sans-serif;
    font-size: 14px;
    line-height: 1.5rem;
}

a {
    color: #9e1f62;
}

a:hover {
    color: #9e1f62;
}

b, strong {
    font-family: 'Normal';
}

*:not(.navbar):not(#sidebar) {
    transition: all 0.2s ease-in-out !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon {
  font-family: 'feather' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

body {
    overflow-x: hidden;
    /*padding-top: 30px;
    background-image: url('../images/flower-background.png');
    background-repeat: repeat-x;
    background-position: top center;
    background-size: 150px;*/
}

input {
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0.5rem 1rem !important;
    font-size: 1.05rem !important;
}

input:focus {
    border-color: #9e1f62 !important;
}

textarea {
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0.5rem 1rem !important;
    font-size: 1.05rem !important;
    height: 100px;
    resize: none;
}

textarea:focus {
    border-color: #9e1f62 !important;
}

.navbar input:focus {
    border-bottom-color: #fff !important;
}

form button {
    background: #9e1f62 !important;
    border-color: #9e1f62 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0.5rem 2rem !important;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    font-family: 'Normal';
    margin-bottom: -1rem !important;
}

form button:hover,
form button:active {
    border-color: #880f4f !important;
    background: #880f4f !important;
}

#loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 1000;
}

#loader > div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

#loader img { 
    margin-bottom: 1rem;
    max-width: 15rem;
}

#loader i {
    color: #9e1f62;
    font-size: 2rem;
}
