/*@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Roboto');*/

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text|Work+Sans:400,700");

body, input, select, textarea {
background-color: #f1f1f1;
font-family: "Open Sans";
  font-size: 16pt;
  font-weight: 300;
  line-height: 1.65em;}

.text-justify {

  font-family: "Work Sans";
    font-size: 16pt;
    font-weight: 300;
    line-height: 1.65em;

}

:target:before {
content:"";
display:block;
height:50px; /* fixed header height*/
margin:-50px 0 0; /* negative fixed header height */
}


body {
 /* background: url('bg.jpg') no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

 div.header {
  background-color: rgb(0,92,166,0.6);
  clip-path: polygon(0 0%,
    100% 0,
    100% 100%,
    0 calc(100% - 2vw)
  );

}

.container {
  padding-top: 0;
  padding-bottom:0;
}

.footer {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  /* clip-path: polygon(0 0,
    100% 2vw,
    100% 100%,
    0 100%
  ); */
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
  padding-top: 2vw;
  background-color: rgb(52,58,64,0.8);

}

.navbar a {
   border-bottom: 4px solid transparent;
}

.navbar  {
    box-shadow: inset 0 -4px 0 #5f5f5f;
    background-color: rgb(52,58,64,0.8);
    font-family: "Work Sans";
    font-size: 18px;
    font-weight: 300;
}

.navbar a:hover, a:active, a:visited {
  border-bottom: 4px solid #ffa359;
}

.navbar-brand {
 font-family: "Work Sans";
 font-weight: 400;

}

a.header {
  color: #fff;
}

a.header:hover, a.header:active {
  color: #ffa359;
}

.content {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9em;
  padding-top:5px;
}




div.header_content {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
}
div.text1 {
  background-color: #f1f1f1;
  color: #282828;
}
