﻿body,html {
    margin: 0;
    padding: 0;
    color: #2b2b2b;
    font-family: Lato,Helvetica Neue,Helvetica,sans-serif;
}

#support-wrap {

}

#updates-wrap,#video-full-wrap {
    max-width: 700px;
    width:90%;
    margin: 0 auto;
    /*border: 2px rgb(0, 44, 93)  solid;*/
    padding:6em 0;
}

.logo-blue {
    width:200px;
    display:block;
    margin:0 auto;
}

.support-title {
    font-weight:500;
    font-size:24px;
    text-align:center;
    margin-bottom:2px;
}

.support-subtitle {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #a8a8a8;
    margin-top: 0;
}

.support-txt {
    line-height:1.5em;
}

.line {
    background-color:rgb(223, 223, 223);
    height:0.5px;
}

.download-wrap,.video-wrap {
    padding:1em 0;
}

.download-button a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -1px;
    padding: 12px 30px;
    background-color: transparent;
    transition: background 0.2s linear 0s, color 0.2s linear 0s;
    margin: 1em auto;
    border: 2px #ff6a00 solid;
}

.download-button a {
    color: #ff6a00;
    text-decoration: none;
    position: relative;
    line-height: 50px;
}

.download-button a:hover {
    background: #ff6a00;
    color: #141519;
    background-color: #ff6a00;
}


.version-title,.video-title {
    text-align:left;
}

.version-btn {
    padding: 15px 15px;
    border-radius: 5px;
    text-align: center;
}

.version-btn a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	padding: 15px 60px;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	background-color:#e41837;
	transition: background 0.2s linear 0s, color 0.2s linear 0s;
}

@media screen and (max-width:800px) {
    .version-btn a {
        padding: 15px 30px;
    }
}

.version-btn a:hover{
    background:#e41837;
    color:#000080;
}

.support-bullets {
    line-height:2em;
}

/*manual*/

#manual-wrap{
   height:100vh;
   padding:4em 0;
}

.manual-title{
    text-align:center;
    font-size:20px;
}

.manual-subtitle{
    font-size:14px;
    text-align:center;
}

.manual-text{
    text-align:center;
}


/*videos*/

.tutorial-video {
    width:600px;
    height:350px;
    margin:0 auto;
}

@media screen and (max-width:650px) {
    .tutorial-video {
        width: 90%;
        height:234px
    }
}


/*footer*/

#footer {
    background-color: rgb(0, 44, 93);
    width: 100%;
    color: #fff;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    align-items:center;
    height:100%;
    padding:1em 0;
}

#contact {
}

#contact a {
    text-decoration: none;
}

#contact h3 {
    font-size: 20px;
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
    margin-bottom:5px;
}

#contact ul {
    margin: 0;
    padding: 0;
}

#contact li {
    list-style-type: none;
    font-size: 14px;
    line-height: 2.0em;
    margin: 0;
    padding: 0;
}

#proverb {
    text-align: center;
}

#maxpreps {
    text-align: right
}

@media screen and (max-width:900px) {
    #contact, #proverb, #maxpreps {
        display:block;
        width: 100%;
        text-align: center;
        padding:5px 0
    }
}

#trademark {
    text-align: center;
    padding:5px 0;
}