@font-face {
  font-family: 'CCWebFont';
  src: url('/PTSerif-Regular.ttf') format('truetype');
}

.navbarDropdown {
  float: left;
  overflow: hidden;
  width: 2.5rem;
}

.navbarDropdown .navbarDropBtn {
    cursor: pointer;
    font-size: 1rem;
    border: none;
    outline: none;
    color: black;
    padding: 0.2rem 1.5rem 0.2rem 0.2rem;
    background-color: inherit;
    font-family: 'CCWebFont';
    margin: 0;
}

.navbarDropdown .navbarSubmenu {
  padding: 0.3rem 0.3rem 0.3rem;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'CCWebFont';
  text-decoration: none;
  display: block;
  //border-top: 1px solid #c4c4c4;
}


ul.navbarMainmenu {
	margin: 0;
	padding: 0;
	border-radius: 0.3rem;
	display: inline-block;
	background-color: #3d3e40;
	min-width: 6rem;
}

ul.navbarMainmenu li {
	list-style: none;
	position: relative;
}

ul.navbarMainmenu li a {
	padding: 0.3rem 0.3rem 0.3rem;
	color: white;
	font-size: 1.2rem;
	font-weight: bold;
	font-family: 'CCWebFont';
	text-decoration: none;
	display: block;
	border-top: 1px solid #c4c4c4;
}

ul.navbarMainmenu li ul {
	display: none;
}

ul.navbarMainmenu ul {
	display: block;
	position: absolute;
	left: 5rem;
	top: 1px;
  padding: 0px;
	background-color: #28282a;
	min-width: 7rem;
  width: 50vmin;
	z-index: 1000;
	border-radius: 0 0.3rem 0.3rem 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
}

.loginpopup{
    background: rgba(0, 0, 0, 0.8);
    width: 80%;
    max-width: 16rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
    //display: none;
    justify-content: center;
    align-items: center;
    z-index: 99;
    background: linear-gradient(to top, #fff, #999);
    padding: 0.5rem;
    border: 1px solid #333;
}
.logininput {
  width: 100%;
}
.loginbtn {
  width: 40%;
}
.loginflexblock {
  display: flex;
  justify-content: space-evenly;
}





.navbarHeadFpHolder {
  max-width: 4rem;
  max-height: 2rem;
  margin: 0.3rem 0.2rem 0px 0px;
  float: right;
}
.navbarHeadFpBtn {
  max-width: 1.5rem;
  max-height: 2rem;
  margin: 0.3rem 0.2rem 0px 0px;
}


.navbar {
  overflow: hidden;
  background-color: gray;
  //background-color: darkgray;
  font-family: 'CCWebFont';
  border-radius: 0.8rem 0.8rem 0 0;
}
.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    //padding: 14px 16px;
    text-decoration: none;
}
.navbarLogoBtn {
  max-width: 2rem;
  max-height: 2rem;
}
.navbar a:hover, .navbarDropdown:hover .navbarDropBtn, .navbarDropBtn:focus {
    background-color: darkgray;
}
.navbarDropdownContent {
    display: none;
    position: absolute;
    //background-color: #f9f9f9;
    //min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.navbarDropdownContent a {
    float: none;
    color: black;
    padding: 0.3rem 2rem;
    text-decoration: none;
    display: block;
    text-align: left;
}
.navbarDropdownContent a:hover {
    background-color: #ddd;
}
.navbarShow {
    display: block;
}

.navbarMainHeader {
  display: block;
  margin-left: 0rem;
  margin-right: auto;
  //width: 100%;
  float: left;
  text-align: left;
}



.contactBtnBlk {
  float: right;
}
.contactBtnBlk a {
    //float: left;
    //font-size: 16px;
    //color: white;
    //text-align: center;
    padding: 0.2rem 0.2rem;
    text-decoration: none;
}
.contactBtn {
  width: 2rem;
  height: 2rem;
}
