* {
    padding: 0px;
    margin: 0px;
}
html {
    font-family: 'Open Sans', sans-serif;
}
div {
    display:inline-block;
}
ul {
    list-style-position: inside;
}
p, ul{
    padding-bottom: 10px;
}
a {
    text-decoration: none;
    color: black;
    border-bottom: 1px dotted;
}
a:hover {
    border-bottom: 1px solid;
}
b {
    font-weight:600;
}
h1 {
    font-variant: small-caps;
}
h2 {
    font-variant: small-caps;
    border-bottom: 2px dotted;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
hr {
    border: 0px;
    padding-bottom:2px;
    border-bottom:1px dotted;
    margin-bottom: 5px;
}

#header {
    background-image: url("iitp.jpeg");
    margin-bottom: 50px;
    width:100%;
    background-size: cover;
    position: relative;
    color: #fff;
    text-align: center;
}
#header > section {
    position: relative;
    z-index: 2;
}
#logos {
    height:150px;
    width:100%;
    position:relative;
}
#title_container {
    display: inline-block;
    text-align: center;
    background-color: #000c;
    padding: 30px;
    border-radius: 5px;
}
#container {
    width:100%;
    position: absolute;
    text-align:center;
    font-weight: 300;
}
#menu_container {
    padding-top:20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-variant: small-caps;
    text-align: center;
    font-weight:600;
    display: inline-block;
}
#container>div {
    width: 90%;
    max-width: 900px;
    padding-bottom: 50px;
    text-align: justify;
}
#top_arrow {
    position:fixed;
    bottom: 10px;
    right: 10px;
    border: 2px solid;
    border-radius: 5px;
    line-height: 30px;
    font-size: 20px;
    width: 30px;
    text-align: center;
    font-weight: 700;
}
#top_arrow:hover {
    border: 2px dotted;
}

.menu>a {
    padding-left: 5px;
    padding-right: 5px;
    margin-left:5px;
    margin-right:5px;
    border-bottom: dotted 2px;
    color: #fff;
}
.menu>a:hover {
    border-bottom: solid 2px;
}
.left_logo, .right_logo {
    position:absolute;
    top:10px;
    height:100px;
    width:100px;
    background-co:green;
}
.left_logo{
    left:10%;
}
.right_logo {
    right:10%;
    overflow: hidden;
    border-radius:50px;
}
.center_logo{
    position:absolute;
    top: 50px;
    left: 50%;
    height:80px;
    width:80px;
    transform: translateX(-50%);
    background-co:blue;
    overflow: hidden;
    border-radius:40px;
}
#logos>div>img {
    height:100%;
}
.title {
    font-size:40px;
    display:inline-block;
    line-height:60px;
}
.date {
    font-size: 20px;
    display:inline-block;
}
.menu {
    display: inline-block;
}
.one_indent {
    padding-left:20px;
}
.mask {
    background-image: radial-gradient(#000000 5%, #000000a0 20%);
    background-size: 3px 3px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.note {
    padding: 20px;
    border-radius: 5px;
    background-color: #EFFD5F;
}
.box {
    border: 2px solid;
    display: block;
    padding: 30px;
    padding-top:40px;
    padding-bottom:40px;
}
.content_container {
    padding:10px;
}
.registration_form_link {
    font-size:20px;
    font-weight: 600;
    font-variant: small-caps;
}
