* {
    box-sizing: border-box;
}

.volkhov-regular {
  font-family: "Volkhov", serif;
  font-weight: 400;
  font-style: normal;
}

.volkhov-bold {
  font-family: "Volkhov", serif;
  font-weight: 700;
  font-style: normal;
}

.volkhov-regular-italic {
  font-family: "Volkhov", serif;
  font-weight: 400;
  font-style: italic;
}

.volkhov-bold-italic {
  font-family: "Volkhov", serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
    overflow-x: hidden;
}

body, html {
  height: 100%;
  margin: 0;
  color: #252525;
  font-family: 'Merriweather', serif;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5vw;
}

.header {
    font-family: "Volkhov", serif;
    width: 100%;
    display: block;
    font-size: 3.5vw;
}

.bgimg-1 {
  position: relative;
  /*opacity: 0.65;*/
  opacity: 1;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 25px;
}

.bgimg-1 {
  background-image: url("/wp-content/themes/28-today/images/bg.jpg");
  min-height: 100%;
  background-position: center center;
}

.parent { /* thing to center */
	position: absolute;
    top: 50%;
    left: 50%;
    mix-blend-mode: multiply;
	transform: translate(-50%, -50%);
}

.valign {
    height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.valign99 {
    height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

#logo {
    max-width: 478px;
    height: auto; 
    width: 100%;
    transition: all 1s ease-out;
}

#manil-li {
	text-align: center;
	font-size: 12px;
	color: #000000 ?>;
}

#manil-li a {
	text-decoration: none;
}

@media (max-width: 768px) {
    body {
        font-size: 18px;
    }
    
    .header {
        font-size: 7vw;
    }
    
    .bgimg-1 {
        background-attachment: scroll;
    }
    
    #logo {
        max-width: 300px; 
        height: auto; 
        width: 100%;
        margin: 25px 0px;
        /*display: none;*/
    }
    
    .valign {
          height: auto;
          display: inline-block;
          text-align: center;
    }
    
    .valign99 {
          height: auto;
          display: inline-block;
          
    }
}