/**************************************************/
/* Basic styles                                   */
/**************************************************/

html, body {
    height: 100%;
}

body {
    background-color: #fdfdfd;
    color: #555555;
    font: 14px/24px arial, sans-serif;
    font-weight: 400;
}

a {
	font-weight: normal;
	color: #0000ff;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
    color: #c0c0c0;
}

/**************************************************/
/* Typography                                     */
/**************************************************/

h2 {
	font-family: 'Raleway', arial, sans-serif;
    font-weight: 400;
	font-size: 42px;
	line-height: 42px;
}

h3 {
	font-family: 'Raleway', arial, sans-serif;
    font-weight: 400;
	font-size: 24px;
	line-height: 24px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

::selection {
	background: #c0c0c0;
	color: #ffffff;
}

::-moz-selection {
	background: #c0c0c0;
	color: #ffffff;
}

/**************************************************/
/* Responsive breakpoints                         */
/**************************************************/

@media only screen and (max-width: 479px) { /* EXTRA SMALL - XS */

    p ~ p {
        margin-top: 10px;
    }

    p.small {
        margin-top: 5px;
    }

    p.first {
        margin-top: 0;
    }

    p.last {
        margin-bottom: 10px;
    }

    #logo-consul-service {
        width: 240px;
        height: 194px;
        margin-top: 10px;
    }

}

@media only screen and (min-width: 480px) and (max-width: 767px) { /* SMALL - S */

    p ~ p {
        margin-top: 20px;
    }

    p.small {
        margin-top: 10px;
    }

    p.first {
        margin-top: 0;
    }

    p.last {
        margin-bottom: 20px;
    }

    #logo-consul-service {
        width: 240px;
        height: 194px;
        margin-top: 20px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) { /* MEDIUM - M */

    p ~ p {
        margin-top: 30px;
    }

    p.small {
        margin-top: 15px;
    }

    p.first {
        margin-top: 0;
    }

    p.last {
        margin-bottom: 30px;
    }

    #logo-consul-service {
        width: 340px;
        height: 275px;
        margin-top: 30px;
    }

}

@media only print, only screen and (min-width: 992px) and (max-width: 1199px) { /* LARGE - L */

    p ~ p {
        margin-top: 40px;
    }

    p.small {
        margin-top: 20px;
    }

    p.first {
        margin-top: 0;
    }

    p.last {
        margin-bottom: 40px;
    }

    #logo-consul-service {
        width: 340px;
        height: 275px;
        margin-top: 40px;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1439px) { /* EXTRA LARGE - XL */

    p ~ p {
        margin-top: 50px;
    }

    p.small {
        margin-top: 25px;
    }

    p.first {
        margin-top: 0;
    }

    p.last {
        margin-bottom: 50px;
    }

    #logo-consul-service {
        width: 340px;
        height: 275px;
        margin-top: 50px;
    }

}

@media only screen and (min-width: 1440px) { /* EXTRA EXTRA LARGE - XXL */

    p ~ p {
        margin-top: 60px;
    }

    p.small {
        margin-top: 30px;
    }

    p.first {
        margin-top: 0;
    }

    p.last {
        margin-bottom: 60px;
    }

    #logo-consul-service {
        width: 340px;
        height: 275px;
        margin-top: 60px;
    }

}
