/* fonts */
@font-face {
	font-family: 'Roundo Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Roundo Regular'), url('./assets/fonts/Roundo-Regular.woff') format('woff');
}


@font-face {
	font-family: 'Roundo ExtraLight';
	font-style: normal;
	font-weight: normal;
	src: local('Roundo ExtraLight'), url('./assets/fonts/Roundo-ExtraLight.woff') format('woff');
}


@font-face {
	font-family: 'Roundo Light';
	font-style: normal;
	font-weight: normal;
	src: local('Roundo Light'), url('./assets/fonts/Roundo-Light.woff') format('woff');
}


@font-face {
	font-family: 'Roundo Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Roundo Medium'), url('./assets/fonts/Roundo-Medium.woff') format('woff');
}


@font-face {
	font-family: 'Roundo SemiBold';
	font-style: normal;
	font-weight: normal;
	src: local('Roundo SemiBold'), url('./assets/fonts/Roundo-SemiBold.woff') format('woff');
}


@font-face {
	font-family: 'Roundo Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Roundo Bold'), url('./assets/fonts/Roundo-Bold.woff') format('woff');
}

/* custom css */
* {
	color: #1a4538;
	font-family: 'Roundo Regular';
	background-color: #fdfdfd;
}

.main-container {
	padding: 2%;
}

.logo {
	width: 12rem;
}

.video {
	width: 100%;
}

.title {
	font-family: 'Roundo SemiBold';
	font-size: 3rem;
	padding: 0% 8rem;
	margin: 10% 0 0 0;
}

p.para {
	font-size: 1.5rem;
	margin: 0;
	color: #000000;
	font-family: 'Roundo Light';
}

.para-div {
	padding: 0 12%;
	margin: 6% 0;
}

.update-btn {
	padding: 12px 16px;
	font-size: 18px;
	width: 14rem;
	font-family: 'Roundo Medium';
	background-color: transparent;
	border: 2px solid #1a4538;
	text-transform: uppercase;
	cursor: default;
}

img.social-icon {
	width: 10%;
}

.social-links-section {
	margin: 6% 0;
}

a {
	color: transparent;
	margin: 0 1%;
}