@font-face {
    font-family: 'Andalus', serif;
    src: url(fonts/Andalus.ttf);
}
body {
    margin: 0px;
    font-family: 'Andalus', serif;
    background-attachment: fixed;
    background-size: cover;

    /* background-image: url(images/bg01.png); */
}

#index {
    background-color: rgb(255,199,44);
    background: linear-gradient(90deg,rgb(255,220,100),rgb(255,199,44) 20%,rgb(255,199,44) 80%,rgb(255,220,100));
    background-image: url(images/desk.jpg);
}
#index .mainim {
    width: 550px;
    margin-top: 40px;
    transform: perspective(500px) rotateX(5deg) rotate(1deg);
    box-shadow: 0px 1px 0px rgba(150,50,0,0.1), 3px 3px 8px rgba(0,0,0,0.5);
}

#index h2 {
    
}
#course {
    background-image: url(images/bg01.png);
    
}
#std {
    padding-bottom: 50px;
}
#std img {
    width: 400px;
    padding: 10px;
    background-color: rgba(255,255,255,0.1);
    transition: 0.75s;
}
#std img:hover {
    transform: scale(1.4);
    transition: 0.75s;
}


#index #wrapper {
    width: 1150px;
    margin: auto;
    text-align: center;
}
header, nav, main, article, aside {
    padding: 1px 50px;
}

h1 {
    margin: 20px 0px 30px 20px;
    font-size: 34pt;
    line-height: 1.2em;
}
#index h1 {
    font-size: 44px;
    color: rgba(255,255,255,0.8);
    text-shadow: 0px 0px 0px rgba(255,255,255,0.7), 1px 1px 0px rgba(0,0,0,0.7), 2px 3px 5px rgba(0,0,0,0.4);
}
h1 a {
    color: black;
    text-decoration: none;
}
h2 {
    margin: 10px 0px 0px;
    color: rgb(245,245,245);
}

h3 {
    color: white;
    margin: 0px 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

main {
    min-height: 700px;
}
footer {
    width: 270px;
    color: rgb(200,150,50);
    position: fixed;
    right: 0px;
    bottom: 0px;
}
.logo {
    width: 110px;
    opacity: 0.5;
    position: fixed;
    right: 80px;
    bottom: 50px;
}
main {
    font-size: 14pt;
}
main p {
    color: rgb(255,225,135);
    width: 660px;
    margin: 15px auto;
    text-align: left;
    line-height: 1.2em;
}
main blockquote {
    color: rgb(255,255,35);
    text-align: right;
    width: 660px;
    margin: 25px auto;
    font-style: italic;
    font-size: 15pt;
}
#navmain {
    position: absolute;
    top: 100px;
    width: 240px;
}
#course #navmain {
    top: 20px;
}


#course #wrapper {
    width: 1150px;
    margin: auto;
    text-align: center;
}

#course h1 {
    color: Gold;
}

#course h2 {
    color: gold;
}

#course h3 {
    color: white;
}
h4 {
    color: orange;
    width: 500px;
    margin: -10px auto 20px;
}

.sem {
    box-shadow: 1px 10px 12px rgba(0,0,0,0.3);
}
.sem a {
    display: block;
    padding: 0px 10px;
    text-decoration: none;
}

.ttl {
    width: 190px;
    height: 24px;
    padding: 0px 10px 2px;
    background-color: white;
    background: linear-gradient(90deg,rgb(20,60,180),navy);
    font-size: 13.5pt;
    font-weight: 700;
    color: rgb(240,130,10);
    margin-bottom: 3px;
}
.ttl a {
    color: gold;
}

.drop {
    width: 210px;
    background: linear-gradient(20deg, rgb(230,190,50), rgb(250,240,170));
    transition: 0.3s;
}

#course .drop {
    background: linear-gradient(20deg, rgb(255,150,60), rgb(250,120,40), rgb(110,50,10));
}

.drop:hover {
    width: 190px;
    background: linear-gradient(20deg, rgb(250,230,150), rgb(250,200,50));
    transition: 0.6s;
    letter-spacing: 1px;
    box-shadow: 2px 1px 4px rgba(0,0,0,0.4);
}
#course .drop:hover {
    background: linear-gradient(20deg, rgb(255,220,60), rgb(255,160,60), rgb(180,60,10));
    box-shadow: 2px 1px 4px rgba(255,0,0,0.6);
}

#students {
    position: absolute;
    left: 0px;
    width: 240px;
    
}



/*

.drop {
    width: 160px;
    height: 0px;
    background: linear-gradient(20deg, rgb(230,190,50), rgb(250,240,170));
    opacity: 0;
    transition: 0.5s;
}
#draw:hover .drop, #desn:hover .drop {
    opacity: 1;
    visibility: visible;
    transition: 1.3s;
    height: 28px;
}
.drop:last-child {
    margin-bottom: 20px;
}

*/













