@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: 'Montserrat', sans-serif;
    font-size: 14px;
}

.mainPageContent{
  min-height: 80vh;
}

a:hover{
	text-decoration: none;
}

/* Overriding some bootsrap CSS */

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

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

.nav-item {
  font-size: 17px;
}

.dropdown-menu{
    left: auto;
}



/* Header & Nav Bar */

header{
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    width: 99.9vw
}


.nav{
    text-transform: uppercase;
    color: #FFFFFF;
}
.nav a, .nav a:hover {
    color: #FFFFFF;
}
.nav-link{
    vertical-align: middle;
}
.nav-tabs{
    border-bottom: 0px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-color: transparent;
    color: #F6C507;
}


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

/* Language change only available on the create page */

#lang_icons{
	width: 100%;
	z-index: 10;
	clear: both;
	position: absolute;
	top: 8px;
	left: 8px;
}

.lang_change_button{
	border: none;
	background-color: rgba(32,32,32,1);
}


/* 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{
    width: 99.9vw;
    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: 12px;
    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;
  padding-top: 2vh;
  padding-bottom: 1vh;
}

#links_text {
	text-align: center;
	margin-bottom: 20px;
}

#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;
	font-size: 12px;
  margin-left: 15px;
  margin-right: 15px;
}

#disclaimer span{
	color: #f6c507;
}


/* Headers / Styles / Text */

h1, h2, h3, h4{
    font-family: 'Montserrat', sans-serif;
    color: #162D53;
}


/* Helper classes */

.col-md-1.5{
  width: 12.5%
}

.uppercase{
    text-transform: uppercase;
}

.white{
    color: #FFFFFF;
}

.bold{
    font-weight: 700;
}

.light{
    font-weight: 300;
}

.white > a{
    color: #FFFFFF;
}

.yellow{
    color: #F6C507;
}

.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;
}

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

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

.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;
 }

}
