﻿
@font-face {
    font-family: "gilroy";
    src: url(../fonts/gilroy-bold.otf);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "gilroy";
    src: url(../fonts/gilroy-bolditalic.otf);
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "gilroy";
    src: url(../fonts/gilroy-heavy.otf);
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: "gilroy";
    src: url(../fonts/gilroy-light.otf);
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "gilroy";
    src: url(../fonts/gilroy-lightitalic.otf);
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "gilroy";
    src: url(../fonts/gilroy-medium.otf);
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "gilroy";
    src: url(../fonts/gilroy-mediumitalic.otf);
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: "gilroy";
    src: url(../fonts/gilroy-regular.otf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "gilroy";
    src: url(../fonts/gilroy-regularitalic.otf);
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "gilroy";
    src: url(../fonts/gilroy-semibold.otf);
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "gilroy";
    src: url(../fonts/gilroy-semibolditalic.otf);
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: "gilroy";
    src: url(../fonts/gilroy-ultralight.otf);
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "gilroy";
    src: url(../fonts/gilroy-ultralightitalic.otf);
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: "gilroy";
    src: url(../fonts/gilroy-medium.otf);
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "trashhand";
    src: url(../fonts/trashhand.ttf);
}

#header .navbar-brand #navbar-brand-img {
    background: url(../images/assets_3001-irrigation-dairy-watbal-logo-lockup-219x70px.png);
    background-repeat: no-repeat;
    /*background-size: 300px 96px;*/
    display: block;
    background-size: 200px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    margin-top: -10px;
    width: 219px;
    height: 70px;
    margin-bottom: -15px;
}

#header .navbar.affix #navbar-brand-img {
    background: url(../images/da-dairy-watbal-logo-lockup.png);
    background-repeat: no-repeat;
    background-size: 200px;
    /*display: block;
	background-size: 200px;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	margin-top: 0px;
	width: 300px;
	height: 96px;
	margin-bottom: 5px;*/
}
