html,
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
    background-color: #F4F7F6;
    height: 100%;
    
}
.wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;

}
.main {
    flex: 1;
    overflow: auto;
    padding-bottom: 72px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


/* must be same height as the footer */

#footer {
    position: relative;
    width: 100%;
    background: #f8f9fa;
    clear: both;
    z-index: 1000;
    min-height: 72px;
    height: auto;
}

/* navbar settings */
.bg-primary {
    background-color: #002B4D !important;
}

.nav-link-secondary {
    padding: 0.2rem 0.5rem;
    font-size: 0.8rem;
    margin-top: 0.7rem;
}

#nav-heading {
    padding-left: 0.5em;
}

.navbar-right {
    padding-right: 20px;
    /*color: #FFFFFF;*/
    margin-bottom: 0;
}

h1 {
    text-align: center;
    padding: 0.5em;
}

h4 {
    text-align: center;
    color:rgb(108, 108, 108);
    padding-bottom: 2%;
}

h5 {
    text-align: center;
    color:#0C3641;
    padding-top: 1%;
    padding-bottom: 2%;
}

h6 {
    text-align: center;
}

.text {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 30px;
    margin-left: 30px;
}
  
.footer-text {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

/** 

Forms for project requests

**/

.project-requests-background{
    background: -webkit-linear-gradient(left, #0072ff, #00c6ff);
}

.contact-form{
    background: #fff;
    margin-top: 10%;
    margin-bottom: 5%;
    width: 70%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 21%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 14%;
}
.contact-form form .row{
    margin-bottom: -7%;
    text-align: center;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

/** 

for project cards

**/

.icon {
  font-size: 2rem;
  padding: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info h2 {
  margin: 0;
  font-size: 1.2rem;
}

.info p {
  margin: 0.4rem 0 1rem;
  color: #475569;
  height: 85px;
}
.meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: #64748b;
}

.meta a {
  text-decoration: none;
  color: #0ea5e9;
}

.divider {
  height: 1px;
  background-color: #d3d3d4;
  margin: 1rem 0;
}


.projects{
    margin: 1rem;
    background-color: rgba(0,0,0,.03);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    padding: 5px;
    border-radius:0.25rem;
    height: 260px;
    width: 335px;
    border: 1px solid rgba(0,0,0,.125);
    
}
/* 

Bilder 

*/

.cropped {
    width: 100%;
    height: 350px;
    object-fit: cover;
    overflow: hidden;
}

.full {
    width: 100%;
    height: 60%;
    object-fit: cover;
    overflow: hidden;
}

.twoday {
    width: 70%;
    height: 80%;
    object-fit: cover;
    overflow: hidden;
}


/* 

FAQ section 

*/

.card-header {
  height: 125px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  
}

.faq-item {
  width: 340px;
}

.card-body {
  position: relative;
  z-index: 10;
  justify-content: center;
  align-items: center;
}

.card.active-card {
  position: relative;
  z-index: 1000;
}
.card{
    margin: 1rem;
    background-color: #f8f9fa;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}


/* 

Board section 

*/
.col-12.col-sm-6.col-md-4.styremedlem {
  max-height: auto;
  width: 100%;
  margin-bottom: 2rem;
}

.col-12.col-sm-6.col-md-4.styremedlem {
  min-width: 260px;
  max-width: 340px;
  margin-bottom: 1rem;
}

#styrer {
    max-width: 750px;
}



