/* ---- Webside coded and designed by Angus Marian ---- */
/* ---- angusmarian.com ---- */

@import 'https://fonts.googleapis.com/css?family=Raleway:700|Roboto';

html,body {
    margin: 0;
    padding: 5%;
  background-color: #000;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

p {
    text-align: center;
    font-size: 2.5vmin;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 4.0vmax;
  text-align: center;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 3.0vh;
  text-align: center;
}

a {
  text-align: center;
  text-decoration: none;
  font-size: 2.5vmin;
  color: #ff0000;
}

a:hover {
  color: #fff;
}

center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

div {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--Button--*/

.button {
  border: none;
  background-color: white;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button:hover {
  background-color: black;
  color: white;
}

/*--Lists--*/

ul.a {
  list-style-type: circle;
}

ul.b {
  list-style-type: square;
}

ol.c {
  list-style-type: upper-roman;
}

ol.d {
  list-style-type: lower-alpha;
}

/*--Video Embed--*/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



