body {
    margin: 0;
    background: white;
}

video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background: black;
    background-size: cover;
    transition: 1s opacity;
}

.center {
    text-align: center;
}

ul.circle {
    list-style-type: circle;
}

ul.square {
    list-style-type: square;
}

ol.upper-roman {
    list-style-type: upper-roman;
}

ol.lower-alpha {
    list-style-type: lower-alpha;
}

p.success {
    margin-bottom: 10px;
    font-size: 20px;
    background-color: #FFF;
    color: #000;
    text-align: left;
}

.success-small {
    font-size: 16px;
}

.margin-top10 {
    margin-top: 10px;
}

.padding-top-10 {
    padding-top: 10px;
}

.align-right {
    text-align: right;
}

/* h3 {
    font-family: Ubuntu Light, Helvetica, Arial, sans-serif;
    font-size: 26px;
    text-align: center;
    color: #090C3C;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

h5 {
    font-family: Ubuntu Med, Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-align: left;
    color: #090C3C;
    margin-bottom: 10px;
    margin-top: 30px;
    letter-spacing: 1px;
} */

.subheading {
    font-family: Ubuntu Light, Helvetica, Arial, sans-serif;
    margin-bottom: 25px;
    font-size: 16px;
}

/*
@media screen and (max-width: 500px) {
	div {
		width: 70%;
	}
}

@media screen and (max-device-width: 800px) {
	html {
		background: url("../resources/index.png") black no-repeat center center fixed;
	}

	#bgvid {
		display: none;
	}
}*/
