/*
Background Color #e5e5ff Light Blue
Main Body Color #fff White
Main Font Color black
Sub Font Color (Footer Color) #a0a9ac grey


*/
body {
	background-color:black;
	color:white;
}

a {
	text-decoration: none;
	color:#a0a9ac;
	transition: color 0.3s;
}

a:hover {
	text-decoration: none;
	color:#6A7479;
	transition: color 0.3s;
}

#Speciala{
	color:#0000cc;
}

#Speciala:hover {
	color:#4d4dff;
}

#Fourteen {
/* This is the whole page it affects everything */
	margin-top:1%;
	margin-bottom:0%;
	background-color:#262626;
	margin-right:3%;
	margin-left:3%;
	border-color:#262626;
	border-style:solid;
	border-radius:5px;
	border-width:3.5px;
	transition:margin 0.3s;
}

#Hightlight_Home {
	background-color:#262626;
	border-top-color:#006600;
	border-top-style:solid;
	border-top-width:3.5px;
	margin-top:0%;
	padding-top:2%;
	margin-left:1%;
	margin-right:1%;
	font-size:22px;
	font-family:Arial;
	padding-left:4px;
}

.Page_Close {
	background-color:262626;
	border-top-color:#006600;
	border-top-style:solid;
	border-top-width:2.5px;
	margin-top:0%;
	color:#a0a9ac;
	padding-top:0%;
	margin-left:10%;
	margin-right:10%;
	font-size:13px;
	text-align:center;
	font-family:Impact;
	padding-left:4px;
}

.Page_Close a {
	text-decoration: none;
	color:#a0a9ac;
	transition: color 0.3s;
}

.Page_Close a:hover {
	text-decoration: none;
	color:#6A7479;
	transition: color 0.3s;
}

 /* SEPERATES HOME PAGE FROM EVERYTHIN ELSE */

 /* The help page */
#Help_block_Wrapper {
}
#Help_block {

}
#Help_block_a {
	text-decoration: none;
	color:black;
}
#Help_block_a_content{
	margin:0px;
	margin-top:0.5%;
}
 /* The help page */


/* The Services Page*/

table {
	text-align:center;
}

#Bar {
	font-weight: normal;
	text-decoration: line-through;
}

td {
	font-size:18px;
	padding-left:5px;
	padding-right:5px;
	font-weight: bold;
}

iframe {
	border:0;
	padding:0;
	margin:0;
}

#Title {
	font-weight: bold;
	font-size:28px;
	margin-bottom:0px;
}

#Sub-Title {
	font-weight: bold;
	font-size:26px;
	margin-bottom:0px;
	margin-top:10px;
}

#Quote {
	font-weight: bold;
	font-size:20px;
	font-style: italic;
}

#No_attention {
	font-size:18px;
	font-style: italic;
}

code {
	font-family:Courier New;
	font-size:18px;
}

pre {
	font-family:Courier New;
	font-size:15px;
}

.card-container {
    width: 85%;
    margin: auto;
} 

.card-grid-container {
    display: grid;
    grid-gap: 40px 40px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.card-grid-container_Nope {
    display: grid;
    grid-gap: 40px 40px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
}

.card-grid-container_two {
    display: grid;
    grid-gap: 40px 40px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}

.card {
    background-color:#4d4d4d;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.card_fake {
    background-color:#4d4d4d;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1), 0 0px 00px 0 rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.card-item {
    justify-self: stretch;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card_fake:hover {
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.2);
}

.card i {
    color: #00ff00;
}
.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.Content-Containter {
    background-color:#4d4d4d;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.Content-Containter .col-text {
    text-align:left;
    padding-left:5%;
}

.Content-Containter .col-image {
}

.Content-Containter .col-image img{
    width:100%;
}

/* The Services Page*/
/* The List Maker App */

#Listmaker_input {
	border-color: #b3b3ff;
	border-width: 1.5px;
	border-style: solid;
	font-size:20px;
	height:20px;
	width:200px;
	background-color:#e5e5ff;
}
/* The List Maker App */

@media screen and (max-width: 1000px) { /* When the screen-size drops */

h3 {
	white-space: nowrap;
	font-size:19px;
}

h4 {
	white-space: nowrap;
}

h5 {
	white-space: nowrap;
}

#Fourteen {
/* This is the whole page it affects everything */
	margin-right:0;
	margin-left:0;
	transition:margin 0.5s;
}

#Hightlight_Home {
	font-size:14px;
}

.Page_Close {
	font-size:9px;
}

td {
	font-size:10px;
}

#Title {
	font-size:16px;
}

#Sub-Title {
	font-size:14px;
}

#Quote {
	font-size:8px;
}

#No_attention {
	font-size:8px;
}

code {
	font-size:8px;
}

pre {
	font-size:9px;
}

.card-container {
    width: 100%;
    margin-right:0;
	margin-left:0;
} 

.card-grid-container {
    display: grid;
    grid-gap: 10px 10px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.card-grid-container_Nope {
    display: grid;
    grid-gap: 10px 20px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
}

.card-grid-container_two {
    display: grid;
    grid-gap: 10px 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}

.card {
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    font-size:10px;
}

.card_fake {
    background-color:#4d4d4d;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1), 0 0px 00px 0 rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card_fake:hover {
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.2);
}

.Content-Containter {
    background-color:#4d4d4d;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom:50px;
}

.Content-Containter .col-text {
    text-align:left;
    padding-left:5%;
    font-size:25px;
}

.Content-Containter .col-text h5{
    text-align:left;
    padding-left:5%;
    font-size:50px;
}

.Content-Containter .col-image {
}

.Content-Containter .col-image img{
    width:100%;
}

}
