@charset "utf-8";
@import url("../webfonts/Monalisa_Monoline_Script/stylesheet.css");
@import url("../webfonts/DancingScript_Bold/stylesheet.css");


/* CSS Document */
#sciense {
    margin-top: 100px;
}
body {
    background-image: url("../images/bkg-slide-home-nurana.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: "DancingScript Bold";
    font-size: 17px;
}
#reportTitle {
    color: rgba(255,245,130,1.00);
    text-shadow: 0px 0px 5px rgba(255,245,130,1.00);
    font-family: "DancingScript Bold";
}
#name {
    width: 86%;
}
#hr2 {
    margin-top: 37px;
}
.eror{
	margin-left: auto;
	margin-right: auto;
    color: rgba(255,76,50,1.00);
    text-shadow: 0px 0px 5px rgba(250,129,153,1.00);
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
#showR {
	margin-left: 150px;
    color: rgba(0,255,168,1.00);
}
#showR:hover {
    color: rgba(0,207,137,1.00);
}


.match{
    color: rgba(91,168,98,1.00);
    text-shadow: 0px 0px 5px rgba(160,236,167,1.00);
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.degree{
	margin-right: auto;
	margin-left: auto;
    color: rgba(4,138,48,1.00);
    text-shadow: 0px 0px 5px rgba(160,236,167,1.00);
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.container-fluid {
    max-width: 900px;
    height: 700px;
    background-color: rgba(112,112,112,0.68);
    margin-top: 20px;
    margin-left: 20px;
    margin-right: auto;
    border-radius: 30px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
input[type=number],#name{
    border-radius: 50px;
    background-color: rgba(255,222,146,1.00);
    border: 2px solid rgba(160,236,167,1.00);
}
input[type=checkbox]{
    border-radius: 50%;
}
.titles{
    color: white;
    text-shadow: 2px 2px rgba(123,123,123,1.00);
}
