@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,900&display=swap');
a.btn-skip,
a.btn-skip:focus,
a.btn-skip:hover {
	font-weight:normal;
    color: #5d3091;
    text-decoration: none;
    font-size: 1rem; 
    padding: 0 15px;
    border-radius: 10px 10px 0 0;
	float:right;
	background:#FFFFFF;  
	padding:5px 10px;
	/*box-shadow: 0px 0px 30px #000;*/
	margin-top:30px;}
a.btn-skip i{font-size:20px;}
/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
    background-color: #fff;
    border: .05rem solid #fff;
}

html,
body {
    height: 100%;
    /*background: url('../../../Images/ReEngage/youth_01.jpg') top no-repeat;*/
	background-position:top!important;
	background-repeat:no-repeat!important;
    background-size:100%;
    font-family: 'Roboto', sans-serif;
}

@media (min-width: 48em) {
}

.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

h3 {
    color: #fff;
}

#myNewsVideo2 {
    /*border: 8px solid #FF9900;
	box-shadow: 0px 0px 30px #000;
	*/
	border: 1px solid #FFFFFF;
    background: rgba(255,255,255,.2);
    margin-bottom: 8px;
	
}
/*webkit-keyframes movement {
    0%  { -webkit-transform: translate3d(0px, 0px, 0); }
    50% { -webkit-transform: translate3d(100px, 100px, 0); }
    100%  { -webkit-transform: translate3d(0px, 0px, 0); }
}

#myNewsVideo2 {
    -webkit-animation: movement 20s linear infinite;
}
*/