*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Roboto';
    src: url('/assets/fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('/assets/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
}

body {
    font-family: Arimo, Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: white;
    background-color: #191716;
}

p {
    margin-top: 20px;
    line-height: 1.5;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

h3 {
    font-size: 24px;
    line-height: 1.3;
    color: #ffffd0;
    font: 19px Arimo, Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 30px;
    color: #ffffd0;
    line-height: 1.3;
    margin-top: 30px;
    font: 24px Arimo, Arial, Helvetica, sans-serif;
}  

h1 {
    font: bold 30px Arimo, Arial, Helvetica, sans-serif;
    color: #ffffd0;
    line-height: 1.3;
    margin-top: 40px;
    margin-bottom: 40px;
}  


ul {
    list-style-type: disc;
    padding-left:30px;
    margin-top: 20px;
}

ul ul {
    margin-top: 0px;
}

ul li {
	display: list-item;
	text-align: left;
    line-height: 1.5;
}

ol {
    list-style-type: decimal;
    padding-left:30px;
    margin-top: 20px;
}

ol li {
	display: list-item;
	text-align: justify;
    line-height: 1.5;
}

.example_block {
    padding: 20px;
    padding-top: 10px;
    background: #ffffd0;
    margin-top: 20px;
}

table.normal_table
{
	border-collapse: collapse;
}

table.normal_table td, table.normal_table th
{
	border: solid 1px grey;
	padding: 5px;
}

table.normal_table th
{
	font-weight: bold;
	vertical-align: middle;
}

table.contents img, .header_image {
    vertical-align: middle;
    margin-right: 5px;
}

table.contents td {
    padding-bottom: 5px;
}

.illustration img {
    max-width: 100%;
}

.illustration {
    margin-top: 10px;
}

#main-view {
    width: 900px;
    max-width: 100%;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

a.default-button {
    display: inline-block;
    color: white;
    line-height: 58px;
    background: #FF6427;
    border: solid 1px #FF6427;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 250px;
    user-select: none;    
    text-align: center;
}

a.default-button:link, a.default-button:visited {
    text-decoration: none;
    color: white;
}

a.default-button:hover {
    background: #ed5215;
    border: solid 1px #ed5215;
}

a.default-button:active {
    background: #962f06;
    border: solid 1px #962f06;
}

a.default-button-small {
    display: inline-block;
    color: white;
    line-height: 40px;
    background: #FF6427;
    border: solid 1px #FF6427;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 150px;
    user-select: none;    
    text-align: center;
    font-size: 16px;
}

a.default-button-small:link, a.default-button-small:visited {
    text-decoration: none;
    color: white;
}

a.default-button-small:hover {
    background: #ed5215;
    border: solid 1px #ed5215;
}

a.default-button-small:active {
    background: #962f06;
    border: solid 1px #962f06;
}

a.normal-button {
    display: inline-block;
    color: black;
    line-height: 58px;    
    border: solid 1px black;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 250px;
    user-select: none;    
    text-align: center;
}

a.normal-button:link, a.normal-button:visited {
    text-decoration: none;
    color: black;
}

a.normal-button:hover {
    background: black;
    color: white;
}


.hor-spacer-10 {
    display: inline-block;
    width: 10px;
}

.ver-spacer-10 {
    height: 10px;
}

.ver-spacer-40 {
    height: 40px;
}

.top-banner-small {
    height: 60px;
    position: relative;
    padding-right:50px;
}

.top-banner-left-small {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px
}

.top-banner-right-small {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 50px;
}

.top-banner-right-small-mobile {
    display: none;
}

.logo-link-small img {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
}

.footer-left {
    display: inline-block;
    position: absolute;
    top:50px;
    left:0px;
    padding: 20px;
}
.footer-right {
    display: inline-block;
    position: absolute;
    top:50px;
    right:0px;
    padding: 20px;
}

.footer-section a:link, .footer-section a:visited {
    color: white;
}

a.footer-header:link, a.footer-header:visited {
    color: white;
    text-decoration: none;
    font-size: 24px;
}        

.footer-section {
    position: relative;
    height: 300px;
}

.example-nugget {
    display: inline-block;
    margin: 10px;
    border: solid 1px #f0f0f0;
}

.example-nugget:hover {
    border: solid 1px black;
}

.example-nugget img {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}

.examples {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.top-menu-links {
    display: inline-block;
}

.button-div {
    margin-top: 10px;
    margin-bottom: 20px;
}

.button-div a {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    background: white;
    line-height: 40px;
    text-align: center;
    width: 200px;
    border-radius: 5px;
}

.button-div a:link, .button-div a:visited {
    text-decoration: none;
    color: black
}

a:link, a:visited {
    text-decoration: underline;
    color: white;
}

.top-menu-links a {
    display: inline-block;
    margin-left: 20px;
}

.desktop_only {
    display: block;
}

.mobile_only {
    display: none;
}

#language-button {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.menu-item {
    background: white;
}

.menu-item:hover {
    background: #FF6427;
}

@media screen and (max-width: 900px) {
    p {
        font-size: 18px;
    }
    h3 {
        font-size: 22px;
    }
    h2 {
        font-size: 28px;
    }
    h1 {
        font-size: 34px;
    }     
}

@media screen and (max-width: 900px ) {
    .footer-left {
        display: block;
        position: relative;
        top:auto;
        left:auto;
        padding: 20px;
    }
    .footer-right {
        display: block;
        position: relative;
        top:auto;
        right:auto;
        padding: 20px;
    } 
    .top-menu-links {
        display: none;
    }   
    .top-banner-right-small {
        display: none;        
    }
    .top-banner-right-small-mobile {
        display: inline-block;
        position: absolute;
        top: 0px;
        right: 0px;
        padding-top: 30px;
        padding-bottom: 10px;
        font-size: 16px;
        padding-right: 50px;
    }     
}        

@media screen and (max-width: 600px) {
 

    .logo-link-small img {
        margin-top: 20px;
        height: 40px;
    }

    .desktop_only {
        display: none;
    }
    
    .mobile_only {
        display: block;
    }    
   
}

