header { background-image: url("../../images/headers/header-tablet-portrait-home.png"); }
@media (min-width: 769px) { header { background-image: url("../../images/headers/header-tablet-landscape-home.png"); } }

h1, h2, h3, h4, h5, h6 { color: #c5fc4f; }

details ul > li > strong { color: #c5fc4f; }

.reg { background-color: #c5fc4f; }

#content > *:nth-child(1) { order: 1; }
@media (min-width: 769px) { #content > *:nth-child(1) { order: 1; } }

#content > *:nth-child(2) { order: 2; }
@media (min-width: 769px) { #content > *:nth-child(2) { order: 3; } }

#content > *:nth-child(3) { order: 3; }
@media (min-width: 769px) { #content > *:nth-child(3) { order: 2; } }

#content > *:nth-child(4) { order: 4; }
@media (min-width: 769px) { #content > *:nth-child(4) { order: 4; } }

#content > *:nth-child(5) { order: 5; }
@media (min-width: 769px) { #content > *:nth-child(5) { order: 6; margin: -226px 0 0; } }

#content > *:nth-child(6) { order: 6; }
@media (min-width: 769px) { #content > *:nth-child(6) { order: 5; } }

#content > *:nth-child(7) { order: 7; }
@media (min-width: 769px) { #content > *:nth-child(7) { order: 7; } }

#content > *:nth-child(8) { order: 8; }
@media (min-width: 769px) { #content > *:nth-child(8) { order: 8; } }
