/*-----------------------------------------------------------
* Template Name    : Roiton | Bootstrap 4 Multipurpose Landing Pages Pack for Startups, Creatives and Freelancers
* Author           : Retrinagroup
* Version          : 1.0.0
* Created          : October 2020
* File Description : Main css file of the template

*------------------------------------------------------------
*/


/***********************
    1.GENERAL
    2.PRELOADER
    3.HEADER
    4.HERO
    5.ABOUT
    6.COUNT-UP
    7.SERVICES
    8.PRICE
    9.TEAM
    10.TESTIMONIAL
    11.BLOG
    12.CONTACT
    13.FOOTER
    14.RETURN-TO-TOP
    15.PAGE-HERO
    16.VIDEO
    17.SKILL-BAR
    18.NEWSLETTER
    19.ROITON-DARK
	20.RESPONSIVE
************************/


/*-------------------------
         GENERAL
-------------------------*/

body {
	font-family: "Nunito", sans-serif;
}

::selection {
	background: rgba(230, 230, 230, 0.8);
}

::-moz-selection {
	background: rgba(230, 230, 230, 0.8);
}

.full-screen {
	height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.618;
}

.base-color {
	color: #6e45e2;
}

.bg-base-color {
	background-color: #6e45e2;
}

.second-color {
	color: #ff9624;
}

.pt-6,
.py-6 {
	padding-top: 6rem;
}

.pb-6,
.py-6 {
	padding-bottom: 6rem;
}

a:hover {
	text-decoration: none;
}

a,
button {
	outline: none !important;
}


/*------------------------------------------*/


/*  PAGE CONTENT
/*------------------------------------------*/

