*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Times New Roman', Times, serif;
    font-size: 17px;
    font-weight: 500;
 

}
h1,h2,h3,h4,h5{
    color: white;
}
table tr td{
    color:white;

}
table tr td label{
    color:white;
}
.blokk2 h4{
    
    color:white;
}
label{
    color: white;
}
a,:link,a:hover,a:visited,a:focus,a:active{
    text-decoration: none;
    color: inherit;
}
p,span,strong{
    text-indent: 2px;
   color: white;
}
ul li{
    list-style: none;
}
section, article,aside{
    padding-top: 10px;
    padding-bottom: 10px;
}
img{
    border: none;
    outline: none;
    width: 100%;
    height: auto;
}

input[type="text"],input[type="password"],input[type="email"],input[type="date"]{
    width:100%;
    height: auto;
}
    
button,input[type="submit"]{
    padding: 8px 12px;
    border-radius: 10px;
}
#intro_page{
    width: 100%;
    height: 100vh;
    background: url(../images/bg_v2_cleanup.jpg);
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed !important;
    position: relative;
    padding: 0;
    margin: 0;
}
#intro_page2{
    width: 100%;
    min-height: 100vh;
    background: url(../images/bg_v3.jpg);
    background-size:cover;
    background-position: center bottom;
    background-attachment: fixed !important;
    position: relative;
padding-top: 85px;
padding-top: 85px;
}
#intro_page2::before{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,0.5);
    
}
#intro_page2 p{
    color:white;
    text-shadow:2px 4px 5px rgba(0,0,0,0.75);
    font-weight: 500;
    font-size: 18px;
    text-align: justify;
    position: relative;
}
.intro ul li{
    color:white;
    text-shadow:1px 2px 4px rgba(0,0,0,0.75);
    font-size: 18px;
    text-align: justify;
    margin-bottom: 8px;
}
.title2 {
    max-width:800px;
    margin: 0 auto;
}
#intro_page::before{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,0.5);
    
}
.flex{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    content: '';
}
.flex2{
    align-items: center;
    justify-content: center;
    padding-top: 15%;
}

.forms{
    position: relative;
    width: 40%;
    margin: 0 auto;
    border: 2px solid white;
    padding: 12px 18px;
    border-radius: 25px;
    box-shadow: 2px 1px 5px rgba(255,255,255,0.75);
  
    
}
/*media query*/
@media only screen and (max-width:1024px){
    .forms{
      width:100%;
      border:none;
      box-shadow:none;
      padding-left: 50px;
      padding-right:50px;
    }
    .forms input[type="text"], .forms input[type="email"], .forms input[type="password"], .forms input[type="submit"]{
        box-shadow:1px 2px 4px rgba(255,255,255,0.75);
    } 
}

.forms input{
    margin-bottom: 22px;
}
.forms h2{
    text-shadow: 1px 2px 3px rgba(255,255,255,0.75);
}

.navbar{
    background: rgba(20,34,61,0.7);
    padding-top:5px;
    padding-bottom: 5px;
    border: none;
    
}
.navbar .navbar-collapse ul li a{
    color: white;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
    background:none;
    
}
.dropdown-menu{
    background:  rgba(88,130,250);
    color: black;
    box-shadow: 2px 1px 4px rgba(0,0,0,0.75) !important;
}
.dropdown-menu li a{
    padding-top: 10px;
    padding-bottom: 10px;
}
.dropdown-menu li a:hover{
    background:none !important;
    color:black;
   text-decoration: underline;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
    background: none !important;
    border-bottom: 2px solid white;
}
.dropdown-menu .active{
    border-bottom: 2px solid white;
    position: relative;
}/*
.section{
    padding-top: 100px;
    padding-bottom: 100px;
}
    */
.line{
    width: 100%;
    height:100px;
    border:2px solid red;
}
#section{
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    min-height: 700px;
    background: url(../images/bg_v3.jpg);
    background-size: cover;
    background-position: center top;
    background-attachment: fixed !important;
    position: relative;
  
}
#section::before{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    content: '';
 background: rgba(0,0,0,0.5);
    
}
.footer
{
    width: 100%;
    padding-top:20px;
    padding-bottom: 20px;
    background:#333;
}
.copy{
    float: left;
}
.author{
    float: right;
}
.navbar-nav{
    float: left;

}
.right{
    float: right;
}
.blokk1{
    width:75%;
    border:1px solid rgba(255,255,255,0.60);
    padding: 10px 20px;
    margin: 0 auto;
    height:auto;
    border-radius: 10px;
    box-shadow: 2px 4px 1px rgba(255,255,255,0.60);
}
.inputt{
    width:250px;
    float:left;
}
@media only screen and (max-width:768px){
    .inputt{
        width:100%;
        height: auto;
    }
}
.inputt input[type="submit"]{
    width:100%;
    height: auto;
}
.blokk2{
    width:100%;
    border:1px solid rgba(255,255,255,0.75);
    padding: 10px 20px;
    margin: 0 auto;
}
.links th{
    font-weight: bold;
}
.report{
    float: left;
}
.report2{
    float: right;
}
.blokk2{
    margin-bottom: 20px;
}
.blokk3{
    width: 60%;
    margin: 0 auto;
}
.blokk1 iframe{
    width:100%;

}
table tr th{
    color: white;
}
.all{
    padding-top: 85px;
    padding-bottom: 85px;
}
.intro img{
    width:100%;
    height:auto;
    border: 3px solid  white;
}
.title5 h3{
    font-size: 30px;
    color: rgba(255,255,255,0.75);
    text-shadow: 1px 3px 2px rgba(0,0,0,0.75);
}
.title5{
  width: 70%;
  margin: 10% auto;
}
@media only screen and (max-width:500px){
    .title5 h3{
        font-size: 20px;
    }
}