﻿body {
  font-family: "Poppins", arial, san-serif;
  font-weight: 400;
}
.RCTinvest-splash-logo {
 	padding: 60px 0px 10px 0px;
  width: 450px;
  margin: 0px auto 10px;
}
.RCTinvest-splash-logo img {
	width: 100%;
	height: auto;
}
.english-button a {
	border: 0px!important;
	background-color: #4c4c4c;
	color: #fff!important;
	padding: 10px 0px 10px 0px!important;
	border-radius: 15px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	line-height: 20px;
	text-align: center;
margin-top: 25px;
	margin-bottom: 25px;
width: 200px;
  margin-right: auto;
  margin-left: auto;
	font-size: 17px;
}
.english-button a:hover {
	border: 0px;
	background-color: #1e1e1e !important;
	color: #fff!important;
	text-decoration: none;
}
.welsh-button a {
	border: 0px!important;
	background-color: #4c4c4c;
	color: #fff!important;
	padding: 10px 0px 10px 0px!important;
	border-radius: 15px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	line-height: 20px;
	text-align: center;
margin-top: 25px;
	margin-bottom: 25px;
width: 200px;
  margin-right: auto;
  margin-left: auto;
	font-size: 17px;
}
.welsh-button a:hover {
	border: 0px;
	background-color: #1e1e1e !important;
	color: #fff!important;
	text-decoration: none;
}
.RCT-logo {
	padding: 60px 0px 40px 0px;
  width: 200px;
  margin: 0px auto;
}
.RCT-logo img {
	width: 100%;
	height: auto;
}
/* queries ---------------------------------*/
@media (min-width: 601px) and (max-width: 992px) {
.RCTinvest-splash-logo{
			padding: 40px 0px 20px 0px;
	   width: 420px;
  margin: 0px auto;
	}
.RCT-logo {
	padding: 20px 0px 30px 0px;
}
.buttons {
	padding: 10px 0px 20px 0px;
}
.footer {
	padding: 20px 20px;
}
}
@media (max-width: 600px) {
.RCTinvest-splash-logo {
		padding: 30px 0px 10px 0px;
   width: 280px;
  margin: 0px auto;
	}
.RCT-logo {
	padding: 10px 0px 20px 0px;
   width: 180px;
  margin: 0px auto;
}
.buttons {
	padding: 5px 0px 0px 0px;
}
.footer {
	padding: 10px 20px;
}
}
/* Accessibility Extra START ----- */
.welsh-button a:focus, a:focus, .english-button a:focus {
  outline-width: 3px!important;
  outline-style: solid!important;
  outline-color: #fbb73e!important;
}
/* Accessibility Extra END ----- */

