/*body { 
	padding: 0; 
	margin: 0;
	background: #3a3e41;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    /*font-size: 1.2em;
}
*/

body {
    /*padding: 0;*/
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    color: white;
    font-size: 1.3em;
    line-height: 1.4;
    background-color: #3a3e41;
}

div.mainpage {
    background-image: url("blue_stars.jpg");
    background-repeat: no-repeat;
    background-color: #000000;
    /* background-attachment: fixed;*/
    background-position: center top; 
    /*margin-left: 50px;
    margin-right: 50px;*/
}


div.centerBlock{
  margin-left: 50px;
  margin-right: 50px;
  text-align: center;
  display:block;
}

div.fit-content {
  max-width: 80%;
  text-align: center;
  margin: auto;
  display: block;
}

/* 
    Turn on and off divs based on with
    Then build toggle for hamberger
 */

#toplogoapp{
    position:fixed;
    top:0;
   /* background: #FF0000;*/
    padding: 5px 10px 5px 5px;
}

#toplogotype{
    position:fixed;
    top:0;
    /* background: #FF0000;*/
    padding-top:20px;
    padding-left: 70px;
}

#topnav{
    position:fixed;
    top:0;
    height: 70px;
    width:100%;
    background: #2e3033;

}

.topnav-right-hamburger {
    /*  float: right;
    padding: 14px;*/
    display: none;
    padding: 15px 20px 10px 20px;
    float: right;
    text-align: right;  
   /* background-color: red; */
}

.topnav-right {
    float: right;
   /* font-family: sans-serif;
    font-weight: 500;*/
    padding: 14px;
    /* background-color: green;*/
    display: inline;
}

/* On screens that are 600px wide or less, the background color is olive */
@media screen and (max-width:1000px) {
    .topnav-right-hamburger {
        /*background-color: olive;*/
        display: inline;
        color: white;
  }

    .topnav-right {
        /*background-color: red;*/
        color: white;
        display: none;
  }

    #toplogotype{
        position:fixed;
        top:0;
       /* background: #FF0000;*/
        padding-top:20px;
        padding-left: 70px;
    }

    .flex {
    flex-direction: column;
}

    div.fit-content {
        max-width: 80%;
    }
}

.hamburger-menu {
    /*float: right;*/
    padding: 0px;
    background-color: #0d2954;
    display: none;
    width:100%;
    height:100%;
    position:fixed;
    text-align: center; 
    top: 0px;
    font-size: 60px;
}

#hamburger-close-right{
    padding: 0px 20px 10px 10px;
    float: right;
    text-align: right;  
    /*background-color: red;*/
}

.hamburger-open{
}

.hamburger-close
{
   /* position:fixed;
    top:0;
    width:100%;
    background: #2e3033;*/

    /*position:absolute;*/
    /*top:0;*/
}

/* Style the links inside the navigation bar */
.topnav-right a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    /*font-size: 24px;*/
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size:  1.3em;
}

/* unvisited link */
a:link {
    color: white;
}

/* visited link */
a:visited {
    color: white;
}
/* mouse over link */
a:hover {
    color: orange;
}

/* selected link */
a:active {
    color: yellow;
}

/* Change the color of links on hover */
.topnav-right a:hover {
    background-color: #ddd;
    color: black;
}

.topnav-right a.active {
    background-color: #04AA6D;
    color: white;
}

.rowsolid {
    color: #FFFFFF;
    width:100%;
    background-color: #2e3033;
    display: block;
}

.center{
    text-align: center;
}

#subtitle{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size:  1.6em;
   /* padding-left: 25px;
    padding-right: 25px;*/
    
}

.flex {
    width: 100%;
    display: flex;
    align-items: center;
}

/* Create three equal columns that sits next to each other */
.column {
  flex: 33.33%;
  padding: 10px;
}

#section{
    font-weight: 100;
   /* font-size:  1.4em; */
    color: white;
}

#minor{
    font-weight: 300;
    font-size:  0.8em;
}

#highlight{
    /*color:yellow;*/
}

div.center{
    text-align: center;
}

/*
div.rowsolid {
padding: 0;
    margin: 0;
    background-color: #000205;
}*/

#wrap {
    float: left;
    position: relative;
    left: 50%;
}

#content {
    float: left;
    position: relative;
    left: -50%;
}

div.floatleft{
    float: left;    
}

div.rowsolidalt {
    overflow:auto ;
    text-align: center;
    background-color: #111111;
    android:background="@android:color/transparent" 
}

.background-element {
    -webkit-transform: translateZ(-999px) scale(1);
    transform: translateZ(-999px) scale(1);
    z-index: 3;
  }

/*
iframe { 
max-width: 100%;
    max-height: 100%;
    height: inherit !important;
}*/

.box {
    margin-left:auto;
    margin-right:auto;
    /*float: left;*/
    width: 450px; /* three boxes (use 25% for four, and 50% for two, etc) */
    padding:10px; /* if you want space between the images */
}

div.rowbanner {
    padding: 0;
    margin: 0;
    /*background-image: url("img/blue_stars.jpg");
     background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top; */
}

div.rowcontent{
  max-width: 50%;
  text-align: center;
  margin: auto;
}