/*!
 * Mr.V
*/

 /* GENERAL STYLES
-------------------------------------------------*/
body {
    font-family:'Lato', sans-serif;
    color:#000;
    font-weight:300;
    overflow-x:hidden;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 300;
  line-height: 1.8;
  color: #000;
}

h2, .h2 {
  font-size: 1.75em;
}

.textwhite {
  color: #fff;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

a, a:active, a:visited {
    color:#000;
    text-decoration:none;
    font-weight: bold;
    padding:0.2rem;
}

a:hover {
    color:#fff;
    background-color: #000;
    text-decoration:none;
    padding:0.2rem;
}

h4 ul li {
	  text-align:center;
    display:inline-block;
    margin:0 10px;
}

img{
  width:100%;
  max-width: 100%;
  height:auto;
}

.jumbotron-fluid {
    padding:0;
    width: 100vw;
    height: 100vh;
}

mark,
.mark {
  padding: .1em;
}

/* TOP
-------------------------------------------------*/
.topBlock {
    text-align:center;
    overflow:hidden;
    padding-top: 1rem;
}

/* HEADING
-------------------------------------------------*/
.heading {
    padding-bottom:2rem;
    text-align:left;
    max-width:960px;
    margin:0 auto;
    padding-top:2rem;
}

#logo {
  max-width: 5rem;
    float:left;
}

/* FOOTER
-------------------------------------------------*/
.footer {
    margin-top:2rem;
    position:relative;
}

.footer .container {
    padding:2rem 0 1rem;
}

.footer p {
    color:#fff;
    font-weight:300;
    text-align:center;
    font-size: 1.5rem;
}

/* COLOR CHANGE
-------------------------------------------------*/

#colorCycle {
	background-color: #000;
	color: #FFF;

	width: 100%;
	height: 100%;

      animation-name: colorCycle;
      animation-duration:520s;
      animation-direction:alternate;
      animation-iteration-count:infinite;

      -webkit-animation-name: colorCycle;
      -webkit-animation-duration:20s;
      -webkit-animation-direction:alternate;
      -webkit-animation-iteration-count:infinite;
}

@keyframes colorCycle {
      0% {background-color:#4ab8d6;}
      25% {background-color:#2e3638;}
      50% {background-color:#ed4747;}
      75% {background-color:#f5a431;}
      100% {background-color:#76ab6a;}
}

@-webkit-keyframes colorCycle {
      0% {background-color:#4ab8d6;}
      25% {background-color:#2e3638;}
      50% {background-color:#ed4747;}
      75% {background-color:#f5a431;}
      100% {background-color:#76ab6a;}
}

#colorType {
	background-color: transparent;
	color: #FFF;

	width: 100%;
	height: 100%;

      animation-name: colorType;
      animation-duration:520s;
      animation-direction:alternate;
      animation-iteration-count:infinite;

      -webkit-animation-name: colorType;
      -webkit-animation-duration:20s;
      -webkit-animation-direction:alternate;
      -webkit-animation-iteration-count:infinite;
}

@keyframes colorType {
      0% {color:#4ab8d6;}
      25% {color:#2e3638;}
      50% {color:#ed4747;}
      75% {color:#f5a431;}
      100% {color:#76ab6a;}
}

@-webkit-keyframes colorType {
      0% {color:#4ab8d6;}
      25% {color:#2e3638;}
      50% {color:#ed4747;}
      75% {color:#f5a431;}
      100% {color:#76ab6a;}
}

/* MEDIA QUERIES
-------------------------------------------------*/

/*
Extra small devices (portrait phones, less than 34em)
No media query since this is the default in Bootstrap
*/

/*Small devices (landscape phones, 34em and up)*/
@media (min-width: 34em) {

  h2, .h2 {
    font-size: 1.75rem;
  }

  h3, .h3 {
    font-size: 1.5rem;
  }

  h4, .h4 {
    font-size: 1.25rem;
  }

  #logo {
      max-width:5rem;
      padding-bottom: 2rem;
  }

  .topBlock {
      padding-top: 2rem;
  }

}

/*Medium devices (tablets, 48em and up)*/
@media (min-width: 48em) {

  h2, .h2 {
    font-size: 2rem;
  }

  h3, .h3 {
    font-size: 1.75rem;
  }

  h4, .h4 {
    font-size: 1.5rem;
  }

  #logo {
      max-width:6rem;
      padding-bottom: 2rem;
  }

  .topBlock {
      padding-top: 3rem;
  }

}

/*Large devices (desktops, 62em and up)*/
@media (min-width: 62em) {

  h2, .h2 {
    font-size: 2.25rem;
  }

  h3, .h3 {
    font-size: 2rem;
  }

  h4, .h4 {
    font-size: 1.75rem;
  }

  #logo {
      max-width:7.5rem;
      padding-bottom: 2rem;
    }

  .topBlock {
      padding-top: 4rem;
  }

}

/*Extra large devices (large desktops, 75em and up)*/
@media (min-width: 75em) {

  h2, .h2 {
    font-size: 2.5rem;
  }

  h3, .h3 {
    font-size: 2.25rem;
  }

  h4, .h4 {
    font-size: 2rem;
  }

  #logo {
      max-width:9rem;
      padding-bottom: 2rem;
  }

  .topBlock {
      padding-top: 5rem;
  }

}
