/*Basic Setup
_________________________________________________________________________
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 140%;
}

html,
body {
    color: #fcc600;
    font-family: 'Cardo', 'Charm', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    background-color: #11487a;
    z-index: 1;
    
}

.clearfix {zoom: 1;}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
    
/*Reused Components
_____________________________________________________________________________
*/
    
.row {
    max-width: 1280px;
    margin: 0 auto;
}

.box {
    padding: 0.5%;
}

/*Headings
____________________________________________________________________________
*/
    
.lolp{
    padding:0.5%;
}
h1 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 250%;
    font-family: 'Special+Elite';
    word-spacing: 3px;
    letter-spacing: 1px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    line-height: 120%;
}
h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 180%;
    padding-bottom: 1px;
    border-bottom: 2px solid #e57e23;
    border-radius: 20px;
    margin-left: 25%;
    margin-right: 25%;
    
}

/*Paragraph
___________________________________________________________________________
*/
.newform{
    font-family: 'Special+Elite';
    font-size: 3vw;
    word-spacing: 3px;
    letter-spacing: 1px;
    margin-left: 10%;
}
.rules {
    line-height: 140%;
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
    color: #fff;
}

/*Links
__________________________________________________________________________
*/
.nob:link,
.nob:visited{
    border-bottom: none;
}
a:link,
a:visited {
    color: #fff;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.2s, color 0.2s;
    transition: border-bottom 0.2s, color 0.2s;
}

a:hover,
a:active {
    color: #fff;
    border-bottom: 1px solid #fcc600;
}

/*Start of Page
____________________________________________________________________
*/
.main-nav {
    float: right;
    list-style: none;
    margin-top: 20px;
    margin-right: 20px;
}

.main-nav li {
    display: inline-block;
    margin-left: 25px;
}
.logoo {
    height: 150px;
    margin-top: 10px;
    margin-left: 20px;
}
.logochange {
    height: 60px;
    margin-left: 20px;
    margin-top: 4px;
    display: none;
}
/* Mobile navi 
-----------------------------------------
*/
.mobile-nav-icon {
    float: right;
    margin-top: 10px;
    margin-right: 20px;
    cursor: pointer;
    display: none;
}
.mobile-nav-icon:hover,
.mobile-nav-icon:active {
    border-bottom: none;
}

.mobile-nav-icon i {
    font-size: 180%;
    color: #fff;
}
/*Checkboxes
____________________________________________________________________________
*/
input[type=checkbox] {
    padding: 10%;
    width: 20px;
    cursor: pointer;
    margin: 6px;
    text-align: justify-all;
}

/*Questions
_____________________________________________________
*/
.thequestions {
    text-decoration: none;
    display: block;
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 25px;
    margin-bottom: 25px;
}
 ul{
    list-style: none;
    font-family: "Special+Elite";
    font-size: 24px;
    
}
.thequestions li{
    margin-bottom: 4px;
    margin-right: -10px;
}
.question {
    margin-top:2px;
    text-align: justify-all;
}

/*Sticky Nav
----------------------------------------------------------------------------
*/
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    background-color: #5a1298;
    height: 60px;
    box-shadow: 0 1px 1px #4151cc;
    z-index: 9999;
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
    padding: 4px 6px;
    color: #fefeff;
}

.sticky .logoo { display: none; }
.sticky .logochange { display: inline-block;}
.lowstick{
    max-height:60px;
}
.highstick{
    min-height:210px ;
}
/*Section Form
________________________________________________________________________________________________
*/

.contact-form {
    width: 70%;
    margin: 0 15%;
}
.find {
    color: #222;
}

input[type=text],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

textarea {
    height: 100px;
}
.btn {
    margin-bottom: 12px;
}

.btn:link,
.btn:visited,
input[type=submit] {
    display: inline-block;
    color: #013d6d;
    background-color: #fcc600;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 180px;
    border-color: #013d6d;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #e57e23;
}

.big{
    font-size: 25px;
}
*:focus {outline: none;}

label {
    font-size: 24px;
}

.form-message {
    width: 70%;
    margin: 0 auto;
    padding: 8px;
    border-radius: 3px;
    margin-bottom: 25px;
}
.ysuccess {
    background-color: rgba(72, 232, 148, 0.8);
    color: #fff;
    text-align:center;
    border-radius: 12px;
    width: 40%; 
    display: inline-block;
    padding: 2%;
    margin-left: 30%;
    margin-top: 8px;
    margin-bottom: 20px;
    
    
}
.error {
    background-color: rgba(241, 32, 32, 0.8);
    color: #fff;
    text-align: center;
    border-radius: 12px;
    width: 40%; 
    display: inline-block;
    padding: 2%;
    margin-left: 30%;
    margin-top: 8px;
    margin-bottom: 20px;
    
}