/* --------------------------------------------------

stylesheet: philosophy.css

-------------------------------------------------- */

/* base
-------------------------------------------------- */
html,body { text-align: center;}
body { background: #000;}
h1 img { width: 30vw; min-width:260px;}
p { font-size: 1em; font-weight: 600; font-style: italic; margin-bottom: 30px;}
p big { font-size: 1.6em; display: block; margin-bottom: 50px;}

/* logo
-------------------------------------------------- */
#logo { position: absolute; top: 10px; left: 10px; max-width: 144px; z-index: 100; -webkit-transition: all 1s; transition: all 1s;}

/* actionBtns
-------------------------------------------------- */
.actionBtns { font-style: italic; margin: 100px 0 80px; position: relative;}
.actionBtns .actionBtn { display: inline-block; background: #f12257; border-radius: 50px;}
.actionBtns .actionBtn a { display: block; width: 135px; padding: 10px 0; color: #fff; font-size: 18px; text-align: center;}

/* philosophy
-------------------------------------------------- */
#philosophy { padding: 120px 0 0;}
