@charset "utf-8";
.main-visual{
   /*  padding-top: 25px;
    padding-bottom: 100px;
     /* background-image: url("images/logo.jpg");  */
    /* background-size: bottom; */
    color: rgb(229, 111, 15);
    text-align: center;   
}
.background-image img{
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  margin-top: 0px;
}

.header-logo{
    width: auto;
    height: auto;
    size: 100px;
    background-color: #000;
    text-align: center;
    
}
.top-title{
    font-size: 64px;
    margin-bottom: 10px;
}
.top-subtitle{
   font-size: 24px;
    margin-bottom: 10px; 
    text-align: center;
}
.top-text{
    opacity: 0.9;
    font-size: 20px;
}
.main{
    padding: 80px 0;
    color:#0e0d0d;
    text-align: center;
}
.main h2{
     margin-bottom: 25px;
}
.main-image{
    width: 300px;
    margin-bottom: 25px;
    box-shadow:10px 10px 10px #050505;
    border-radius: 80px;
}
.main h3{
    margin-bottom:  10px;
}

@keyframes fade{
    from{opacity: .4;}
    to{opacity: 1;}
}
@media only screen and(max-width:300px){
    .prev,.next,.text{
        font-size: 11px;
    }
}
 */
body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
  color: #333;
}

.header {
  background-color: #000;
  color: #fff;
  padding: 15px 0;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  height: 60px;
  border-radius: 8px;
}

.header-right a {
  color: white;
  text-decoration: none;
  margin-left: 20px;
  font-weight: bold;
}

.header-right a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
}




.main-visual {
  background: url('images/.jpg') no-repeat center center;
  background-size: cover;
  color: rgb(249, 149, 8);
  padding: 50px 20px;
  text-align: center;
}

.main-image {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
nav {
    background-color: #000;
    padding: 15px;
    text-align: center;
    border-bottom: 2px solid orange;
}

nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
    font-weight: bold;
}

nav a:hover {
    color: orange;
}