html{
    margin: 0;
    padding:0;
}

body {
   background-color: black;
    margin: 0;
}

header{
background-color:black;

}

#logo-container{
    display: flex;
}
#logo-container p{
    font-size: 25pt;
    font-weight: bolder;
    font-family:Arial, Helvetica, sans-serif;
    color: white;
    margin-left: 25px;
}
.border{
border-image-slice:196 233 233 237;
border-image-width:50px 50px 50px 50px;
border-image-outset:5px 5px 5px 5px;
border-image-repeat:repeat repeat;
    border-image-source: url(../img/border.png)

}
footer{
    margin-top:20px;
    height:175px;
    background-color: black;
}

nav{
    width:100%;
    display: flex;
    flex-flow: row;
    
}
.ctab{
    margin-top:25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    height: 50px;
    width: 200px;
  background: linear-gradient(-7deg, rgb(197 191 3), #000000 70%);
    text-align: center;
    color: white;
    border-radius: 20px;
    display: block;
    text-decoration: none;
        font-size: 1vw;

}
nav a{
position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    height: 50px;
    width: 200px;
    background: linear-gradient(0deg, rgb(82 82 82), #000000);
    text-align: center;
    color: white;
    font-size: 20px;
    border-radius: 20px;
    display: flex;
    text-decoration: none;
    border: inset gold;
}

.contact-form{
    display: flex;
    flex-flow:column;
    margin-left: 30px;
}

.contact-form input{
height:30px;
    width:50%;
    margin-bottom: 20px;
    background: linear-gradient(145deg, #000000, #383838);
    color:white;
    border-radius: 20px;
    padding-left: 10px;
    border-color: gold;
}

.contact-form textarea{
    height:200px;
    width:60%;
   background: linear-gradient(145deg, #000000, #383838);
    color:white;
    border-radius: 20px;
    padding-left: 10px;
    border-color: gold;
}

#page-container{
   width:95%;
    min-height: 80%;
    display: flex;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
color:white;
    padding-bottom:25px;
}

.container{
   width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  
    border-color: gold;
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    color: white;
    padding:20px;
    line-height: 30px;

}

.front-container{
   width: 80%;
    display: flex;
    flex-flow:column;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  
    border-color: gold;
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    color: white;
    padding:20px;
    line-height: 30px;

}

.front-container p{
    text-align:center;
    font-size:16pt;
    font-family:helvetica;
    text-shadow: 2px 1px 10px yellow, -1px -1px 10px yellow;
    color:gold;
}


.features-container{
    border: 1px solid gold;
    border-radius: 20px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
margin-bottom:20px;
    padding: 20px;
     background: linear-gradient(145deg, #000000, #3e3e3e);
}

.team-container{
 display: flex;
    flex-flow:column;
    
}

.team-container img{
    width: 35%;
}

.headline{
    width:100%;
    text-align: center;
    color:white;
    font-size: 2.5vw;
    font-family:helvetica;
     text-shadow: 2px 1px 25px yellow, -1px -1px 25px yellow;
    color:gold;
}

.sub-headline{
    width:100%;
    text-align: center;
    color:white;
    font-size: 1.5vw;
}

#first{
width:15%;
display:inline-block;
}

#last{
width:15%;
display:inline-block;
}

.full-row{
    color: white;
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border: groove;
    border-radius: 30px;
    margin-bottom: 50px;
}
.full-row input[type="checkbox"], label{
    display: inline-block;
}

.full-row input[type="checkbox"]{
    margin-left: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.full-row button{
           border-radius: 20px;
    margin-right: 5%;
    margin-left: 5%;
    line-height: 40px;
    width: 27%;
    background: radial-gradient(#fffefe, transparent);
    cursor: pointer;
    border-color: aqua;
    margin-bottom: 20px;
    font-size: large;

}

.full-row button:active{
  transform: translateY(4px);  
    background: radial-gradient(#f00, transparent);
    border-color:black;
  
}

.bottom-row{
    text-align: center;
    color: white;
}

.signup-form{
       width: 80%;
    margin-left: auto;
    margin-right: auto; 
    margin-bottom:100px;
}
.reg-form{
 line-height:30px;
width:25%;
display:block;
margin-bottom:15px;
 
}

#box-list{
    display:flex;
    flex-flow:column;
    width:90%;
   margin:auto;
}

.textblock{
     margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
    width:100%;
    height:500px;
}

.hlight{
    text-decoration:none;
    color:gold;
}

#plan-container{
    width:80%;
    margin:auto;
}
#plan-container h1{
 text-align:center;   
}

.plan-box{
    width: 90%;
    margin: auto;
    border: inset gold;
    padding: 20px;
    border-radius: 20px;
}

@media screen and (max-width: 992px){
    .ctab{
   
        font-size: 3vw;

}
    .contact-form{
    display: flex;
    flex-flow:column;
    margin-left: auto;
        margin-right:auto;
}

    
    .contact-form input{
height:30px;
    width:80%;
    margin-bottom: 20px;
        margin-left:auto;
        margin-right:auto;
    
}

.contact-form textarea{
    height:200px;
    width:80%;
     margin-left:auto;
        margin-right:auto;
}
    
}
