/* @import url('https://fonts.cdnfonts.com/css/hagrid-trial'); */
@import url('//fonts.googleapis.com/css?family=Questrial');
@import url('https://fonts.cdnfonts.com/css/brixton');
@font-face {
    font-family: Brixton;
    src: url("Brixton/Brixton\ Light.ttf");
}
@font-face {
    font-family: Wagon-bold;
    src: url("Wagon/Wagon-Bold.otf");
}
@font-face {
    font-family: Wagon-light;
    src: url("Wagon/Wagon-ExtraLight.otf");
}
@font-face {
    font-family: Wagon-light-italic;
    src: url("Wagon/Wagon-ExtraLightItalic.otf");
}
.wogan-bold{
    font-family: Wogan-bold !important;
}
.wogan-light{
    font-family: Wogan-light !important;
}
.wogan-light-italic{
    font-family: Wogan-light-italic !important;
}
body{
    /* font-family:'Questrial'; */
    /* font-family: Wagon-light; */
    font-family: Brixton;
    /* background-color: #CAB5A4; */
    /* background-color: #AF9D82; latest*/
    background-color: black;
}
.navbar{
    /* background-color: #CAB5A4; */
    /* background-color: #AF9D82; */
    background-color: black;
}
.mainimg{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: opacity 0.15s ease;
}
.w-49{
    width: 49%;
}
.landingimages{}

/* .textwrap{
    transition: opacity 0.15s ease;
} */

.textCentered{
    /* font-family: Wagon-light; */
    font-family: Brixton;
    position: absolute;
    top: 50%;
    left: 10%;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    pointer-events: none;/* to make this text not clickable -to avoid hover issues- */
    display: none;
    transition: opacity 0.15s ease;
    font-size: x-large;
}
.textDesign{
    /* font-family: Wagon-light; */
    font-family: Brixton;
    position: absolute;
    top: 5%;
    left: 3%;
    color: white;
    padding-left: 0px;
    padding-right: 20px;
    pointer-events: none;/* to make this text not clickable -to avoid hover issues- */
    display: none;
    transition: opacity 0.15s ease;
    font-size: x-large;
}
.block{
    display: block;
    transition: opacity 0.15s ease;
}
h1 { font-family: Brixton; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } h3 { font-family: Wagon-light; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } p { font-family: Wagon-light; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } blockquote { font-family: Wagon-light; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } pre { font-family: Wagon-light; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }