<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,700|Roboto:300,300i" rel="stylesheet">
*
{
    margin: 0;
    padding: 0;
}
html {
  scroll-behavior: smooth;
}

body{
  -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
}

#body {
  padding:0px;
  padding-top: 0px;
}

a:link {
    text-decoration: none;
    color:black;
}

a:hover {
    background-color: yellow;
}

a:visited {
    color: black;
}


#header {
  position:absolute;
  top:10px;
  width:100%;
  height:5%;   /* Height of the header */
  background:none;
  z-index: 6;
}

/* Hamburger Menu Open */

.menuopen {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 25%;
    margin: 0;
    list-style-type: none;
    text-align: center;
    margin-top: 10%;
}
.menuopen li a {
  padding: 0 30px;
  display:inline;
  font-family: 'PT Sans', sans-serif;
  line-height: 1.5em;
  font-size: 20px;
  color: white;
  text-decoration:none;
  z-index: 99;
}

.menuopen ul {
  position:absolute;
  display:none;
  list-style-type:none;
}
.menuopen li { 
  text-align: center;
}

.menuopen li a:hover { 
  color: #111;
  background-color: white;
  font-weight: bold;
}


.menuopen li:hover ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom:10%;
  padding-top:2%;
}

.menuopen li:hover ul li a {
padding:0px;
position: relative;
width:auto;
display: block;
}

.menuopen .menu-left a{
display: none;
}

.menuopen li:hover ul li a:hover {color: #111;}


/* Navigation menu right */

.menu {
    padding: 0 30px;
    margin: 0;
    list-style-type: none;
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu li { float:none; }

.menu li a {
padding: 0 30px;
display:block;
font-family: 'PT Sans', sans-serif;
line-height: 1.5em;
font-size: 14px;
color: black;
text-decoration:none;
}


/* Submenu right */

.menu ul {
position:absolute;
display:none;
list-style-type:none;
}

.menu li:hover { position:relative; background: yellow}

.menu li:hover ul {
left:30px;
top:20px;
padding-top:5px;
display:block;
}

.menu li:hover ul li a {
padding:0px;
position: relative;
width:120px;
display: block;
}

.menu li:hover ul li a:hover {background-color: yellow}

/* Navigation menu left */

.menu-left {
  margin:0;
  list-style-type:none;
  display: inline;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

a.menu-left { float:left; }

.menu-left h2 {
  padding: 0 30px;
  display:block;
  font-family: 'PT Sans', sans-serif;
  line-height: 1.5em;
  font-size: 20px;
  color: black;
  text-decoration:none;
  font-weight: bold;
  margin-top: -0.83em;
  margin-bottom: -0.83em;
  margin-left: 0px;
  margin-right: 0px;
}
a.menu-left:hover { position:relative; background: yellow}
#footer {
  width: 100%;
  height: 90px;
  background: white;
  z-index: 4;
  left: 0px;
  bottom:0;
  clear: both;
  position: relative;
}

#footerhome {
    position: static;
    bottom: 0;
    width: 100%;
    height: 10%;
    margin: 0 auto;
    background: white;
    z-index: 4;
    display: flex;
    align-items: center;
    margin-top: 4rem;
}

.column-center {
    text-align: left;
    position: relative;
    padding-top: 10%;
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 10%;
}

.bordercontainer{
  margin-top:75px;
  padding-bottom: 10%;
}

.column-center-border {
    text-align: left;
  position: relative;
  padding-top: 10%;
  margin-left: 10%;
  margin-right: 10%;
}

.column-center-border p {
  margin-block-start: 0em;
  margin-block-end: 2em;
}

.column-center-blog {
    text-align: left;
    position: relative;
    padding-top: 10%;
    padding-left:20px;
    padding-bottom:10%;
}

.image {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
}

.imageCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  width: 50%;
}
p1 {
    font-family: 'Roboto Light', sans-serif;
    font-size: 14px;
    color: black;
    line-height: 1.25em;
}

.column-center p {
  font-family: 'Roboto Light', sans-serif;
    font-size: 14px;
    color: black;
    line-height: 1.25em;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-bottom: 4%;
  }

p {
  font-family: 'Roboto Light', sans-serif;
    font-size: 14px;
    color: black;
    line-height: 1.25em;
}

.list {
  font-family: 'Roboto Light', sans-serif;
  line-height: 20px;
  font-size: 14px;
  color: black;
  list-style-type: none;
}
p2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 10px;
    color: black;
    margin-top: 1em;
	  margin-bottom: 2em;
    line-height: 1em;
}

h5 {
    font-family: 'PT Serif', serif;
    font-size: 1.5em;
    font-style: normal;
    line-height: 2em;
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: normal;
}

p4 {
    font-family: 'RobotoLight', sans-serif;
    font-size: 1em;
    color: black;
    text-align: left;
    line-height: 1.5em;
    box-shadow: 0em 0.15em 0 #63C4FF;
    display: inline;
}
h1 {
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    font-size: 4em;
    line-height: 1.5em;
    display: inline;
}

