/*
Theme Name: Assignment_Theme
Theme URI: https://rockandstone.shop
Author: Thomas Kaiser
Author URI: https://rockandstone.shop
Description: The definitive theme
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: The Theme
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/




li.nav-item > a{
    display: block;
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    padding: 8px 8px;
    color:#270C22;
}

a.navbar-brand{

color:#270C22;

}
.navbar-nav {
  border: 1px solid #270C22;
  border-radius: 5px; 
  padding: 15px;
    font-family: 'Rubik', sans-serif;
     color: #270C22;
}

body{
background-color: #f2f2ef;
  font-family: 'Rubik', sans-serif;
  color: #270C22;
  font-weight: 200;
}

.custom-navbar{
background-color: #f2f2ef;
color: #f2f2ef;

}

.navbar-nav > li:nth-child(3) > a {
  border: 2px solid #270C22;
  background-color: #270C22;
  color: #f2f2ef;
}

.navbar-nav > li:nth-child(2) > a {
padding-left: 2px;
}
.big p{
font-size: 72.4196px;
padding-left: 100px;
margin-top: 111px;
padding-right: 100px;


}
.p2{

font-size: 20px;
margin-left: 100px;
margin-top: 20px;


}


.hero-row {
  background-image: url("abstract.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  min-height: 500px;
  min-width: 1000px;
}

body {
  position: relative;
}

body::before,
body::after {
  content: "";
  position: fixed; 
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 2px dotted #270C22;
  z-index: -1;     
  pointer-events: none;
}


body::before {
  left: 10%;
}

body::after {
  right: 10%;
}


footer{
background-color: #b9a16f;

}
footer .btn{

background-color: #270C22;

}

div .p4{

font-size: 100px;
margin-left: 100px;
margin-top: 20px;


}
