/* main css */

body{
   background-color: black;
   background-image: url('../images/portal chip.jpg');
   padding: 1%;
   margin: 1%
}

/*#mqtest{color:gray;}*/

#portal{
   width: 25%;
   float: left;
}

img{
   display: block; 
   /* border radius with vendor specific additions must be in a non-alphabetical order to work -- Visual Studio 2013 */
   -moz-border-radius: .725em;  // .725em
   -webkit-border-radius: .725em;
   border-radius: .725em;
}

#enter_now_btn { 
   display:block;
   text-decoration: none; 
   color: blanched-almond; 
   background-color: #2c3839; //#46535c;
   font-size: 1.165em;
   /* border radius with vendor specific additions must be in a non-alphabetical order to work -- Visual Studio 2013 */
   -moz-border-radius: .725em;  // .725em
   -webkit-border-radius: .725em;
   border-radius: .725em;
   padding: 5%;
   text-align: center;
   width:80%;
   margin: 5% auto;
}

a{
   text-decoration: none;
}

a:link{
   color: blanchedalmond;
}

a:visited{
   color: blanchedalmond;
}

a:hover{
   color: blanchedalmond;
}

a:active{
   color: blanchedalmond;
}

/* todo rwmivwd copy,
 mv 2 phasses
 */

p {
   color: blanchedalmond;
   font-size: 1.15em;
   background-color: #0a162e; // dark, dark blue
   /* border radius with vendor specific additions must be in a non-alphabetical order to work -- Visual Studio 2013 */
   -moz-border-radius: .725em;  // .725em
   -webkit-border-radius: .725em;
   border-radius: .725em;
   margin: 1% 1% 1% 5%;
   padding: 1%;
}

#phase1, #phase2, #phase3{
   width: 50%;
   float: right;
}

#phase4{
   clear: both; /* or sep divs? */
}