/*
    Name: Minimal
    Description: Responsive Landing Page
    Version: 1.0
    Author: Schintu Desing

    TABLE OF CONTENTS
    ---------------------------
     1. General
     2. Header
     3. Content
*/


/* ================================= */
/* :::::::::: 1. General ::::::::::: */
/* ================================= */

html, body {
	font-family: "Roboto", sans-serif!important;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}
body {
	background-color: #000000!important;
}
a, a:link {
	color: rgba(255, 255, 255, 0.6);
	font-weight: 900;
	text-decoration: none;
}
a:hover {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}


::-webkit-input-placeholder { /* WebKit browsers */
 color:    #FFFFFF;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #FFFFFF;
 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #FFFFFF;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:  #FFFFFF;
}
/* ================================= */
/* :::::::::: 2. Header :::::::::::: */
/* ================================= */

.welcome {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.welcome .logo {
	text-align:center;
}

/* ================================= */
/* :::::::::: 3. Content :::::::::::: */
/* ================================= */
.row {
	margin-top: 100px;
}

.option{
	position:relative;
}

.option a{
	display:inline-block;
	cursor:pointer;
	color:#ffffff!important;
	font-size:20px;
}

.option span {
	background: #F79862;
	color: #ffffff;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	width: 100%;
	height: 60px;
	border: none;
	margin: 0 auto;
	font-weight: 900;
	font-size: 20px;
	text-align:center;
	padding-top:12px;
	font-family: inherit;
	margin-bottom:30px;
	float:left;
}

.option span:hover {
	background: #ffffff;
	color: #000000;
}


.option img{
	width:100%;
	border: 1px solid #F79862;
}