h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 1.5em;
    line-height: 3em;
    display: inline;
}

h3 {
      margin-left: -5%;
      font-family: 'PT Sans', sans-serif;
      font-size: 2em;
      line-height: 1em;
      display: inline;
}

h4 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 2.5em;
    line-height: 1.5em;
    display: inline;
}

.buttonClass {
    margin: -30px;
    text-align: center;
    float: left;
}

.buttonClass:hover {
    background: yellow;
}
.header {
    margin: 8px;
    float: left;
    width: 15%;
}

.header:hover {
    background: yellow;
}

.footer-l {
    box-sizing: border-box;
    border: none;
    margin-left: 10px;
    margin-bottom: -20px;
    width: 25%;
    margin-top: 10px;
}

.footer-r {
  box-sizing: border-box;
  border: none;
  padding: 30px;
  margin-right: 15px;
  margin-bottom: -10px;
  float: right;
  width: 15%;
}

.footerhome-l {
    box-sizing: border-box;
    border: none;
    margin-left: 10px;
    margin-bottom: -20px;
    float: left;
    width: 25%;
}

.footerhome-r {
    box-sizing: border-box;
    border: none;
    padding: 30px;
    margin-right: 15px;
    margin-bottom: -10px;
    float: none;
    width: 15%;
    margin-left: auto;
}

.footerhome-r+.footerhome-r {
    margin-left: 0;
    max-width: 130px;
}

/* For desktop: */

.row::after {
    content: "";
    clear: both;
    display: table;
}

.item-cards{
    position: relative;
    height: 3372px;
    opacity: 1;
}

.item-card{
  width: 270px;
  margin: 0 9px 19px;
  float: left;
}

.card{
    position: relative;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    transition: all 250ms;
    padding: 0.5rem;
    display: block;
}

.inner-card{
   font-family: 'Roboto Light', sans-serif;
    font-size: 14px;
    color: black;
    line-height: 1.25em;
    padding: 0.5rem;
}
    
.post-meta{
    margin-top: -20px;
    font-size: 12px;
}

.blog-image{
  width:100%;
}

.tags{
    font-size: 11px;
    font-style: italic;
    border-radius: 5rem;
    position: absolute;
    bottom: 35px;
    right: 11px;
}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  z-index:-2;
}

#navbackground {
  position: absolute;
  right: 0;
  top: 0;
  background: white;
  width: 100%;
  height: 6.4%;
  opacity: 0.7;
}

article {
  font-family: Recta,Arial,sans-serif;
  padding: 10px 0 5px;
  background: rgba(255,255,255,.9);
  position: relative;
}

article.photo-news {
    width: 270px;
}

article .date-time-category {
    /* overflow: hidden; */
    margin: 0 12px 3px;
    height: auto;
    font-size: 14px;
    position: relative;
}

article.photo-news h2 {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 21px;
    padding: 0 12px 6px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    font-family: Recta,Arial,sans-serif;
    display:block;
}

article h3{
    margin: 0 12px;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    text-transform: uppercase;
    font-family: Recta,Arial,sans-serif;
}

article .tag {
    letter-spacing: 1px;
    background: #333333;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 6px;
    font-size: 12px;
    font-style: normal;
    font-family: 'Roboto Light', sans-serif;
}
   
article .more {
    padding-top: 6px;
    letter-spacing: 3px;
    font-size: 10px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    margin: 4rem 12px 0;
    border-top: 1px solid #666;
}

article .date-time-category p {
    position: relative;
    right: 0;
    top: 0;
    display: block;
    line-height: 14px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: right;
    margin: 0;
}
article .date-time-category p:before {
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    background: #000000;
    height: 6px;
    z-index: 0;
}

article .date-time-category p span {
    font-size: 12px;
    text-transform: uppercase;
    background: #f7f8f7;
    display: inline-block;
    padding: 0 0 0 10px;
    position: relative;
}
article .date-time-category p span span {
    background: none;
    padding: 0;
}

article img {
    display: block;
    margin-bottom: 10px;
}

article h2 {
    padding: 0 12px 6px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
}

article .location {
    display: block;
}

article em p {
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    text-transform: uppercase;
    font-family: Recta,Arial,sans-serif;
}

.item-content{
    background: white;
    padding: 10%;
    max-width: 60%;
    font-family: Recta,Arial,sans-serif;
    opacity: 0.8;
    position: absolute;
    right: 0px;
    z-index: -1;
}

.item-content p{
  font: 400 20px/29px 'Roboto Light', sans-serif;
}

.item-content img{
  width: 100%;
}

span.item-date-time{
  font-size: 12px;
    text-transform: uppercase;
    position: relative;
    right: 0;
    height: 6px;
    padding-left: 0;
    top: 0;
    display: inline-block;
    zoom: 1;
    font-family: Recta,Arial,sans-serif;
    padding-bottom: 20%;

  }

