@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900');

html,body
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', 'Geneva', sans-serif;
    font-size: 13px;
}

.main-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 20px;
}

.mainPageContent{
  min-height: 80vh;
}

/* Overriding some bootsrap CSS */

.bg-dark{
    background-color: #2C2C2C!important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: transparent!important;
    color: #F6C507;
    border-color: transparent;
}

.dropdown-menu{
    left: auto;
}

.alert {
  margin-bottom: 0px;
}



/* Header & Nav Bar */

header{
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}


.nav{
    text-transform: uppercase;
    color: #FFFFFF;
}
.nav a, .nav a:hover {
    color: #FFFFFF;
}


.nav-link{
    vertical-align: middle;
    line-height: 1.5;
}
.nav-tabs{
    border-bottom: 0px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-color: transparent;
    color: #F6C507;
}


.dropdown-menu{
    font-size: 13px !important;
    font-family: 'Montserrat', sans-serif !important;
}


.btn-w{
  background-color: white;
}

/* User login information */

#logout, #login, #subscribe, #subadmin{
	font-weight: 600;
	color: #f6c507;
}

#login_information{
	font-size: 13px;
	right: 15px;
	border-radius: 5px;
	padding: 10px 15px 10px 15px;
	z-index: 10;
}

section {
    padding-top: 5vh;
    padding-bottom: 5vh;
}

/* Action Buttons */

.actionButton, .actionButton:active{

    background-color: #F6C507;
    border: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 25px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: black;
}
.actionButton .nav-link{
    font-size: 13px;
    color: black !important;
}
.actionButton .nav-link:hover{
    color: black;
}
.actionButton:hover{
    background-color: #F6C507;
    color: black;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0,1) 1px 1px 10px;
}

.actionButtonSquare{
  border-radius: 2px !important;
}

span.actionButton{
    padding: 10px 10px 10px 10px;
    font-family: 'Montserrat', sans-serif;
}

/* Footer */

#footer {
	background-color: #172433;
	color: white;
  bottom: 0;
  min-height: 200px;
  font-size: 13px;
}

#footer p {
  font-size: 13px;
}

#footer .footer-heading {
  font-size: 18px;
  font-weight: bold;
}

.links_text a {
	margin-bottom: 20px;
  color: #F6C507;
}

.links_text a:hover {
  color: white !important;
}

.socialIcons > a{
    color: #FFFFFF;
    text-decoration: none;
}

.socialIcons:hover > a{
    color: #F6C507;
    text-decoration: none;
}

#social_media_links{
	text-align: center;
}

#disclaimer {
	margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

#copyright {
	color: #f6c507;
  text-align: center;
  font-size: 10px;
}

.footer-email {
  color: white;
}

.footer-email:hover {
  color: #f6c507;
}


/* Helper classes */

.white{
    color: #FFFFFF;
}

.bold {
  font-weight: 700;
}

.light{
    font-weight: 300;
}

.white > a{
    color: #FFFFFF;
}

.yellow{
    color: #F6C507;
}

.burnOrange{
  color: #CD4227;
}

.burnOrangeImportant{
  color: #CD4227 !important;
}

.dark-blue, .dark-blue > a{
  color: #122D54
}

.burnOrange > a{
  color: #CD4227;
}

.yellow > a{
    color: #F6C507;
}

.black{
    color: #000000;
}

.black > a{
    color: #000000;
}

.black-hover:hover{
  color: #000000;
  box-shadow: rgba(0, 0, 0,1) 1px 1px 3px;
}

.hover-white:hover{
  color: white;
}

.hover-yellow:hover{
  color: #F6C507;
}

.hover-black:hover{
  color: #000000;
}

.hover-burnOrange:hover{
  color: #CD4227;
}

.hover-grey:hover{
  color: #F3F3F3;
}

.grey-background{
  background-color: #F3F3F3;
}

.vertical-center {
  min-height: 100%;

  display: flex;
  align-items: center;
}

.center{
  text-align: center;
}

.mobile-show{
    display: none;
}

.width-fit-content{
  width:fit-content !important;
}

@media screen and (max-width : 768px) {
  .mobile-hide {
    display: none !important;
  }
  .mobile-show{
   display: inherit;
  }
  section{
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

/* Newly added */


/* <!-- To top button --> */
#toTopButton{
  position: fixed;

  bottom: 50vh;
  right: -100px;

  z-index: 99;

  font-size: 18px;

  border: 1px solid rgba(0, 0, 0,0.5);

  outline: none;

  background-color: rgba(255,255,255, 0.3);

  color: black;

  cursor: pointer;

  padding: 15px;

  border-radius: 5px;

  transition: 0.4s linear, right 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#toTopButton:hover{
  background-color: rgba(255,255,255, 0.8);

  border: 1px solid rgba(0, 0, 0,0.8);

  transition: 0.4s linear, right 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.nav-item{
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
}

/* The Overlay (background) */

#navFill{
  height: 0;
  width: ;
  position: fixed;
  z-index: 1;
  right: 0;
  top: 0;
  border-top: 100%;
  border-bottom: 50%;
  /* background-color: rgba(44,44,44,1); */
  background-color: rgba(0,0,0, 0);
  overflow: hidden;
  border: 0px;
  border-radius: 0vw 0px 0vw 0vw;
}

.overlay {
    height: 0;
    width: 0;
    position: fixed;
    z-index: 100;
    right: 0;
    top: 0;
    border-top: 100%;
    border-bottom: 50%;
    /* background-color: rgba(44,44,44,1); */
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: width 0.3s ease-in-out, height 0.2s ease-in-out;
    border: 1px;
    border-radius: 50vw 0vw 50vw 0vw;
}

/* Position the content inside the overlay */
.overlay-content {
    z-index: 100;
    cursor: pointer;
    position: relative;
    top: 5%;
    width: 50%;
    left: 25%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: 0.1s;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 25px;
    right: 20px;
    cursor: pointer;
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: flex;
    transition: 0.2s;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/* Header style */
.overlay-content h4, .overlay-content h4 a{
  color: #F6C507;
}
.overlay-content h4:hover, .overlay-content h4 a:hover{
  color: #FFFFFF;
}

/* Subheader style */
.overlay-content h6{
  text-transform: capitalize;
  color: white;
}
.overlay-content h6:hover{
  /* color: #FFFFF0; */
}

.overlay-content .row .col-md-5{
  padding-bottom: 1em;
}

.special-for-menu{
  margin: 0;
  margin-bottom: 8px;
}

span.specialButtonMod{
  padding: 10px 20px;
  margin: 0;

  transition: 0.4s;
}

span.specialButtonMod:hover{
  box-shadow: 0 0 0.2rem 0.1rem rgb(211,211,211,.8);

  transition: 0.4s;
}

.specialButtonMod .fas{
  transition: 0.4s;
}

span.specialButtonMod:hover .fas{
  transform: translateX(10px);
  transition: 0.4s;
}


.popover .arrow{
  border-left: unset !important;
  border-top: unset !important;
  border-bottom: unset !important;
}

.content-container-min-height {
	min-height: calc(100vh - 200px);
}
