
a {outline:none;}
h1  {display:none;}
body {margin:0px; background-color: #333;}
div {
    font-family: verdana;
    font-size:26px;
    color:#cccccc;
}
img {
    color: rgba(0,0,0,0);
    /* font-size: 0px; */
}
header {
    background-size: contain;
    background-repeat:repeat-x;
    width:100%;
    height:155px;
    box-shadow: 0px -20px 20px rgba(0,0,0,.15) inset;
}
#start {
    position:absolute;
    bottom:3px; right:5%;
    color:#acd241;
    /* font-style:italic; */
    text-decoration:none;
    font-size:20px;
    padding:10px 20px;
    background-color:#222;

}
#start:hover {color:#e472c4}
@media all and (max-width: 640px){
    header {
        background-size: 800px 200px;
    }
    #start {
        bottom:65px;
    }
}
article {
    max-width: 1500px;
    width:80%;
    position:relative;
    background-color: #dddddd;
    padding:40px;
    padding-top:20px;
    font-family:verdana;
    font-size:30px;
    color:#333333;
    margin:30px auto;
    border-radius:30px;
    margin-bottom:60px;
}
/* article img {position:absolute; height:150px; right:60px; top:-150px;} */
article img {height:100px;}
article .button {
    position:absolute;
    right:7%;
    bottom:-20px;
}
#title {
    width:95%;
    max-width:550px; 
    margin-left:0px; 
    margin-top:24px; 
    font-size:0px;
}
@media all and (max-width: 640px){
    /* these styles show if screen width is less than or equal to 640 */
    body {
        font-size:12px;
    }
    #topbutton {
        position:relative;
        top:-50px !important;
    }
    #moreinfo {
        font-size:12px;
    }
    .review {
        font-size:12px;
    }
    #introtext {
        font-size:20px;
    }
}

#headerlogo {
    padding:0px 40px;
    margin:0px auto;
    width:80%;
    position:relative;
    max-width: 1500px;
}

.button {
    padding:5px 30px;
    background-color:#e472c4;
    font-family:verdana;
    text-decoration: none;
    color:white;
    border-radius: 12px;
    font-size:24px;
}
.button:hover {
    background-color:#acd241;
}

textarea {
    margin:30px 0px;
    background-color:#cccccc;
    color:#333333;
    padding:16px;
    font-family: verdana;
    font-size:24px;
    border:solid 4px #eeeeee;
    width:78%;
}

#moreinfo {
    display:none;
    margin-bottom:-20px;
    font-size:30px;
    color:#333;
}
main {
    padding:30px;
    /* display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around; */
    background-color:#111111;
    text-align:center;
}
main img {
    width:90%;
    max-width:1024px;
}
ol, ul {
    background-color:#222222;
    font-size:20px;
    padding:20px;
    border-radius: 20px;
    padding-left:50px;
}
.circle {
    background-color:#dddddd;
    display:inline-block;
    width:130px;
    height:130px;
    overflow:hidden;
    border-radius: 65px;
}
main div img {
    width:140px;
    margin-top:20px;
    margin-left:-2px;
    border:none;
}
#introtext a {
    color:#50c4b7;
}
#introtext a:hover {
    color:#f58e25;
}
#exampleintro {
    margin-top:10px;
    margin-bottom:20px;
    position:relative;
}
#target {
    width: 90%;
    max-width: 1024px;
    position:relative;
    /* margin-left:auto;
    margin-right:auto; */
    font-size:16px;
    color:#999;
    padding:0px;
    padding-right:20px;
    margin:-5px auto;
    text-align:right;
}
#target span {
    position:relative;
    top:-3px;
}
figcaption {
    display:inline-block;
    width:80%;
    max-width:900px;
    font-family:verdana;
    font-size:20px;
    margin-top:10px;
    padding:10px;
    margin-bottom:100px;
    color:#999;
    font-style: italic;
    /* border-top:dashed thin #555;
    border-bottom:dashed thin #555; */
}
figcaption a {
    color:#999;
}
figcaption a:hover {
    color:white;
}
figcaption img {
    width:auto;
    height:auto;
    margin-right:6px;
}
footer {
    position:relative;
    text-align: center;
    margin-top:3em;
}
#topbutton {
    position:relative;
    top:-63px;
}
footer img {
    width:200px;
}
#footerlogo {
    margin-left:20px;
    width:50%;
    max-width:500px;
}
footer #socialmedia {
    width:100%;
    text-align:center;
    margin-bottom:2em;
}
footer #socialmedia img {
    width:8%;
    max-width:2em;
    margin-bottom:.5em;
    opacity: .6;
    filter: alpha(opacity=60);
}

footer #socialmedia img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.review {
    margin:20px 0px;
    padding:30px;
    font-size:30px;
    color:white;
    background-color:#993399;
}
.review span {
    font-size:20px;
}
nav {
    margin-top:-30px;
    margin-bottom:20px;
    color:#ccc;
    font-family: verdana;
    font-size:20px;
}
nav a {
    color:#aaa;
    font-family: verdana;
    font-size:20px;
    padding:10px;
    display:inline-block;
    margin-bottom:10px;
    text-transform: uppercase;
    text-decoration:none;
}
nav a:hover {
    color:white;
}
h2 {
    display:none;
}
h3 {
    font-family: verdana;
    font-size:20px;
    color:#aaa;
    font-weight:normal;
    font-style:italic;
    margin-bottom:30px;
}
h4 {
    display:table;
    text-transform: uppercase;
    font-size:20px;
    font-weight:normal;
    color:#333;
    /* width:300px; */
    padding:8px 0px;
    margin-top:-68px;
    margin-bottom:18px;
    margin-left:0px;
}
section {
    margin-top:50px;
    background-color: #444;
    font-size:26px;
    color:#ccc;
    padding:30px;
    border-radius: 26px;
}
section a {
    color:#50c4b7;
    text-decoration: none;
}
section a:hover {
    color:#e472c4;
}


ul li {list-style-image: url(tri/yes.png);}
/* #applications li {list-style-image: url(../tri/yesP.png);} */

ul span {color:#e472c4;}

.docs, .docspic {
    margin-top:20px;
    border-radius: 16px;
    padding:10px;
    font-size:18px;
    color:#444;
}
.docs {background-color: #f58e25;}
.docspic {background-color: #333;}
.docspic img {
    width:98%;
    height:auto;
}
.docs a {
    color:#ccc;
    text-transform:uppercase;
    font-size:16px;
    background-color:#444;
    opacity:.8;
    padding:2px 7px;
}
.docs a:hover {
    color:white;
}