span.item-bar{

    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    right: 0;
    height: 6px;
    padding-left: 8px;
    top: 0;
    display: inline-block;
    zoom: 1;
    border-left: 163px solid #020100;
    font-family: Recta,Arial,sans-serif;
}

.item-title {
  max-width: 40%;
  text-align: right;
  }

.item-title h1{
      width: 60%;
    padding-top: 12px;
    padding-bottom: 38px;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 48px;
    line-height: 45px;
    color: #fff;
    text-transform: uppercase;

}

.item-summary{
  left: 42%;
    position: absolute;
    top: 35%;

}

.item-summary h2 p{
    font-size: 18px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #020100;
    text-align: left;
    max-width: 50%;
}

#triangle-left {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 86.6px 50px 0;
  border-color: transparent #2bff00 transparent transparent;
  display:block;
}

#triangle-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 86.6px;
  border-color: transparent transparent transparent #2bff00;
  display:block;
}
.column-center-item {
    text-align: left;
    position: relative;
    padding-top: 10%;
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 10%;
    max-width:70%;
}
/* hang burger */

#hamburger {
  width: 20px;
  height: 5px;
  position: relative;
  margin: 7px auto;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 60px;
  background-color: transparent;
  display:none;
}

#hamburger:hover span:nth-child(1) {
  top: -5px;
  -webkit-transition: .20s ease-in-out;
  -moz-transition: .20s ease-in-out;
  -o-transition: .20s ease-in-out;
  transition: .20s ease-in-out;
}

#hamburger:hover span:nth-child(3) {
  top: 14px;
  -webkit-transition: .16s ease-in-out;
  -moz-transition: .16s ease-in-out;
  -o-transition: .16s ease-in-out;
  transition: .16s ease-in-out;
}

#hamburger span {
  z-index: 3;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #111;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .20s ease-in-out;
  -moz-transition: .20s ease-in-out;
  -o-transition: .20s ease-in-out;
  transition: .25s ease-in-out;
}

#hamburger span:nth-child(1) {
  top: 0px;
}

#hamburger span:nth-child(2) {
  top: 5px;
}

#hamburger span:nth-child(3) {
  top: 10px;
}

#hamburger.open span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: #fff;
}

#hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
  -webkit-transition: .16s ease-in-out;
  -moz-transition: .16s ease-in-out;
  -o-transition: .16s ease-in-out;
  transition: .16s ease-in-out;
}

#hamburger.open span:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background-color: #fff;
}

#bg-menu-mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: #1E1E1E;
  will-change: transform;
  z-index: -1;
}

@media only screen and (max-width: 865px) {
  .menu  li:not(:first-child) {display: none;}
  .imageCenter {
    width: 100%;
  }
  .card{
    width:25%;
  }
  .menu-left h2 {
    -webkit-margin-before: -0.66em;
  }
}

@media only screen and (max-width: 865px) {
  #hamburger {
    display:block;
    right: 3.5%;;
  }
  a.menu-left {
    margin-top: 2.5%;
    margin-left: -2.4%;
  }

  .card{
    width:40%;
  }

  .item-cards {
    padding-top: 10%;
  }

  #triangle-right {

    border-width: 20px 0 20px 40.6px;
  }

  #triangle-left {
    border-width: 20px 40.6px 20px 0;
  }
  .item-title h1 {

    font-size: 40px;
  }
  .item-summary {
    left: 0;
    position: relative;
    top: 0;
  }
  .column-center-item {
    margin-right: 0%;
    max-width: 100%;
  }
  .item-summary h2 p {
    max-width: 95%;
  }
  .item-content {
    max-width: 100%;
  }
  .item-content p {
    font: 400 16px/19px 'Roboto Light', sans-serif;
  }
}

@media only screen and (max-width: 769px) {
    a.menu-left {
    margin-left: -1%;
    margin-top:2%;
  }
  #hamburger {
    right: 5.5%;
  }
  .card{
    width:40%;
  }
  .item-cards {
    padding-top: 10%;
  }
  .footer-r {
    width: 25%;
    padding-top: 2%;
    padding-left: 10%;
    padding-bottom: 2%;
    padding-right: 0%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 425px) {
  a.menu-left {
    margin-left: -4%;
    margin-top:4%;
  }
  #hamburger {
    right: 7%;
  }

   .card{
    width:80%;
  }

  .item-cards {
    padding-top: 10%;
  }

  .footer-l {
    width: 50%;
    margin-left: 0;
  }

  .footer-r {
    width: 40%;
    padding-top: 2%;
    padding-left: 10%;
    padding-bottom: 10%;
    padding-right: 0%;
    margin-left: 0;
  }

  .footerhome-l {
    width: 50%;
    margin-left: 0;
  }

  .footerhome-r {
    width: 40%;
    padding-top: 2%;
    padding-left: 10%;
    padding-bottom: 10%;
    padding-right: 0%;
    margin-left: 0;
  }
}