@font-face {
  font-family: "HelveticaNowDisplayRegular";
  src: url('../fonts/HelveticaNowDisplay-Regular.woff2') format('woff2'), url('../fonts/HelveticaNowDisplay-Regular.woff') format('woff');
}

@font-face {
    font-family: 'akzidenzgroteskroman';
    src: url('akzidenz-grotesk-roman-webfont.woff2') format('woff2'),
         url('akzidenz-grotesk-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'akzidenzgrotesklight';
    src: url('akzidenz-grotesk-light-webfont.woff2') format('woff2'),
         url('akzidenz-grotesk-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}







/* scrollbar styles */

::-webkit-scrollbar {height: 14px;width: 12px;}
::-webkit-scrollbar-track {width: 3px; background-color:#fafafa;}
::-webkit-scrollbar-thumb {background-color:#333;width: 3px;}


*{margin:0;padding:0;}

html{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

body {
	font-weight: normal;
    font-family:HelveticaNowDisplayRegular,Helvetica,Arial,sans-serif;
    font-variant-ligatures:common-ligatures contextual;
    font-feature-settings:"kern","liga","clig","calt",common-ligatures contextual,"kern";
    font-kerning:normal;
    letter-spacing:0.4px;
	overflow-y:scroll;
	overflow-x: hidden;
	line-height:13px;
	text-transform:none;
    font-size: 12px;
	
}
a {
	text-decoration:none;
	border:0;
	color:#c22026;
}



.logo {
	position:fixed;
    left:50%;
	width: 300px;  
	height:36px; 
	z-index:550;
	margin:0 auto;
    text-align:center;
    margin-left: -150px;
    top:60px;
}



a:hover, img a:hover {
	text-decoration: underline;
}


h2 {font-weight: normal;
    font-style: normal;
font-size: 24px;
line-height:16px;
}

h3 {margin-top:28px;font-weight: normal;
    font-style: normal;
font-size: 19px;
line-height:18px;
    letter-spacing:0.5px;
    font-family: 'akzidenzgroteskroman',Helvetica, Arial, sans-serif;
    text-align:center;
}

h3 a{text-decoration: none;color: black}
h3 a:hover{text-decoration: none;color: black}

img {
   width:100%;
   margin: 0;
   padding: 0;
}

h2, p {
        font-family:HelveticaNowDisplayRegular,Helvetica,Arial,sans-serif;
font-size:46px;
    text-transform: none;
    letter-spacing: 0.4px;
    line-height:70px;
    color: #c22026;
}

h2{
    
   font-size:21px;
    line-height:40px;
}
.about_text {position: absolute;
top:250px;
padding-left: 100px;
padding-right: 100px


}

/* video background */
#videosToPlay {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

/* page content */

    .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
button{
    position:absolute;bottom:20px;right:20px;
background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
width:45px;height:45px;

}


.navbg{position: fixed;top: 0px;left:0px; z-index: 1;background:white;height:170px; width:100%}

    @media only screen and (max-width: 768px) {
        button {
           top:20px;right:20px;
        }
        
        
        p {
        font-family:HelveticaNowDisplayRegular,Helvetica,Arial,sans-serif;
font-size:26px;
    text-transform: none;
    letter-spacing: 0.4px;
    line-height:50px;
    color: #c22026;
}
     .about_text {position: absolute;
top:150px;
padding-left: 40px;
padding-right: 40px


}   
        
    }
