@import "fonts.css";

*                                   { outline: none;}
:focus, :hover, :visited, :active   { outline:none !important;}
::-moz-focus-inner                  { border:0;}
html,body                           { margin: 0; padding: 0; width: 100%; height: 100%; background: #000; color: #FFF; font-family: Verdana, Arial, Helvetica, sans-serif;}
ul                                  { margin: 0; padding: 0;}
li                                  { margin: 0; padding: 0; list-style: none;}
a                                   { text-decoration: none;}
p                                   { font-size: 12px; line-height: 1.5; margin: 20px 0;}
div                                 { position: relative;}
.no-margin                          { margin: 0;}
.no-padding                         { padding: 0;} 

.poster                             { background: url('../img/websitegirl.jpg') no-repeat center bottom; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.width-100                          { width: 100%; height: auto; display: block;}
.title-image                        { margin: 90px 0 50px 0;}

.blog                               { position: absolute; display: block; top: 50px; right: 0; width: 216px; height: 42px; background: url('../img/blog.png') top left no-repeat;}
.blog:hover                         { background-position: 0 -42px; }
.bigbold                            { margin-top: 160px; font-size: 15px; font-weight: bold;}

.centered-text                      { display: block; position: absolute; top: 50%; left: 0; text-align: center; width: 100%; padding: 0 20px; margin-top: -6px;}
.centered-text a                    { color: #FFF; text-decoration: underline;}

.footer p                           { text-align: center;}
.footer a                           { color: #FFF; text-decoration: underline;}

/* Mobile first queries */

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

