.line_1{
    text-align: center;
    color:black;
    font-size:300%;
    font-family:'Sacramento',cursive;
}
.line_2{
    text-align: center;
    font-family:'Montserrat',sans-serif;
    font-size: 150%;
    color:black;
    margin-left: auto;
    margin-right: auto;
}
.Education{
    margin-top:0;
    background-image: url(edu.jpeg);
    background-repeat: no-repeat;
    width:100%;
    background-size: cover;
}
.intro_bg{
    background:url(introbg.jpeg) no-repeat fixed 100%;
    background-size: cover;
    margin-bottom:0;
}
.intro_inner{
    padding-top:20%;
    padding-bottom:20%;
}
.intro_h1{
    text-align:center;
    font-size:500%;
    color:white;
    letter-spacing:18.75%
}
.proj_bg{
    background:url(probg.jpeg) no-repeat fixed 100%;
    background-size: cover;
    margin-bottom:0;
}
.proj_inner{
    padding-top:20%;
    padding-bottom:20%;
}
.proj_h1{
    text-align:center;
    font-size:500%;
    color:white;
    letter-spacing:18.75%;
}
.contact_bg{
    background:url(contact.jpeg) no-repeat fixed 100%;
    background-size: cover;
    margin-bottom:0;
}
.contact_inner{
    padding-top:20%;
    padding-bottom:20%;
}
.contact_h1{
    text-align:center;
    font-size:500%;
    color:white;
    letter-spacing:18.75%;
}
.hobbies_bg{
    background:url(hobbybg.jpeg) no-repeat fixed 100%;
    background-size: cover;
    margin-bottom:0;
}
.hobbies_inner{
    padding-top:20%;
    padding-bottom:20%;
}
.hobbies_h1{
    text-align:center;
    font-size:500%;
    color:white;
    letter-spacing:18.75%;
}
.edu_bg{
    background:url(edubg.jpeg) no-repeat fixed 100%;
    background-size: cover;
    margin-bottom:0;
}
.edu_inner{
    padding-top:20%;
    padding-bottom:20%;
}
.edu_h1{
    text-align:center;
    font-size:500%;
    color:white;
    letter-spacing:18.75%;
}
.tt_bg{
    background:url(tt.jpeg) no-repeat fixed 100%;
    background-size: cover;
    margin-bottom:0;
}
.tt_inner{
    padding-top:20%;
    padding-bottom:20%;
}
.tt_h1{
    text-align:center;
    font-size:500%;
    color:white;
    letter-spacing:18.75%;
}
.my_photo{
    width: 14em;
    height:15em;
    border-radius:15em;
    border-style: solid;
    border-color: hotpink;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    transition:.5s;
}
.my_photo:hover{
    transform: scale(1.3);
}
.cloud1{
    width:10%;
    height: 10%;
    margin-left:15%;
    margin-top:10%;
}
.mountain{
    width:40%;
    height: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.cloud2{
    width:10%;
    height: 10%;
    margin-left:80%;
    position: absolute;
}
.second_page{
    background-color: white;
}
.paragraph_1{
    text-align: center;
    width:50%;
}
.table_1{
    font-family:'Sacramento',cursive;
    border-collapse: collapse;
    width: 60%;
    margin-left: auto;
    margin-right:auto;
    text-align:center;
    margin-bottom:10%;
 }
.table_1 td, .table_1 th {
    border: 6.25% solid #ddd;
    width: 5%;
    padding:2%;
} 
.table_1 tr:nth-child(even){background-color: #f2f2f2;} 
.table_1 tr:hover {background-color: #ddd;}
.table_1 th {
    padding-top:3%;
    padding-bottom: 3%;
    text-align: center;
    background-color:darkblue;
    color: white;
}
.hobbies_h1{
    text-align: center;
    font-family:'Sacramento',cursive;
    padding-top:3%;
}
.book{
    margin:8% auto 8% auto;
    width:50%;
    display:none;
}
.book_img{
    width: 12em;
    height: 12em;
    border-radius: 10em;
    border-style: solid;
    float: left;
    margin-right:2em;
    transition:.5s;
}
.book_img:hover{
    transform:scale(1.3);
}
.book_para{
    width:90%;
    font-size: 1.2em;
    font-family: 'Sacramento',cursive;
}
.badminton{
    margin:0 auto 6em auto;
    width:50%;
    display: none;
}
.badminton_img{
    width: 12em;
    height: 12em;
    border-radius: 10em;
    border-style: solid;
    float: right;
    margin-left:3em;
    transition:.5s;
}
.badminton_img:hover{
    transform:scale(1.3);
}
.badminton_para{
    font-size: 1.2em;
    width:80%;
    font-family: 'Sacramento',cursive;
}
.music{
    margin:6em auto 6em auto;
    width:50%;
    display:none;
}
.music_img{
    width: 12em;
    height: 12em;
    border-radius: 10em;
    border-style: solid;
    float: left;
    margin-right:2em;
    transition:.5s;
}
.music_img:hover{
    transform:scale(1.3);
}
.music_para{
    font-size: 1.2em;
    font-family: 'Sacramento',cursive;
    width:90%;
}
.chess{
    margin:6em auto 6em auto;
    width:50%;
    display:none;
}
.chess_img{
    width: 12em;
    height: 12em;
    border-radius: 10em;
    border-style: solid;
    float: right;
    margin-left:3em;
    transition:.5s;
}
.chess_img:hover{
    transform:scale(1.3);
}
.chess_para{
    font-size: 1.2em;
    width:80%;
    font-family: 'Sacramento',cursive;
}
.check_boxes{
    align-items: center;
    justify-content: center;
}
.projects{
    background-image:url("projects.jpeg");
}
.container_2{
    width:100%;
    height: 60%;
    display:flex;
    margin-left:10%;
    align-items:center;
    margin-bottom:10%;
}
.row{
    width:80%;
    margin-top: 10%;
    margin-bottom:0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.col{
    flex-basis:30%;
    position:relative;
}
.col img{
    width:100%;
    height:100%;
    opacity:1;
}
.info{
    text-align:center;
    font-size:100%;
    font-family:'Sacramento',cursive;
    width:90%;
    padding:10% 10%;
    box-sizing:border-box;
    border-radius: 2%;
    background:#001115;
    color:#fff;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-20%;
    max-height:0;
    overflow:hidden;
    transition: max-height 1s;
}
.col:hover .info{
    max-height:60%;
}
.col:hover img{
    opacity:.6;
}
.button1{
    margin-top:3%;
    background-color:rgb(70,177,173);
    color:white;
    margin-left:43%;
    border-color:rgb(240,240,240);
    width:10%;
    height:10%;
    border-radius:60%;
    font-size:1.2em;
    margin-bottom: 6%;
    font-style:'Sacramento',cursive;
}
.bottom-container{
    background-color:rgb(70,177,173);
    padding:7% 0 0 0;
    margin-bottom:0;
    text-align:center;
}
a{
    text-decoration:none ;
    margin:1% 2% 0 2%;
}
a:hover{
    text-decoration: underline;
}
.name{
    margin-top:2%;
    color:white;
}
.checkbox1{
    margin-left:45%;
    margin-right:42%;
    border-radius: 4em;
    padding: 1% 0 1% 0;
    background-color:pink;
}
.checkbox1 span{
    font-size:120%;
    font-family: 'Sacramento',cursive;
}
.checkbox2 span{
    font-size:120%;
    font-family: 'Sacramento',cursive;
}
.checkbox3 span{
    font-size:120%;
    font-family: 'Sacramento',cursive;
}
.checkbox4 span{
    font-size:120%;
    font-family: 'Sacramento',cursive;
}
.checkbox2{
    margin-left:45%;
    margin-right:41%;
    border-radius: 4em;
    padding: 1% 0 1% 0;
    background-color:lightblue;
}
.checkbox3{
    margin-left:45%;
    margin-right:42%;
    border-radius: 4em;
    padding: 1% 0 1% 0;
    background-color:greenyellow;
}
.checkbox4{
    margin-left:45%;
    margin-right:42%;
    border-radius: 4em;
    padding: 1% 0 1% 0;
    background-color:violet;
}
.submit{
    margin-top:3%;
    background-color:dodgerblue;
    color:white; 
    margin-left:48%;
    border-radius:4em;
    width:7%;
    font-size:120%;
    margin-bottom:6%;
    padding:0.5% 0 0.5% 0;
    font-style:'Sacramento',cursive;
}
.timetable{
    background-image: url(timetable.jpeg);
    background-repeat: no-repeat;
    width:100%;
    height:100%;
    background-size: cover;
}
.table_2{
    padding-top:2%;
    margin-left:auto;
    margin-right: auto;
    margin-bottom:8%;
}
.footer{
    position: relative;
    margin-bottom:0;
}
.table_2 th{
    padding:1em;
    text-align:center;
    font-family:'Sacramento',cursive;
    font-size:medium;
    background-color:brown;
    color:white;
}
.table_2 td{
    text-align:center;
    font-family:'Sacramento',cursive;
    font-size:medium;
    background-color:rgb(240,240,240);
}
.table_2 td:hover{
    background-color: pink;
}
nav{
    font-family:'Sacramento',cursive;
    font-size:large;
    background-color: #0082e6;
    opacity:.6;
    width:100%;
    height:15%;
    position:fixed;
    top:0;
    z-index:1;
}
nav label{
    color:white;
    font-size:150%;
    line-height:80px;
    padding: 0 0 0 7%;
}
nav ul{
    float:right;
    margin-right:0.005%;
}
nav ul li{
    display:inline-block;
    line-height:80px;
    margin:0 15px;
}
nav ul li a{
    color:white;
    padding: 7px 13px;
    border-radius:3px;
}
a.active,a:hover{
    background-color:#1b9bff;
    transition: .5s;
    text-decoration: none;
}
.stockprices{
    margin-left:40%;
    margin-top:6em;
    margin-bottom: 4em;
    width:20%;
    height:14em;
    transition:.5s;
}
.stockprices:hover{
    transform: scale(1.2);
}
.stock_para{
    text-align: center;
    margin: 0 auto 0 auto;
    color:deeppink;
    width:30%;
    font-family:'Sacramento',cursive;
    font-size:medium;
}
.button2{
    margin-top:1.5em;
    background-color:steelblue;
    color:white;
    width:10em;
    height: 3em;
    border-radius:5em;
    font-size:1.2em;
    margin-bottom: 3em;
    font-style:'Sacramento',cursive;
    opacity:1;
}
.button2:hover{
    background-color:lightskyblue;
}
.btn{
    text-align: center;
}