Team:Sheffield/style/jumbotron

.placeholder { width:80%; margin: auto; height:90%; background-color:white; }

/* Thje visible box that contains all the text */

.jumbotron {

   padding-top: 30px;
   padding-bottom: 30px;
   margin-top:50px;
   margin-bottom: 30px;
   color: inherit;
   background-color: #343232;
   border:2px solid #C4AE00;

}

.jumbotron .h1, .jumbotron h1 {

   color: #C4AE00;
   font-family: Century Gothic, sans-serif;
   

}

.jumbotron.right-float { width:100%; display:inline-block; }

.jumbotron .right-float>h2 { float:right; margin:0px 50px 0px 0px; }

.jumbotron p {

   margin-bottom: 15px;
   font-size: 25px;
   font-weight: 200;
   color: white;
   font-family: Fontin, sans-serif; 
   margin: 50

}

.jumbotron h2 { color: #0091c2; font-size: 60px; font-family: Century Gothic, sans-serif; }

.jumbotron h3 { color: #C4AE00; font-size: 40px;

}

.jumbotron img { border-radius: 5px; border:2px solid white; padding:10px; float: right; margin:10px; }

.jumbotron p img { float:left; margin: 10px; }

.jumbotron .clear{ clear:left; }

.jumbotron span { color: #C4AE00; font-size: 35px; font-weight:bold; }

.jumbotron .box1 { background-color:#C4AE00; border-radius:5px; padding:20px; margin:20px; width: 500px; } .jumbotron .box2 { border-radius: 5px; border: 4px solid #C4AE00; padding: 20px; margin:20px; width: 500px; }