﻿/* GLOBAL RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html * {
    max-height: 1000000px;
}

ul {
    list-style-type: none;
}

a img {
    border: 0;
}

img {
    vertical-align: top;
}

a {
    text-decoration: none;
    color: #818181;
}

    a:hover {
        color: #ff4c00;
    }

input, select, textarea {
    border: 1px solid #e8e8e8;
}

*:focus {
    outline: none;
}

h1, h2 {
    font-weight: normal;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.fancy-font {
    font-family: 'Montserrat', sans-serif;
}

.white-text {
    color: #fff;
}

.orange-text {
    color: #ff4c00;
}

.dark-teal-text {
    color: #095c66;
}

.large-font {
    font-size: 35px;
}

.medium-font {
    font-size: 20px;
}
