@charset "utf-8";
body {
	background-image: -webkit-linear-gradient(270deg,rgba(6,0,0,1.00) 0%,rgba(5,24,29,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(6,0,0,1.00) 0%,rgba(5,24,29,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(6,0,0,1.00) 0%,rgba(5,24,29,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(6,0,0,1.00) 0%,rgba(5,24,29,1.00) 100%);
}
.primary_header {
	background-image: -webkit-linear-gradient(0deg,rgba(4,125,32,1.00) 0%,rgba(6,7,9,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(4,125,32,1.00) 0%,rgba(6,7,9,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(4,125,32,1.00) 0%,rgba(6,7,9,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(4,125,32,1.00) 0%,rgba(6,7,9,1.00) 100%);
	border-color: #0101C0;
	border-width: thick;
}
.secondary_header   {
	background-image: -o-linear-gradient(180deg,rgba(1,112,2,1.00) 0%,rgba(11,15,18,1.00) 100%);
	background-image: -webkit-linear-gradient(180deg,rgba(1,112,2,1.00) 0%,rgba(11,15,18,1.00) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(1,112,2,1.00) 0%,rgba(11,15,18,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(1,112,2,1.00) 0%,rgba(11,15,18,1.00) 100%);
}
.copyright {
	background-color: #CF6619;
	color: #F3F6F8;
	text-align: center;
	text-shadow: -2px 2px 2px #00589A;
}

.logo {
    float: none;
    border-radius: 10px;
    border: thick ridge #CF6619;
    margin-left: 10px;
}
#menu ul li {
	margin-left: 5px;
	margin-right: 5px;
	color: #F3F6F8;
	text-align: center;
	text-shadow: -2px 2px 2px #4CE14B;
}
ul li a {
    margin-left: 5px;
    margin-right: 5px;
    color: #F3F6F8;
    text-align: center;
    text-shadow: -2px 2px 2px #4CE14B;
}

.footer {
	background-image: -webkit-linear-gradient(270deg,rgba(5,22,27,1.00) 0%,rgba(5,22,26,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(5,22,27,1.00) 0%,rgba(5,22,26,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(5,22,27,1.00) 0%,rgba(5,22,26,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(5,22,27,1.00) 0%,rgba(5,22,26,1.00) 100%);
}
.container section .left_article {
    background-color: #050202;
}
section .left_article .btn.btn-lg {
    background-image: -webkit-linear-gradient(0deg,rgba(1,110,2,1.00) 0%,rgba(11,18,18,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(1,110,2,1.00) 0%,rgba(11,18,18,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(1,110,2,1.00) 0%,rgba(11,18,18,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(1,110,2,1.00) 0%,rgba(11,18,18,1.00) 100%);
    margin: 5px;
    color: #FFFFFF;
    border-radius: 10px;
    border: thick groove #1851BF;
    text-align: center;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
}


.left_article ul li {
    color: #95C881;
}

section .right_article .placeholder {
	background-color: #050101;
}
.container {
	background-color: #050303;
}



.dot {
	float: right;
}
.passpoint {
    background-color: #A2B8F2;
    border: thick ridge #026B03;
    border-radius: 10px;
    margin-top: 15px;
    margin-left: 180px;
    background-image: -webkit-linear-gradient(270deg,rgba(162,184,242,1.00) 0%,rgba(24,81,218,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(162,184,242,1.00) 0%,rgba(24,81,218,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(162,184,242,1.00) 0%,rgba(24,81,218,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(162,184,242,1.00) 0%,rgba(24,81,218,1.00) 100%);
}
.container section .right_article {
    background-color: #050303;
    float: right;
    border: medium groove #FFFFFF;
    width: 300px;
    border-radius: 10px;
    height: 400px;
    margin-top: 10px;
}
section .left_article h4 {
    color: #1851DA;
    text-align: center;
    width: auto;
}
section .left_article h5 {
	color: #0014F0;
	text-align: center;
}
.eyes {
    float: right;
    border-radius: 10px;
    border: thick groove #CF6619;
}
.features {
    border: thick groove #026703;
    border-radius: 10px;
    margin-top: 15px;
}
.phone {
    color: #0014F0;
    font-style: italic;
    font-weight: bold;
}
.contact {
    margin: 15px;
    border: thick groove #0014F0;
    padding: 15px;
    color: #FCFFFC;
    width: 300px;
    height: 150px;
    border-radius: 10px;
    float: right;
    word-spacing: 0.5px;

}
.products {
    text-align: left;
    border-width: thick;
}
#products {
    border-color: #EB2023;
}
.faq {
    text-align: center;
    margin-left: 250px;
}
.eye {
    margin: 15px;
    float: right;
}
.passpoint.net {
}
.btn {
    width: 75px;
    border-style: groove;
    border-radius: 10px;
    border-color: #0203C2;
}
.sleeptime {
    margin-top: 10px;
    border-radius: 10px;
    border: medium ridge #1851DA;
    float: right;
}
.eyeofpasspoint {
    border-radius: 10px;
    border: thick ridge #FCF2C9;
}
.left_article form label {
    color: #0101C0;
}
.left_article form input {
    margin: 15px;
    border-radius: 5px;
    border: medium groove #FF976F;
}
.left_article form textarea {
    border-radius: 5px;
    border: medium groove #FF976F;
    margin: 15px;
}
.left_article form textarea {
    width: 350px;
    height: 150px;
}
.right-side {
    width: 350px;
    height: 500px;
    float: right;
    padding-top: 20px;

}
