@import url('https://fonts.googleapis.com/css?family=Lato|Open+Sans|Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');

#Title1 {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 100;
}

#Title11 {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
}

#Title12 {
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    font-weight: 100;
}

#Title2 {
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
}

#normalText {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0.1px;
}



#bttn {
    font-family: 'Raleway', sans-serif;
    background-color: #4169E1;
    border: none;
    border-radius: 5px;
    color: white;
    transition: 0.5s;
    cursor: pointer;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 500;
}

*{
    background-color: #4187FA;
    color: white;
}

#leftMargin {
    margin-left: 387px;
}

#rightMargin {
    margin-left: 450px; 
}

#bttnFormat {
    margin-top: 250px;
}

.noBreak1 {
    line-height: 1.6;
}

.noBreak2 {
    line-height: 0.6;
}

#colspan {
    width: 15px;
}

#Question {
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 100;
    letter-spacing: 0.1px;
    margin-left: 300px;
}

#Question1 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 0.1px;
    text-align: justify;
}



#question {
    vertical-align: top;
    text-align: left;
}

#question2 {
    vertical-align: top;
    text-align: left;
}

#points {
    margin-left: 345px;
}

#buttonbox {
    position: fixed;
    top: 85%;
    left: 0%;
    text-align: center;
    bottom: 0%;
    background-color: #4187FA;
    width: 100%;
}


#buttonbox1 {
    position: fixed;
    top: 90%;
    left: 0%;
    text-align: center;
    bottom: 0%;
    background-color: #4187FA;
    width: 100%;
}

#space {
    width: 100%;
    height: 5px;
}

#indexLink {
    text-decoration: none;
}

#img {
    height: 200px;
}

img.sticky {
    position: sticky;
    top: 0rem;
    width: 100%;
}

.table, .th, .td {
    line-height: 1.4;
    text-align: justify;
}

.fixed {
    position: fixed;
    background-color: #4387FA;
}

