@charset "UTF-8";




/* DESKTOP + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
.header img {
    width: 100%;
    height: auto;
}
.tech_paper {
    margin-top: 20px;
    background-color: rgba(255,255,255,1.0);
    max-width: 1200px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 8px;
}
.tech_paper h1 {
    color: rgba(46,53,142,1.00);
    padding-bottom: 20px;
    text-align: center;
}
.tech_paper p {
    font-size: 1.1em;
    line-height: 1.4em;
    padding-bottom: 10px;
}
.tech_paper li {
    font-size: 1.1em;
    line-height: 1.4em;
    padding-bottom: 5px;
}
.tech_paper ul, .tech_paper ol {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.tech_paper h2 {
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 1.4em;
    color: rgba(46,53,142,1.00);
}
.tech_paper img {
    margin-top: 10px;
    margin-bottom: 20px;
}
.tech_btn {
    max-width: 1200px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.tech_btn a, .tech_btn a:visited {
    text-decoration: none;
    padding: 10px 20px;
    background-color: rgba(255,255,255,1.00);
    color: rgba(46,54,142,1.00);
    border-radius: 8px;
    transition: .3s;
}
.tech_btn a:hover {
    background-color: rgba(255,255,255,0.75);
}
.paper_btns a, .paper_btns a:visited {
    text-decoration: underline;
    color: rgba(46,54,142,1.00);
    text-decoration-skip: ink;
    text-decoration-style: dotted;
    transition: .3s;
}
.paper_btns a:hover {
    color: #000;
}




/* MOBILE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
@media only screen and (min-width: 0px) and (max-width: 600px) {



}

/* TABLET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {


	
	
}