@charset "UTF-8";
/* CSS Document */

body, html {
    height: 100%;
    margin: 0;
  	background: rgba(83, 83, 83, 1.00);
    font: 400 18px/1.8 "Lato", sans-serif;
}

.nosifer-regular {
  font-family: "Nosifer", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.header {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    background: rgba(0, 0, 0, 0.00);
    padding: 0 40px;
    margin: 0 auto;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    flex-direction: row;
}

.logo-container {
	width: 200px;
}

.nav-bar {
	width: 100%;
	list-style: none;
  	display: flex;
	justify-content: space-around;
	font-family: "Underdog", system-ui;
  	font-weight: 400;
  	font-style: normal;
}

.nav-bar a {
	text-decoration: none;
  color: white;
  padding: 10px 15px;
  display: block;
  transition: background-color 0.3s ease;
}

.nav-bar ul {
    display: flex;
    align-items: center;
	padding: 0px;
	margin: 0px;
	
}

.media-container {
	width: 200px;
    display: flex ;
    justify-content: space-evenly;
    padding: 5px;
}

.media-container1 {
	width: 200px;
    display: flex ;
    justify-content: space-evenly;
    padding: 5px;
	font-size: 20px;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimg-1 {
    background-image: url(1images/house.jpeg);
    height: 50%;
    padding-top: 100px;
    background-position: top;
    border-radius: 0% 0% 20% 20%;
}

.bgimg-2 {
    background-image: url("1images/scull.jpeg");
    height: 300px;
	padding-top: 100px;
	border-radius: 10% 10% 10% 10%;
}

.bgimg-2 h1 {
	text-align: center;
	color: red;
	font-size: 70px;
	font-family: "Nosifer", sans-serif;
}

.bgimg-3 h1 {
	text-align: center;
	color: red;
	font-size: 70px;
	font-family: "Nosifer", sans-serif;
}

.bgimg-3 {
    background-image: url("1images/1.jpg");
    height: 50%;
	padding-top: 100px;
	border-radius: 10% 10% 10% 10%;
}

.content {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.container {
	background: rgba(83, 83, 83, 1.00);
    color: white;
    display: flex;
    border-radius: 50% 50% 0% 0%;
    justify-content: space-evenly;
}

.container h3 {
	color: rgba(255,0,4,1.00);
	font-family: "Underdog", system-ui;
  	font-weight: 400;
  	font-style: normal;
}

.box {
	position: relative;
    top: -50px;
    background: rgba(0, 0, 0, 0.00);
    width: 300px;
    padding: 10px;
    text-align: center;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
}

.box p {
	padding: 2px;
}

.circle {
	background: rgba(83, 83, 83, 1.00);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    font-size: 50px;
    align-content: center;
	transition: background-color 0.5s ease;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.circle:hover {
	background: rgba(255,0,4,1.00);
}

.container2 h2 {
	text-align: center;
	color: rgba(255,255,255,1.00);
	padding: 0px;
}

.container2 {
	display: flex;
    flex-direction: column;
    padding: 10px;
    color: white;
	align-items: center;
}

.container2 img {
	padding-bottom: 10px;
}

.container2 p{
	text-align: center;
	color: rgba(143,143,143,1.00);
	padding: 0px;
}

.imgs {
	display: flex;
    justify-content: space-around;
    padding: 20px;
}

.imgs img {
	border: solid black 1px;
	border-radius: 2px;
}

.container3 {
	display: flex;
    flex-direction: column;
    padding: 10px;
    color: white;
}

.container3 h4 {
	text-align: center;
    margin: 0px;
	color: rgba(255,0,4,1.00);
  	font-family: "Underdog", system-ui;
  	font-weight: 400;
  	font-style: normal;
}

.container3 h1{
	text-align: center;
    margin: 0px;
}

.container4 {
	margin: 10px;
	color: white;
	padding: 10px;
}

.comments {
	display: flex;
	justify-content: space-evenly;
	padding: 10px;
}

.cbox p {
	color: rgba(133,133,133,1.00);
}

.cbox {
	text-align: center;
	width: 400px;
}

.gap {
	background: white;
    width: 100%;
    height: 100px;
}

.b {
	display: flex;
	width: 100%;
	justify-content: center;
}

.b a {
	text-decoration: none;
}

.button {
	background: rgb(0 0 0);
    width: 300px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    font-family: "Nosifer", sans-serif;
    color: rgb(255 0 0);
}

.space {
	width: 100%;
	height: 400px;
	text-align: center;
}

.space h1 {
	color:rgba(255,0,0,1.00);
	font-family: "Nosifer", sans-serif;
	font-size: 100px;
}

.footer {
	display: flex;
    justify-content: space-evenly;
    color: white;
    background: black;
}

.section {
	display: flex;
	flex-direction: column;
	width: 300px;
	align-items: center;
}

.section a {
	text-decoration: none;
	color: white;
}

.last {
	width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    text-align: center;
    background: rgb(0 0 0);
    color: rgb(255 255 255);
    display: flex;
    justify-content: center;
}