* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	width: 100%;
}

/* Header */
header {
	height: 120px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
header img#header-logo {
	position: absolute;
	left: 0;
	top: 0;
	height: 120px;
}
header div#header-download {
	position: absolute;
	right: 24px;
	top: 0;
	height: 120px;
	padding-top: 24px;
}
header button.btn-download {
	width: 150px;
	background-color: #252638;
	color: #fff !important;
	margin-left: 24px;
}
header div.dropdown {
	display: inline-block;
}

/* Main */
main {
	height: 100%;
	width: 100%;
	overflow-y: hidden;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
}

main div#main-title {
	color: #252638; /* 952360 */
	font-size: 24px;
	text-align: right;
	font-weight: bold;
	position: relative;
	top: 30%;
	width: 35%;
	font-family: 'Satisfy', cursive;
}
main p.main-title-lines {
	margin-bottom: 0;
}
main p#main-title-line-1 {
	font-size: 86px;
}
main p#main-title-line-2 {
	font-size: 40px;
	position: relative;
	top: -8px;
}
main p#main-title-line-3 {
	font-size: 64px;
	text-decoration: underline;
}
main a.main-logos {
	width: 50px;
	position: absolute;
	bottom: 24px;
}
main a.main-logos img {
	width: 50px;
}
main a#main-logo-linkedin {
	left: 24px;
}
main a#main-logo-github {
	right: 24px;
}
main img#main-scroll-down-gif {
	display: none;
}

/* Section */
section {
	padding: 100px 0;
}
section h5 {
	line-height: 1.5;
}
section .container-fluid .row .col-download,
section .container-fluid .row .col-take-a-look {
	text-align: center;
}
section .container-fluid .row button.btn-download {
	width: 150px;
	background-color: #252638;
	color: #fff !important;
}
section .container-fluid .row div.dropdown {
	display: inline-block;
}
section .container-fluid #section-row-graphics {
	padding-top: 100px;
}
section .container-fluid .row img.section-graphics {
	width: 100%;
	border-radius: 6px;
	margin-bottom: 24px;
	box-shadow: 5px 5px 7px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
}
section .container-fluid #section-row-take-a-look,
section .container-fluid #section-row-downloads {
	padding-top: 75px;
}
section .container-fluid .row button.btn-take-a-look {
	width: 200px;
}
section .container-fluid .row button#section-btn-linkedin {
	background-color: #2867b2;
	border-color: #2867b2;
}
section .container-fluid .row button#section-btn-github {
	background-color: #171516;
	border-color: #171516;
}
section .container-fluid .row button#section-btn-previous-releases {
	background-color: #252638;
	border-color: #252638;
}

footer {
	height: 45px;
	background-color: #581a43;
}
footer .container-fluid,
footer .container-fluid .row {
	height: 100%;
}
footer .container-fluid .footer-col {
	text-align: center;
}
footer .container-fluid .row label {
	height: 20px;
	font-size: 12px;
	padding-top: 12px;
	color: white;
}
footer .container-fluid .row label a {
	color: white;
}

/* Desktop */
@media (min-width: 769px) {
	header div#header-download button#btn-others {
		margin-right: 24px;
	}
	header div#header-download a.header-download-badges {
		display: inline-block;
		vertical-align: top;
		margin-left: 24px;
		height: 38px;
	}
	header div#header-download a.header-download-badges img {
		height: 38px;
	}
	
}
/* Smartphone */
@media (max-width: 768px) {
	header div#header-download a.header-download-badges {
		display: none;
	}
	header img#header-logo {
		position: absolute;
		right: 0;
		height: auto;
		width: 100%;
	}
	header button.btn-download {
		display: none;
	}

	main div#main-title {
		display: none;
	}
	main img#main-scroll-down-gif {
		display: inline-block;
		position: absolute;
		bottom: 0;
		left: 30%;
		right: 30%;
		width: 40%;
	}

	section .container-fluid .row div.dropdown,
	section .container-fluid .row .col-take-a-look {
		width: 100%;
		padding: 12px 0;
	}
	section .container-fluid .row button.btn-download,
	section .container-fluid .row button.btn-take-a-look {
		width: 100%;
		height: 48px;
	}
	section .container-fluid .row div.dropdown-menu,
	section .container-fluid .row button.btn-take-a-look {
		width: calc(100% - 32px);
		left: 16px !important;
	}

	section div#section-row-downloads div.col-download-badges {
		padding: 12px 0;
	}
	section div#section-row-downloads a.col-download-badges {
		display: block;
		width: 100%;
	}
	section div#section-row-downloads a.col-download-badges img {
		width: 90%;
	}
	section div#section-row-downloads div.col-download :not(.col-download-badges) {
		margin-top: 24px;
	}

	footer {
		height: 114px;
	}
}
/* Not Smartphone */
@media (min-width: 769px) {
	section .container-fluid #section-row-downloads {
		display: none;
	}
	section .container-fluid .row .col-take-a-look {
		padding-top: 24px;
	}
}
