﻿
.slider .slides li .caption {
    top: auto;
    bottom: 5%;
}

header {
    margin-bottom: 10px;
}


.header {
    color: #ee6e73;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
}
h2 {
    font-size: 3.56rem;
    line-height: 110%;
    margin: 1.78rem 0 1.424rem 0;
}
 h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.1;
}

ul.side-nav.fixed li.logo {
    margin-top: 32px;
    margin-bottom: 80px;
    padding:15px 15px 15px 15px;
}








nav ul button, nav ul button:focus, nav ul span, nav ul span:focus {
    transition: background-color .3s;
    font-size: 1rem;
    color: #fff;
    display: block;
    padding: 0 15px;
    box-sizing: inherit;
    background-color: transparent;
    box-shadow: none;
    border: none;
}
    nav ul button, nav ul button:focus {
        cursor: pointer;
    }
    nav ul button:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }
    nav .brand-logo {
        height:64px;
    }


.side-nav button, .side-nav span {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    box-sizing: inherit;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
    background-color: transparent;
    box-shadow: none;
    border: none;
    text-align: left;
    width: 100%;
}
    .side-nav button:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }



@media only screen and (max-width: 992px) {
    .side-nav button {
        padding: 0 16px;
    }
}


input + label {
    width: 100%;
}
.input-field label {
    transition: .2s ease;
}
    .input-field label:not(.label-icon).active {
        font-size: 0.8rem;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

input:not([type]) + label:after,
input[type=text] + label:after,
input[type=password] + label:after,
input[type=email] + label:after,
input[type=url] + label:after,
input[type=time] + label:after,
input[type=date] + label:after,
input[type=datetime] + label:after,
input[type=datetime-local] + label:after,
input[type=tel] + label:after,
input[type=number] + label:after,
input[type=search] + label:after,
textarea.materialize-textarea + label:after {
    font-size: 0.8rem;
    display: block;
    content: "";
    position: absolute;
    top: 40px;
    opacity: 0;
    transition: .20001s ease;
}

    input + label.active:after {
        top: 60px;
    }