@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Labrada:ital,wght@0,100..900;1,100..900&family=Mukta:wght@200;300;400;500;600;700;800&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1{
    font-family: "Labrada", sans-serif;
    text-align: center;
    font-size: 38pt;
    text-shadow: 5px 5px 5px rgba(15,15,15,.5);
}

h1 a{
    text-decoration: none !important;
    color: rgb(246, 85, 96);
    -webkit-text-stroke: .5px black;

}


h2{
    font-family: "Bitter", sans-serif;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 22px;
    text-align: center;
    text-decoration: underline;
}

h3{
    margin-top: 40px;
    font-family: "Bitter", sans-serif;
}

h4{
    font-family: "Bitter", sans-serif;
    text-align: center;

}


#wrapper{
    font-family: "Mukta", sans-serif;
    background-color:rgb(236, 247, 252);
    width: 1000px;
    margin: 50px auto;
    border: 7px rgb(246, 158, 117) solid;
    border-radius: 12px 12px 0px 0px;
    box-shadow: 10px 15px 15px rgba(0,0,0,.6);
    color:rgb(25, 25, 25);
    padding-left: 25px;
    padding-right: 25px;
    
}

header{
    text-align: center;
    background: url(images/bgs/org.jpg);
    border-radius: 5px 5px 0px 0px;
    margin-left: -25px;
    margin-right: -25px;
    padding-top: 15px;
    padding-bottom: 15px;
    
}

nav{
    
    background-color: rgb(246, 85, 96);
    margin-left: -25px;
    margin-right: -25px;
    padding-top: 10px;
    padding-bottom: 30px;
    
}

nav ul li{

    list-style-type: none;
    border: 1px solid rgb(224, 119, 154);
    width: 220px;  
    background: linear-gradient(rgb(207, 163, 107),rgb(177, 143, 96));
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgba(0,0,0,.5);
    transition: 0.2s;
    position: relative;
    
}

nav ul li a{
    display: block;
    text-align: center;
    padding: 3px 0px;
    text-decoration: none;
    color: (rgb(50, 30, 0));
}

nav ul{
    padding: 0px;
    text-align: center;
    width: 660px;
    margin: auto;
}

.group {
    width: 222px;
    height: 30px;
    float: left;
    margin: 0px 50px;
    
    
}

.group:hover .drop {
    display: block;
    }

.drop{
    display: none;
}

nav ul li:hover{
    background-color: rgb(255, 240, 220);
    box-shadow: 6px 6px 9px rgba(0,0,0,.5);
    transform: scale(1.1);
}

nav ul li a:hover{
    color: rgb(200, 50, 0);
    transition: 0.2s;

}

.home{
    background-image: url(images/bgs/flower2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.center{
    display: block;
    margin:auto;
    width: 50%;
}

img{

    border-radius: 6px;
    box-shadow: 4px 4px 4px rgba(15,15,15,.5);
    width: 300px;
    height: 280px;
    margin-top: 30px;
    margin-bottom: 30px;
}

p{
    text-indent: 20px;
}

.push{
    float: left;
    width: 350px;
    height: 280px;
    border-radius: 9px;
    box-shadow: none;
    padding: 5px;
    position: relative;
    margin: 0px 20px 10px 0px;
}

.push2{
    width: 350px;
    height: 280px;
    float: left;
    border-radius: 9px;
    box-shadow: none;
    padding: 5px;
    position: relative;
    margin: 0px 20px 10px 0px;
}

article {
    float: left;
    width: 559px;
    padding: 20px;
    border-right: 1px solid black;
    }

aside {
    float: left;
    width: 360px;
    padding: 20px;
    }

.imgaside{
    width: 380px;

}
footer {
    clear: both;
    text-align: right;
    font-style: italic;
    }

.second{
    background-image:url(images/bgs/kujupark.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.third{
    background-image: url(images/bgs/yasupark.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

div.gallery {

    background-color:rgb(236, 247, 252);
    overflow: auto;
    white-space: nowrap;
    padding: 8px;
}

div.gallery img{

    padding: 8px;
    width: 420px;
    border-radius: 0px;
    box-shadow: none;
    
}

.h3third{
    text-align: center;
}

.marine{
    background-image: url(images/rocksmarine.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

div.gallery2 {

    background-color:rgb(236, 247, 252);
    overflow: auto;
    white-space: nowrap;
    padding: 8px;
    text-align: center;
}

div.gallery2 img{

    padding: 8px;
    width: 420px;
    border-radius: 0px;
    box-shadow: none;
    text-align: center;
}

.historic{
    background-image: url(images/bgs/tempbg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.city{
    background-image: url(images/peacebg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.nature{
    background-image: url(images/okipark.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.snowy{
    background-image: url(images//bgs/snowman.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
