@charset "utf-8";

#myHeader {
    color: darkred;
    font-size: 20pt;
}

#flowbak {
	flex-wrap: wrap;
   	text-align: center;
    float: center;
	justify-content: center;
	  display: flex;
}

#flow {
	text-align: center;
    float: center;
	justify-content: center;
	flex-wrap: wrap;
	  display: flex;
	  
	    display: flex;
  align-items: center;
}

#flowup {
	text-align: center;
    float: top;
	justify-content: center;
	flex-wrap: wrap;
	  display: flex;
	  
	    display: flex;
  align-items: center;
}

#film {
  width: 100%;
}

#left {
	text-align: left;
    float: left;
}

#right {
	text-align: right;
    float: right;
	vertical-align: middle;
}


#centre {
	text-align: center;
    float: center;
	vertical-align: middle;
}

#movie {
    float: right;
}

#logoWrap {
    background-color: white;
    text-align: center;
    float: right;
	
	overflow: auto;

    max-width: 12%;
    min-width: 100px;
}

#logoWrap>h4 {
    text-align: center;
    margin-top: 0;
    font-size: 10pt;
    word-break: break-word;
    margin-bottom: 0;
}

#logoWrap>img {
    margin-bottom: 0px;
}

#logo {
    width: 100%;
}

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

body {
    position: relative;
    margin: 0;
    /* padding bottom equal to footer height */
    padding-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer to match body's padding-bottom (avoid covering content) */
    height: 400px;
    /* Vertically center the text by making text line height match the footer height */
    line-height: 20px;
    background-color: #f5f5f5;
}
    .bg-image
    {
      background: url(http://u.dna.family/logo.svg) no-repeat;
	  background-position: center 50%;
    }
    .fg-txt
	{
	background: rgba(255,255,255,.95);
	}
	.no-margin-above
	{
	}

.topright {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 18px;
}

a, a:visited {
    color: darkblue;
    font-size: 14pt;
}

a.linkedin, a.linkedin:visited {
    font-weight: bold;
}


p {
    font-weight: bold;
    font-size: 14pt;
}

.reset-bold {
    font-weight: normal;
    font-size: 1.5em;
}

.btn-link {
    color: black;
    white-space: normal;
}

.margin-above {
}

ul.checkmark-list {
    list-style: none;
}

ul.checkmark-list>li:before {
    content: '✓';
    font-size: 1.7em;
	font-weight: bold;
}

ul.padded-list>li {
    padding-bottom: 1em;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  
  background: url(http://u.dna.family/cookies.png) no-repeat;
}

#text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 25px;
  color: white;
  background-color: rgba(0,0,0,0.75);
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  
  text-shadow: 4px 4px 8px #fF000f;
}

.large-button {
            font-size: 32px;
        }
