/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 3.5rem;
}

.jumbotron{
	background-color: #1f3f68;
	color: white;
	
}

body {
	background-color: #d48401;
	padding-top: 0;
}
body {
	background-image: linear-gradient(to top, #d48401, #feae00, #d48401)
}

.navbar-light {
	background-color: #feae00;
}

a {
	color: #1f3f68;
	font-weight:bold;
}

h1 {
	
	font-size: 3.0rem;
}

.phoneframe {
    width: 286px;
	height: 478px;
	background-image: linear-gradient(180deg, #fff 45%, #000000 100%);
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    /* margin-top: 50px;*/
    /*display: inline-flex; */
	border: 10px solid #000000;
    /* box-shadow: 0px 80px 80px -30px rgba(0, 0, 0, 0.3);*/
	
}

video {
	object-fit: fill;
}

/*.col-md-4 {
	border-left: 1px solid #d48401;
}
*/