/* Custom CSS */


.license, #cclicense {
			font-size: 11px;
			text-align: center;
		 }

.license img, #cclicense {
			margin: 10px;
		 }

#cv {
  -webkit-border-radius: 14px;
  border-radius: 14px;
  margin: auto;
  text-align: center;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 5px;
  margin: 30px auto 30px auto !important;
  display: block;
}

.container {
    max-width: 650px;
    margin: auto;
    border: none;
}


.container p img {
  display: block;
  padding: 4px;
  line-height: 1;
  max-width: 920px;
  border: 0px solid #ddd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom:15px;
}

img {
    align-content: center;
    border: none;
    border-radius: 12px;
    padding: 5px;
}

legend {
	margin:3px;
	text-align:center;
	width:100%;
	font-size: 10px;
	font-style: italic;
	border: 0px;
	line-height: 18px;
	}

.pic {
  margin:3px; text-align:center;width:100%
  display: block;
  padding: 4px;
  line-height: 1;
 /*  border: 1px solid #ddd;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  */
  margin-left: auto;
  margin-right: auto;
  margin-top:20px;
  margin-bottom:20px;
}

/*custom button*/
.btn-primary {
    color: #fff;
    background-color: #fd009c;
    border-color: #f20785;
    font-family: 'Sintony', sans-serif;
}
.jumbotron {
    margin: auto;
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #a8d3ee;
}
.code {
    font-family: 'Roboto Mono', sans-serif;
    padding-bottom: 15px
}

/*custom headers* ~ and what about: , h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 ?/
h1 {
    font-family: 'Sintony', sans-serif;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}*/ 



/* CSS from Bootstrap website: */

/* Sticky footer styles
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}

/*see here*/
body {
  /* Margin bottom by footer height + a 30px margin */
  margin-bottom: 170px;
  font-family: 'Roboto Slab', serif;
}

#footer {
  position: absolute;
  bottom: 0;
  height: 140px;
  width: 100%;
  background-color: #eee;
  padding: 20px;
}


/*  Fix iframe size
	From http://www.bymichaellancaster.com/blog/fluid-iframe-and-images-without-javascript-plugins/
	*/

.fluidMedia {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.fluidMedia iframe {
    position: absolute;
    padding: 0px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
