@charset "utf-8";
/* CSS Document */


* {
  box-sizing: border-box;
  font-family:"Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: grey;
	
}

h2{
	align-content: center;
	font-size: 35px;
	font-style: strong;
	color: #2D3945;
	
}

body{
	background-color: whitesmoke;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}



img {
  width: 100%;
  height: auto;
}


/*holder*/

.holder{
	width: 80%;
	float: center;
	margin-left: auto;
	margin-right: auto;
}


/* Top navigation */
.topnav {
  background-color: #E1E1E1;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 5px;
  padding-left: 9%;
	
}

/*Link style inside the navigation bar */
.topnav a {
  float: left;
  color: #4D4D4D;
  text-align: center;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 14px;
}

/*Links on hover */
.topnav a:hover {
  /*background-color: #C6F6FB;*/
	text-underline-position: below;
  color: #15CDCA;
}

 /*Active link */
.topnav a.active {
  background-color: #15CDCA;
  color: white;
}


/* The Login button */
.login .button2 {
  background-color: #15CDCA;
  border: none;
  color: white;
  padding: 10px 25px;
  margin-right: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}



/*_________MY CARDS_____________*/


/*colour strip on top
.strip1{
	background: #3f54d1;
	overflow: hidden;
	padding: 2px;
}
*/


/* Four columns of equal width */
.columns {
  float: left;
  width: 25%;
  padding: 8px;
  align-content: center;
}

/* Style the list */
.price {
  list-style-type: none;
  border: 1px solid #EBEBEB;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Shadows on hover */
.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}


/*bots icons*/
.price .picture{
	background-color: whitesmoke;
	align-content: center;
	padding: 10;
	
}

/*discription background*/
.intro{
	border: 0px solid #EBEBEB;
}

/* Pricing header */
.price .header {
  background-color: #3E54D3;
  color: white;
  font-size: 25px;
}

.price .header2 {
  background-color: #5180e2;
  color: white;
  font-size: 25px;
}

.price .header3 {
  background-color: #15cdcb;
  color: white;
  font-size: 25px;
}

.price .header4 {
  background-color: #4fe0b5;
  color: white;
  font-size: 25px;
}


/* List items */
.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

/* Grey list item */
.price .grey {
    background-color: #eee;
    font-size: 30px;
}

/* Sign Up button */
.button1 {
  background-color: #3E54D3;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

.button2 {
  background-color: #5280e2;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

.button3 {
  background-color: #15cdcb;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}


.button4 {
  background-color: #4fe0b5;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

/*Responsive menu*/

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}



/* Change the width of the four columns to 100%
(to stack horizontally on small screens) */
@media only screen and (max-width: 640px) {
  .columns {
    width: 100%;
  }
}
