<style>
* {
  box-sizing: border-box;
}

* { margin : 0px ; box-sizing : border-box ; }
div { padding : 6px ; border : 0px solid Tomato ; }

body {
  font-family: Arial;
  padding: 10px;
  background: #f1f1f1;
}

/* Header/Blog Title */
.header {
  padding: 0px;
  text-align: center;
  background: white;
}

.header h1 {
  font-size: 50px;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #c6e2ff;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #061b47;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: white;
  color: black;
}


 /* css footer link */

a.five:link {color:#ff0000;text-decoration:none;}
a.five:visited {color:#0000ff;text-decoration:none;}
a.five:hover {text-decoration:underline;}

/* css footer link */




/* button link */

a.six:link, a:visited {
  background-color: white;
  color: black;
  border: 2px solid DodgerBlue;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}


a.six:hover, a:active {
  background-color: AliceBlue;
  color: silver;
}


/* button link */





/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  background-color: #f1f1f1;
  padding-left: 20px;
}

/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #c6e2ff;
  margin-top: 20px;

}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}

/*text on image */
div.container { position : absolute ;
			top : 0px ; left : 0px ; z-index : 0 ; }

div.top-label { position : absolute ; color : white ; font-size : 4vw ;
			top : 30px ; left : 40px ; z-index : 1 ; }

h1   {color: #7788aa ; font-size: 21px ; }


h3   {color: #ff3333 ; font-size: 25px ; }



/* inline span */

span.a {
  display: inline; /* the default for span */
  width: 100px;
  height: 100px;
  padding: 5px;
  border: 1px solid blue;  
  background-color: yellow; 
}


span.b {
  display: inline; /* the default for span */
  width: 100px;
  height: 100px;
  padding: 0px;
  background-color: #efefef; 
 font-style: italic;
font-weight: bold;
}
		
.footer { text-align: center ; font-weight: normal ; font-size: 12px ; font-color: silver ; }

/* responsive image */
img {
  max-width: 100%;
  height: auto;
padding: 5px;
border-radius: 12px;
}

/* responsive image */


/* keeps image in its container */
.clearfix {
  overflow: auto;
}

/* bullet list */
ul.b {
  list-style-type: square;
}


/* ARROW RIGHT */
.arrow {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* ARROW RIGHT */


.columnpic {
  float: left;
  width: 33.33%;
  padding: 5px;
}


.columnpic2 {
  float: right;
  width: 50.00%;
  padding: 5px;
}


/* cookie RIGHT */

.alert {
  padding: 17px;
  background-color: #f44336;
  color: white;
	border-radius: 25px;
	opacity: 1

}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

div.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 290px;
  border: 0px solid #73AD21;
}

/* Gallery */

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 200px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
	font-weight: bold;
}

/* Gallery */


/* font size */


.pixel-size { font-size: 16px; }
        .em-size { font-size: 1.5em; }
        .rem-size { font-size: 2rem; }
        .percentage-size { font-size: 150%; }
        .viewport-size { font-size: 5vw; }
        .keyword-size { font-size: large; }
  

/* font size */



			</style>
