/* #81E2E6 - blue
#1C2021 - asphalt*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");


html body{
    
    color:#1C2021;
    margin:0 0 0 0;
    padding-top:0;
    font-family: 'Source Sans Pro', sans-serif;
    background: white;
    height:100%;
    padding-bottom:10px;
}
body:hover{
    cursor:default;
}



.noselect{
    -webkit-touch-callout: none; 
    -webkit-user-select: none;   
    -khtml-user-select: none;    
    -moz-user-select: none;      
    -ms-user-select: none;       
    user-select: none;  
    cursor:default;
}


.content{
    
    flex-direction: column;
   
    margin-right:auto;
    margin-left:auto;
    display:flex;
    height:auto;
    width:100%;
        box-shadow: 3px 4px 5px 3px rgba(0,0,0,0.53);
    
}


.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
 
}


.modal-header {
    padding: 2px 16px;
    background-color: #7e83e7;
    color: white;
}


.modal-body {padding: 2px 16px;}



.modal-content {
  position:absolute;

    background-color: #fefefe;
    margin-left:25%;
    margin-right:25%;
    margin-top:25vh;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
 
}


.title {
    display: inline-flex;
    color:white;
    background-color:#1a237e;
    padding-bottom:5px;
    margin-left:0;
    margin-right:0;
    flex-direction: row;
    height:150px;
    width:100%;
  
    
    
}
.logo {
   
    width:200px;
    
    
}

.nav{
    
    display:flex;
    margin-top: 0;
    width:100%;
    justify-content: space-around;
    text-align: center;
    flex-wrap: nowrap;
    font-size: 30px;
  box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.75);
 
   
}



a{
    text-decoration: none;
    color:black;
}
a:hover{
    color:#1a237e;
    font-weight: 900;

}
.products {
    padding-top:10px;
    padding-bottom:10px;
    width:100%;
    color:black;
   
    background-color: #e0e0e0;
}
.support {
    padding-top:10px;
    padding-bottom:10px;
    width:100%;
  color:black;
background-color: #e0e0e0;
   
}

.g-recaptcha {
    margin-top: 20px;
    margin-bottom:20px;
    width:300px;
    margin-left: auto;
    margin-right: auto;
  
    
}

textarea{border:1px solid #1C2021;}
input{
   
    border:1px solid #1C2021;
}
.custinfo {
    
    margin-left: auto;
    margin-right: auto;
}
h3{
    margin-left: auto;
    margin-right: auto;
}
.box {
     resize: vertical;
        margin-right: 15%;
        margin-left: 15%;
       width:70%;
   display: inline-flex;
   flex-shrink: 1;
    margin-bottom: 20px;
}

.box1 {
    margin-right:15%;
           width:50%;
   display: inline-flex;
   flex-shrink: 1;
    margin-bottom: 20px;
}
label {
  margin-left: 15%;
    display:inline-flex;
    width:19%;
    
}

.buttons {
    display: flex;
    flex-direction: column;
    margin-top:30px;
    margin-bottom: 50px;
    
}
.b{
    width:150px;
    display:flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}

.sub {
    display: flex;
    border-style: none;
    margin-top:50px;
    width:80%;
    margin-left: auto;
    margin-right: auto;
    height:50px;
    margin-bottom:20px;
    font-size: 24px;
    width:60%;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
    font-weight: 400;
    justify-content: center;
    align-self: flex-end;
    background-color: #e0e0e0;
    color:black;
    cursor: pointer;
}



.footer {
    margin-top: 20px;
    display:flex;
    font-size: 20px;
    padding-top:30px;
    padding-bottom:20px;
    font-size: 15px;
    justify-content: center;
    flex-wrap: nowrap;
    width:100%;
   background-color:#1a237e;
    color:white;  
    align-self: flex-end;
}

#accordion{
    
    width:80%;
    margin-top:40px;
    margin-left:auto;
    margin-right: auto;
   margin-bottom:50px;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.5);
}

#accordion .ui-accordion-content{
    background-color:white;
    width:100%;
    font-size:20px;
    padding-bottom:50px;
      box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, .4),
        inset 0px 1px 1px 0px rgba(0, 0, 0, .2);
}

#accordion .ui-accordion-header {
   background-color:#e0e0e0; 
  margin: 0px;
    padding:5px;
    font-weight: 100;
    font-size:25px;
}
#accordion .ui-accordion-header-collapsed{
   
    background-color:#7e83e7;
}
#accordion .ui-accordion-header:hover{
    
    cursor:pointer;
}
#accordion a span.title {
    float: left;
    display: block;
    margin-right: 10px;
    margin-top: 5px;
}

#accordion a span.ui-icon {
    position: static;   
    height: 20px;
    margin-top: 0px; 
    margin-top: 3px;
}

.success {
    display:flex;
    width: 100%;
    position:absolute;
    height:132%;
    z-index: 1;
    box-sizing: border-box;
    border: solid 5px #1C2021;
    top: 205px;
    align-self: center;
    flex-direction: column;
    font-size: 40px;
    background-color: white;
    margin: 0 auto;
    left: 0;
    right: 0;
   
}

.formsubwrite{
    margin-top: 25px;
    text-align: center;
    font-size: 25px;
}
.formsub{
    margin-top:25%;
    text-align: center;
}
.link{
    font-size:35px;
    margin-top: 80px;
    text-align: center;
}
.errors {
    display: flex;
    border:solid 5px red;
    width:60%;
    height:auto;
    box-sizing: border-box;
    align-content: space-around;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}

p {
   
    text-align: center;
}
.er {
    color:red;
    font-weight: 800;
}


.options{
    margin-right: auto;
    margin-left: auto;
   
    
}

.heading{
    text-decoration: underline;
    padding:40px 10px 10px 10px;
    font-size: 20px;
}



.text{
     padding:5px 50px 5px 20px;
}

input[type=number]{
    width: 35px;
} 


@media screen and (min-width: 1000px) {
    .content{
        width:900px;
    }
    .success{
        height:1110px;
        width:910px;
    }
    .modal-content {
      display:block;
        left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;
        width:450px;
    }
}

