﻿@charset "UTF-8";


/*Font Colors*/

.ColorTeal {
	color:rgba(0,161,156,1.00)	
}

.ColorRed {
    color: rgb(239, 55, 66);
}

.ColorPink {
	color: rgb(239, 134, 166);
}

.ColorWhite {
	color: rgb(250,250,250);
}

.ColorGrayA {
	color:rgb(140,140,140);
}

.ColorGrayB {
	color:rgb(240,240,240);
}

.ColorGrayC {
	color:rgb(200,200,200);
}

.ColorBlue{
    color: #58c5c7;
}

.ColorDarkPink{
    color: rgb(231, 65, 122);
}

/*Titles and fonts*/

.TextCenter {
	text-align:center;	
}

.TextLeft {
	text-align:left;	
}
  
a {
	cursor:pointer;	
	text-decoration:none;
	
}
  
p, input[type=submit], input[type=text], input[type=button], input[type=password],  .ContactsBox a{
	color: rgb(50, 50, 50);
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
	font-weight:100;
    letter-spacing: 0.03em;
    text-decoration: none;
	font-family: "tk-proxima-nova", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, sans-serif;
    margin: 0px;
}

body, a {
	color: rgb(50, 50, 50);
    font-size: 15px;
	font-weight:100;
    line-height: 22px;
    font-style: normal;
    letter-spacing: 0.03em;
    text-decoration: none;
	font-family:"tk-proxima-nova", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, sans-serif;
    margin: 0px;
}


h1 {
	 text-transform: uppercase;
    font-size: 32px;
    font-weight:normal;
    line-height: 1em;
    letter-spacing: 0.03em;
    text-decoration: none;
	font-family: "ltc-bodoni-175", serif, "Liberation Serif", Times, "Times New Roman";
    margin: 0px auto;
    padding-bottom: 10px;
}

h2 {
    font-size: 25px;
    line-height: 1.25em;
    font-style: normal;
	font-weight:100;
    letter-spacing: normal;
    text-decoration: none;
	font-family:"tk-proxima-nova", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, sans-serif;
    margin: 0px auto;
    padding-bottom: 10px;
}

h3 {
    font-size: 20px;
    font-weight: 200;
    line-height: 1em;
    letter-spacing: 0.03em;
    text-decoration: none;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, sans-serif;
    margin: 0px auto;
    padding-bottom: 10px;
}

h4 {
    font-size: 24px;
    font-weight: 200;
    line-height: 1.25em;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, sans-serif;
    margin: 0px auto;
    padding-bottom: 10px;
}

h5 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1em;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
 	font-family: "ff-market-web","Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, sans-serif;
    margin: 0px auto;
    padding-bottom: 10px;
}

.Bold{
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
	
}

@media only screen and (max-width: 480px) {
	
	h1 {
		font-size:24px;
	}
	
	h2, h3, h5 {
		font-size:18px;
	}
	
	P body {
		    font-size: 12px;
	}
	
	h4 {
    font-size: 20px;
}

	
}
