* {
    box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}
h2{	
	padding: 2px;
	font-size: 2.0em;
	font-weight: normal;
	border-bottom: 1px solid #ff9933;
}
h3{	
	padding: 2px;
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #ff9933;
}

h4{	
	padding: 2px;
	font-size: 1.0em;
	font-weight: normal;
	border-bottom: 1px solid #ff9933;
}


[class*="col-"] {
    float: left;
    padding: 15px;
	
}

.imgbox {
	font-style: italic;
	color: #ffffff;
	background-color: #222222;
	padding: 0px;
	padding-bottom: 2px;
	text-align: right;
	font-size: 0.8em;
	font-family: "Lucida Console", Monaco, monospace;

}

#photos {
  /* Prevent vertical gaps */
  line-height: 0;
   
  -webkit-column-count: 1;
  -webkit-column-gap:   20px;
  -moz-column-count:    1;
  -moz-column-gap:      20px;
  column-count:         1;
  column-gap:           20px;  
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  margin: 0px 0px 20px 0px;
}


html {
    font-family: "Lucida Sans", sans-serif;
}
.header {
    background-image: url("logo-hq-1web-whiteonT.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
    height: 10em;
    background-color: #111;
    color: #ffffff;
    padding: 15px;
}
a, a:visited {
	color: #777; 
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #ff9933; 
	font-weight:bold;
}
.privacy a:after,.aside a[target="_blank"]:after {
    	content: "⇗";
//	//content: url(Octicons-link-external.png);
}
.main p {
	text-align: justify;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li {
    padding: 8px;
    margin-bottom: 7px;
    background-color: #444;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.menu li:hover {
    background-color: #ff9933;
}

.menu a { 
    margin: 0px; 
    display: block; 
    width: 100%; 
    height: 100%;
    color: #ffffff; 
	font-weight:normal;
}

.aside {
    background-color: #444;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.footer {
    background-color: #ff9933;
    color: #000000;
    text-align: center;
    font-size: 0.8em;
    padding: 15px;
	margin-bottom: 35px;
}
body {
	background-color: #222;
	color: #bbb;
	}

.float-right { 
float: right; 
#margin-left: 10px;
}
.float-left { 
	#margin-right: 10px;
	float: left;
 }
.clear-both {
	clear: both;
}



/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
#photos {
  /* Prevent vertical gaps */
  line-height: 00;
   
  -webkit-column-count: 2;
  -webkit-column-gap:   00px;
  -moz-column-count:    2;
  -moz-column-gap:      00px;
  column-count:         2;
  column-gap:           00px;  
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  border: 20px;
  border-color: #222;
  margin: 2% 2% 2% 2%;
}



}

@media only screen and (min-width: 1440px) {
#photos {
  /* Prevent vertical gaps */
  line-height: 00;
   
  -webkit-column-count: 3;
  -webkit-column-gap:   00px;
  -moz-column-count:    3;
  -moz-column-gap:      00px;
  column-count:         3;
  column-gap:           00px;  
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  border: 20px;
  border-color: #222;
  margin: 2% 2% 2% 2%;
}


}

