/*!
Theme Name: darsil
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: darsil
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

darsil is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.*/


.link_landing a {
    font-family: Montserrat,sans-serif;
    font-size: 19px;
    color: #fff;
    text-transform: capitalize;
    background: #00a887;
    padding: 15px 20px;
}

.link_landing a:hover {
    text-decoration: none;
    color: #fff;
}

.slider__nav {
    display: none;
}

.inner-text {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.inner-text p{
	max-width: none;
    font-family: Roboto,sans-serif;
    position: relative;
    z-index: 20;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 70px;
    line-height: 141.68%;
    color: #fff;
}

.danger img {
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width: 768px){
  	.inner-text p{
    	font-size: 35px;
	}
}