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


*/
body {
	background-color:#eee;
}

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:white;
	margin-right:7%;
	margin-left:7%;
	border-color:white;
	border-style:solid;
	border-radius:5px;
	border-width:3.5px;
	transition:margin 0.3s;
}

#Hightlight_Home {
	background-color:white;
	border-top-color:#6A7479;
	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:white;
	border-top-color:#a0a9ac;
	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 */

.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 {
    color:black;
    background-color:#e5e5ff;
    padding: 10px;
    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-image-wrapper {
    padding:0px;
    height:200px;
    width:320px;
    overflow:hidden;
}

.card-image {
    height:100%;
    display:block;
    margin:auto;
}

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

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

 /* 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;
	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;
}

/* 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:11px;
}

.Page_Close {
	font-size:9px;
}

td {
	font-size:5px;
}

#Title {
	font-size:16px;
}

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

#Quote {
	font-size:8px;
}

#No_attention {
	font-size:6px;
}

code {
	font-size:6px;
}

pre {
	font-size:7px;
}

.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 {
    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:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card-image-wrapper {
    padding:0px;
    height:80px;
    width:116px;
    overflow:hidden;
}

.card-image {
    height:100%;
    display:block;
    margin:auto;
}

}
