@font-face {
    font-family: cantarell;
    src: url(../fonts/Cantarell-Regular.woff);
}

@font-face {
    font-family: cantarell-bold;
    src: url(../fonts/Cantarell-Bold.woff);
}

@font-face {
    font-family: cantarell-oblique;
    src: url(../fonts/Cantarell-Oblique.woff);
}

@font-face {
    font-family: cantarell-bold-oblique;
    src: url(../fonts/Cantarell-BoldOblique.woff);
}

@font-face {
    font-family: nexa-bold;
    src: url(../fonts/Nexa-Bold.woff);
}

@font-face {
    font-family: nexa-light;
    src: url(../fonts/Nexa-Light.woff);
}

@font-face {
    font-family: opensans;
    src: url(../fonts/opensans.woff);
}

.cantarell {
    font-family: cantarell;
}

.cantarell-bold {
    font-family: cantarell-bold;
}

.cantarell-oblique {
    font-family: cantarell-oblique;
}

.cantarell-bold-oblique {
    font-family: cantarell-bold-oblique;
}

.nexa-bold {
    font-family: nexa-bold;
}

.nexa-light {
    font-family: nexa-light;
}

.opensans {
    font-family: opensans;
}

a {
	text-decoration: none;
}

.underline {
	text-decoration: none;
}

.underline:hover {
	text-decoration: underline;
}

.pointer:hover {
    cursor: pointer;
}

.allCaps {
    text-transform: uppercase;
}

.font-10 {
    font-size: 10px;
}
.font-15 {
    font-size: 15px;
}
.font-16 {
    font-size: 16px;
}
.font-17 {
    font-size: 17px;
}
.font-18 {
    font-size: 18px;
}
.font-19 {
    font-size: 19px;
}
.font-20 {
    font-size: 20px;
}
.font-25 {
    font-size: 25px;
}
.font-30 {
    font-size: 30px;
}
.font-35 {
    font-size: 35px;
}
.font-40 {
    font-size: 40px;
}
.font-50 {
    font-size: 50px;
}
.font-60 {
    font-size: 60px;
}
.font-70 {
    font-size: 70px;
}
.font-80 {
    font-size: 80px;
}
.font-90 {
    font-size: 90px;
}
.font-100 {
    font-size: 100px;
}
.font-110 {
    font-size: 110px;
}
.font-120 {
    font-size: 120px;
}
.font-130 {
    font-size: 130px;
}
.font-140 {
    font-size: 140px;
}
.font-150 {
    font-size: 150px;
}
.font-160 {
    font-size: 160px;
}
.font-170 {
    font-size: 170px;
}
.font-180 {
    font-size: 180px;
}
.font-190 {
    font-size: 190px;
}
.font-200 {
    font-size: 200px;
}

.vow_sub {
    font-family: myriadpro-thin;
    font-size: 40px;
    top: -30px;
    position: relative;
}

.vows {
    color: #000;
    font-family: myriadpro-thin;
}

.title_main {
    display: inline;
    font-family: myriadpro-thin;
    font-size: 100px;
}

.title_sub {
    font-family: myriadpro-thin;
    font-size: 60px;
    top: -60px;
    position: relative;
}

/* FONT COLOURS */
.black {
    color: #000;
}
.white {
    color: #fff;
}
.red {
    color: #f00;
}
.grey {
    color: #989898;
}
.link-blue:hover {
    color: #009dff;
}