@font-face {
	font-family: 'RobotoCondensed-Regular';
 	src: url('../font/RobotoCondensed-Regular.ttf');
}

body {
    font-family: "RobotoCondensed-Regular","Open Sans", Helvetica, sans-serif;
}

.footer {

  min-height: 50px;
  bottom: 0;
  width: 100%;
  padding-top:10px;
  padding-left:10px;
}

.form-control {
  opacity: 0.8;
} 

h1 {
    font-size: 16px;
}

h2 {
    font-size: 14px;
}

h3 { 
    font-size: 12px;
}

h4 {
    font-size: 10px;
}

.navbar-collapse {
    background-color: white;
    z-index:10;
}

#answers {
    color:black;
    opacity: 1;
}


@media handheld, screen and (max-width: 768px) {

    .card {
        opacity: 0.8;
        color:white!important;
        width: 90%;
        height:75%;
        font-size:0.8em!important;
    }

    .card_body {

    }

    .mobile {
        visibility:hidden;
    }

    .navbar  {
        background-color: white;
        padding-left: 0px;
        padding-right: 0px;
    }


    .custom_toggler .navbar-toggler-icon {
        background-color: white;
    }

}

@media (min-width: 769px) {


    .card {
        opacity: 0.8;
        color:white!important;
        width: 75%;
        flex-grow: 1;
        min-height:200px;
        /* overflow:auto; */
    }

    .mobile {
    }

    .card_body {
        flex-grow:1;
        display:flex;
        flex-direction:column;
        justify-content:center;"
    }
    
    /* removed width limitation on small screens */
    .main_content {
        width: 100%; /*unset precent width set as default */
    }

}

.bg {
  /* The image used */
  background-image: url("../images/background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.black_font {
    color:black;
}


